Borne wifi non compatible linux?
Fermé
tonny_montana_
Messages postés
106
Date d'inscription
samedi 8 mars 2008
Statut
Membre
Dernière intervention
5 mai 2010
-
16 avril 2010 à 11:03
Tonny_Montana_ - 18 avril 2010 à 12:52
Tonny_Montana_ - 18 avril 2010 à 12:52
A voir également:
- Borne wifi non compatible linux?
- Installer windows 11 sur pc non compatible - Accueil - Windows
- Installer Windows 11 24H2 sur un PC non compatible : c'est possible, mais... - Accueil - Windows
- Voir mot de passe wifi android - Guide
- Adresse mac wifi - Guide
- Changer wifi chromecast - Guide
2 réponses
Utilisateur anonyme
16 avril 2010 à 11:09
16 avril 2010 à 11:09
lu,
tout d'abord ton wifi est reconnu sous linux ?
as tu installer les drivers ?
tout d'abord ton wifi est reconnu sous linux ?
as tu installer les drivers ?
tonny_montana_
Messages postés
106
Date d'inscription
samedi 8 mars 2008
Statut
Membre
Dernière intervention
5 mai 2010
10
Modifié par tonny_montana_ le 16/04/2010 à 12:26
Modifié par tonny_montana_ le 16/04/2010 à 12:26
J'aurais besoin d'aide, j'ai la version 2010_01_29_RT2860_Linux_STA_v2.3.0.0 du driver, mais je ne comprends pas les instructions de la partie 2>
edit : Je ne comprends pas la ligne define the linux kernel source include the path LINUX_SRC
Build Instructions:
====================
1> $tar -xvzf RT2860_Linux_STA_x.x.x.x.tgz
go to "./RT2860_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 or wpa_supplicant wext functions
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
=> #>cd wpa_supplicant-x.x
=> #>./wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
** Build for being controlled by WpaSupplicant with Ralink Driver
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
=> #>cd wpa_supplicant-0.5.7
=> #>./wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
4> $make
# compile driver source code
# To fix "error: too few arguments to function ??iwe_stream_add_event"
=> $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
5> $cp RT2860STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat
6> load driver, go to "os/linux/" directory.
#[kernel 2.4]
# $/sbin/insmod rt2860sta.o
# $/sbin/ifconfig ra0 inet YOUR_IP up
#[kernel 2.6]
# $/sbin/insmod rt2860sta.ko
# $/sbin/ifconfig ra0 inet YOUR_IP up
7> unload driver
$/sbin/ifconfig ra0 down
$/sbin/rmmod rt2860sta
edit : Je ne comprends pas la ligne define the linux kernel source include the path LINUX_SRC
Build Instructions:
====================
1> $tar -xvzf RT2860_Linux_STA_x.x.x.x.tgz
go to "./RT2860_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 or wpa_supplicant wext functions
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
=> #>cd wpa_supplicant-x.x
=> #>./wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
** Build for being controlled by WpaSupplicant with Ralink Driver
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
=> #>cd wpa_supplicant-0.5.7
=> #>./wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
4> $make
# compile driver source code
# To fix "error: too few arguments to function ??iwe_stream_add_event"
=> $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
5> $cp RT2860STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat
6> load driver, go to "os/linux/" directory.
#[kernel 2.4]
# $/sbin/insmod rt2860sta.o
# $/sbin/ifconfig ra0 inet YOUR_IP up
#[kernel 2.6]
# $/sbin/insmod rt2860sta.ko
# $/sbin/ifconfig ra0 inet YOUR_IP up
7> unload driver
$/sbin/ifconfig ra0 down
$/sbin/rmmod rt2860sta
Modifié par tonny_montana_ le 16/04/2010 à 11:14
D'ailleurs les spots <hidden> sont perdus parmi une multitude d'autres spots en clair eux. La poisse ^^
16 avril 2010 à 11:14
https://driverscollection.com/?H=RT2860&By=Ralink&SS=Linux
16 avril 2010 à 11:16
16 avril 2010 à 11:19
http://www.modem-help.co.uk/Ralink/chipset.families/RT2700E-11bgn-WLAN.html?drivers=1
16 avril 2010 à 11:36