You are not logged in.

#1 2004-04-25 13:22:12

sear
Member
Registered: 2004-04-24
Posts: 42

network card does not work

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

#2 2004-04-25 13:48:54

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: network card does not work

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

#3 2004-04-25 15:32:21

sear
Member
Registered: 2004-04-24
Posts: 42

Re: network card does not work

nope that didn't work.

can't find r8139!

Offline

#4 2004-04-25 15:34:50

aCoder
Member
From: Medina, OH
Registered: 2004-03-07
Posts: 359
Website

Re: network card does not work

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

#5 2004-04-25 15:45:24

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: network card does not work

Sorry thats the one.....mine is r8169...... :oops:

Mr Green


Mr Green

Offline

#6 2004-04-25 16:12:37

sear
Member
Registered: 2004-04-24
Posts: 42

Re: network card does not work

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

#7 2004-04-25 17:21:53

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: network card does not work

Edit your /etc/rc.conf.


arch + gentoo + initng + python = enlisy

Offline

#8 2004-04-25 17:32:15

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: network card does not work

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

#9 2004-04-25 17:44:27

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: network card does not work

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

#10 2004-04-25 19:54:58

sear
Member
Registered: 2004-04-24
Posts: 42

Re: network card does not work

hmm that allready looks so, but it wont work

any other ideas?

Offline

#11 2004-04-25 20:00:07

morphus
Member
From: Braunschweig
Registered: 2003-08-06
Posts: 145

Re: network card does not work

You could do a

pacman -S dhcpcd

and then do a

dhcpcd eth0

that's all.

Offline

Board footer

Powered by FluxBB