Debian 無線網卡驅動問題


參考這里:https://wiki.debian.org/iwlwifi

 

Debian 9 "Stretch"

  1. Add a "non-free" component to /etc/apt/sources.list, for example:

    # Debian 9 "Stretch"
    
    deb http://httpredir.debian.org/debian/ stretch main contrib non-free
    
  2. Update the list of available packages and install the firmware-iwlwifi package:

    sudo apt-get update 
    sudo apt-get install firmware-iwlwifi
  3. As the iwlwifi module is automatically loaded for supported devices, reinsert this module to access installed firmware:

    su -
    modprobe -r iwlwifi 
    modprobe iwlwifi
    
  4. Configure your wireless interface as appropriate.

 

Debian 8 "Jessie"

 

          1. Add a "non-free" component to /etc/apt/sources.list, for example:

       # Debian 8 "Jessie"

deb http://httpredir.debian.org/debian/ jessie main contrib non-free

          2. Update the list of available packages and install the firmware-iwlwifi package

apt-get update && apt-get install firmware-iwlwifi
  1. As the iwlwifi module is automatically loaded for supported devices, reinsert this module to access installed firmware:

    su -
    modprobe -r iwlwifi 
    modprobe iwlwifi
    

     

     


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM