Hello guys, first of all, im so sorry to create another topic regarding that card, but i can't see answers to my problem.
Im trying to install the awus36h on BT5 R3, i will quote the command i have used:
Code:
cd /tmp
sudo cp /etc/modprobe.d/blacklist.conf /etc/modprobe.d/blacklist_orig.conf
echo "blacklist rtl8187" | sudo tee /etc/modprobe.d/blacklist_rtl8187.conf
echo &qu
OS Ubuntu 10.4
I have installed DWA driver as recomended there: http://http://sudosys.be/?q=D-Link_DWA_140_ubuntu
Before that I was done
Code:
sudo rmmod rt2800usb rt2x00usb rt2x00lib
sudo gedit /etc/modprobe.d/blacklist.conf
blacklist rt2800usb
blacklist rt2x00usb
blacklist rt2x00lib
Now I have
Code:
lsmod | grep rt
rt2870sta 557965 0
and iw
I'm able to get my Verizon USB760 using gnome-ppp using the instructions in this thread:http://ubuntuforums.org/showthread.p...verizon+usb760
Got my cheap wireless adapter to work simply by doing this & nothing else.
Code:
$sudo pico /etc/modprobe.d/blacklist.conf
add the following lines:
blacklist rt2x00usb
blacklist rt2x00lib
blacklist rt2800usb
close and save.
before i start, visit http://forums.fedoraforum.org/showth...3&page=1&pp=10 and see if this works for you. only if this does not work, follow this post
For some reason, when I try to install the driver for my wireless card (and it matches the card, the driver is made by the same company that makes a specific driver for it), however, for some reason I get an error message when trying to install the driver.
I just upgraded from Ubuntu 12.04 to 12.10, however, my network card is not working anymore... When i had 12.04 installed, i just had to download the driver from Ralink, go to the directory and enter these commands:
$ make
$ sudo make install
and the network card worked... now, when I want to do this in ubuntu 12.10, it seems like it works, but it doesn't.
I realized that I had to blacklist the rt2800 because since installing Debian the internet is not working. 2 drivers are attempting the same device.
So I tried
Code:
echo "blacklist rt2800usb" >> /etc/modprobe.d/blacklist.conf
When I first executed the command I had permission denied.
So I tried again. Only this time I executed su and put in my password.
The CPU beep is a really irritating thing in Linux distros and sometimes the graphical sound manager does not work when shutting it up.
Fortunately there is a simple way to do it in terminal. In Ubuntu (and distros based upon it) type:
gksudo gedit /etc/modprobe.d/blacklist
In Debian type: