You are not logged in.

#1 2010-06-01 10:23:53

Cyl
Member
Registered: 2010-06-01
Posts: 3

new install -> eth0 not working

Hi, i have after fresh install, but my integrated networkcard is not working, eth0 on rc.conf is dhcp, resolv.conf i set to opendns.

My second OS Mandriva Linux on the same computer is connected to dhcp/opendns long time and working nice.

On archlinux /var/log/errors.log is eth0 interface is no such device.

I have this motherboard
http://www.msi.com/index.php?func=prodd … od_no=1499

hwdetect --show-net -> system dont know command hwdetect neutral

I dont know what to do now, help :-(

Last edited by Cyl (2010-06-01 10:27:36)

Offline

#2 2010-06-01 10:44:41

toffyrn
Member
Registered: 2008-10-07
Posts: 221

Re: new install -> eth0 not working

what does ifconfig show?

Offline

#3 2010-06-01 11:52:40

FaN_OnLy1
Member
From: Montpellier, France
Registered: 2008-09-22
Posts: 126

Re: new install -> eth0 not working

lspci | grep Ethernet

Could also help determine if a specific module has to be used.

Offline

#4 2010-06-01 14:58:37

Cyl
Member
Registered: 2010-06-01
Posts: 3

Re: new install -> eth0 not working

ifconfig
Link encap: Local Loopback
inet addr:127.0.0.1 Mask 255.0.0.0
Loopback running MTU:16436 Metric:1
and followed by lots of zeros for all items(packets, errors, collisions,....)

lspci | grep Ethernet
Ethernet Controller : nVidia corp. MCP73 Ethernet rev.a2

Offline

#5 2010-06-01 15:31:22

toffyrn
Member
Registered: 2008-10-07
Posts: 221

Re: new install -> eth0 not working

is the module "forcedeth" loaded?

Offline

#6 2010-06-01 18:28:33

Cyl
Member
Registered: 2010-06-01
Posts: 3

Re: new install -> eth0 not working

i write lsmod and on results was not a forcedeth modul, i tried write him in to rc.conf modules, but after reboot and again lsmod i not found forcedeth on results again.

Offline

#7 2010-06-01 18:39:16

toffyrn
Member
Registered: 2008-10-07
Posts: 221

Re: new install -> eth0 not working

Try modprobe to load, and rmmod to remove modules at runtime smile

[toffyrn@hubble ~]$ sudo modprobe forcedeth 
Password: 
[toffyrn@hubble ~]$ lsmod | grep deth
forcedeth              47287  0 
[toffyrn@hubble ~]$

After you have loaded the module, what is output of ifconfig then?

Last edited by toffyrn (2010-06-01 18:40:27)

Offline

Board footer

Powered by FluxBB