Problème wifi Edimax EW-7711 In
Bonjour,
Je vous explique mon problème:
J'ai acheter avant hier une carte Wifi ( PCI ) et l'antenne avec ( modéle a la fin du sujet.)
Étant donné que Linux ne la reconnaissai pas j'ai donc télécharger le driver sur le site de Edimax je l'ai installer grace a la commande «make install»
et l'opération ces effectuer avec sucée mais un probleme persiste...
je n'ai pas de liste de réseau wifi pourtant sous windows( jai les 2) avec le méme materiel je capte tres bien chez mon frere et j'ai plusieur réseau qui s'affiche
jai donc lancé la commande iwconfig :
iwconfig
voila ...
Voici mon materiel : Wireless IEEE802.11b/g/n 32-bit PCI Adapter ( de marque Edimax)
voici le telecharger et installer: https://www.edimax.com/edimax/global/
Je vous explique mon problème:
J'ai acheter avant hier une carte Wifi ( PCI ) et l'antenne avec ( modéle a la fin du sujet.)
Étant donné que Linux ne la reconnaissai pas j'ai donc télécharger le driver sur le site de Edimax je l'ai installer grace a la commande «make install»
et l'opération ces effectuer avec sucée mais un probleme persiste...
je n'ai pas de liste de réseau wifi pourtant sous windows( jai les 2) avec le méme materiel je capte tres bien chez mon frere et j'ai plusieur réseau qui s'affiche
jai donc lancé la commande iwconfig :
iwconfig
beer-Aspire-T180 beer # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn Mode:Monitor Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
mon0 IEEE 802.11bgn Mode:Monitor Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
mon1 IEEE 802.11bgn Mode:Monitor Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
mon2 IEEE 802.11bgn Mode:Monitor Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
voila ...
Voici mon materiel : Wireless IEEE802.11b/g/n 32-bit PCI Adapter ( de marque Edimax)
voici le telecharger et installer: https://www.edimax.com/edimax/global/
A voir également:
- Problème wifi Edimax EW-7711 In
- Changer wifi chromecast - Guide
- Navigation in private - Guide
- Voir mot de passe wifi android - Guide
- Adresse mac wifi - Guide
- Cle wifi 7 - Forum WiFi
3 réponses
et l'opération ces effectuer avec sucée mais un probleme persiste...
Ce lapsus (sans mauvais jeu de mots) :s
Est-ce que la commande "make clean all install" arrive à terme sans erreur ?
Est-ce que le module que tu as compilé est bien chargé ?
Est-ce que tu peux nous donner le résultat de :
Et pourquoi as-tu des interfaces mon0, mon1 et mon2 ? À quoi correspondent-elles ?
Bonne chance
Ce lapsus (sans mauvais jeu de mots) :s
Est-ce que la commande "make clean all install" arrive à terme sans erreur ?
Est-ce que le module que tu as compilé est bien chargé ?
lsmod
Est-ce que tu peux nous donner le résultat de :
/sbin/iwlist scan
Et pourquoi as-tu des interfaces mon0, mon1 et mon2 ? À quoi correspondent-elles ?
Bonne chance
Merci de m'avoir répondu =) voici le résultat de lacommande make clean all install
ET Oui le module lsmod est bien charger regarde :
ensuite les interface mon0, mon1 et mon2
n'y sont plu =D je pense que ces moi en bidouillant qui ai du les faire apparaitre x) jai ca quand je tape iwconfig :
donc ses bon ensuite voici le résultat de la commande : /sbin/iwlist scan
''wlan0 Interface doesn't support scanning : Network is down''
Bon voila =) j'esper que cela est asser clair :s merci de votre aide !!
beer-Aspire-T180 DPO_RT3070_LinuxSTA_V2.3.0.2_20100412 # make clean all install
cp -f os/linux/Makefile.6 os/linux/Makefile
make -C os/linux clean
make[1]: entrant dans le répertoire « /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux »
rm -f ../../common/*.o
rm -f ../../common/.*.{cmd,flags,d}
rm -f ../../os/linux/*.{o,ko,mod.{o,c}}
rm -f ../../os/linux/.*.{cmd,flags,d}
rm -fr ../../os/linux/.tmp_versions
rm -f ../../os/linux/Module.symvers
rm -f ../../chips/*.o
rm -f ../../chips/.*.{cmd,flags,d}
rm -f ../../sta/*.o
rm -f ../../sta/.*.{cmd,flags,d}
make[1]: quittant le répertoire « /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux »
rm -rf os/linux/Makefile
make -C tools
make[1]: entrant dans le répertoire « /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/tools »
gcc -g bin2h.c -o bin2h
make[1]: quittant le répertoire « /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/tools »
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/tools/bin2h
cp -f os/linux/Makefile.6 /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/Makefile
make -C /lib/modules/2.6.35-25-generic/build SUBDIRS=/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.35-25-generic »
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_md5.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_sha2.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_hmac.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_aes.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_aes.c: In function `AES_GTK_KEY_WRAP':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_aes.c:2265: warning: the frame size of 1664 bytes is larger than 1024 bytes
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_aes.c: In function `AES_GTK_KEY_UNWRAP':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_aes.c:2348: warning: the frame size of 1168 bytes is larger than 1024 bytes
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_aes.c: In function `WscDecryptData':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_aes.c:1592: warning: the frame size of 1408 bytes is larger than 1024 bytes
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_aes.c: In function `WscEncryptData':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_aes.c:1522: warning: the frame size of 1408 bytes is larger than 1024 bytes
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/crypt_arc4.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/mlme.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/mlme.c: In function `MlmeResetRalinkCounters':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/mlme.c:828: warning: cast from pointer to integer of different size
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/mlme.c:828: warning: cast from pointer to integer of different size
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/mlme.c: In function `BssTableSortByRssi':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/mlme.c:4683: warning: the frame size of 1728 bytes is larger than 1024 bytes
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_wep.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/action.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_data.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/rtmp_init.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/rtmp_init.c: In function `NICInitAsicFromEEPROM':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/rtmp_init.c:2488: warning: unused variable `RFValue'
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_tkip.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_aes.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_sync.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/eeprom.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_sanity.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_info.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_cfg.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_wpa.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/dfs.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/spectrum.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/spectrum.c: In function `PeerMeasureReportAction':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/spectrum.c:1977: warning: format `%d' expects type `int', but argument 3 has type `long unsigned int'
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/rtmp_timer.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/rt_channel.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_profile.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_asic.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_cmd.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/assoc.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/assoc.c: In function `MlmeAssocReqAction':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/assoc.c:377: warning: unused variable `pInfo'
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/assoc.c:374: warning: unused variable `infoPos'
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/auth.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/auth_rsp.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/sync.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/sync.c: In function `PeerBeacon':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/sync.c:1736: warning: the frame size of 1472 bytes is larger than 1024 bytes
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/sync.c: In function `PeerBeaconAtJoinAction':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/sync.c:1079: warning: the frame size of 1392 bytes is larger than 1024 bytes
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/sync.c: In function `PeerBeaconAtScanAction':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/sync.c:773: warning: the frame size of 1376 bytes is larger than 1024 bytes
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/sync.c: In function `MlmeStartReqAction':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/sync.c:589: warning: the frame size of 1088 bytes is larger than 1024 bytes
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/sanity.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/rtmp_data.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/connect.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/connect.c: In function `CntlOidScanProc':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/connect.c:351: warning: the frame size of 1776 bytes is larger than 1024 bytes
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/wpa.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../sta/sta_cfg.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/rtmp_init_inf.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_profile.o
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c: In function `rt_ioctl_siwencode':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c:1481: warning: suggest parentheses around operand of `!' or change `&' to `&&' or `!' to `~'
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c: In function `rt_ioctl_iwaplist':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c:606: warning: the frame size of 1296 bytes is larger than 1024 bytes
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c: In function `rt_ioctl_siwmlme':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c:1979: warning: the frame size of 1632 bytes is larger than 1024 bytes
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c: In function `RTMPIoctlRF':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c:6219: warning: the frame size of 2352 bytes is larger than 1024 bytes
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c: In function `RTMPIoctlE2PROM':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c:6035: warning: the frame size of 1376 bytes is larger than 1024 bytes
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c: In function `RTMPIoctlMAC':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/sta_ioctl.c:5837: warning: the frame size of 1376 bytes is larger than 1024 bytes
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c: In function `duplicate_pkt':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c:407: warning: passing argument 1 of `memmove' makes pointer from integer without a cast
/usr/src/linux-headers-2.6.35-25-generic/arch/x86/include/asm/string_64.h:58: note: expected `void *' but argument is of type `sk_buff_data_t'
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c:409: warning: passing argument 1 of `memmove' makes pointer from integer without a cast
/usr/src/linux-headers-2.6.35-25-generic/arch/x86/include/asm/string_64.h:58: note: expected `void *' but argument is of type `sk_buff_data_t'
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c: In function `ClonePacket':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c:559: warning: assignment makes integer from pointer without a cast
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c: In function `update_os_packet_info':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c:581: warning: assignment makes integer from pointer without a cast
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c: In function `wlan_802_11_to_802_3_packet':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c:602: warning: assignment makes integer from pointer without a cast
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c: In function `send_monitor_packets':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c:875: warning: format `%d' expects type `int', but argument 3 has type `long unsigned int'
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c: In function `RtmpOSTaskAttach':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c:1283: warning: passing argument 1 of `kthread_create' from incompatible pointer type
include/linux/kthread.h:7: note: expected `int (*)(void *)' but argument is of type `RTMP_OS_TASK_CALLBACK'
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c: In function `RtmpOSNetDevDetach':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c:1614: warning: initialization discards qualifiers from pointer target type
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c: In function `RtmpOSNetDevAttach':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c:1653: warning: initialization discards qualifiers from pointer target type
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_linux.c:1653: warning: ISO C90 forbids mixed declarations and code
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_main_dev.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_main_dev.c: In function `RtmpOSIRQRequest':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../os/linux/rt_main_dev.c:951: warning: unused variable `net_dev'
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/ba_action.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/ba_action.c: In function `convert_reordering_packet_to_preAMSDU_or_802_3_packet':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/ba_action.c:1562: warning: assignment makes integer from pointer without a cast
CC [M] /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.o
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.c: In function `NICInitRecv':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.c:83: error: implicit declaration of function `usb_buffer_alloc'
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.c:83: warning: assignment makes pointer from integer without a cast
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.c:112: error: implicit declaration of function `usb_buffer_free'
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.c: In function `NICInitTransmit':
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.c:219: warning: cast to pointer from integer of different size
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.c:306: warning: cast to pointer from integer of different size
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.c:324: warning: cast to pointer from integer of different size
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.c:341: warning: cast to pointer from integer of different size
/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.c:357: warning: cast to pointer from integer of different size
make[2]: *** /home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux/../../common/cmm_mac_usb.o Erreur 1
make[1]: *** [_module_/home/beer/Téléchargements/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412_FILES/DPO_RT3070_LinuxSTA_V2.3.0.2_20100412/os/linux] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.35-25-generic »
make: *** [LINUX] Erreur 2
ET Oui le module lsmod est bien charger regarde :
make: *** [LINUX] Erreur 2 beer-Aspire-T180 DPO_RT3070_LinuxSTA_V2.3.0.2_20100412 # lsmod Module Size Used by nls_utf8 1453 1 isofs 34218 1 binfmt_misc 7984 1 dm_crypt 13381 0 snd_hda_codec_realtek 300173 1 nvidia 8097831 34 snd_hda_intel 26115 4 snd_hda_codec 100919 2 snd_hda_codec_realtek,snd_hda_intel snd_hwdep 6660 1 snd_hda_codec snd_pcm 89104 3 snd_hda_intel,snd_hda_codec snd_seq_midi 5932 0 snd_rawmidi 22207 1 snd_seq_midi arc4 1497 2 snd_seq_midi_event 7291 1 snd_seq_midi rt2800pci 10233 0 rt2800lib 31970 1 rt2800pci rt2x00usb 11316 1 rt2800lib rt2x00pci 6993 1 rt2800pci snd_seq 57512 2 snd_seq_midi,snd_seq_midi_event crc_ccitt 1699 1 rt2800pci rt2x00lib 31575 4 rt2800pci,rt2800lib,rt2x00usb,rt2x00pci led_class 3393 1 rt2x00lib mac80211 267163 3 rt2x00usb,rt2x00pci,rt2x00lib cfg80211 170485 2 rt2x00lib,mac80211 snd_timer 23850 2 snd_pcm,snd_seq snd_seq_device 6912 3 snd_seq_midi,snd_rawmidi,snd_seq ppdev 6804 0 eeprom_93cx6 1789 1 rt2800pci snd 64181 16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device edac_core 46822 0 lp 10201 0 parport_pc 30086 1 soundcore 1240 1 snd snd_page_alloc 8588 2 snd_hda_intel,snd_pcm i2c_nforce2 6155 0 edac_mce_amd 9387 0 k8temp 4128 0 psmouse 62080 0 serio_raw 4910 0 parport 37032 3 ppdev,lp,parport_pc dm_raid45 75026 0 xor 4709 1 dm_raid45 btrfs 506518 0 zlib_deflate 21866 1 btrfs crc32c 3007 1 libcrc32c 1268 1 btrfs usb_storage 50372 0 usbhid 42030 0 hid 84710 1 usbhid sata_nv 23770 4 firewire_ohci 24839 0 firewire_core 54327 1 firewire_ohci crc_itu_t 1739 1 firewire_core sky2 53371 0 pata_amd 12050 1
ensuite les interface mon0, mon1 et mon2
n'y sont plu =D je pense que ces moi en bidouillant qui ai du les faire apparaitre x) jai ca quand je tape iwconfig :
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
donc ses bon ensuite voici le résultat de la commande : /sbin/iwlist scan
beer-Aspire-T180 DPO_RT3070_LinuxSTA_V2.3.0.2_20100412 # /sbin/iwlist scan lo Interface doesn't support scanning. eth0 Interface doesn't support scanning. wlan0 Interface doesn't support scanning : Network is down
''wlan0 Interface doesn't support scanning : Network is down''
Bon voila =) j'esper que cela est asser clair :s merci de votre aide !!
cmm_mac_usb.c:112: error: implicit declaration of function 'usb_buffer_free'
Comme tu le vois ici le driver que tu as récupéré ne compile pas jusqu'au bout. Ce n'est pas de ta faute, c'est qu'il y a une erreur dans le code source que tu as récupéré.
Pour voir comment le résoudre, copie colle le message d'erreur dans google et regarde comment il a été résolu.
Essaye avec ce driver :
https://www.edimax.com/edimax/global/
Bon alors attention, manifestement chez Edimax ce sont pas des flèches. Donc tu auras l'impression de récupérer un fichier .tar.bz2.zip (ce qui se décompresse successivement avec unzip ...zip et tar xjvf ...tar.bz2) mais en fait c'est un tar.zip (chose qu'on ne fait jamais sous linux au profit des tar.bz2 et des tar.gz). De plus le lien ne fonctionne que si tu mets un mail, donc mets un truc bidon.
Une fois téléchargé, en supposant que ta console est positionné dans le répertoire dans lequel est téléchargé le driver :
unzip EW-7711IN_2010_07_16_RT3062_Linux_STA_v2\[1\].4.0.0.tar.bz2.zip tar xvf EW-7711IN_2010_07_16_RT3062_Linux_STA_v2\[1\].4.0.0.tar.bz2
Ensuite on prépare le terrain pour la compilation (notamment on va vérifier que tu n'as pas une mise à jour noyau, ce qui forcerait à recompiler le driver pour ce nouveau noyau).
sudo apt-get update sudo apt-get install aptitude sudo aptitude update sudo aptitude safe-upgrade sudo reboot
(*) Ceci fait voici la compilation du driver une fois le noyau déterminé. Commence par relever avec quelle version de gcc le noyau a été compilé :
cat /proc/version
Exemple :
(mando@silk) (~/pouet) $ cat /proc/version Linux version 2.6.32-5-686-bigmem (Debian 2.6.32-30) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:40:25 UTC 2011
Ici c'est gcc-4.3. De plus il faut les headers du kernel (ici des headers 2.6.32-5-686). La version pouvant être récupérée avec la commande "uname -r", il te suffit de taper :
sudo aptitude install gcc-4.3 linux-headers-$(uname -r)
Ok maintenant on peut compiler ! En supposant que ce que tu as décompressé est dans /home/toto/2010_07_16_RT3062_Linux_STA_v2.4.0.0/ :
cd /home/toto/2010_07_16_RT3062_Linux_STA_v2.4.0.0/ make
Chez moi le driver compile jusqu'au bout, donc il a l'air moins bancale que l'autre (qui chez moi plantait encore avant à cause d'un makefile pathétique où l'on crée /tftpboot bref, ça sent le sapin). À la fin si tout s'est bien passé tu vas voir :
LD [M] ......./2010_07_16_RT3062_Linux_STA_v2.4.0.0/os/linux/rt3562sta.ko
Nous allons maintenant déployer le fichier .ko (le module, le driver si tu préfères) dans l'arborescence de linux, plus précisément dans /lib/modules. Pour ce faire :
sudo make install
Il ne reste plus qu'à activer ce module et à commencer à tester (note qu'il n'y a pas de .ko à la fin de la commande) :
sudo modprobe rt3562sta
Vérifie qu'il s'est bien chargé. Il doit apparaître dans la première commande qui suit ; il ne doit pas y avoir de message d'erreur lié à ce module dans la seconde ; une carte wifi a dû apparaître dans la dernière :
lsmod | grep rt3562sta dmesg | tail /sbin/iwconfig
Si la carte wifi est fonctionnelle, redémarre et regarde si le module est chargé.
lsmod | grep rt3562sta
S'il n'apparaît pas, force ce chargement en l'ajoutant dans /etc/modules. Pour cela lance la commande :
gksudo gedit /etc/modules
... et rajoute rt3562sta à la fin du fichier.
Note que quand une mise à jour noyau aura lieu (mise à jour du paquet linux-image-...) il faudra probablement reprendre la manipulation à partir de (*). Tu verras bien, si ta carte wifi ne marche plus c'est probablement que tu as changé de noyau et qu'il faut un module préparé pour celui-ci ;-)
Bonne chance