Date: Mon, 26 Dec 2005 17:44:33 +0100 (CET) From: Alexander Konovalenko <kono@kth.se> To: freebsd-acpi@freebsd.org, freebsd-hardware@freebsd.org Subject: "no carrier" on vr0 caused by suspend (FreeBSD 6.0) Message-ID: <20051226172520.V29157@omega.nanophys.kth.se>
next in thread | raw e-mail | index | archive | help
Hello, recently I have upgraded my AMD Athlono-XP laptop to 6.0 STABLE, everything works fine, even suspending with zzz works except network interface vr0 which is in state "no carrier" right after wake up. The only thing which helps is reboot. Is there any work around? RIGHT AFTER WAKE UP: # ifconfig vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 ether 00:40:d0:2d:b2:3f media: Ethernet autoselect status: no carrier lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 # # # sysctl -a | grep vr dev.vr.0.%desc: VIA VT6102 Rhine II 10/100BaseTX dev.vr.0.%driver: vr dev.vr.0.%location: slot=18 function=0 handle=\_SB_.PCI0.LAN0 dev.vr.0.%pnpinfo: vendor=0x1106 device=0x3065 subvendor=0x1631 subdevice=0x7002 class=0x020000 dev.vr.0.%parent: pci0 dev.vr.0.wake: 0 dev.miibus.0.%parent: vr0 NORMAL STATE: # ifconfig vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:40:d0:2d:b2:3f media: Ethernet autoselect (100baseTX <full-duplex>) status: active lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 # # sysctl -a|grep vr dev.vr.0.%desc: VIA VT6102 Rhine II 10/100BaseTX dev.vr.0.%driver: vr dev.vr.0.%location: slot=18 function=0 handle=\_SB_.PCI0.LAN0 dev.vr.0.%pnpinfo: vendor=0x1106 device=0x3065 subvendor=0x1631 subdevice=0x7002 class=0x020000 dev.vr.0.%parent: pci0 dev.vr.0.wake: 0 dev.miibus.0.%parent: vr0 /Alexander Konovalenko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051226172520.V29157>