Results 1 to 10 of 10
Hello. I installing Arch Linux on my laptop using the 2010-05-i686 core iso. The problem is, it can't seem to find my wired internet connection. Doing an ifconfig -a only ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-20-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 8
BroadCom ethernet controller not listing eth0 interface
Hello. I installing Arch Linux on my laptop using the 2010-05-i686 core iso. The problem is, it can't seem to find my wired internet connection. Doing an ifconfig -a only lists wlan0 and lo. Doing lspci I find that my ethernet controler is a:
Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
I use a D-link DIR-100 wired router with DHCP.
/etc/hosts
/etc/resolv.confCode:# # /etc/hosts: static lookup table for host names # #<ip-address> <hostname.domain.org> <hostname> 127.0.0.1 localhost.localdomain localhost archtop
Networking section of rc.confCode:# # /etc/resolv.conf # #search <yourdomain.tld> #nameserver <ip> nameserver 192.168.0.1 # End of file
Tell me if you need any more information, thanks in advance.Code:HOSTNAME="archtop" eth0="dhcp" INTERFACES=(eth0) gateway="default gw 192.168.0.1" ROUTES=(!gateway)
- 07-20-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Hello and welcome!

Check the following wiki page:
https://wiki.archlinux.org/index.php...Ideapad_s10-3t
The computer may be different, but the broadcom chip for wired ethernet is the same, so I believe this should help you get it going.oz
- 07-20-2011 #3Just Joined!
- Join Date
- Jul 2011
- Posts
- 8
- 07-20-2011 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
- 07-20-2011 #5Just Joined!
- Join Date
- Jul 2011
- Posts
- 8
- 07-20-2011 #6
You shouldn't have had to change it in both locations. It should have worked with one or the other.
- 07-21-2011 #7Just Joined!
- Join Date
- Jul 2011
- Posts
- 8
Hi. Me again. I messed around some more and stumbled upon something. For some reason, I no longer need to have any of those modules loaded, anyone have any idea why? It seems extremely odd to me.
- 07-21-2011 #8forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Hello
If your broadcom chip uses the drivers indicated above, I'm pretty sure they have to be loaded for the ethernet device to work, whether they are loaded automatically by the kernel, or loaded by some other file as I don't see how the device could work without them. It sounds like you are having some configuration issues with Arch so you might want to check over the Beginners Guide and other wiki articles that relate to your hardware again to make sure your box is configured properly:
https://wiki.archlinux.org/index.php/Main_Pageoz
- 07-21-2011 #9
Are you saying you removed the modules from rc.conf and modprobe.conf and it's still working? Or you checked the list of loaded modules and they aren't there but it's still working? The latter would be strange indeed. The former not so much. Most driver modules are automatically detected and loaded. If you updated your system, it may be that whatever the problem was preventing them from autoloading before has been resolved.
- 07-22-2011 #10Just Joined!
- Join Date
- Jul 2011
- Posts
- 8


Reply With Quote

