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.

    wireless & linux

    Discussion in 'Networking and Wireless' started by merlin666, May 5, 2005.

  1. merlin666

    merlin666 Notebook Consultant

    Reputations:
    0
    Messages:
    188
    Likes Received:
    0
    Trophy Points:
    30
    I have just installed Fedora Core 3 (64bit) on my Emachines M6811, and as expected the wireless (broadcom internal) is not working. I have read about ndiswrapper elsewhere in this forum but I'm not sure how to go about it as I'm a linux newbie. Any links to decent guides on how to set this up will be appreciated.
     
  2. olyteddy

    olyteddy Notebook Deity

    Reputations:
    468
    Messages:
    1,369
    Likes Received:
    0
    Trophy Points:
    55
    There may be a driver over at http://www.planetamd64.com/.

    First PC = Vic-20, 8" 128KB Home-Brew Floppy Drive ... Current Rig = eMachines m6805 ... Quantum Leap?
     
  3. DimGR

    DimGR Notebook Enthusiast

    Reputations:
    0
    Messages:
    40
    Likes Received:
    0
    Trophy Points:
    15
    first set up ndiswrapper
    then


    You need the windows driver for your wlan card.
    cd /windowsdriver
    ndiswrapper -i filename.inf
    modprobe ndiswrapper
    and to make it load after every boot echo ndiswrapper >> /etc/modules-2.6.10 or whatever kernel version you have


    update-modules


    iwlist wlan0 scan


    then

    iwconfig wlan0 essid youressid key yourkey

    /sbin/dhclient wlan0 or pump -i wlan0


    Linux rocks![ ;)]
     
  4. DimGR

    DimGR Notebook Enthusiast

    Reputations:
    0
    Messages:
    40
    Likes Received:
    0
    Trophy Points:
    15
    forgot to say this


    unzip driver.exe -d /home/user/wlan
    cd /windriver


    then follow my instructions