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.

    Install and activate wireless card

    Discussion in 'Linux Compatibility and Software' started by PsySc0rpi0n, Oct 24, 2012.

  1. PsySc0rpi0n

    PsySc0rpi0n Notebook Enthusiast

    Reputations:
    0
    Messages:
    34
    Likes Received:
    1
    Trophy Points:
    16
    Hi...

    I've just bought a Clevo with a killer 1102 wireless card.

    As i'm under Debian 6 i don't know how to activate and install this wireless card.

    Do i need drivers and if so where do i download them?

    Is Debian compatible with this wireless card???

    Thanks
     
  2. itoffshore

    itoffshore Notebook Guru

    Reputations:
    26
    Messages:
    52
    Likes Received:
    6
    Trophy Points:
    16
    Bigfoot cards are made by Atheros & the driver = ath9k (for both the 1102 & 1103 cards)

    Debian should detect it automatically - if it doesn't:
    Code:
    sudo modprobe ath9k
    & if this command completes with no errors or output you should be able to see it loaded with:
    Code:
    lsmod | grep ath9k
    & if the module does not get loaded after a reboot add "ath9k" (no quotes) to /etc/modules