Results 1 to 3 of 3

Thread: 10.10 - intel 3945 wireless died!

  1. #1
    Join Date
    Aug 2006
    Beans
    2

    10.10 - intel 3945 wireless died!

    I've been running ubuntu on my laptop for about 5 years now.
    For pretty much every new release, the wlan goes down, and I've had to find some workaround to make it work.
    Now that I've updated to 10.10, there seems to be nothing I can do?

    Dmesg tells me the radio is disabled by the RF kill switch.
    Rfkill says wlan isn't blocked in any way.

    In xev, there is no input when I press the wlan button, nor when I press the key combo for it (Fn + F10).

    Before the update to 10.10, I've used the acerhk module to enable radio:
    Code:
    sudo insmod /lib/modules/2.6.32.15+drm33.5/extra/acerhk.ko && echo 1 > /proc/driver/acerhk/wirelessled
    Any idea what I can do to turn my wlan back on?

    dmesg | grep iwl3945:
    Code:
    [   17.981946] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
    [   17.981952] iwl3945: Copyright(c) 2003-2010 Intel Corporation
    [   17.982045] iwl3945 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [   17.982062] iwl3945 0000:02:00.0: setting latency timer to 64
    [   18.167793] iwl3945 0000:02:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
    [   18.167799] iwl3945 0000:02:00.0: Detected Intel Wireless WiFi Link 3945ABG
    [   18.167962] iwl3945 0000:02:00.0: irq 43 for MSI/MSI-X
    [   18.844716] iwl3945 0000:02:00.0: loaded firmware version 15.32.2.9
    [   18.844900] iwl3945 0000:02:00.0: Radio disabled by HW RF Kill switch
    [   18.846549] iwl3945 0000:02:00.0: Radio disabled by HW RF Kill switch
    [ 1051.281356] iwl3945 0000:02:00.0: restoring config space at offset 0xf (was 0x100, writing 0x107)
    [ 1051.281425] iwl3945 0000:02:00.0: restoring config space at offset 0x4 (was 0x0, writing 0xd4000000)
    [ 1051.281440] iwl3945 0000:02:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x10)
    [ 1051.281460] iwl3945 0000:02:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100406)
    [ 1052.571842] iwl3945 0000:02:00.0: Radio disabled by HW RF Kill switch
    [ 1052.577284] iwl3945 0000:02:00.0: Radio disabled by HW RF Kill switch
    lspci | grep Network:
    Code:
    02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
    iwconfig:
    Code:
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11abg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
    rfkill list:
    Code:
    0: phy0: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no

  2. #2
    Join Date
    Apr 2005
    Location
    Los Angeles, CA, USA
    Beans
    20
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: 10.10 - intel 3945 wireless died!

    Hey, I had the same problem. When you do:

    Code:
    more /var/lib/NetworkManager/NetworkManager.state
    I got:

    Code:
    [main]
    NetworkingEnabled=true
    WirelessEnabled=false
    WWANEnabled=true
    So I changed the setting:

    Code:
    sudo rfkill unblock all
    And voila! All fixed. Wireless is back.

    I hope this is helpful!

    bg

  3. #3
    Join Date
    May 2008
    Beans
    1

    Re: 10.10 - intel 3945 wireless died!

    Thanks, this works for me!!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •