LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   RT2070L usb ethernet mint linux 2.6.32-21-generic (https://www.linuxquestions.org/questions/linux-hardware-18/rt2070l-usb-ethernet-mint-linux-2-6-32-21-generic-834116/)

not_hed 09-23-2010 07:00 PM

RT2070L usb ethernet mint linux 2.6.32-21-generic
 
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.

not_hed 09-23-2010 07:53 PM

When I rebooted it didn't work until i enabled networking which was disabled upon reboot & then it worked.

pingpongofkingkong 10-04-2012 03:06 PM

Quote:

Originally Posted by not_hed (Post 4107163)
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.

Hi,

I am new to Linux. When I follow your example by running

$sudo pico /etc/modprobe.d/blacklist.conf

I got error like "pico is not a command". Then I open blacklist.conf file directly in an editor, and add those three lines, then restart the OS, and check the NETWORK under Service, which is enabled. But my network card is still not recognised. Because its light is not flashing.

Any idea would be appreciated!

http://www.linuxquestions.org/questi...54#post4796754


All times are GMT -5. The time now is 12:35 AM.