Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

Ubuntu

604 bytes added, 06:05, 11 October 2011
Setup VT-Wireless
=Setup VT-Wireless=
Follow the instructions in the [[VT-Wireless]] article to get your wireless connection setup to automatically and securely connect to the campus wireless network.
 
===HP Ralink RT5390===
If you have been trying to get your wireless to work and have this driver, this is what you need to do.
 
<pre>
sudo apt-get install --reinstall linux-headers-$(uname -r) build-essential dkms patch fakeroot unzip
 
wget http://media.cdn.ubuntu-de.org/forum/attachments/3208747/angepasster-2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO.zip
 
unzip angepasster-2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO.zip
 
cd angepasster-2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/
 
sudo make
 
sudo make install
 
sudo modprobe -v rt5390sta
 
sudo depmod -a
 
sudo update-initramfs -u
 
</pre>
=Setup Email=
Anonymous user