You are not logged in.
hi there
i just installed my arch linux!
well, i get an error loading the network card at boot (i can not read it, its to fast) and if i type ifconfig i dont see any network card. just lo and another one. but no network cards.
in the arch setup the card went after that i had configured the card with the automatic tool in the setup.
i have got a hp nx7000 notebook, and if a type
lspci
it returnes (i just write the ethernet here):
Ethernet Controller: Realtek Semiconductor Co. , LTD. RTL-8139/8139C/8139C+ (rev 20)
Network Controller: Intel Corp. : Unknow device 1034 (rev 04)
how can i get it working?
thanks!
sear
Offline
Try modprobe r8139
then set up ifconfig & then try pinging a URL...
If you get that working you can then set up rc.conf
HTH
Mr Green
Mr Green
Offline
nope that didn't work.
can't find r8139!
Offline
modprobe 8139cp
or, (usually for integrated chips)
modprobe 8139too
If you develop an ear for sounds that are musical it is like developing an ego. You begin to refuse sounds that are not musical and that way cut yourself off from a good deal of experience.
- John Cage
Offline
Sorry thats the one.....mine is r8169...... :oops:
Mr Green
Mr Green
Offline
hmm modprobe worked, thanks
after that i saw a eth0 in ifconfig
but how can i tell ifconfig to use dhcp for eth0 ?
thanks!
Offline
Edit your /etc/rc.conf.
arch + gentoo + initng + python = enlisy
Offline
to look something like this
HOSTNAME="jester"
lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo eth0)
gateway="default gw 192.168.1.1"
ROUTES=(!gateway)
DAEMONS=(syslogd klogd !pcmcia network netfs crond)
HTH
Mr Green
note change above to suit your system.... :-)
Mr Green
Offline
Hi Green!!
You are getting better and better on these ethernet drivers, thanks for fixing my laptop yesterday.
Now I got a "serial" mouse problem on my stationary, check out DE for more information!
arch + gentoo + initng + python = enlisy
Offline
hmm that allready looks so, but it wont work
any other ideas?
Offline
You could do a
pacman -S dhcpcd
and then do a
dhcpcd eth0
that's all.
Offline