Wifi Problems on N510 (RTL8192E

Everything else
Post Reply
muh
Newbie
Newbie
Posts: 1
Joined: 27 Oct 2011, 19:15

Wifi Problems on N510 (RTL8192E

Post by muh »

Hi,

i'm using a samsung n510 netbook, with a RTL8192E Chipset. Currently I use Linux Mint 11 (Kernel 2.6.38-12). I have installed the samsung-wireless package etc. but aren't able to connect to my wlan. I see my Access Point, but the connection can't be established. I tried also the latest Ubuntu. I'm a linux beginner and aren't able to troubleshoot....

Thanks Manu
User avatar
Matt__
Newbie
Newbie
Posts: 2
Joined: 02 Oct 2011, 10:49

Re: Wifi Problems on N510 (RTL8192E

Post by Matt__ »

Matt__ wrote:I had similar problems.
this wireless card seems to try and use two drivers at once, so neither work.

open a terminal and

Code: Select all

sudo lshw | grep RTL8192
you will probably get two drivers listed the E version and the SE version.
blacklist whichever you dont require in: /etc/modprobe.d/blacklist.conf
to blacklist a driver - again in a terminal

Code: Select all

gksudo gedit /etc/modprobe.d/blacklist.conf
enter password
add this line to the end of the text file,

blacklist <name of driver here>

eg: blacklist r8192se_pci

save and restart:
Toshiba AMD64 2Ghz, 4Gb RAM: dual Natty/win7. Dell Mini10v: Lucid. SamsungN140:win7/10.10. NB200:10.10.
++ desktops P4 3Ghz / AMDxp2500/2200/1700: xp & 10.04/10.10: dell3200 8.04
Full Circle Magazine | Ubuntu Pocket Guide | HantsLUG
Post Reply