0 Members and 1 Guest are viewing this topic.
sudo lshw -C network
ifconfig
iwconfig
iwlist scanning
rfkill list
sudo apt-get update && sudo apt-get install build-essential linux-headers-generic
cd ~
wget http://dl.dropbox.com/u/11876059/DPO_RT3290_LinuxSTA_V2600_20120508.tar.gz
tar -xvf DPO_RT3290_LinuxSTA_V2600_20120508.tar.gz
cd ~/DPO_RT3290_LinuxSTA_V2600_20120508
sudo su
make
make install
exit
sudo modprobe rt3290sta
sudo gedit /etc/modules
Run this command:Code: [Select]sudo gedit /etc/modulesadd a NEW LINE at the bottom that reads:-rt3290staSAVE the file .. and reboot to test.Any driver modules listed in /etc/modules are automagically loaded at bootup And thanks for marking the topic (SOLVED)
ping -c 5 google.com
PING google.com (74.125.228.34) 56(84) bytes of data.64 bytes from iad23s06-in-f2.1e100.net (74.125.228.34): icmp_req=1 ttl=54 time=51.6 ms64 bytes from iad23s06-in-f2.1e100.net (74.125.228.34): icmp_req=2 ttl=54 time=43.1 ms64 bytes from iad23s06-in-f2.1e100.net (74.125.228.34): icmp_req=3 ttl=54 time=41.4 ms64 bytes from iad23s06-in-f2.1e100.net (74.125.228.34): icmp_req=4 ttl=54 time=50.3 ms64 bytes from iad23s06-in-f2.1e100.net (74.125.228.34): icmp_req=5 ttl=54 time=42.6 ms--- google.com ping statistics ---5 packets transmitted, 5 received, 0% packet loss, time 4006msrtt min/avg/max/mdev = 41.470/45.864/51.661/4.268 ms
lsusb
lsmod