As well as this:* Caching service dependencies ... [ ok ]
* Starting eth0
* Running preup function [ ok ]
* Bringing up eth0
* dhcp
* network interface eth0 does not exist
* Please verify hardware or kernel module (driver) [ !! ]
where net.eth1 is my wireless. Oddly, I can get net.eth1 to work on an older kernel and I'm using a Verizon card to access the net while at work, so that is my ppp connection here:# /etc/init.d/net.eth1 start
* Starting eth1
* Running preup function [ ok ]
* Configuration not set for eth1 - assuming DHCP
* Bringing up eth1
* dhcp
* network interface eth1 does not exist
* Please verify hardware or kernel module (driver) [ !! ]
lspci shows both of my cards:seeker ~ # ifconfig -a
eth2 Link encap:Ethernet HWaddr 00:15:C5:59:68:E3
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:22 errors:0 dropped:0 overruns:0 frame:0
TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6678 (6.5 Kb) TX bytes:6678 (6.5 Kb)
ppp0 Link encap:Point-to-Point Protocol
inet addr:75.200.100.38 P-t-P:66.174.36.13 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:173 errors:0 dropped:0 overruns:0 frame:0
TX packets:196 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:140743 (137.4 Kb) TX bytes:41535 (40.5 Kb)
which are both built into my kernel. I'm currently running:0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
I searched on the forums and I find vague references to a similar problems.# uname -a
Linux seeker 2.6.24-gentoo-r4 #1 SMP PREEMPT Mon Apr 14 01:10:43 EDT 2008 i686 Genuine Intel(R) CPU T2500 @ 2.00GHz GenuineIntel GNU/Linux
http://forums.gentoo.org/viewtopic-t-68 ... exist.html
where the problem went away with a kernel recompile. Any ideas?
