View previous topic :: View next topic |
Author |
Message |
rahulthewall Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/3921494714948217d1c431.jpg)
Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Wed Apr 15, 2009 7:16 am Post subject: net.eth0 complains of missing module [solved] |
|
|
Code: |
googly rahul # /etc/init.d/net.eth0 start
* Caching service dependencies... [ ok ]
* Bringing up interface eth0
* ERROR: interface eth0 does not exist
* Ensure that you have loaded the correct kernel module for your hardware
* ERROR: net.eth0 failed to start
|
Code: |
googly rahul # lspci | grep Ether
02:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
|
Code: |
googly rahul # lsmod | grep b44
b44 22828 0
|
The motherboard for the laptop was replaced - and the problem started after that. However, since there was no change in the hardware, I do not see what the problem is. And as far as I know the correct kernel module is loaded. _________________ Who shall guard the guards?
Last edited by rahulthewall on Wed Apr 15, 2009 9:50 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
massimo Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/601340297511bb264633a9.png)
Joined: 22 Jun 2003 Posts: 1226
|
Posted: Wed Apr 15, 2009 7:44 am Post subject: |
|
|
What does ifconfig -a return? _________________ Hello 911? How are you? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rahulthewall Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/3921494714948217d1c431.jpg)
Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Wed Apr 15, 2009 7:56 am Post subject: |
|
|
Code: |
googly rahul # ifconfig -a
eth1 Link encap:Ethernet HWaddr 00:15:c5:1b:5d:92
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
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:324 errors:0 dropped:0 overruns:0 frame:0
TX packets:324 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:25096 (24.5 KiB) TX bytes:25096 (24.5 KiB)
wlan0 Link encap:Ethernet HWaddr 00:13:02:ab:1c:a1
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::213:2ff:feab:1ca1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1
RX packets:9764 errors:0 dropped:0 overruns:0 frame:0
TX packets:7944 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9921002 (9.4 MiB) TX bytes:1147380 (1.0 MiB)
wmaster0 Link encap:UNSPEC HWaddr 00-13-02-AB-1C-A1-77-6C-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING 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)
|
Well, that explains it, so apparently, eth0 has been moved to eth1. I would like to move it back to eth0, if that is possible!
And I would like to do this, because adding net.eth1 to the default runlevel does not work - as in it does not start on boot! ![Sad :(](images/smiles/icon_sad.gif) _________________ Who shall guard the guards? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
massimo Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/601340297511bb264633a9.png)
Joined: 22 Jun 2003 Posts: 1226
|
Posted: Wed Apr 15, 2009 8:29 am Post subject: |
|
|
Delete /etc/udev/rules.d/70-persistent-net.rules and reboot. _________________ Hello 911? How are you? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rahulthewall Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/3921494714948217d1c431.jpg)
Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Wed Apr 15, 2009 9:49 am Post subject: |
|
|
massimo wrote: | Delete /etc/udev/rules.d/70-persistent-net.rules and reboot. |
That fixed it, thanks! _________________ Who shall guard the guards? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|