0 Members and 1 Guest are viewing this topic.
uname -r
sudo lsmod | grep rt28
sudo gedit /etc/modprobe.d/blacklist.conf
sudo apt-get update && sudo apt-get install build-essential linux-headers-generic
make[2]: *** [/home/mark/Desktop/RT2870/os/linux/../../common/cmm_mac_usb.o] Error 1make[1]: *** [_module_/home/mark/Desktop/RT2870/os/linux] Error 2make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-27-generic'make: *** [LINUX] Error 2
make cleanfind . -name \*.[ch] -exec grep usb_buffer_alloc "{}" ";" -exec sed -i 's/usb_buffer_alloc/usb_alloc_coherent/g' "{}" ";"find . -name \*.[ch] -exec grep usb_buffer_free "{}" ";" -exec sed -i 's/usb_buffer_free/usb_free_coherent/g' "{}" ";"
sudo sumake && make install
modprobe rt2870sta
exit
iwconfig
ra0 RT2870 Wireless ESSID:"" Nickname:"RT2870STA" Mode:Managed Frequency=2.412 GHz Access Point: Bit Rate=54 Mb/s RTS thr:off Fragment thr:off Link Quality=100/100 Signal level:-29 dBm Noise level:-71 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
sudo sh -c 'echo rt2870sta >> /etc/modules'
sudo gedit /etc/Wireless/RT2870STA/RT2870STA.dat
cd ~wget -O 2010_0709_RT2870_Linux_STA_v2.4.0.1.tar.bz2 "http://bit.ly/eZHx0J"
tar -jxvf 2010_0709_RT2870_Linux_STA_v2.4.0.1.tar.bz2
cd ~/2010_0709_RT2870_Linux_STA_v2.4.0.1
man tarman makeman modprobe
sudo lshw -C network
This, as you may have guessed is all information related to my onboard network adapter which I can visually confirm is not what connects me to the Internet. Never has been, never will, and I forgot about it until now. I have had to use my windows OS to sign onto the internet
dmesg | tail -n 15
lsusb