New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Intel card N6205 with b3

Got problems with your B2 or B3? Share and get helped!
Post Reply
switchgott
Posts: 21
Joined: 12 Jun 2014, 17:00

Intel card N6205 with b3

Post by switchgott »

Hi,
does someone has get an intel card N6205 get working with b3?
System is up to date, and i get everytime this error:

root@b3:/lib/modules/2.6.39.4-11# modprobe -r iwlagn ; modprobe iwlagn
FATAL: Error inserting iwlagn (/lib/modules/2.6.39.4-11/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko): Unknown symbol in module, or unknown parameter (see dmesg)

iwlagn: Unknown symbol ieee80211_get_tkip_key (err 0)

Any idea how to fix this?

Thanks
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Re: Intel card N6205 with b3

Post by Cheeseboy »

Hi,

I have not tried this on the B3, but I had some issues with it on a laptop.
Did you install the firmware? It is not on the B3 by default...

https://wiki.debian.org/iwlwifi
http://wireless.kernel.org/en/users/Drivers/iwlwifi

Cheers,

/Cheeseboy
ingo2
Posts: 81
Joined: 06 Feb 2012, 10:32

Re: Intel card N6205 with b3

Post by ingo2 »

1. The module to load for 6205 Wifi-card is 'iwlwifi' (here the info from my Wheezy desktop):

Code: Select all

$ lsmod | grep iwl
iwlwifi               166761  0 
mac80211              192806  1 iwlwifi
cfg80211              137243  2 mac80211,iwlwifi
2. The necessary firmware file (kernel ≤ 3.2) is

Code: Select all

version 17.168.5.3	(iwlwifi-6000g2a-5.ucode)
It has to be placed in /lib/firmware.

One remark in case you want to set-up an access point:
This Intel-card works great in infrastucture mode. In AP-mode it is crippled and only allows channels 1 - 11 in the 2.4GHz band, nothing on 5GHz. Unfortunately Intel has placed the channel-table not in an EEPROM, but in an OTP-ROM. Thus it is possible to patch/overwrite the table to enable channels 12+13 and also 5GHz, and this survives a reboot, but on every power loss the patch is lost and the card reverts to the original state.

Regards,
Ingo
UNIX is user friendly, it's just picky about who its friends are.
Post Reply