Jump to content
ElementaryOS France

Devil505

Administrateurs
  • Posts

    1,339
  • Joined

  • Last visited

  • Days Won

    30

Posts posted by Devil505

  1. Le wifi est donc un Qualcomm Atheros Device 0042.

    Quelques pistes ici http://askubuntu.com/questions/708061/qualcomm-atheros-device-168c0042-rev-30-wi-fi-driver-installation

    La partie intéressante semble être celle-ci:

    sudo apt-get install build-essential linux-headers-$(uname -r) git
    echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf
    wget https://www.kernel.org/pub/linux/kernel/projects/backports/stable/v4.4.2/backports-4.4.2-1.tar.gz
    tar -zxvf backports-4.4.2-1.tar.gz
    cd backport-4.4.2-1
    make defconfig-wifi
    make
    sudo make install
    git clone https://github.com/kvalo/ath10k-firmware.git
    sudo cp -r ath10k-firmware/QCA9377 /lib/firmware/ath10k/
    sudo cp /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin_WLAN.TF.1.0-00267-1 /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin
    

    Tiens nous au courant

  2. La partition cachée est là pour restaurer windows en cas de soucis (je crois même que ca remplace les CDs fournis autrefois avec les PC).

     

    Dual boot ou pas ? à toi de voir si tu auras besoin (ou pas) par la suite de windows )jeux, programme particulier...).

     

    A l'installation d'elementary, l'éditeur de partition te permet de faire ce que tu veux de ton disque (créer de nouvelles partitions, effacer les partitions existantes...etc).

×
×
  • Create New...