I cannot seem to get the wl driver to load on boot.
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
Fairly new install on my Macbookpro 6,2 laptop with Ubuntu 12.10 32bit(idk why I did 32 and not 64). My wireless would randomly drop internet (it would stay connected to my router, but lost internet connectivity). To fix this I tried using the b43 driver (sudo apt-get install firmware-b43-installer b43-fwcutter, and also I tried form the software center).
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.
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.
Prerequisite
Download nvidia.com the latest driver for x86-x64 (64-bit linux) or x86 (32-bit linux)
# do a yum update to make sure you're on newest kernel release, better to not have to do this twice
Code:
yum update
#should be install kernel headers and devel
Code:
yum -y install kernel-devel kernel-headers
Terminal:
#make sure Open source nouveau driver is blacklisted f
Hello all!
After trying everything I found in other threads here I can't get the correct graphics driver working. Everything I tried didn't lead to goal.
I think the main problem is the nouveau kernel module which seems not to be able to uninstall or blacklist.
Hi
I realise that there is a thread about this and i am working my way through it, however i'll let you know where I'm at.
I have a machine with Ubuntu 12.04 64 bit, i have the need for blacklisting a module, i have blacklisted it in blacklist.conf but nothing happened; i have solved my problem passing modprobe.blacklist=<module> as argument to the GRUB command line.
My question is: when and how modprobe operates ?