Pilote evo-W300USBUSB d'ovis link sur linux

TNX -  
bob031 Messages postés 8228 Statut Membre -
Bonjour,

Je cherche les pilotes pour l'adapteur wi-fi evo-W300USBUSB d'ovis link pour linux. Quelqu'un pourrait t il m'aider s'il vous plait ?

Merci d'avance

13 réponses

  1. bob031 Messages postés 8228 Statut Membre 473
     
    bonjour,

    quelle est la distribution Linux ? merci .

    peut-être celui-ci :
    http://www.ralinktech.com.tw/data/drivers/2008_0718_RT2870_Linux_STA_v1.3.1.0.tar.bz2

    source :
    http://www.nabble.com/-Bug-43860--NEW:-USB-WIFI-N-OVISLINK-Evo-W300USB-not-recognise-.-td19484047.html
    0
  2. TNX
     
    Merci braucoup je l'ai telechargé mais je n'arrive pas a l'installer sur l'ordinateur qui a Linux. La commande ./configure ne marche pas. Que dois je faire ?
    0
  3. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  4. bob031 Messages postés 8228 Statut Membre 473
     
    quel est le nom du fichier que tu as téléchargé ?
    0
  5. TNX
     
    2008_0925_RT2870_Linux_STA_v1.4.0.0.tar.bz2
    0
  6. bob031 Messages postés 8228 Statut Membre 473
     
    il faut d'abord le désarchiver :

    en root
    tar xvjf 2008_0925_RT2870_Linux_STA_v1.4.0.0.tar.bz2

    cela va créer un répertoire "trucmuche", il faut aller dans le répertoire "trucmuche" :
    cd "trucmuche"


    puis balancer le tryptique :

    d'abord en utilisateur
    ./configure && make


    puis en root
    make install

    mais avant lire impérativement le(s) fichier(s) README et/ou INSTALL
    0
  7. TNX
     
    je sais le probleme c'est que
    ./configure
    ne marche pas
    0
  8. bob031 Messages postés 8228 Statut Membre 473
     
    faut lire le fichier INSTALL et/ou README car il(s) contien(nen)t les instructions !

    si il faut taper ./configure, et que cela ne marche pas alors un copier-coller de ce que tu tapes et des messages d'erreur qui suivent nous sera beaucoup plus utile qu'un simple "ça marche pô" !

    :-)
    0
  9. TNX
     
    nico@nico-desktop:~$ cd Bureau/
    
    nico@nico-desktop:~/Bureau$ cd 2008_0718_RT2870_Linux_STA_v1.3.1.0/
    nico@nico-desktop:~/Bureau/2008_0718_RT2870_Linux_STA_v1.3.1.0$ ./configure
    
    bash: ./configure: No such file or directory
    nico@nico-desktop:~/Bureau/2008_0718_RT2870_Linux_STA_v1.3.1.0$ 
    
    
    0
  10. bob031 Messages postés 8228 Statut Membre 473
     
    je répète :
    Faut lire le fichier INSTALL et/ou README car il(s) contien(nen)t les instructions !

    :-)
    0
  11. TNX
     
    j'ai trouvé des instructions mais je debute avec Linux. Tu peux m'aider a comprendre ce qu'il faute faire ?

    =======================================================================
    Build Instructions:
    ====================

    1> $tar -xvzf DPO_RT2870_Linux_STA_x.x.x.x.tgz
    go to "./DPO_RT2870_Linux_STA_x.x.x.x" directory.

    2> In Makefile
    set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
    define the linux kernel source include file path LINUX_SRC
    modify to meet your need.

    3> In os/linux/config.mk
    define the GCC and LD of the target machine
    define the compiler flags CFLAGS
    modify to meet your need.
    ** Build for being controlled by NetworkManager
    Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
    ** Build for being controlled by WpaSupplicant with Ralink Custom Event
    Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
    command: #./wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d

    4> $make # compile driver source code

    5> $cp RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat

    6> load driver, go to "os/linux/" directory.
    #[kernel 2.4]
    # $/sbin/insmod rt2870sta.o
    # $/sbin/ifconfig ra0 inet YOUR_IP up

    #[kernel 2.6]
    # $/sbin/insmod rt2870sta.ko
    # $/sbin/ifconfig ra0 inet YOUR_IP up

    7> unload driver
    $/sbin/ifconfig ra0 down
    $/sbin/rmmod rt2870sta
    0
  12. bob031 Messages postés 8228 Statut Membre 473
     
    4> $make

    5> $cp RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat

    6> load driver, go to "os/linux/" directory.
    #[kernel 2.6]
    # $/sbin/insmod rt2870sta.ko
    # $/sbin/ifconfig ra0 inet YOUR_IP up

    voici les 4 commandes qu'il faut enchaîner les unes après les autres !

    attention il s'agit d'une configuration sans fournir d'options à la compilation ! si ça marche tant mieux !

    si ça ne marche pas, alors il faudra s'occuper des points 2 et 3 !

    bon courage !
    0