Ubuntu – Installing USR 5422 on Ubuntu 12.04

driverslinuxnetworkingUbuntuwifi

I was trying to set up the USR5422 USB adapter. It worked fine for the first time, but since then it freezes the computer most of the time.

What commands can I fire to see what's going on?

I followed the instructions on Ubuntu Forums thread titled How do I get a USR 5422 usb wlan
adapter to work under hardy heron?

Update: It's stopped freezing, but is unable to connect to the wireless network.

My network authentication has the following properties:

  • Security type: WPA-Personal
  • Encryption type: TKIP

I've got the following settings in the linux laptop:

  • Security: WPA & WPA2 Personal

Best Answer

Should you wish to view the detailed information of a USB device, use lsusb

$ lsusb -d <device id> -vvv

For further USB / hardware troubleshooting, refer to the detailed answer at https://askubuntu.com/questions/235279/my-wifi-adapter-is-not-working-at-all-where-to-start-troubleshooting to get the correct driver.

From your description, the USB adapter is working but the connection fails. You might just want to try to reset your Wifi password and/or a different encryption protocol.

Related Question