Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - Hey reader, it took me ages to install this, that's why I added this noob friendly tutorial onto this page, if anyone cares to rewrite it or this isn't allowed, please edit/remove this.
 - All credit goes to this brazlian forum, http://www.hardmob.com.br/hardwhat/579246-mini-tutorial-instalacao-do-dongle-wi-fi-philips-pta01-no-linux.html
 - So the proces is actally very simple you need to install the Atheros Drivers (maybe already installed)
 - sudo apt-get install firmware-atheros
 - Now you need to enter the following commands:
 - echo $'#!/bin/sh \n modprobe ath9k_htc \n echo 0471 209e > /sys/bus/usb/drivers/ath9k_htc/new_id' | sudo tee /usr/local/sbin/pta01.sh
 - sudo chmod +x /usr/local/sbin/pta01.sh
 - echo $'ACTION=="add", ATTRS{idVendor}=="0471", ATTRS{idProduct}=="209e", RUN+="/usr/local/sbin/pta01.sh"' | sudo tee /etc/udev/rules.d/pta01-wifi.rules
 - sudo udevadm control --reload-rules
 - sudo udevadm trigger
 - Tested on Debian Wheezy on the Raspberry Pi by the original poster and tested on Raspian and Kali by me.
 - Tested on 21-6-2015.
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment