I'm running Feisty on a Toshiba Satellite A100 with Intel 3945 ABG networking. I initially thought I had a problem with WEP but it would appear that what is actually going on is a failure to receive a DHCP lease.
On boot the laptop gets to the desktop but only having the wifi allocated a 169.254.x.x address. Using ifdown/ifup corrects the problem and the wifi successfully gets an IP address.
Similarly after a suspend/resume the networking returns allocated to a 169.254.x.x IP and again ifdown/ifup on eth1 revives the wireless connection.
There is a long pause during boot. In dmesg I'm assuming the figures in the square brackets are timings, if so I've managed to find what appears to be a long pause after the ipw3945 reference followed by a failure to bring up eth1 (wireless) and eth0 (wired) connections.
[ 21.056000] EXT3 FS on sda1, internal journal
[ 21.792000] ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels)
[ 60.700000] NET: Registered protocol family 10
[ 60.700000] lo: Disabled Privacy Extensions
[ 60.700000] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 76.136000] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 90.228000] ibm_acpi: ec object not found
It would be nice to have networking 'just work' without all this manual intervention.
Any suggestions gratefully received.
Regards,
Jason.
On boot the laptop gets to the desktop but only having the wifi allocated a 169.254.x.x address. Using ifdown/ifup corrects the problem and the wifi successfully gets an IP address.
Similarly after a suspend/resume the networking returns allocated to a 169.254.x.x IP and again ifdown/ifup on eth1 revives the wireless connection.
There is a long pause during boot. In dmesg I'm assuming the figures in the square brackets are timings, if so I've managed to find what appears to be a long pause after the ipw3945 reference followed by a failure to bring up eth1 (wireless) and eth0 (wired) connections.
[ 21.056000] EXT3 FS on sda1, internal journal
[ 21.792000] ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels)
[ 60.700000] NET: Registered protocol family 10
[ 60.700000] lo: Disabled Privacy Extensions
[ 60.700000] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 76.136000] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 90.228000] ibm_acpi: ec object not found
It would be nice to have networking 'just work' without all this manual intervention.
Any suggestions gratefully received.
Regards,
Jason.
Comment