|
Publicité | ||||||||||||||||||||||
|
|
#1 |
|
Invité de passage
![]() Inscription : février 2010 Messages : 10 ![]() |
bonjours,
j'ai installer linux en duel boot avec windows7,mais j'ai eu un problème avec ma clé wifi,elle est bien reconnu par linux(sur wlan2) mais aucun réseau n'est détecté merci pour vos aides |
|
|
00
|
|
|
#2 | ||
|
Membre confirmé
![]() Cédric Inscription : novembre 2003 Messages : 308 ![]() |
Salut,
peut être un hic sur le firmware, ça m'était arrivé (erreur clairement indiquées dans /var/log/messages). Et j'ai du installer des modules externes. En fait pour moi les réseaux était détectés, mais la connexion ne se faisais jamais. * version de Linux utilisé ? * résultat de : Code :
__________________
The Big Bang theory : In the beginning there was nothing, and it exploded. (Terry Pratchett) IT Quote : "Unix is user-friendly. It's just very selective about who its friends are." |
||
|
|
00
|
|
|
#3 |
|
Invité de passage
![]() Inscription : février 2010 Messages : 10 ![]() |
salut,
enfaite c'est un problème de pilote,j'ai trouvé le bon pilote,c'est beaucoup de fichier .c & .h par contre je ne sais pas comment les installer |
|
|
00
|
|
|
#4 |
|
Membre confirmé
![]() Cédric Inscription : novembre 2003 Messages : 308 ![]() |
je te déconseille de te lancer dans la compilation de module si tu n'en a jamais fait.
il y a probablement quelqu'un qui a du faire cela avant toi. c'est probablement dans un repo secondaire. quel est ce module ? le nom ?
__________________
The Big Bang theory : In the beginning there was nothing, and it exploded. (Terry Pratchett) IT Quote : "Unix is user-friendly. It's just very selective about who its friends are." |
|
|
00
|
|
|
#5 |
|
Invité de passage
![]() Inscription : février 2010 Messages : 10 ![]() |
Le module s'appelle "Linux_STA_v2.1.1.0"
et quand je le décompresse j'obtiens les dossiers:chips,common, include, os, sta, tools et des fichiers makefile, .dat, .c et .h et un fichier texte readme d'où j'ai pris cette partie que j'ai pas bien compris: Build Instructions: ==================== 1> $tar -xvzf DPB_RT2870_Linux_STA_x.x.x.x.tgz go to "./DPB_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 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 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 |
|
|
00
|
|
|
#6 | |||
![]() ![]() Idriss NeumannDéveloppeur en SSII et étudiant au CNAM Paris (ingénieur SI) Inscription : février 2009 Messages : 1 703 ![]() |
Salut.
Citation:
...Il serait bien aussi de préciser ta distribution (Ubuntu 9.10 ?) et ton materiel, ça pourrait aider ... Cordialement, Idriss
__________________
modérateur rubriques Linux/Unix et chat
|
|||
|
|
00
|
|
|
#7 |
|
Invité de passage
![]() Inscription : février 2010 Messages : 10 ![]() |
salut,
j'ai kubuntu 9.10 et Elypse Clé USB Wi-Fi format stick 300Mbps-N - Wi-Link Pro. et puis voila les résultats des commandes: Resultat de lspci: 00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02) 00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) 00:1f.0 ISA bridge: Intel Corporation 82801GH (ICH7DH) LPC Interface Bridge (rev 01) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01) 00:1f.2 RAID bus controller: Intel Corporation 82801GR/GH (ICH7 Family) SATA RAID Controller (rev 01) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01) 01:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7300 LE] (rev a1) 02:01.0 FireWire (IEEE 1394): Agere Systems FW322/323 (rev 70) 02:04.0 Multimedia controller: Philips Semiconductors SAA7131/SAA7133/SAA7135 Video Broadcast Decoder (rev d1) 02:08.0 Ethernet controller: Intel Corporation 82801G (ICH7 Family) LAN Controller (rev 01) Resultat de lspci -n : 00:00.0 0600: 8086:2770 (rev 02) 00:01.0 0604: 8086:2771 (rev 02) 00:1b.0 0403: 8086:27d8 (rev 01) 00:1d.0 0c03: 8086:27c8 (rev 01) 00:1d.1 0c03: 8086:27c9 (rev 01) 00:1d.2 0c03: 8086:27ca (rev 01) 00:1d.3 0c03: 8086:27cb (rev 01) 00:1d.7 0c03: 8086:27cc (rev 01) 00:1e.0 0604: 8086:244e (rev e1) 00:1f.0 0601: 8086:27b0 (rev 01) 00:1f.1 0101: 8086:27df (rev 01) 00:1f.2 0104: 8086:27c3 (rev 01) 00:1f.3 0c05: 8086:27da (rev 01) 01:00.0 0300: 10de:01d1 (rev a1) 02:01.0 0c00: 11c1:5811 (rev 70) 02:04.0 0480: 1131:7133 (rev d1) 02:08.0 0200: 8086:27dc (rev 01) resultat de iwconfig: lo no wireless extensions. eth0 no wireless extensions. wmaster0 no wireless extensions. wlan0 IEEE 802.11bgn ESSID:"" Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated Tx-Power=20 dBm Retry long limit:7 RTS thr:off Fragment thr:off Power Management:on Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 resultat de ifconfig: eth0 Link encap:Ethernet HWaddr 00:1a:92:2f:35:f1 UP BROADCAST MULTICAST MTU:1500 Metric:1 Packets reçus:0 erreurs:0 :0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B) lo Link encap:Boucle locale inet adr:127.0.0.1 Masque:255.0.0.0 adr inet6: ::1/128 Scope:Hôte UP LOOPBACK RUNNING MTU:16436 Metric:1 Packets reçus:44 erreurs:0 :0 overruns:0 frame:0 TX packets:44 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 Octets reçus:2640 (2.6 KB) Octets transmis:2640 (2.6 KB) wlan0 Link encap:Ethernet HWaddr 00:a1:b0:50:08:d7 UP BROADCAST MULTICAST MTU:1500 Metric:1 Packets reçus:0 erreurs:0 :0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B) wmaster0 Link encap:UNSPEC HWaddr 00-A1-B0-50-08-D7-00-00-00-00-00-00-00-00-00-00 UP RUNNING MTU:0 Metric:1 Packets reçus:0 erreurs:0 :0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B) |
|
|
00
|
|
|
#8 | ||
|
Membre confirmé
![]() Cédric Inscription : novembre 2003 Messages : 308 ![]() |
-> le driver RT2870 est forcément disponible précompilé dans Ubuntu, quelque part.
Il est dans Fedora (dans fusion-free)... Dans Ubuntu, Il doit être dans universe-free ... ou un truc comme ça je ne me souviens plus du nom. -> oups... si j'avais su que c'était de l'USB... version revue et corrigé de mon ancien post : Peut on avoir la sortie de la commande -> Si vraiment tu veux te lancer dans la compilation, mais je sens que ça va être compliquer via du forum : On va y aller 2 par 2 Citation:
# tar -xzf DPB_RT2870_Linux_STA* # cd DPB_RT2870_Linux_STA* Citation:
__________________
The Big Bang theory : In the beginning there was nothing, and it exploded. (Terry Pratchett) IT Quote : "Unix is user-friendly. It's just very selective about who its friends are." |
||
|
|
00
|
|
|
#9 |
|
Invité de passage
![]() Inscription : février 2010 Messages : 10 ![]() |
salut,
ceci est pour la clé wifi:Bus 001 Device 004: ID 148f:3070 Ralink Technology, Corp. et pour la compilation j'ai modifer le fichier makefile("MODE = STA","TARGET = LINUX")et le fichier config.mk pour networkmanager ('HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y') aprés quand je compile (make) j'ai des erreurs: /home/sinux/Documents/linux/Linux_STA_v2.1.1.0/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1510: error: ‘struct net_device’ has no member named ‘open’ /home/sinux/Documents/linux/Linux_STA_v2.1.1.0/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1511: error: ‘struct net_device’ has no member named ‘stop’ /home/sinux/Documents/linux/Linux_STA_v2.1.1.0/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1512: error: ‘struct net_device’ has no member named ‘hard_start_xmit’ /home/sinux/Documents/linux/Linux_STA_v2.1.1.0/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1513: error: ‘struct net_device’ has no member named ‘do_ioctl’ /home/sinux/Documents/linux/Linux_STA_v2.1.1.0/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1519: error: ‘struct net_device’ has no member named ‘get_stats’ /home/sinux/Documents/linux/Linux_STA_v2.1.1.0/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1553: error: ‘struct net_device’ has no member named ‘validate_addr’ make[2]: *** [/home/sinux/Documents/linux/Linux_STA_v2.1.1.0/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.o] Erreur 1 make[1]: *** [_module_/home/sinux/Documents/linux/Linux_STA_v2.1.1.0/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux] Erreur 2 make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.31-14-generic » make: *** [LINUX] Erreur 2 |
|
|
00
|
|
|
#10 |
|
Invité de passage
![]() Inscription : février 2010 Messages : 10 ![]() |
salut,
j'ai réglé 50% de mon problème, en faite le pilote est déjà présent sous kubuntu 9.10 mais il étais active avec d'autre pilotes RT20xx,donc j'ai modifier le fichier blacklist pour les déactiver et après j 'ai pu détecter des réseaux |
|
|
00
|
|
|
#11 |
![]() ![]() Idriss NeumannDéveloppeur en SSII et étudiant au CNAM Paris (ingénieur SI) Inscription : février 2009 Messages : 1 703 ![]() |
Bonsoir.
Ta clef wep, elle fait combien de caractères ? 13 (128 bits ASCII) ? 26 (128 bits Hex) ? Cordialement, Idriss.
__________________
modérateur rubriques Linux/Unix et chat
Dernière modification par ok.Idriss ; 10/02/2010 à 19h51. |
|
|
00
|
Copyright © 2000-2012 - www.developpez.com