You are not logged in.

#1 2011-09-09 12:20:28

examon
Member
Registered: 2011-05-07
Posts: 208

Missing eth0, can use only wlan0

I'm missing eth0 in my ifconfig

ifconfig -a
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wlan0     Link encap:Ethernet  HWaddr 58:94:6B:A3:9B:A0  
          inet addr:192.168.1.30  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::5a94:6bff:fea3:9ba0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9483 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8326 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:6150973 (5.8 Mb)  TX bytes:1176654 (1.1 Mb)

here is my lspci

lspci | egrep -i net
00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06)
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)

When I was installing clean Arch installation [netinstall], wired connection was working fine. I also checked BIOS and eth is enabled. I'm using wicd for networking and eth&wlan were working all the time allright without any setup or so.
Thx for help

Offline

#2 2011-09-09 12:23:05

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Missing eth0, can use only wlan0

try using iproute2 instead of ifconfig to see if it gives the same or different result.

ip addr

Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2011-09-09 13:50:17

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Missing eth0, can use only wlan0

First stop: dmesg.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#4 2011-09-10 10:08:22

examon
Member
Registered: 2011-05-07
Posts: 208

Re: Missing eth0, can use only wlan0

ip addr

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 58:94:6b:a3:9b:a0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.30/24 brd 192.168.1.255 scope global wlan0
    inet6 fe80::5a94:6bff:fea3:9ba0/64 scope link 
       valid_lft forever preferred_lft forever

Here is my dmesg.. there is no eth only wlan...
http://pastebin.com/raw.php?i=SNdtwzpG

Offline

#5 2011-09-10 10:20:20

Gusar
Member
Registered: 2009-08-25
Posts: 3,607

Re: Missing eth0, can use only wlan0

Is the e1000e module loaded? What does dmesg say when you try to manually load it?

Offline

#6 2011-09-10 10:26:09

examon
Member
Registered: 2011-05-07
Posts: 208

Re: Missing eth0, can use only wlan0

Gusar wrote:

Is the e1000e module loaded? What does dmesg say when you try to manually load it?

my lovely e1000e smile
I blacklisted this becouse if I load e1000e and use laptop-mode-tools my laptop hangs on reboot/poweroff.

But thx, If I enabled e1000e eth0 immediately showed.

Offline

Board footer

Powered by FluxBB