You are not logged in.
Pages: 1
Hello, I'm new to Arch Linux and I've a problem to start the network.
I've a DHCP connection, under gentoo I just used "dhcpcd eth0" to start the network but under Arch Linux I don't receive any messagge after this command. I tried to ensure that the network card's driver was loaded using "modprobe sis900" but any output appeared. I added "alias eth0 sis900" in /etc/modprobe.conf (I hope it's correct). I tried using /etc/rc.d/network start but it failed (without say me WHY)
In my rc.cond I've theese lines:
.....
lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo eth0)
....
Any suggestion?
Thanks for your attention
Offline
have you tried adding that module to the MODULES() array in /etc/rc.conf?
Maybe this will help:
(http://wiki2.archlinux.org/index.php/Static IP and DHCP)
Offline
alias eth0 sis900
I think its "alias sis900 eth0"
Offline
Raindancer wrote:alias eth0 sis900
I think its "alias sis900 eth0"
See man modprobe.conf. Raindancer is right
Out / Gone
Mirgrating all my machines off ArchLinux . No longer part of the ArchLinux community / users .
Done. Goodbye.
Offline
well seems that Arch Linux it's the first distro to recognize my other network card. The problem was that loaded that card as eth0, and my real ethernet card become eth1... but now it works great
Offline
Pages: 1