Clefs usb wifi Tn'b ADWF300 impossible d'instaler sur ubuntu 16.

sebou974 -  
zipe31 Messages postés 34620 Date d'inscription   Statut Contributeur Dernière intervention   -
Bonjour,

je n arrive pas a installer ma clefs wifi usb Tn'B ADWF300 sur ma tour mon ubuntu 16.04 ne reconnait pas la clefs est autoreun exe du cd ne ce lance pas pourriez vous m'aider s'il vous plait!

17 réponses

  1. zipe31 Messages postés 34620 Date d'inscription   Statut Contributeur Dernière intervention   6 501
     
    Salut,

    Extrait du PDF ( ADAPTATEUR WIFI USB 300 MBPS ) présent sur le CD d'installation :

    In this document, we introduce two ways to compile and install our Wi-Fi driver:
    1) Using install.sh script for PC-Linux and 2) Step by step manually. The former
    targets for end users who are not familiar with Linux system, while the later for engineers who want to port our Wi-Fi driver onto different platforms.

    1. Using install.sh Script for PC-Linux
    For driver compilation and installation in PC-Linux, we provide an install.sh
    script to do the duties automatically. If you want to use our Wi-Fi solutions to access network on PC-Linux, you can just run install.sh script and then control Wi-Fi with utilities such as Network Manager. For further information about Wi-Fi station mode, please refer to:
    document/Quick_Start_Guide_for_Station_Mode.pdf.


    1
  2. sebou974
     
    salut je dois faire koi? merci de m aider
    0
  3. sebou974
     
    le cd ne veux pas ce lancer ni autorun-exe est larchive me dit qu'il rencontre des problemes est n instale rien d'autre
    0
  4. sebou974
     
    baba974@baba974-EL1200:~$ sudo apt update
    [sudo] Mot de passe de baba974 :
    Atteint:1 http://fr.archive.ubuntu.com/ubuntu xenial InRelease
    Réception de:2 http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease [95,7 kB]
    Réception de:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [94,5 kB]
    Réception de:4 http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease [92,2 kB]
    282 ko réceptionnés en 1s (238 ko/s)
    Lecture des listes de paquets... Fait
    Construction de l'arbre des dépendances
    Lecture des informations d'état... Fait
    All packages are up to date.
    baba974@baba974-EL1200:~$
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. sebou974
     
    je commence serieusement a desesperer!
    0
  7. bob.1234 Messages postés 37 Statut Membre 1
     
    Quel intéret de taper sudo apt update? La bonne commande serait plutot sudo apt-get update... mais je vois pas l'intéret de taper cette commande pour votre problème...

    Vous essayez de lancer un executable Windows sur Ubuntu (un .exe) ? Ça va pas marcher...

    D'après le message de zipe31, il faudrait juste lancer le script install.sh pour faire fonctionner votre clé Wifi
    0
    1. zipe31 Messages postés 34620 Date d'inscription   Statut Contributeur Dernière intervention   6 501
       
      Salut,
      Quel intéret de taper sudo apt update?
      C'est qu'on lui a dit de faire là-bas ;-\
      La bonne commande serait plutot sudo apt-get update...
      Plus maintenant, les 2 sont acceptées.
      il faudrait juste lancer le script install.sh pour faire fonctionner votre clé Wifi
      Sous réserve que les outils de compilation nécessaires soient installés (gcc, make et les sources du noyau) (
      sudo apt-get install build-essential
      ) ;-\
      0
    2. bob.1234 Messages postés 37 Statut Membre 1
       
      Effectivement, apt update est reconnu, je l'ignorai
      0
  8. sebou974
     
    bonjour merci de m'avoire repondu je vous renvoi la commande si sa peut vous aider ::

    baba974@baba974-EL1200:~$ sudo apt-get update
    [sudo] Mot de passe de baba974 :
    Atteint:1 http://fr.archive.ubuntu.com/ubuntu xenial InRelease
    Réception de:2 http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease [95,7 kB]
    Atteint:3 http://security.ubuntu.com/ubuntu xenial-security InRelease
    Réception de:4 http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease [92,2 kB]
    Réception de:5 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [328 kB]
    Réception de:6 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [323 kB]
    Réception de:7 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [300 kB]
    Réception de:8 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [297 kB]
    1 437 ko réceptionnés en 2s (533 ko/s)
    Lecture des listes de paquets... Fait
    baba974@baba974-EL1200:~$
    0
    1. bob.1234 Messages postés 37 Statut Membre 1
       
      Non, c'est pas cette commande qu'il faut taper !
      Il faut executer le script install.sh qui doit être sur le CD d'installation
      0
  9. sebou974
     
    est l autre commande:

    baba974@baba974-EL1200:~$ sudo apt-get install build-essential
    [sudo] Mot de passe de baba974 :
    Lecture des listes de paquets... Fait
    Construction de l'arbre des dépendances
    Lecture des informations d'état... Fait
    build-essential is already the newest version (12.1ubuntu2).
    build-essential passé en « installé manuellement ».
    Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
    libpango1.0-0 libpangox-1.0-0
    Veuillez utiliser « sudo apt autoremove » pour les supprimer.
    0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
    baba974@baba974-EL1200:~$
    0
    1. bob.1234 Messages postés 37 Statut Membre 1
       
      Maintenant, il faut executer le script...
      0
  10. sebou974
     
    bien j'ai ouvert un terminal j'ai mi la commande suivante qui ce trouve dans le cd d'installation du dossier drivers linux est j'ai taper mon mot de passe qui dit echec d'indentification:

    baba974@baba974-EL1200:~$ #!/bin/bash
    baba974@baba974-EL1200:~$ # Auto install for 8192cu
    baba974@baba974-EL1200:~$ # September, 1 2010 v1.0.0, willisTang
    baba974@baba974-EL1200:~$ #
    baba974@baba974-EL1200:~$ # Add make_drv to select chip type
    baba974@baba974-EL1200:~$ # Novembor, 21 2011 v1.1.0, Jeff Hung
    baba974@baba974-EL1200:~$ ################################################################################
    baba974@baba974-EL1200:~$
    baba974@baba974-EL1200:~$ echo "##################################################"
    ##################################################
    baba974@baba974-EL1200:~$ echo "Realtek Wi-Fi driver Auto installation script"
    Realtek Wi-Fi driver Auto installation script
    baba974@baba974-EL1200:~$ echo "Novembor, 21 2011 v1.1.0"
    Novembor, 21 2011 v1.1.0
    baba974@baba974-EL1200:~$ echo "##################################################"
    ##################################################
    baba974@baba974-EL1200:~$
    baba974@baba974-EL1200:~$ ################################################################################
    baba974@baba974-EL1200:~$ #Decompress the driver source tal ball
    baba974@baba974-EL1200:~$ ################################################################################
    baba974@baba974-EL1200:~$ cd driver
    bash: cd: driver: Aucun fichier ou dossier de ce type
    baba974@baba974-EL1200:~$ Drvfoulder=`ls |grep .tar.gz`
    baba974@baba974-EL1200:~$ echo "Decompress the driver source tar ball:"
    Decompress the driver source tar ball:
    baba974@baba974-EL1200:~$ echo ""$Drvfoulder

    baba974@baba974-EL1200:~$ tar zxvf $Drvfoulder
    tar: Old option 'f' requires an argument.
    Essayez « tar --help » ou « tar --usage » pour obtenir de plus amples
    renseignements.
    baba974@baba974-EL1200:~$
    baba974@baba974-EL1200:~$ Drvfoulder=`ls |grep -iv '.tar.gz'`
    baba974@baba974-EL1200:~$ echo "$Drvfoulder"
    Bureau
    Check
    Documents
    examples.desktop
    Images
    Modèles
    Musique
    Public
    Téléchargements
    Vidéos
    baba974@baba974-EL1200:~$ cd $Drvfoulder
    baba974@baba974-EL1200:~/Bureau$
    baba974@baba974-EL1200:~/Bureau$ ################################################################################
    baba974@baba974-EL1200:~/Bureau$ #If makd_drv exixt, execute it to select chip type
    baba974@baba974-EL1200:~/Bureau$ ################################################################################
    baba974@baba974-EL1200:~/Bureau$ if [ -e ./make_drv ]; then
    > ./make_drv
    > fi
    baba974@baba974-EL1200:~/Bureau$
    baba974@baba974-EL1200:~/Bureau$ ################################################################################
    baba974@baba974-EL1200:~/Bureau$ # make clean
    baba974@baba974-EL1200:~/Bureau$ ################################################################################
    baba974@baba974-EL1200:~/Bureau$ echo "Authentication requested [root] for make clean:"
    Authentication requested [root] for make clean:
    baba974@baba974-EL1200:~/Bureau$ if [ "`uname -r |grep fc`" == " " ]; then
    > sudo su -c "make clean"; Error=$?
    > else
    > su -c "make clean"; Error=$?
    > fi
    Mot de passe :
    su : Échec d'authentification
    baba974@baba974-EL1200:~/Bureau$
    0
    1. bob.1234 Messages postés 37 Statut Membre 1
       
      Mais qu'est-ce que c'est que ça !!!!

      Je pense qu'il faut que vous tapiez :

      # être administrateur
      sudo -s

      # se rendre dans le dossier du script
      cd /media/cdrom

      # executer le script
      ./install.sh
      0
      1. sebou974 > bob.1234 Messages postés 37 Statut Membre
         
        je sais pas si j'ai bien fait dite le moi:


        baba974@baba974-EL1200:~$ # être administrateur
        baba974@baba974-EL1200:~$ sudo -s
        [sudo] Mot de passe de baba974 :
        Désolé, essayez de nouveau.
        [sudo] Mot de passe de baba974 :
        root@baba974-EL1200:~# #!/bin/bash
        root@baba974-EL1200:~# # Auto install for 8192cu
        root@baba974-EL1200:~# # September, 1 2010 v1.0.0, willisTang
        root@baba974-EL1200:~# #
        root@baba974-EL1200:~# # Add make_drv to select chip type
        root@baba974-EL1200:~# # Novembor, 21 2011 v1.1.0, Jeff Hung
        root@baba974-EL1200:~# ################################################################################
        root@baba974-EL1200:~#
        root@baba974-EL1200:~# echo "##################################################"##################################################
        root@baba974-EL1200:~# echo "Realtek Wi-Fi driver Auto installation script"
        Realtek Wi-Fi driver Auto installation script
        root@baba974-EL1200:~# echo "Novembor, 21 2011 v1.1.0"
        Novembor, 21 2011 v1.1.0
        root@baba974-EL1200:~# echo "##################################################"##################################################
        root@baba974-EL1200:~#
        root@baba974-EL1200:~# ################################################################################
        root@baba974-EL1200:~# #Decompress the driver source tal ball
        root@baba974-EL1200:~# ################################################################################
        root@baba974-EL1200:~# cd driver
        bash: cd: driver: Aucun fichier ou dossier de ce type
        root@baba974-EL1200:~# Drvfoulder=`ls |grep .tar.gz`
        root@baba974-EL1200:~# echo "Decompress the driver source tar ball:"
        Decompress the driver source tar ball:
        root@baba974-EL1200:~# echo ""$Drvfoulder

        root@baba974-EL1200:~# tar zxvf $Drvfoulder
        tar: Old option 'f' requires an argument.
        Essayez « tar --help » ou « tar --usage » pour obtenir de plus amples
        renseignements.
        root@baba974-EL1200:~#
        root@baba974-EL1200:~# Drvfoulder=`ls |grep -iv '.tar.gz'`
        root@baba974-EL1200:~# echo "$Drvfoulder"
        Bureau
        Check
        Documents
        examples.desktop
        Images
        Modèles
        Musique
        Public
        Téléchargements
        Vidéos
        root@baba974-EL1200:~# cd $Drvfoulder
        root@baba974-EL1200:~/Bureau#
        root@baba974-EL1200:~/Bureau# ################################################################################
        root@baba974-EL1200:~/Bureau# #If makd_drv exixt, execute it to select chip typeroot@baba974-EL1200:~/Bureau# ################################################################################
        root@baba974-EL1200:~/Bureau# if [ -e ./make_drv ]; then
        > ./make_drv
        > fi
        root@baba974-EL1200:~/Bureau#
        root@baba974-EL1200:~/Bureau# ################################################################################
        root@baba974-EL1200:~/Bureau# # make clean
        root@baba974-EL1200:~/Bureau# ################################################################################
        root@baba974-EL1200:~/Bureau# echo "Authentication requested [root] for make clean:"
        Authentication requested [root] for make clean:
        root@baba974-EL1200:~/Bureau# if [ "`uname -r |grep fc`" == " " ]; then
        > sudo su -c "make clean"; Error=$?
        > else
        > su -c "make clean"; Error=$?
        > fi
        make: *** Aucune règle pour fabriquer la cible « clean ». Arrêt.
        root@baba974-EL1200:~/Bureau#
        root@baba974-EL1200:~/Bureau# ################################################################################
        root@baba974-EL1200:~/Bureau# #Compile the driver
        root@baba974-EL1200:~/Bureau# ################################################################################
        root@baba974-EL1200:~/Bureau# echo "Authentication requested [root] for make driver:"
        Authentication requested [root] for make driver:
        root@baba974-EL1200:~/Bureau# if [ "`uname -r |grep fc`" == " " ]; then
        > sudo su -c make; Error=$?
        > else
        > su -c make; Error=$?
        > fi
        make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.
        root@baba974-EL1200:~/Bureau# ################################################################################
        root@baba974-EL1200:~/Bureau# #Check whether or not the driver compilation is done
        root@baba974-EL1200:~/Bureau# ################################################################################
        root@baba974-EL1200:~/Bureau# module=`ls |grep -i 'ko'`
        root@baba974-EL1200:~/Bureau# echo "##################################################"
        ##################################################
        root@baba974-EL1200:~/Bureau# if [ "$Error" != 0 ];then
        > echo "Compile make driver error: $Error"
        > echo "Please check error Mesg"
        > echo "##################################################"
        > exit
        > else
        > echo "Compile make driver ok!!"
        echo "Compile make driver okif [ "$Error" != 0 ];then echo "Compile make driver error: $Error"; echo "Please check error Mesg"; echo "##################################################"; exit; else"
        > echo "##################################################"
        > fi
        Compile make driver error: 2
        Please check error Mesg
        ##################################################
        exit
        baba974@baba974-EL1200:~$
        baba974@baba974-EL1200:~$ if [ "`uname -r |grep fc`" == " " ]; then
        > echo "Authentication requested [root] for remove driver:"
        > sudo su -c "rmmod $module"
        > echo "Authentication requested [root] for insert driver:"
        > sudo su -c "insmod $module"
        > echo "Authentication requested [root] for install driver:"
        > sudo su -c "make install"
        > else
        > echo "Authentication requested [root] for remove driver:"
        > su -c "rmmod $module"
        > echo "Authentication requested [root] for insert driver:"
        > su -c "insmod $module"
        > echo "Authentication requested [root] for install driver:"
        > su -c "make install"
        > fi
        Authentication requested [root] for remove driver:
        Mot de passe :
        su : Échec d'authentification
        Authentication requested [root] for insert driver:
        0
    2. bob.1234 Messages postés 37 Statut Membre 1
       
      Pouvez vous vous rendre à la racine du cd, taper la commande ls et me montrer le résultat?
      0
  11. sebou974
     
    ou ce trouve la racine du cd? je peut vous poster une copie du cd?
    0
    1. bob.1234 Messages postés 37 Statut Membre 1
       
      Tapez la commande df, qui va vous donner vos points de montage. Vous devriez voir dans quel dossier est monté le CD
      0
  12. sebou974
     
    tuer la commande df voici les resultats:

    baba974@baba974-EL1200:~$ df
    Sys. de fichiers blocs de 1K Utilisé Disponible Uti% Monté sur
    udev 1841604 0 1841604 0% /dev
    tmpfs 378772 6008 372764 2% /run
    /dev/sda1 303665512 111268980 176948164 39% /
    tmpfs 1893844 660 1893184 1% /dev/shm
    tmpfs 5120 4 5116 1% /run/lock
    tmpfs 1893844 0 1893844 0% /sys/fs/cgroup
    tmpfs 378772 60 378712 1% /run/user/1000
    /dev/sr0 138888 138888 0 100% /media/baba974/ADWF300
    0
    1. bob.1234 Messages postés 37 Statut Membre 1
       
      ok donc votre CD est monté dans le dossier /media/baba974/ADWF300
      Allez dans ce repertoire et tapez la commands ls
      cd /media/baba974/ADWF300
      ls
      0
  13. sebou974
     
    voici le resultat:

    baba974@baba974-EL1200:~$ cd /media/baba974/ADWF300
    baba974@baba974-EL1200:/media/baba974/ADWF300$ ls
    autorun.aru autorun.exe autorun.ico autorun.inf Driver Manual
    baba974@baba974-EL1200:/media/baba974/ADWF300$
    0
  14. sebou974
     
    si sa peut aider c'est une clefs de type realtek RTL8192 EU Wireless WLAN 802.11 n
    0
  15. sebou974
     
    ya t'il une personne qui peut m'aider s'il vous plait!
    0
  16. zipe31 Messages postés 34620 Date d'inscription   Statut Contributeur Dernière intervention   6 501
     
    Salut,

    Ton CD se présente avec cette arborescence :
    ADWF300/
    |-- Driver
    | |-- linux
    | |-- mac
    | |-- Windows
    | `-- windows8.1 driver
    `-- Manual

    Le dossier linux contient :
    /Driver/linux/
    |-- android_ref_codes_JB_4.1
    |-- android_ref_codes_JB_4.2
    |-- android_reference_codes
    |-- android_reference_codes_ICS_nl80211
    |-- document
    |-- driver
    |-- install.sh
    |-- mp_tools
    |-- readme.txt
    |-- ReleaseNotes.pdf
    |-- WiFi_Direct_User_Interface
    |-- wireless_tools
    `-- wpa_supplicant_hostapd

    Il faut que tu copies le dossier linux sur ton bureau (fais ça avec l'explorateur de fichiers).

    Puis quand ça sera fait, ouvre un terminal et déplaces-toi dans ce dossier.
    Depuis le terminal ouvert, tapes :
    cd Bureau/linux <Entrée>
    chmod +x install.sh <Entrée>
    sudo ./install.sh <Entrée>

    Seules les parties en gras sont à taper dans le terminal. Les parties en italiques correspondent à l'appuie sur la touche <ENTRÉE>.

    Après la dernière commande, ton mot de passe te sera demandé, entre-le, rien ne s'affichera et c'est normal, puis valide par <ENTRÉE>.
    0