Kein DHCP (Client) nach neuer Kernelkonfiguration

From: Marcus Frings <iam-est-hora-surgere(at)despammed.com>
Date: Mon, 26 Jul 2004 00:03:53 +0200

Hallo,

weil mir ein paar Sachen im Generic Kernel fehlten, habe ich soeben
einen Kernel kompiliert (der zugleich mein erster selbstkompilierter
FreeBSD-Kernel ist). Nun kriegt jedoch meine Netzwerkkarte (Intel
EtherExpress Pro 100) per DHCP vom Server keine IP-Adresse mehr
zugewiesen, so dass ich nur noch das Loopback-Interface habe. Boote ich
den alten Generic Kernel, funktioniert DHCP wieder. Offensichtlich habe
ich also etwas entfernt, was für DHCP benötigt wird. Ich habe gerade mir
noch einmal /usr/src/sys/conf/NOTES durchgelesen, aber ich weiß nicht,
welche Option ich noch brauche.

Kann mir jemand auf die Sprünge helfen?

Ich habe hier meine komplette Konfiguration aufgelistet, so dass es
vielleicht einfacher ist zu sehen, was noch in den Kernel hinein muss:

,----[ MYKERNEL ]
| machine i386
| cpu I686_CPU
| ident MYKERNEL
|
| options SCHED_4BSD #4BSD scheduler
| options INET #InterNETworking
| options FFS #Berkeley Fast Filesystem
| options SOFTUPDATES #Enable FFS soft updates support
| options UFS_DIRHASH #Improve performance on big directories
| options MSDOSFS #MSDOS Filesystem
| options NTFS #NT File System
| options EXT2FS #EXT2FS - Be careful!
| options CD9660 #ISO 9660 Filesystem
| options PROCFS #Process filesystem (requires PSEUDOFS)
| options PSEUDOFS #Pseudo-filesystem framework
| options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
| options COMPAT_FREEBSD4 #Compatible with FreeBSD4
| options SCSI_DELAY=2000 #Delay (in ms) before probing SCSI
| options KTRACE #ktrace(1) support
| options SYSVSHM #SYSV-style shared memory
| options SYSVMSG #SYSV-style message queues
| options SYSVSEM #SYSV-style semaphores
| options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
| options KBD_INSTALL_CDEV # install a CDEV entry in /dev
| options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
| # output. Adds ~128k to driver.
| options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
| # output. Adds ~215k to driver.
| options PFIL_HOOKS # pfil(9) framework
|
| options LIBICONV
|
| options CD9660_ICONV
| options MSDOSFS_ICONV
| options NTFS_ICONV
|
| device isa # Do not remove, even if you have no ISA slots
| device pci
| device agp # support several AGP chipsets
|
| device fdc
|
| device ata
| device atadisk # ATA disk drives
| options ATA_STATIC_ID #Static device numbering
|
| device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
|
| device scbus # SCSI bus (required for SCSI)
| device da # Direct Access (disks)
| device cd # CD
| device pass # Passthrough device (direct SCSI access)
|
| device atkbdc # AT keyboard controller
| device atkbd # AT keyboard
| device psm # PS/2 mouse
|
| device vga # VGA video card driver
|
| device splash # Splash screen and screen saver support
|
| device sc
|
| device npx
|
| device pmtimer
|
| device sio # 8250, 16[45]50 based serial ports
|
| device ppc
| device ppbus # Parallel port bus (required)
| device lpt # Printer
| device ppi # Parallel port interface device
|
| device miibus # MII bus support
| device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
| device random # Entropy device
| device loop # Network loopback
| device ether # Ethernet support
| device pty # Pseudo-ttys (telnet etc)
|
|
| device uhci # UHCI PCI->USB interface
| device ohci # OHCI PCI->USB interface
| device usb # USB Bus (required)
| device ugen # Generic
| device uhid # "Human Interface Devices"
| device uscanner # Scanners
`----

Gruß,
Marcus

-- 
"Ich habe Dinge gesehen, die ihr Menschen niemals glauben würdet. Gigantische
Schiffe, die brannten, draußen vor der Schulter des Orion. Und ich habe C-Beams
gesehen, glitzernd im Dunkel nah dem Tannhäuser Tor. All diese Momente werden
verloren sein in der Zeit so wie Tränen im Regen. Zeit zu sterben." 
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Mon 26 Jul 2004 - 00:08:23 CEST

search this site