M BUZZ CRAZE NEWS
// news

Help Uninstalling Driver installed via dkms

By Mia Morrison

I messed up the wifi driver of my Ralink RT3290 (very old laptop) trying to install the bluetooth driver, apparently there's no working bluetooth driver for RT3290 for kernel 4.2.0-34-generic. But I almost never use bluetooth so it's off topic.

I need help with removing/uninstalling driver installed using dkms. Here's the output of code :

oju@ubuntu:~$ dkms status
rt3290sta, 2.6.0.0, 4.2.0-34-generic, x86_64: installed

This driver is currently in use by the system as shown in this link :

This driver makes the wifi disconnect regularly(in around every 10 mins) but I don't recall this happening with the driver that came with the OS. What should I do now? Thanks For the Help!!

1 Answer

You can uninstall this driver by this command:

sudo dkms remove rt3290sta/2.6.0.0 --all
1

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