The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Remove a blacklisted driver.

    Discussion in 'Linux Compatibility and Software' started by Thomas, May 26, 2008.

  1. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    OK, I tried ndiswrapper in Mint KDE and it didn't work, so I need to do the fw-cutter. But I need to remove the black list, right?
    Any help?
     
  2. Gintoki

    Gintoki Notebook Prophet

    Reputations:
    2,886
    Messages:
    6,566
    Likes Received:
    0
    Trophy Points:
    205
    You might be better of asking in the Linuxmint kde forums.
     
  3. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    If you're asking whether you need to edit your module blacklist file to switch from using the NDISWrapper and Windows driver under Linux, to using the Linux bcm43xx module, it just depends on whether or not you've got the bcm43xx module already blacklisted. A simple;
    Code:
    sudo gedit /etc/modprobe.d/blacklist
    should show you whether or not you have the following line in the file;
    Code:
    blacklist bcm43xx
    If you do, and you want to remove it from the blacklist, delete that line or put a # sign in front of the line. You definitely want to use one OR the other (NDISWrapper or bcm43xx driver). There's a couple of decent Mint forum posts on this subject here, and here.

    Good Luck..
     
  4. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Yup, I already blacklisted it I believe, thanks.
    I'll have to use kate instead of gedit, right?
    EDIT: I found out about Kwrite, and I'm rebooting to see If I fixed it.
    EDIT: Fixed it!
    Thanks everyone!
     
  5. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    Thomas, when you're launching those KDE progs as Sudo, use kdesudo instead of sudo.
     
  6. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    I already knew that, but thanks ;)