You are not logged in.
I have a Thinkpad SL510. If I do
ifconfig eth0 downit can't be brought up again. I noticed that as soon as I bring it down, the LCD light stops blinking and any attempt to bring it up doesn't get the LCD light back. This wasn't the case several weeks ago, and I suppose this could be related to kernel.
Last edited by xiaq (2011-04-28 13:29:08)
Offline
Any errors n the logs?
Offline
Are you actually talking about ethernet or wlan iface?
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline
@Leonid: I mean the wired ethernet. And the "LCD light" refers to the light in the ethernet port, not the LCD indicator of WLAN.
This is what I get with tail -f /var/log/everything.log. After ifconfig eth0 down:
Apr 29 10:04:17 localhost kernel: [ 293.350583] r8169 0000:08:00.0: PME# enabledAfter '''ifconfig eth0 up''':
Apr 29 10:04:24 localhost kernel: [ 300.186849] r8169 0000:08:00.0: PME# disabled
Apr 29 10:04:24 localhost kernel: [ 300.247336] r8169 0000:08:00.0: eth0: link down
Apr 29 10:04:24 localhost kernel: [ 300.247346] r8169 0000:08:00.0: eth0: link down
Apr 29 10:04:24 localhost kernel: [ 300.247537] ADDRCONF(NETDEV_UP): eth0: link is not ready
Apr 29 10:04:24 localhost kernel: [ 300.347045] r8169 0000:08:00.0: PME# enabledand if I run ifconfig eth0, eth0 seems to be up, but the light is off after ifconfig eth0 down. Only a reboot fixes that.
Offline
You don't have to reboot, but only rmmod r8169 && modprobe r8169... I had something similar with a broadcom wifi card, back in the days when linux support via b43 was poor. Is your card somewhat fance?
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline