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?
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?
Comment