My Encore N300 wireless usb doesn't connect, any workarounds?

I decided to wipe Windows 7 and made a full installation.

Everything works great but for a Encore N300 wireless usb dongle that I use on my desktop. Ubuntu seems to recognize it and I can browse the available networks, but I can connect to any of them. I was told that I should download its drivers, and so I did it, but I don't know how to install them.

Please, I'd like to know if my connectivity problem is really a driver issue or some other thing.

2

1 Answer

Can you open a terminal (search for terminal in dash) and type these two commands:

sudo modprobe -r rtl8192cu
sudo modprobe rtl8192cu swenc=1

Afterwards try to connect to a network. If it works you need to make it permanent, please check this question.

It will load the driver with a new value for the swenc parameter. I have no idea of what it does, but it seems to help sometimes.


¿Puedes abrir un terminal (búscalo en el dash), y escribe estos dos comandos (pulsa enter al final de cada linea)?

sudo modprobe -r rtl8192cu
sudo modprobe rtl8192cu swenc=1

Después, intenta conectarte otra vez, Si funciona sigue el enlace de arriba para hacer el cambio permanente.

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like