Unsolved
This post is more than 5 years old
1 Message
0
7736
April 4th, 2008 21:00
Wifi card stop working
My Wifi card was working without problems and now stop working.
My equipmet is a XPS M1330 n series with Ubuntu 7.10 (2.6.22-14-generic) pre-installed.
The Wifi card is enable in the BIOS, the wifi led doesn't turn on
yo@dell-laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions
yo@dell-laptop:~$ sudo lshw -C network
*-network
description: Network controller
product: PRO/Wireless 3945ABG Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:0c:00.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=ipw3945 latency=0 module=ipw3945
*-network
description: Ethernet interface
product: NetLink BCM5906M Fast Ethernet PCI Express
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:09:00.0
logical name: eth0
version: 02
serial: 00:1d:09:3c:0b:78
size: 100MB/s
capacity: 100MB/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.77 duplex=full ip=192.168.1.71 latency=0 link=yes module=tg3 multicast=yes port=twisted pair speed=100MB/s
yo@dell-laptop:~$ lsmod |grep ipw3945
ipw3945 119840 1
ieee80211 35656 1 ipw3945
Any Idea?


PhillyFloyd
175 Posts
0
April 28th, 2008 13:00
Perhaps the killswitch was pressed accidentally?
Fn + F2 is the wifi killswitch in Fedora, so might be the same for Ubuntu guys as well
Check: /var/log/messages for any errors reported on the card, you can also reload the module to see if anything gets spit out in /var/log/messages as well:
# rmmod ipw3945
# modprobe ipw3945
and open a seperate window and run a: tail -100f /var/log/messages to see if anything spits out when the module is unloaded and reloaded...otherwise try the killswitch, by pressing Fn+F2 once, then wait a second and see if messages reports the kill and then Fn+F2 to bring it back online.
Ichido
16 Posts
0
June 1st, 2008 18:00
The WLAN LED does not glow on recent Intel-based notebooks (including Sony Vaio, Dell Inspiron, Lenovo Thinkpad and many others - we know, please don't list yours here), using the iwl4965 or iwl3945 WiFi drivers.
This problem is fixed for Ubuntu 8.04 (Hardy) in the backported kernel modules. (Note, however, that it does not behave the same way as it used to. The light will not blink on and off, but will be steady.)
Please install 'linux-backports-modules-hardy':
:~$ sudo apt-get install linux-backports-modules-hardy
then:
:~$ sudo rmmod iwl3945; sudo modprobe iwl3945
This Fixed my Wifi LED Problem!