You are not logged in.
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
try using iproute2 instead of ifconfig to see if it gives the same or different result.
ip addrThere's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
First stop: dmesg.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
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 foreverHere is my dmesg.. there is no eth only wlan...
http://pastebin.com/raw.php?i=SNdtwzpG
Offline
Is the e1000e module loaded? What does dmesg say when you try to manually load it?
Offline
Is the e1000e module loaded? What does dmesg say when you try to manually load it?
my lovely e1000e ![]()
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