Check the Wiki for supported cards: http://www.backtrack-linux.org/wiki/..._working_cards
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,
Check the Wiki for supported cards: http://www.backtrack-linux.org/wiki/..._working_cards
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
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
Also update to the newest ucode available from intel.Code:options iwlagn 11n_disable50=1 11n_disable=1
http://intellinuxwireless.org/iwlwif...-9.221.4.1.tgz
extract it and copy the file into /lib/firmware/
hope this helps.
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 ...
I don't have a file called iwlwifi.conf in the folder modeprobe.d ...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.
any ideas how to make this onboard wifi card work?
I also took the newest ucodes from intels webpage
Thanks for any help!