You are not logged in.
Pages: 1
i use a realtec RTL8139
i run arch on a laptop
Offline
modprobe r8139
Have you set up network in rc.conf?
Mr Green
Offline
thanx mr green
i run arch on a laptop
Offline
does the config from ftp install aply to my installed sysem
i run arch on a laptop
Offline
does the config from ftp install aply to my installed sysem
If depends on your set up. For dhcp, set eth0=dhcp. All that info is commented in the file, have a look at it.
Offline
cant find module :x
i run arch on a laptop
Offline
install hwd and run hwd -s. Note the ethernet module and compare it to the output of lsmod
Offline
to whear
i run arch on a laptop
Offline
to install hwd do:
pacman -Sy hwd
then run
hwd -s
once you've run that you can lsmod and compare the difference.
Offline
how do i do this sans network
i run arch on a laptop
Offline
try running:
lshwd
It's in the base system. So it's probably already on your system.
Offline
Yep, use lshwd and look at what it gives for eth0.
Offline
evryting seams right but the modual wont load
i run arch on a laptop
Offline
evryting seams right but the modual wont load
How do you know it won't load?
Offline
i just did modprobe r8139 and booted up and
fatal cannot load r8139
i run arch on a laptop
Offline
modprobe 8139too should work. I didn't realized that I have the same card
Offline
Uhh... to prevent potential trouble: "8139too" is the name of the module - the lack of what might be an expected space was intentional.
Offline
Pages: 1