Dan Williams wrote:
Hi Dan,On Fri, 2007-06-08 at 01:16 +0530, Rogue wrote:Hi All, I am seeing a very strange behavior on my Dell D810 laptop. Everytime I start up the system, NM chooses to connect to a non-existent wired network. I see the following in the log files: Jun 8 00:53:17 Xymnotune NetworkManager: <info> starting... Jun 8 00:53:17 Xymnotune NetworkManager: <info> eth1: Device is fully-supported using driver 'ipw2200'. Jun 8 00:53:17 Xymnotune NetworkManager: <info> nm_device_init(): waiting for device's worker thread to start Jun 8 00:53:18 Xymnotune NetworkManager: <info> nm_device_init(): device's worker thread started, continuing. Jun 8 00:53:18 Xymnotune NetworkManager: <info> Now managing wireless (802.11) device 'eth1'. Jun 8 00:53:18 Xymnotune NetworkManager: <info> Deactivating device eth1. Jun 8 00:53:18 Xymnotune kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready Jun 8 00:53:18 Xymnotune NetworkManager: <info> eth0: Device is fully-supported using driver 'tg3'. Jun 8 00:53:18 Xymnotune NetworkManager: <info> nm_device_init(): waiting for device's worker thread to start Jun 8 00:53:18 Xymnotune NetworkManager: <info> nm_device_init(): device's worker thread started, continuing. Jun 8 00:53:18 Xymnotune NetworkManager: <info> Now managing wired Ethernet (802.3) device 'eth0'. Jun 8 00:53:18 Xymnotune NetworkManager: <info> Deactivating device eth0. Jun 8 00:53:18 Xymnotune NetworkManager: <info> Will activate wired connection 'eth0' because it now has a link. Jun 8 00:53:18 Xymnotune NetworkManager: <info> SWITCH: no current connection, found better connection 'eth0'. Jun 8 00:53:18 Xymnotune dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth0 for sub-path eth0.dbus.get.reason Jun 8 00:53:18 Xymnotune NetworkManager: <info> Will activate connection 'eth0'. Jun 8 00:53:18 Xymnotune NetworkManager: <info> Device eth0 activation scheduled... Jun 8 00:53:18 Xymnotune NetworkManager: <info> Activation (eth0) started... This has started occurring after I installed Fedora 7 on my laptop. Now I am wondering if this is a Fedora bug of a NM bug. Any pointers on how to fix this issue are welcome.It's been fixed in SVN and built as an NM update for F7. See: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=194124 Should hit the mirrors in the next few days. Out of curiosity though, what does /sbin/lspci say? Dan First up, glad to hear that this issue has been fixed and pushed. Secondly to satiate your curiosity, lspci on my machine gives the following information: 00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03) 00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) 00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3) 00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03) 00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03) 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03) 00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03) 01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Mobility Radeon X300] 02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01) 03:01.0 CardBus bridge: Texas Instruments PCI6515 Cardbus Controller 03:01.5 Communication controller: Texas Instruments PCI6515 SmartCard Controller 03:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05) hope that info helps you... Another bit of info, earlier I used to download the ipw2200 driver separately, but this time I noticed that NM was picking up my device well and nice, so I did not install that driver. Do you think that could be an issue? later, Rogue |