Pilote evo-W300USBUSB d'ovis link sur linux
TNX
-
bob031 Messages postés 8228 Statut Membre -
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
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
-
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 -
-
plutôt récuperer le dernier pilote ici :
The Ralink RT2870 wifi chipset has a driver available on ralink website
http://www.ralinktech.com/ralink/Home/Support/Linux.html
bon courage !
-
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 ?
-
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question -
-
-
il faut d'abord le désarchiver :
en roottar 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 rootmake install
mais avant lire impérativement le(s) fichier(s) README et/ou INSTALL -
-
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ô" !
:-)
-
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$
-
je répète :
Faut lire le fichier INSTALL et/ou README car il(s) contien(nen)t les instructions !
:-)
-
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 -
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 !