Intel® Centrino® Advanced-N 6200
Hello all,
Running BackTrack 5 (live CD/USB)
I have a HP Mini 110-3500 (110-3538TU) with an Intel® Centrino® Advanced-N 6200 half-height mini-PCI wireless card (replacing the Broadcom card in it that did not do 5Ghz). This does not appear to be supported as no wireless adaptor shows up in BackTrack.
Should this be supported, or is there any way to make it so?
Thanks,
Re: Intel® Centrino® Advanced-N 6200
Re: Intel® Centrino® Advanced-N 6200
The work around for the 6300 is to disable 11n in iwlagn module the parameter "11n_disable=1". I believe these two cards use the same configuration, you could try this, as Im using the 6300.
Add this line to your iwlwifi.conf
/etc/modprobe.d/iwlwifi.conf
Code:
options iwlagn 11n_disable50=1 11n_disable=1
Also update to the newest ucode available from intel.
http://intellinuxwireless.org/iwlwif...-9.221.4.1.tgz
extract it and copy the file into /lib/firmware/
hope this helps.
AW: Intel® Centrino® Advanced-N 6200
I have the same problem, I'm using a Fujitsu E780 with an Intel Centrino Advanced-N 6200 Chipset.
I just installed Backtrack 5 R1 and when I try to run airmon-ng it "stucks" with the blinking cursor and an empty interface list, it stays there forever until you go out with ctrl-c.
Airmon-zc instead shows me the adapter but since airmon-zc can't be used ...
Quote:
The work around for the 6300 is to disable 11n in iwlagn module the parameter "11n_disable=1". I believe these two cards use the same configuration, you could try this, as Im using the 6300.
Add this line to your iwlwifi.conf
/etc/modprobe.d/iwlwifi.conf
Code:
options iwlagn 11n_disable50=1 11n_disable=1
Also update to the newest ucode available from intel.
http://intellinuxwireless.org/iwlwif...-9.221.4.1.tgz
extract it and copy the file into /lib/firmware/
hope this helps.
I don't have a file called iwlwifi.conf in the folder modeprobe.d ...
any ideas how to make this onboard wifi card work?
I also took the newest ucodes from intels webpage
Thanks for any help!