2

I recently bought HCL ME with Windows.

I formatted and installed Ubuntu netbook version. I am getting wifi is not connection it looks disabled in network place.

My network controller is Realtek semiconductor co., ltd rtl8191sevb rev 10

I am unable to get this driver to install can anyone help me?

Jorge Castro
  • 73,717
Raj
  • 123

2 Answers2

1

There is a Ubuntu forum post here wireless disconnects periodically (RTL8191SEvB Wireless LAN Controller (rev 10)) which deals with your problem however I would try this first

rmmod r8192se_pci

then

modprobe r8192se_pci hwwep=0

if this doesn't work then reboot and everything will be back to normal if it works then you can add it as a permanent fix to /etc/modprobe.d/realtek.conf

and add this line

options r8192se_pci hwwep=0 

Hope this helps

Allan
  • 11,672
0

http://ubuntuforums.org/showthread.php?t=1600498 (post by rtomakov)

This thread helped me to get it working in by HCL ME.