[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pppd - still not working



> Date: Wed, 14 Feb 1996 15:00:05 -0500 (EST)
> From: Doug Geiger <runexe@sea.ntplx.net>
> 
> I've tried everything I can think of, but I can't get ppp-2.1.2b or d
> compiled on my machine. I've recompiled the kernel (1.2.13) about 5
> times, so the kernel has PPP support in it. I get an error message when
> using the pppd originally installed by Debian (0.93), something like:
> ppp:incompatible ppp driver 0.0.0
> When compiling ppp-2.1.2b/d I've had to mess around w/the includes, but I
> still can't get either to compile!!! :(
> Can anyone send my over a compiled 2.1.2b/d pppd? I can take MIME
> attachments.

I had an identical problem.
Try this:
	Make sure you have the latest source-1.2.13 (-5 is what I have).
	Do not compile ppp into the kernel.  In this older set of source,
		this will cause it to be compiled as a module.
	Run these steps:
		make dep
		make clean
		make install
		make modules
		make modules_install
	Make sure that you have these modules listed in /etc/modules:
		Module:        #pages:  Used by:
		slip               2
		ppp                5
		slhc               2    [ppp]
		dummy              1
	(These do not appear in a lsmod listing until I have run pppd.)

I have: 
	||/ Name         Version   Rev  Description
	+++-============-=========-====-======================================
	ii  source          1.2.13 5    Linux kernel source.
	ii  ppp                2.2 1    Point-to-Point Protocol (PPP) daemon.

Here is the /usr/src/linux/.config file that I generated:
	#
	# Automatically generated make config: don't edit
	#

	#
	# General setup
	#
	CONFIG_MATH_EMULATION=y
	CONFIG_BLK_DEV_FD=y
	CONFIG_ST506=y

	#
	# Please see drivers/block/README.ide for help/info on IDE drives
	#
	# CONFIG_BLK_DEV_HD is not set
	CONFIG_BLK_DEV_IDE=y
	CONFIG_BLK_DEV_IDECD=y
	# CONFIG_BLK_DEV_XD is not set
	CONFIG_NET=y
	# CONFIG_MAX_16M is not set
	CONFIG_PCI=y
	# CONFIG_PCI_OPTIMIZE is not set
	CONFIG_SYSVIPC=y
	CONFIG_BINFMT_ELF=y
	CONFIG_M486=y

	#
	# Loadable module support
	#
	# CONFIG_MODVERSIONS is not set

	#
	# Networking options
	#
	CONFIG_INET=y
	CONFIG_IP_FORWARD=y
	# CONFIG_IP_MULTICAST is not set
	# CONFIG_IP_FIREWALL is not set
	# CONFIG_IP_ACCT is not set

	#
	# (it is safe to leave these untouched)
	#
	# CONFIG_INET_PCTCP is not set
	CONFIG_INET_RARP=y
	CONFIG_INET_SNARL=y
	# CONFIG_TCP_NAGLE_OFF is not set
	# CONFIG_IPX is not set

	#
	# SCSI support
	#
	# CONFIG_SCSI is not set

	#
	# Skipping SCSI configuration options...
	#

	#
	# Network device support
	#
	CONFIG_NETDEVICES=y
	# CONFIG_DUMMY is not set
	# CONFIG_SLIP is not set
	# CONFIG_PPP is not set
	# CONFIG_PLIP is not set
	# CONFIG_NET_ALPHA is not set
	# CONFIG_NET_VENDOR_SMC is not set
	# CONFIG_LANCE is not set
	# CONFIG_NET_VENDOR_3COM is not set
	CONFIG_NET_ISA=y
	# CONFIG_E2100 is not set
	# CONFIG_DEPCA is not set
	# CONFIG_EWRK3 is not set
	# CONFIG_HPLAN_PLUS is not set
	# CONFIG_HPLAN is not set
	CONFIG_NE2000=y
	# CONFIG_SK_G16 is not set
	# CONFIG_NET_EISA is not set
	# CONFIG_NET_POCKET is not set

	#
	# CD-ROM drivers (not for SCSI or IDE/ATAPI drives)
	#
	# CONFIG_CDU31A is not set
	# CONFIG_MCD is not set
	# CONFIG_SBPCD is not set
	# CONFIG_AZTCD is not set
	# CONFIG_CDU535 is not set

	#
	# Filesystems
	#
	CONFIG_MINIX_FS=y
	# CONFIG_EXT_FS is not set
	CONFIG_EXT2_FS=y
	# CONFIG_XIA_FS is not set
	CONFIG_MSDOS_FS=y
	# CONFIG_UMSDOS_FS is not set
	CONFIG_PROC_FS=y
	CONFIG_NFS_FS=y
	CONFIG_ISO9660_FS=y
	# CONFIG_HPFS_FS is not set
	CONFIG_SYSV_FS=y

	#
	# character devices
	#
	# CONFIG_CYCLADES is not set
	# CONFIG_PRINTER is not set
	# CONFIG_BUSMOUSE is not set
	# CONFIG_PSMOUSE is not set
	# CONFIG_MS_BUSMOUSE is not set
	# CONFIG_ATIXL_BUSMOUSE is not set
	# CONFIG_QIC02_TAPE is not set
	# CONFIG_FTAPE is not set

	#
	# Sound
	#
	# CONFIG_SOUND is not set

	#
	# Kernel hacking
	#
	# CONFIG_PROFILE is not set

Good Luck!!

-- 
  David H. Silber     dhs@firefly.com     Project: Debian GNU/Linux (dbackup)
  <http://www.access.digex.net/~dhs/>     Wanted:  Spare time.

			     Programmer for hire.


Reply to: