unable to turn on wifi in backtrack 5 r3 while booting from usb

11,591

These commands will allow you to download, compile and install the latest version of the driver. Since these are backports, they work on any Linux kernel.

 sudo apt-get install build-essential linux-headers-generic
 wget https://www.kernel.org/pub/linux/kernel/projects/backports/2013/10/18/backports-20131018.tar.gz 
 tar xvfz backports-20131018.tar.gz
 cd backports-20131018
 make defconfig-wifi
 make
 sudo make install
Share:
11,591
Shubham pokhriyal
Author by

Shubham pokhriyal

Completed my bachelors degree in 2015. I have good amount of coding background and I'm always available for help.

Updated on September 18, 2022

Comments

  • Shubham pokhriyal
    Shubham pokhriyal over 1 year

    i have hp pavilion 15 with RT3290 802.11bgn WIFI-ADAPTER in my laptop there is a shotcut key to turn on(white light)/off(orange light) wifi which works perfectly on windows.

    i installed backtrack 5 r3 on usb drive to use it as a live usb, but while booting in bt5 i cannot use my wifi as its not turning on. The indicator is constantly showing orange light(as it is switched off). Due to this airmon-ng shows nothing like wlan0().

    please tell me how to switch on my wifi in backtrack as soon as possible.

    • Ƭᴇcʜιᴇ007
      Ƭᴇcʜιᴇ007 over 10 years
      did you ensure that Backtrack has drivers for your WiFi card included/installed?
    • almonte
      almonte over 10 years
      that solution is for intel wifi adapters, he has a Ralink chipset.
    • Shubham pokhriyal
      Shubham pokhriyal over 10 years
      @almonte do you have any solution??
  • almonte
    almonte over 10 years
    Ok here, try this.. worked for that guy: RALINKBACKTRACK
  • Shubham pokhriyal
    Shubham pokhriyal over 10 years
    so i have to just copy paste these commands on terminal
  • MariusMatutiae
    MariusMatutiae over 10 years
    Yes. Plus, since I forgot you are on BT, you do not need the "sudo".
  • Shubham pokhriyal
    Shubham pokhriyal over 10 years
    what if i download the file on windows from the link given in command?
  • Shubham pokhriyal
    Shubham pokhriyal over 10 years
    its only of 12MB.
  • MariusMatutiae
    MariusMatutiae over 10 years
    You may very well download it to Windows, no problem. Then you will have to move it to BT. Try doing it through a shared folder. And yes, it 13M, you are right. Trust me, it's enough. :-)
  • Shubham pokhriyal
    Shubham pokhriyal over 10 years
    ok i've downloaded it on windows, now please tell me the command of bt terminal and where should i save that file in order to access it in bt5?
  • MariusMatutiae
    MariusMatutiae over 10 years
    You must learn how to "Share a folder" between host and guest. You may Google it. Then you put the file you downloaded in the Shared folder, and start your VM.
  • Shubham pokhriyal
    Shubham pokhriyal over 10 years
    but i m not using VM
  • MariusMatutiae
    MariusMatutiae over 10 years
    Right. Then just copy it to a folder (any folder) on your USB key.
  • Shubham pokhriyal
    Shubham pokhriyal over 10 years
    not working and i am facing one more problem when i shutdown bt5 the laptop does not shutdown completely and screen goes blank nothing happens next so everytime i have to switch it off from power button
  • MariusMatutiae
    MariusMatutiae over 10 years
    This has nothing to do with your driver. What do you mean by "not working"?
  • MariusMatutiae
    MariusMatutiae over 10 years
    Do you know that in BT you have to configure wifi yourself? In other words: do you know that you have to use wpa_passphrase, wpa_supplicant, and dhclient (if you are linking via DHCP, otherwise you have to learn how to set up a static IP for wifi)?
  • Shubham pokhriyal
    Shubham pokhriyal over 10 years
    i mean that wifi is still off, in other words airmon-ng is not detecting my wifi chipset
  • MariusMatutiae
    MariusMatutiae over 10 years
    try ifconfig wlan0 up, or whatever your wifi card is called.
  • Shubham pokhriyal
    Shubham pokhriyal over 10 years
    "Device not found"