John Pearson wrote: > > On Mon, Apr 24, 2000 at 03:02:42PM +0200, Kovacs Istvan wrote > > Hello! > > > > I've just installed potato, re-compiled the kernel, and now (some of) > > my modules will not auto-load. I can load them with modprobe and/or > > insmod. I have to load the driver for my Initio SCSI card, SB AWE32 > > sound card and RTL8019-based NIC by hand. The question is: why? And of > > course: how do I correct the situation?
[snip] > After editing files in /etc/modutils always run update-modules, > so that /etc/conf.modules gets updated. conf.modules? or modules.conf? my syslog was complaining of something quite similar, so maybe you already helped my problem a bit. from syslog... Apr 25 21:29:48 server modprobe: Note: /etc/modules.conf is more recent than /lib/modules/2.0.36/modules.dep Apr 25 21:29:48 server insmod: Note: /etc/modules.conf is more recent than /lib/modules/2.0.36/modules.dep but i probably need more help yet... i recently did the apt-get dist-upgrade and hadn't rebooted since... until today. now we've got similar troubles to those Kovacs wrote about, above... most important to us is getting connected to the 'net. what a pain! need all kinds of handwaving before it gets past "SIOCADDRT" errors and lets us ping out thru eth1 to the 'net. by handwaving, i mean stabbing in the dark with tries like init 1 ifup # SIOCADDRT: Network is unreachable /etc/init.d/networking start # SIOCADDRT error ipmasq ping some.host.org # also breaks init 2 repeating and stabbing until a ping actually works. then everything is fine even tho it seems sketchy... right now, i tried # ifup SIOCADDRT: Network is unreachable eh?! yet i can ping anywhere, POP and SMTP email, DNS is working like a champ. very odd... in case of accidental relevancy here are some log slices-- from /var/log/messages: Apr 25 22:03:05 server syslogd 1.3-3#33: restart. Apr 25 22:03:05 server kernel: klogd 1.3-3#33, log source = /proc/kmsg started. Apr 25 22:03:05 server kernel: Cannot find map file. Apr 25 22:03:05 server kernel: Loaded 28 symbols from 6 modules. from /var/log/syslog: Apr 25 22:03:05 server named[1896]: listening on [127.0.0.1].53 (lo) Apr 25 22:03:05 server named[1896]: listening on [192.168.1.1].53 (eth0) Apr 25 22:03:05 server named[1896]: listening on [208.33.90.85].53 (eth1) Apr 25 22:03:05 server named[1896]: Forwarding source address is [0.0.0.0].1130 Apr 25 22:03:05 server named[1897]: Ready to answer queries. Apr 25 22:03:05 server /sbin/rpc.statd[1901]: unable to register (SM_PROG, SM_VERS, udp). Apr 25 22:03:05 server ypbind[1915]: Unable to register (YPBINDPROG, YPBINDVERS, udp). Apr 25 22:03:06 server /usr/sbin/gpm[1924]: Skipping a data packet (?) Apr 25 22:03:08 server rwhod[2002]: sending on interface eth1 Apr 25 22:03:08 server rwhod[2002]: sending on interface eth0 Apr 25 22:03:09 server ntpdate[2005]: step time server 128.46.154.76 offset -0.833622 sec Apr 25 22:03:09 server afpd[2018]: main: atp_open: Invalid argument Apr 25 22:03:09 server afpd[2018]: ASIP started on 208.33.90.85:548(0) (1.4b2+asun2.1.3) Apr 25 22:03:09 server papd[2020]: restart (1.4b2+asun2.1.3) Apr 25 22:03:09 server proftpd[2026]: server - ProFTPD 1.2.0pre9 standalone mode STARTUP Apr 25 22:03:09 server /usr/sbin/cron[2033]: (CRON) INFO (pidfile fd = 3) Apr 25 22:03:09 server /usr/sbin/cron[2034]: (CRON) STARTUP (fork ok) Apr 25 22:07:12 server modprobe: modprobe: Can't locate module net-pf-18 Apr 25 22:07:14 server last message repeated 3 times unable to register? invalid argument? missing module? i'm guessing "net-pf-18" is significant... how do i get that? any info would be helpful -- i'm glad linux is so crash-proof. the only snag would be if we lost power; then i'd hafta go thru all this voodoo again to get back online! help!