PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : suche modul



mfhg
16.08.03, 19:45
hi ich hab mir jetzt für mein debian server ein kernel aus den wolk sourcen gebacken aber nun sagt er mir bei booten folgendes:

Aug 16 18:51:16 debian modprobe: modprobe: Can't locate module ppp-compress-21
Aug 16 18:51:16 debian modprobe: modprobe: Can't locate module ppp-compress-26
Aug 16 18:51:16 debian modprobe: modprobe: Can't locate module ppp-compress-24
Aug 16 18:51:16 debian pppd[30136]: Cannot determine ethernet address for proxy ARP

ok ich hab schon in menuconfig danach gesucht konnte es aber nicht finden, kann mir einer sagen wo ich diese einträge bei menucofig finde?

thx!

kth
16.08.03, 20:06
Aus linux/Documentation/Changes:
If you build ppp support as modules, you will need the following in your /etc/modules.conf file:

alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
Zu deiner Frage: "Network device support" -- "PPP Deflate compression" und "PPP BSD-Compress compression"

mfhg
16.08.03, 20:21
noch ne frage muss ich noch irgendwas im kernel einkompilieren um dma nutzen zu können?

kth
16.08.03, 20:29
Unter "ATA/IDE/MFM/RLL support": "Generic PCI bus-master DMA support"

Dann evtl. noch "Use PCI DMA by default when available".