0

On trying to get my RTL8188CE wireless card to work reliably, I tried installing the rtl8192ce driver directly from realtek's website. However, now I got a kernel panic everytime I tried to load the driver. I was able to remove it again in safemode using realtek's make uninstall script. Now there is no driver for my card at all and it doesn't show up in network-manager any more. When I try to manually load the rtl8192ce module I get:

FATAL: Module rtl8192ce not found.

So how can I reinstall the original Ubuntu rtl8192ce driver so I have at least some connectivity?

Béné
  • 1,026

1 Answers1

2

You can get an updated version by doing, with a temporary ethernet connection:

sudo apt-get install linux-backports-modules-cw-3.6-precise-generic
sudo modprobe rtl8192ce
chili555
  • 61,330