Borne wifi non compatible linux?
tonny_montana_
Messages postés
114
Statut
Membre
-
Tonny_Montana_ -
Tonny_Montana_ -
Bonjour,
J'ai un souci très embêtant, je n'arrive pas à me connecter au réseau wifi de ma fac, j'ai testé sous windows ça marche sans probleme, mais sous linux, j'utilise Wicd pour gérer les points d'accès et il ne m'affiche pas les points d'accès dont j'ai besoin, à la place je trouve plusieurs point d'accès <hidden> auxquels je ne peux pas me connecter car il n'est pas capable de me fournir d'adresse ip. Je suis quasiment sûr que ces <hidden> correspondent aux points d'accès de la fac.
J'ai essayé de contacter la DSI sans vraiment avoir de retour, et je ne sais pas où se situe le problème. Ma carte fonctionne puisque je peux me connecter à plein d'autres réseaux wifi sans problème et le réseau wifi de la fac fonctionne sous windows et mac.
Je suis sur Sabayon Linux 5.1 (kernel 2.6.31) et le réseau wifi auquel je tente d'accéder n'est pas crypté, mais passe par un proxy que j'ai configuré dans le navigateur, mais le problème ne vient pas de là puisque je n'arrive même pas a obtenir une liaison entre ma carte et le routeur.
Une aide serait sympa car je ne peux pas travailler correctement sous windows -_-' Merci
J'ai un souci très embêtant, je n'arrive pas à me connecter au réseau wifi de ma fac, j'ai testé sous windows ça marche sans probleme, mais sous linux, j'utilise Wicd pour gérer les points d'accès et il ne m'affiche pas les points d'accès dont j'ai besoin, à la place je trouve plusieurs point d'accès <hidden> auxquels je ne peux pas me connecter car il n'est pas capable de me fournir d'adresse ip. Je suis quasiment sûr que ces <hidden> correspondent aux points d'accès de la fac.
J'ai essayé de contacter la DSI sans vraiment avoir de retour, et je ne sais pas où se situe le problème. Ma carte fonctionne puisque je peux me connecter à plein d'autres réseaux wifi sans problème et le réseau wifi de la fac fonctionne sous windows et mac.
Je suis sur Sabayon Linux 5.1 (kernel 2.6.31) et le réseau wifi auquel je tente d'accéder n'est pas crypté, mais passe par un proxy que j'ai configuré dans le navigateur, mais le problème ne vient pas de là puisque je n'arrive même pas a obtenir une liaison entre ma carte et le routeur.
Une aide serait sympa car je ne peux pas travailler correctement sous windows -_-' Merci
A voir également:
- Borne wifi non compatible linux?
- Installer windows 11 sur pc non compatible - Accueil - Windows
- Windows 11 sur pc non compatible avis - Accueil - Windows
- Changer wifi chromecast - Guide
- Linux reader - Télécharger - Stockage
- Voir mot de passe wifi android - Guide
2 réponses
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
ra0 RT2860 Wireless ESSID:"" Nickname:"RT2860STA" Mode:Auto Frequency=2.437 GHz Bit Rate=1 Mb/s RTS thr:off Fragment thr:off Encryption key:off Link Quality=55/100 Signal level:0 dBm Noise level:-97 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0D'ailleurs les spots <hidden> sont perdus parmi une multitude d'autres spots en clair eux. La poisse ^^
https://driverscollection.com/?H=RT2860&By=Ralink&SS=Linux
http://www.modem-help.co.uk/Ralink/chipset.families/RT2700E-11bgn-WLAN.html?drivers=1