Announcement

Collapse
No announcement yet.

Wirless not working on T61p

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Wirless not working on T61p

    I have been using Linux for about 8 years, and for about 3 years I've run several versions of Kubuntu Linux on my T43p.

    I have a new T61p, and although wireless networking works in WinXP, it does not work at all in either 32-bit or 64-bit Hardy Heron.

    From lspci -v:

    ...
    03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61)
    Subsystem: Intel Corporation Lenovo ThinkPad T51
    Flags: bus master, fast devsel, latency 0, IRQ 216
    Memory at df2fe000 (64-bit, non-prefetchable) [size=8K]
    Capabilities: [c8] Power Management version 3
    Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+
    Capabilities: [e0] Express Endpoint IRQ 0
    ...

    From dmesg:

    ...
    [ 97.496616] iwl4965: Intel(R) Wireless WiFi Link 4965AGN driver for Linux, 1.2.0
    [ 97.496618] iwl4965: Copyright(c) 2003-2007 Intel Corporation
    [ 97.496730] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 21
    [ 97.496750] PCI: Setting latency timer of device 0000:03:00.0 to 64
    [ 97.496778] iwl4965: Detected Intel Wireless WiFi Link 4965AGN
    [ 98.140241] cs: IO port probe 0x100-0x3af: clean.
    [ 98.142009] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    [ 98.142779] cs: IO port probe 0x820-0x8ff: clean.
    [ 98.143440] cs: IO port probe 0xc00-0xcf7: clean.
    [ 98.144232] cs: IO port probe 0xa00-0xaff: clean.
    [ 98.202411] iwl4965: Tunable channels: 11 802.11bg, 13 802.11a channels
    [ 98.206595] wmaster0: Selected rate control algorithm 'iwl-4965-rs'
    [ 98.386219] ACPI: PCI Interrupt 0000:00:1b.0[b] -> GSI 17 (level, low) -> IRQ 21
    ...

    From lsmod:

    ...
    iwlwifi_mac80211 219108 1 iwl4965
    ...
    cfg80211 15112 1 iwlwifi_mac80211
    ...

    From iwconfig:

    ...
    wlan0 IEEE 802.11g ESSID:"" Nickname:""
    Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
    Tx-Power=27 dBm
    Retry min limit:7 RTS thrff Fragment thr=2346 B
    Encryption keyff
    Power Managementff
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0


    However, when I call up knetworkmanager, it tells me there are no active devices.

    (I know, lspci says I have a T51, but every other device with a "Subsystem" line shows T61. Maybe this is significant?)

    What have I missed?

    #2
    Re: Wirless not working on T61p

    Have a look at your /etc/network/interfaces. If there is anything but
    auto lo
    iface lo inet loopback
    Get rid of it and Knetworkmanager will work again.
    Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

    Comment


      #3
      Re: Wirless not working on T61p

      I did, there isn't, and it doesn't.

      It looks to me like the kernel recognizes the device. However I cannot energize it; the wireless device light never comes on in either Kubuntu or Knoppix. (It does come on in WinXP and I can connect to the net in XP.)

      I can use the switch to turn the PWAN device on and off, and I can use Fn+F5 to energize the PWAN and Bluetooth devices, but the wireless adapter won't start in Kubuntu.

      Comment


        #4
        Re: Wirless not working on T61p

        It's working in Windoze. Reboot into Windoze and ensure that the wireless connection is up and working (you can cruise the 'Net). Then, before shutting it down, look in the Control Panel for Wireless configuration settings. Make sure that there isn't a setting to 'disable' the device when shutting down the system. You might also want to check your BIOS settings as well.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Wirless not working on T61p

          The light doesn't mean much. I've got a T41 purring along on kubuntu, wlan is working beautifully but the lights make no sense to me whatsoever at all...

          But first follow Snowhog's advice, Win and BIOS settings...

          BTW, if you know the IP address of your router - typically 196.168.1.1 or some such - try pinging it (on the command line "ping 196.168.1.1) and see what it tells you. Other commands that come in handy include "ifup device_name" and "dhclient device_name" (both have to be run under sudo).

          Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

          Comment

          Working...
          X