Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#76 Le 25/09/2010, à 12:43

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

question: ne faut il mieux pas que je désinstalle et jetteles vieux pilotes avant d'installer le nouveau?


Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#77 Le 25/09/2010, à 12:45

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Tu as entierement raison,je me dépatouille et j'informe en fin d'aprés midi.


Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#78 Le 25/09/2010, à 12:46

MaxInux

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

ils ne sont pas installés tant que tu ne les as pas compilés...

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

Ca c'est issu du fichier readme.txt que tu as donné plus haut. C'est la marche à suivre pour installer le driver linux. En revanche ceux que tu as téléchargé hier pour windows, tu peux les supprimer vu que cabextract ne les extracte pas :')


Vous avez des soucis d'installation ou souhaitez une aide efficace, près et proche de vous....
Parrains Linux.
"« Tout ce dont nous avons besoin est une crise majeure appropriée, et les nations accepteront le Nouvel Ordre Mondial » (David Rockefeller)"

Hors ligne

#79 Le 25/09/2010, à 17:35

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Bon, ça coince toujours:

jean@gerard:~$ tar -xvzf 2010_0709_RT2870_Linux_STA_v2.4.0.1.tgz
tar: 2010_0709_RT2870_Linux_STA_v2.4.0.1.tgz : la fonction open a échoué: Aucun fichier ou dossier de ce type
tar: Erreur non récupérable : arrêt du traitement
tar: Child returned status 2
tar: Arrêt avec code d'échec à cause des erreurs précédentes

et ceci est un minuscule apperçu de ce que j'ai essayé sans succés
en consequence de quoi:

jean@gerard:~$ gedit 2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/config.mk

donne un fichier vide!


Merci de me confirmer si j'ai fais correctement ce lien qui raconte la meme histoire, avec une issue plus favorable!

http://forum.ubuntu-fr.org/viewtopic.ph … 0#p2101080


Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#80 Le 25/09/2010, à 17:43

MaxInux

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Bonjour

quand tu entres tes commandes, le "prompt" du terminal n'est pas dans le répertoire qui contient le fichier que tu veux utiliser. par défaut, le prompt se place dans /home/toi/
à partir de là, toi tu as /Bureau /Documents /Musique ...

ce qui représente en chemin absolu, /home/jean/Bureau pour aller dans le répertoire qui représente le bureau.
ou ~/Bureau, qui est la meme chose, le ~/ précisant en fait, répertoire utilisateur.

oui, fais ce qu'indique ton lien,


Vous avez des soucis d'installation ou souhaitez une aide efficace, près et proche de vous....
Parrains Linux.
"« Tout ce dont nous avons besoin est une crise majeure appropriée, et les nations accepteront le Nouvel Ordre Mondial » (David Rockefeller)"

Hors ligne

#81 Le 25/09/2010, à 18:58

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

bonjour Maxinux,

si je t'ai compris le"prompt" du terminal necessite qu'on lui facilite l'accés aux fichiers à traiter. Certes le/les drivers étaient "enterrés" dans des dossiers et sous_dossiers.
Ci-dessous le driver est au 1er rang de mon dossier personnel...



jean@gerard:~$ tar -xvzf 2010_0709_RT2870_Linux_STA_v2.4.0.1.tgz 
tar: 2010_0709_RT2870_Linux_STA_v2.4.0.1.tgz : la fonction open a échoué: Aucun fichier ou dossier de ce type
tar: Erreur non récupérable : arrêt du traitement
tar: Child returned status 2
tar: Arrêt avec code d'échec à cause des erreurs précédentes
jean@gerard:~$ tar -xvzf ~/2010_0709_RT2870_Linux_STA_v2.4.0.1.tgz
tar: /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1.tgz : la fonction open a échoué: Aucun fichier ou dossier de ce type
tar: Erreur non récupérable : arrêt du traitement
tar: Child returned status 2
tar: Arrêt avec code d'échec à cause des erreurs précédentes

Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#82 Le 25/09/2010, à 21:54

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

j'ai suivi le lien et pas README:

jean@gerard:~$ tar xvfj 2010_0709_RT2870_Linux_STA_v2.4.0.1.tar.bz2 2010_0709_RT2870_Linux_STA_v2.4.0.1/common/
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/action.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/ba_action.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/client_wds.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_aes.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_asic.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_cfg.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_cmd.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_data.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_data_usb.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_info.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_mac_usb.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_profile.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_sanity.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_sync.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_tkip.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_wep.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/cmm_wpa.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/crypt_aes.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/crypt_arc4.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/crypt_hmac.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/crypt_md5.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/crypt_sha2.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/dfs.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/eeprom.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/ee_prom.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/mlme.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/netif_block.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rt2870.bin
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rtmp_init.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rtmp_init_inf.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rtmp_mcu.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rtmp_timer.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rtusb_bulk.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rtusb_data.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rtusb_dev_id.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rtusb_io.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rt_ate.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rt_channel.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/common/spectrum.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/action.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/ags.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/ap.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/br_ftph.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/cfg80211.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/cfg80211extr.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/chip/
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/chip/mac_usb.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/chip/rt2870.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/chip/rtmp_mac.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/chip/rtmp_phy.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/chlist.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/client_wds.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/client_wds_cmm.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/crypt_aes.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/crypt_arc4.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/crypt_hmac.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/crypt_md5.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/crypt_sha2.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/dfs.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/dot11i_wpa.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/eeprom.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/firmware.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/iface/
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/iface/rtmp_usb.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/link_list.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/mlme.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/netif_block.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/oid.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_chip.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_cmd.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_def.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_dot11.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_iface.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_mcu.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_os.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_timer.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_type.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtusb_io.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rt_ate.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rt_config.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/spectrum.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/spectrum_def.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/sta_cfg.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/vr_ikans.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/wpa.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/wpa_cmm.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/include/wsc.h
2010_0709_RT2870_Linux_STA_v2.4.0.1/iwpriv_usage.txt
2010_0709_RT2870_Linux_STA_v2.4.0.1/LICENSE ralink-firmware.txt
2010_0709_RT2870_Linux_STA_v2.4.0.1/Makefile
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/br_ftph.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/cfg80211.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/config.mk
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/Makefile.4
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/Makefile.6
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/rt_linux.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/rt_main_dev.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/rt_profile.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/rt_usb.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/rt_usb_util.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/sta_ioctl.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/usb_main_dev.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/vr_bdlt.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/vr_ikans.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/README_STA
2010_0709_RT2870_Linux_STA_v2.4.0.1/RT2870STA.dat
2010_0709_RT2870_Linux_STA_v2.4.0.1/RT2870STACard.dat
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/ags.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/assoc.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/auth.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/auth_rsp.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/connect.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/dls.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/rtmp_ckipmic.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/rtmp_data.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/sanity.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/sta_cfg.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/sync.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta/wpa.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/sta_ate_iwpriv_usage.txt
2010_0709_RT2870_Linux_STA_v2.4.0.1/tools/
2010_0709_RT2870_Linux_STA_v2.4.0.1/tools/bin2h
2010_0709_RT2870_Linux_STA_v2.4.0.1/tools/bin2h.c
2010_0709_RT2870_Linux_STA_v2.4.0.1/tools/Makefile
jean@gerard:~$ gedit 2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/config.mk 
jean@gerard:~$ cd ~/2010_0709_RT2870_Linux_STA_v2.4.0.1 jean@gerard:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$ sudo make
[sudo] password for jean: 
make -C tools
make[1]: entrant dans le répertoire « /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools »
gcc -g bin2h.c -o bin2h
make[1]: quittant le répertoire « /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools »
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools/bin2h
cp -f os/linux/Makefile.6 /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/Makefile
make -C /lib/modules/2.6.31-22-generic/build SUBDIRS=/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.31-22-generic »
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_sha2.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_hmac.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.o
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c: In function ‘AES_GTK_KEY_WRAP’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:2265: warning: the frame size of 1664 bytes is larger than 1024 bytes
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c: In function ‘AES_GTK_KEY_UNWRAP’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:2348: warning: the frame size of 1168 bytes is larger than 1024 bytes
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c: In function ‘WscDecryptData’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:1592: warning: the frame size of 1408 bytes is larger than 1024 bytes
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c: In function ‘WscEncryptData’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:1522: warning: the frame size of 1408 bytes is larger than 1024 bytes
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_arc4.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.o
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c: In function ‘MlmeResetRalinkCounters’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:895: warning: cast from pointer to integer of different size
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:895: warning: cast from pointer to integer of different size
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c: In function ‘BssTableSortByRssi’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:6100: warning: the frame size of 1728 bytes is larger than 1024 bytes
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_wep.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/action.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_data.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_init.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_tkip.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_aes.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_sync.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/eeprom.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_sanity.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_info.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_cfg.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_wpa.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/dfs.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/spectrum.o
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/spectrum.c: In function ‘PeerMeasureReportAction’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/spectrum.c:1977: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_timer.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rt_channel.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_profile.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_asic.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_cmd.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/assoc.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/auth.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/auth_rsp.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.o
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c: In function ‘PeerBeacon’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:1764: warning: the frame size of 1456 bytes is larger than 1024 bytes
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c: In function ‘PeerBeaconAtJoinAction’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:1094: warning: the frame size of 1440 bytes is larger than 1024 bytes
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c: In function ‘PeerBeaconAtScanAction’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:764: warning: the frame size of 1376 bytes is larger than 1024 bytes
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c: In function ‘MlmeStartReqAction’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:581: warning: the frame size of 1088 bytes is larger than 1024 bytes
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sanity.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/rtmp_data.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/connect.o
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/connect.c: In function ‘CntlOidScanProc’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/connect.c:355: warning: the frame size of 1776 bytes is larger than 1024 bytes
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/wpa.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/ags.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sta_cfg.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_init_inf.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_profile.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.o
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_siwencode’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:1479: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_iwaplist’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:599: warning: the frame size of 1296 bytes is larger than 1024 bytes
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c: In function ‘RTMPIoctlE2PROM’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:6035: warning: the frame size of 1376 bytes is larger than 1024 bytes
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c: In function ‘RTMPIoctlMAC’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:5836: warning: the frame size of 1376 bytes is larger than 1024 bytes
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_siwmlme’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:1979: warning: the frame size of 1696 bytes is larger than 1024 bytes
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.o
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘duplicate_pkt’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:477: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast
/usr/src/linux-headers-2.6.31-22-generic/arch/x86/include/asm/string_64.h:58: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:479: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast
/usr/src/linux-headers-2.6.31-22-generic/arch/x86/include/asm/string_64.h:58: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘ClonePacket’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:629: warning: assignment makes integer from pointer without a cast
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘update_os_packet_info’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:651: warning: assignment makes integer from pointer without a cast
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘wlan_802_11_to_802_3_packet’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:672: warning: assignment makes integer from pointer without a cast
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘send_monitor_packets’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:945: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevDetach’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1694: warning: initialization discards qualifiers from pointer target type
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevAttach’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1731: warning: initialization discards qualifiers from pointer target type
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_main_dev.o
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_main_dev.c: In function ‘MainVirtualIF_close’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_main_dev.c:117: warning: unused variable ‘Cancelled’
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/ba_action.o
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/ba_action.c: In function ‘convert_reordering_packet_to_preAMSDU_or_802_3_packet’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/ba_action.c:1531: warning: assignment makes integer from pointer without a cast
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.o
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c: In function ‘RTMPFreeTxRxRingMemory’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:234: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62: note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:241: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62: note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:278: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62: note: expected ‘UCHAR **’ but argument is of type ‘struct __HTTX_BUFFER **’
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c: In function ‘NICInitTransmit’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:507: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62: note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c: In function ‘RTMPAllocTxRxRingMemory’:
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:566: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from incompatible pointer type
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34: note: expected ‘VOID **’ but argument is of type ‘struct __HTTX_BUFFER **’
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:596: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from incompatible pointer type
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34: note: expected ‘VOID **’ but argument is of type ‘struct __TX_BUFFER **’
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:610: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from incompatible pointer type
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34: note: expected ‘VOID **’ but argument is of type ‘struct __TX_BUFFER **’
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:628: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from incompatible pointer type
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34: note: expected ‘VOID **’ but argument is of type ‘UCHAR **’
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtusb_io.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtusb_bulk.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtusb_data.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_data_usb.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/ee_prom.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_mcu.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtusb_dev_id.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_usb.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_usb_util.o
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/usb_main_dev.o
  LD [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/rt2870sta.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/rt2870sta.mod.o
  LD [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/rt2870sta.ko
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.31-22-generic »
jean@gerard:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$ sudo make install
make -C /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux -f Makefile.6 install
make[1]: entrant dans le répertoire « /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux »
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
cp /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/RT2870STA.dat /etc/Wireless/RT2870STA/.
install -d /lib/modules/2.6.31-22-generic/kernel/drivers/net/wireless/
install -m 644 -c rt2870sta.ko /lib/modules/2.6.31-22-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 2.6.31-22-generic
make[1]: quittant le répertoire « /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux »
jean@gerard:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$ gksu gedit /etc/modules
jean@gerard:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$ sudo modprobe rt2870sta
jean@gerard:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$ sudo ifconfig ra0 up
jean@gerard:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$ sudo /etc/init.d/networking restart
 * Reconfiguring network interfaces...                                   [ OK ] 
jean@gerard:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$

la LED de la clé clignote de nouveau.
Rien que ça je vais pleurer!

Bon faut que je reboote parait-il:D:D


Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#83 Le 25/09/2010, à 22:58

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Malheur, au reboot la clé s'est de nouveau éteinte et aprés débranchage, rebranchage: LED fixe!

Donc,

jean@gerard:~$ sudo modprobe rt2870sta
[sudo] password for jean: 
jean@gerard:~$ sudo ifconfig ra0 up
jean@gerard:~$ sudo /etc/init.d/networking restart
 * Reconfiguring network interfaces...                                   [ OK ]

et la Led clignote de manière irréguliere comme précedemment, mais pas comme a son tout début ou le clignotement était régulier.

jean@gerard:~$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

ra0       RT2870 Wireless  ESSID:"11n-AP"  Nickname:"RT2870STA"
          Mode:Auto  Frequency=2.412 GHz  Access Point: Not-Associated   
          Bit Rate:1 Mb/s   
          RTS thr:off   Fragment thr:off
          Link Quality=10/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:0

jean@gerard:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:1f:d0:3d:6e:d5  
          inet adr:192.168.1.10  Bcast:192.168.1.255  Masque:255.255.255.0
          adr inet6: fe80::21f:d0ff:fe3d:6ed5/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Packets reçus:2848 erreurs:0 :0 overruns:0 frame:0
          TX packets:2979 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000 
          Octets reçus:575969 (575.9 KB) Octets transmis:240983 (240.9 KB)
          Interruption:24 Adresse de base:0xe000 

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:12 erreurs:0 :0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0 
          Octets reçus:720 (720.0 B) Octets transmis:720 (720.0 B)

ra0       Link encap:Ethernet  HWaddr 00:1d:1a:04:89:a9  
          adr inet6: fe80::21d:1aff:fe04:89a9/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Packets reçus:3 erreurs:0 :0 overruns:0 frame:0
          TX packets:2226 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000 
          Octets reçus:447 (447.0 B) Octets transmis:177968 (177.9 KB)
jean@gerard:~$ lshw
*-network
       description: Wireless interface
       physical id: 1
       logical name: ra0
       serial: 00:1d:1a:04:89:a9
       capabilities: ethernet physical wireless
       configuration: broadcast=yes multicast=yes wireless=RT2870 Wireless

Dans systeme/administration/outils reseau:

Interface inconnue(ra0)
les statistiques de l'interface indiquent de faibles receptions et transmissions.

Wicd fait toujours sa mauvaise tete:"aucun reseau sans fil détecté"


Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#84 Le 26/09/2010, à 03:53

MaxInux

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Bonjour

Donc à présent, tu as compilé le pilote. Mais comme il s'agit d'un module externe, il faut certainement empêcher ceux qui sont prévus initialement avec ubuntu, de se charger et s'assurer que celui-ci le soit.
Il faut les fichiers (cat c'est pour afficher)

cat /etc/modules
cat /etc/modprobe.d/blacklist.conf

et ce qui se charge actuellement par défaut

lsmod

Dernière modification par MaxInux (Le 26/09/2010, à 03:54)


Vous avez des soucis d'installation ou souhaitez une aide efficace, près et proche de vous....
Parrains Linux.
"« Tout ce dont nous avons besoin est une crise majeure appropriée, et les nations accepteront le Nouvel Ordre Mondial » (David Rockefeller)"

Hors ligne

#85 Le 26/09/2010, à 09:05

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Rentrer avant 4 heures 1 Samedi soir et poster sur le forum......!?
J'èspere que c'est pas ma faute, l'altruisme et la dédication ont leurs limites!

jean@gerard:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
rtc
piix
rt2870sta


jean@gerard:~$ cat /etc/modprobe.d/blacklist.conf
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
jean@gerard:~$ lsmod
Module                  Size  Used by
binfmt_misc            10220  1 
snd_hda_codec_realtek   277860  1 
rt2800usb              39840  0 
rt2x00usb              13632  1 rt2800usb
rt2x00lib              34496  2 rt2800usb,rt2x00usb
led_class               5256  1 rt2x00lib
mac80211              244552  2 rt2x00usb,rt2x00lib
snd_hda_intel          31976  2 
cfg80211              152616  2 rt2x00lib,mac80211
snd_hda_codec          87584  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               9384  1 snd_hda_codec
snd_pcm_oss            44704  0 
snd_mixer_oss          18976  1 snd_pcm_oss
snd_pcm                93160  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy           3460  0 
snd_seq_oss            33440  0 
snd_seq_midi            8192  0 
snd_rawmidi            27296  1 snd_seq_midi
snd_seq_midi_event      8448  2 snd_seq_oss,snd_seq_midi
snd_seq                60608  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              26992  2 snd_pcm,snd_seq
snd_seq_device          8308  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
crc_ccitt               2336  1 rt2800usb
snd                    77160  16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
iptable_filter          3872  0 
ip_tables              21200  1 iptable_filter
x_tables               25832  1 ip_tables
soundcore               9088  1 snd
snd_page_alloc         10928  2 snd_hda_intel,snd_pcm
i2c_nforce2             8168  0 
ppdev                   8232  0 
parport_pc             37352  1 
psmouse                58020  0 
serio_raw               6596  0 
rt2870sta             552712  0 
nvidia               8098608  38 
amd64_edac_mod         26688  0 
edac_core              48876  1 amd64_edac_mod
k8temp                  5504  0 
lp                     11908  0 
parport                40528  3 ppdev,parport_pc,lp
dm_raid45              78504  0 
xor                     5456  1 dm_raid45
forcedeth              61292  0

Si je lis bien ce qu'il y a ci- dessus:

lp et rt2870sta ne sont pas utlilisés.
Je ne voie pas rtc ni piix
Merci de ne jamais m'avoir fait remarquer que mon ordi s'appelle Gérard, celui de mon fils s'appelle Robert...


Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#86 Le 26/09/2010, à 12:26

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

GAG! DANS LA DOC IL YA UN TUTO SUR LE CHIPSET RT2870:rolleyes:

j'ai suivi la methode pour le HWNU-300 sous karmic:

jean@gerard:~$ cd /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1*
jean@gerard:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$ sudo make
make -C tools
make[1]: entrant dans le répertoire « /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools »
gcc -g bin2h.c -o bin2h
make[1]: quittant le répertoire « /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools »
/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools/bin2h
cp -f os/linux/Makefile.6 /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/Makefile
make -C /lib/modules/2.6.31-22-generic/build SUBDIRS=/home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.31-22-generic »
  CC [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_mcu.o
  LD [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/rt2870sta.o
  Building modules, stage 2.
  MODPOST 1 modules
  LD [M]  /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/rt2870sta.ko
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.31-22-generic »
jean@gerard:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$ sudo make install
make -C /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux -f Makefile.6 install
mkdir: ne peut créer le répertoire `/etc/Wireless': Le fichier existe
make[1]: entrant dans le répertoire « /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux »
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
cp /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/RT2870STA.dat /etc/Wireless/RT2870STA/.
install -d /lib/modules/2.6.31-22-generic/kernel/drivers/net/wireless/
install -m 644 -c rt2870sta.ko /lib/modules/2.6.31-22-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 2.6.31-22-generic
make[1]: quittant le répertoire « /home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux »
jean@gerard:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$ cd /lib/modules/$(uname -r)/kernel/drivers/staging/rt2870
jean@gerard:/lib/modules/2.6.31-22-generic/kernel/drivers/staging/rt2870$ sudo mv rt2870sta.ko rt2870sta_old.ko
jean@gerard:/lib/modules/2.6.31-22-generic/kernel/drivers/staging/rt2870$ 
jean@gerard:/lib/modules/2.6.31-22-generic/kernel/drivers/staging/rt2870$ sudo depmod -a
jean@gerard:/lib/modules/2.6.31-22-generic/kernel/drivers/staging/rt2870$ sudo modprobe rt2870sta
jean@gerard:/lib/modules/2.6.31-22-generic/kernel/drivers/staging/rt2870$ sudo gedit /etc/modules
jean@gerard:/lib/modules/2.6.31-22-generic/kernel/drivers/staging/rt2870$ sudo ifconfig ra0 up
jean@gerard:/lib/modules/2.6.31-22-generic/kernel/drivers/staging/rt2870$ sudo /etc/init.d/networking restart
 * Reconfiguring network interfaces...                                   [ OK ] 
jean@gerard:/lib/modules/2.6.31-22-generic/kernel/drivers/staging/rt2870$ sudo gedit /etc/network/interfaces
jean@gerard:/lib/modules/2.6.31-22-generic/kernel/drivers/staging/rt2870$

IWCD NE RECONNAIT TOUJOURS PAS RÉSEAU DE SANS FIL:mad:

IL y a d'autres liens, j'vais voir

Ce qui me gene c'est que j'arrive à adapter des methodes conçues pour des drivers ancien à celui de 2010 , ce avec un certain résultat, certes insuffisant, alors que je n'arrive pas a appliquer le README du pilote le plus récent!

C'est plus un POST c'est LE JOURNAL DES AFFRES D'UN APPRENTI UBUNTERO


Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#87 Le 26/09/2010, à 13:24

MaxInux

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Bonjour

Ouvre le fichier

gksudo gedit /etc/modprobe.d/blacklist.conf

et ajoute à la fin

# wifi
blacklist rt2800usb
blacklist rt2x00usb
blacklist rt2x00lib

et sauvegarde, et redémarre.


Vous avez des soucis d'installation ou souhaitez une aide efficace, près et proche de vous....
Parrains Linux.
"« Tout ce dont nous avons besoin est une crise majeure appropriée, et les nations accepteront le Nouvel Ordre Mondial » (David Rockefeller)"

Hors ligne

#88 Le 26/09/2010, à 17:02

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Fait

# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
# wifi
blacklist rt2800usb
blacklist rt2x00usb
blacklist rt2x00lib

Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#89 Le 26/09/2010, à 17:06

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Différence notable:

La clé wifi continu a clignoter épisodiquement aprés le reboot.
Si je la débranche et rebranche elle affiche sont Led fixe.
Je reboote en la laissant branchée et ell retrouve son clignotement saccadé.


Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#90 Le 27/09/2010, à 11:01

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Bonjour, j'ai appliqué la methode indiquée ici:

http://forum.ubuntu-fr.org/post.php?tid=419258

mais avec le driver :

file:///home/jean/2010_0709_RT2870_Linux_STA_v2.4.0.1

Plutot prevu pour Lucid je suppose alors que je suis toujours sur karmic;La fatigue sans doute!?

J'ai donc refait une nouvelle installation avec le bon driver:(prévu pour la hwnu-300)

file:///home/jean/2009_0521_RT2870_Linux_STA_V2.1.2.0

Sans résultat.

J'ai débranché le cable ethernet de la livebox, appuyé sue le bouton d'appareillage:

La Led  de la clé à modifié sont clignotement pendant un temps avant de reprendre sont rythme saccadé.
WICD m'indique toujours que je n'ai pas de reseau sans fil...

Donc rien de neuf sauf un ordi encombré de pilotes.

Dernière modification par JeepBCN (Le 27/09/2010, à 11:05)


Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#91 Le 27/09/2010, à 13:41

MaxInux

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Bonjour

Laisse tomber jean, passe à Lucid. Sauvegarde tes fichiers importants (et le contenu de ton home et ceux de tes éventuels utilisateurs)

Pour tester, débranche le cable, reboote et regarde si ta clef est active.

Dernière modification par MaxInux (Le 27/09/2010, à 13:42)


Vous avez des soucis d'installation ou souhaitez une aide efficace, près et proche de vous....
Parrains Linux.
"« Tout ce dont nous avons besoin est une crise majeure appropriée, et les nations accepteront le Nouvel Ordre Mondial » (David Rockefeller)"

Hors ligne

#92 Le 27/09/2010, à 15:11

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Bonjour,

Rien n'y fait

A court terme je laisse ma bécane comme cela en éthernet. Cela marche trés bien.Et j'ai des choses urgentes à faire dessus.

Par contre plus tard ou demain je branche celle du gamin et je suis ton conseil.

Encore merci Maxinux.

@ bientot. C'est probable!


Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne

#93 Le 29/09/2010, à 22:06

JeepBCN

Re : probleme de connexion wifi/orange/EVO-w300USB/Wicd

Bonjour,

j'ai fais un post de mise au propre qui n'a guerre de succés, tant pis:|

Suite du feuilleton:

J'ai installé lucid 10.4 LTS sur l'ordi du fiston pour un résultat identiquement médiocre:(

Je crois que j'suis bon pour acheter une nouvelle clé. j'me laisse j'usqu'à samedi.

gratitude:)


Mult-Boot W 8.1. LM17Cinnamon.Ubuntu 14.04
AMD Athlon 64X2 / DD To / MM 2Go DDR2

Hors ligne