Find the answer to your Linux question:
Results 1 to 5 of 5
This is a general drivers question I need to update my wireless drivers. The ones I'm currently using came preinstalled when I installed xubuntu on my laptop. How do I ...
  1. #1
    a10
    a10 is offline
    Just Joined!
    Join Date
    Aug 2007
    Posts
    16

    Uninstall preinstalled drivers

    This is a general drivers question

    I need to update my wireless drivers. The ones I'm currently using came preinstalled when I installed xubuntu on my laptop. How do I uninstall those old drivers so that I can install the new ones that I downloaded from the rt2x00 project website?

    Thanks for your help

  2. #2
    Linux Engineer khafa's Avatar
    Join Date
    Apr 2008
    Location
    Tokyo, Japan
    Posts
    858
    try to remove them with apt-get
    Linux and me it's a love story

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    You could try blacklisting the drivers in /etc/modprobe.d/blacklist.

  4. #4
    a10
    a10 is offline
    Just Joined!
    Join Date
    Aug 2007
    Posts
    16
    I solved the problem with a script but I'd like to know more about blacklisting.

    Does blacklisting mark the drivers for removal or does it just prevent them from loading at startup? If it just prevents them from starting up then what happens with drivers of the same name? (upgrading) If it removes them would it not take effect until startup?

    Thank you

  5. #5
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Blacklisting prevents the drivers from being loaded (you can't really permanently remove drivers that are built into the kernel or modules that are shipped as part of the kernel). Drivers of the exact same name won't be loaded. Blacklisting is done in /etc/modprobe.d/blacklist.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...