I've got a D-Link DIR-655 router and a laptop with a Intel WiFi Link 5100 network card.
I'm running Ubuntu 11.4 x64 -
uname -a
:
Linux fraekkert 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
I've configured the router to allow both wireless g and n, and another laptop is connecting over n, but this laptop wont.
I remember that wireless N were temporarily disabled when Natty came out, but I can't figure out if anything have happened since then, so I guess the memory leak must've been resolved by now.
This is the output from lshw
:
*-network
description: Wireless interface
product: WiFi Link 5100
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlan0
version: 00
serial: 00:24:d6:65:0d:d0
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlagn driverversion=2.6.38-11-generic firmware=8.83.5.1 build 33692 ip=192.168.0.100 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
resources: irq:45 memory:e3500000-e3501fff
And the output from dmesg | grep iwl
:
[ 20.943539] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 20.943544] iwlagn: Copyright(c) 2003-2010 Intel Corporation
[ 20.943691] iwlagn 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 20.943703] iwlagn 0000:01:00.0: setting latency timer to 64
[ 20.943750] iwlagn 0000:01:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[ 20.966066] iwlagn 0000:01:00.0: device EEPROM VER=0x11f, CALIB=0x4
[ 20.966071] iwlagn 0000:01:00.0: Device SKU: 0Xb
[ 20.966370] iwlagn 0000:01:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 20.966466] iwlagn 0000:01:00.0: irq 45 for MSI/MSI-X
[ 25.869658] iwlagn 0000:01:00.0: loaded firmware version 8.83.5.1 build 33692
[ 25.879814] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
Edit:
The interface is working, but only in g-mode. If I turn my access point to n-only, I can't connect to it.
The output of rfkill list
:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
rfkill list
. thanks. – fossfreedom Sep 17 '11 at 15:19