Network Inaccessable in 2.6 Kernel
I finally compiled the 2.6 kernel correctly, updated modutils to 0.9.14, and have only two remaining problems, one of which prevents my network from working.
From dmesg, I get the following errors:
request_module: /sbin/modprobe -- supermount. error = 256
request_module: /sbin/modprobe -- net-pf-10. error = 256
request_module: /sbin/modprobe -- char-major-180-0. error = 256
request_module: /sbin/modprobe -- char-major-180. error = 256
request_module: /sbin/modprobe -- char-major-180-15 = 256
request_module: /sbin/modprobe -- net-pf-10. error = 256
The odd thing is, I can get the network to function just fine after I log in and do this:
modprobe eepro100
ifup eth0
(and yes, lsmod doesnot show eepro100 loaded before I do this)
So if I can load the module just fine at the console, why dosn't it load at boot time? I don't think I should have to do this every time I start up the machine, I didn't when I was running the 2.4 kernel.
And the other problem, if you were wondering, was not being able to access my CD-ROM. I've traced that to the supermount error, but until I figure out what error = 256 means, I'm going nowhere fast on either of these issues.
-Josh
Re: Network Inaccessable in 2.6 Kernel
Quote:
Originally Posted by jheaton
So if I can load the module just fine at the console, why dosn't it load at boot time? I don't think I should have to do this every time I start up the machine, I didn't when I was running the 2.4 kernel.
You need to add it to /etc/modules.autoload.d/kernel-2.6 if you havent allready