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.

#101 Le 28/07/2006, à 19:35

tinazuma

Re : Dongle USB DWL-G122 v.B1

@pdemong :

Quand je dis que j'ai tout repris depuis le début, c'était depuis le début, c'est à dire que je suis reparti de l'install de kubuntu, avec un kernell en 386.

Pour la gestion des paquets j'utilise adept, mais c'est idem à kinaptic.

Bref quand je mate dans la liste des paquets installés ya tout, les headers en 386 aussi.

J'ai qd même lancé un apt-get update et apt-get install, j'obtiens:

tinazuma@pc-tinazuma:~$ sudo apt-get install gcc-3.4
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
gcc-3.4 est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

Donc c'est installé mais qd je fais gcc -v :

tinazuma@pc-tinazuma:~$ gcc -v
bash: gcc : commande introuvable

Je comprends pas pkoi ca passe pas.

La version de mon kernel est :

tinazuma@pc-tinazuma:~$ uname -r
2.6.15-26-386

J'ai chargé et installé les sources:

tinazuma@pc-tinazuma:~/sources$ ls
cpp-3.4_3.4.2-2ubuntu1_i386.deb  gcc-3.4-base_3.4.2-2ubuntu1_i386.deb
gcc-3.4_3.4.2-2ubuntu1_i386.deb  sysutils_1.3.8.5.1_i386.deb

et les linux-sources-2.6.15, et les headers qui vont bien en théorie!!!

tinazuma@pc-tinazuma:/usr/src$ ls
linux-headers-2.6.15-26      linux-source-2.6.15
linux-headers-2.6.15-26-386  linux-source-2.6.15.tar.bz2
tinazuma@pc-tinazuma:/usr/src$

Mais là je scotche.

Si t'as une idée, je suis preneur.

Merci.

#102 Le 28/07/2006, à 20:10

PDemong

Re : Dongle USB DWL-G122 v.B1

C'est de ma faute : la commande pour tester l'installation de gcc-3.4 est
gcc-3.4 -v

Si tu as une réponse, ton paquet est correctement installé.

Hors ligne

#103 Le 28/07/2006, à 20:12

PDemong

Re : Dongle USB DWL-G122 v.B1

ceci dit, ton make semble vouloir appeler gcc, et non gcc-3.4. Donc au cas où, tu vas aussi installer le paquet gcc :
sudo apt-get install gcc

Puis retente le ./configure et envoie la sortie. On va y arriver, il n'y a pas de raison wink

Hors ligne

#104 Le 28/07/2006, à 20:13

tinazuma

Re : Dongle USB DWL-G122 v.B1

Ok, j'avais rien vu non plus, qd je te dis que j'applique les consignes à la lettre !!!

Donc j'obtiens :

tinazuma@pc-tinazuma:~/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0$ gcc-3.4 -v
Lecture des spécification à partir de /usr/lib/gcc/i486-linux-gnu/3.4.6/specs
Configuré avec: ../src/configure -v --enable-languages=c,c++,f77,pascal --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --with-tune=pentium4 i486-linux-gnu
Modèle de thread: posix
version gcc 3.4.6 (Ubuntu 3.4.6-1ubuntu2)
tinazuma@pc-tinazuma:~/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0$ 


Mais du coup , le pb est ailleurs!!!

#105 Le 28/07/2006, à 20:55

tinazuma

Re : Dongle USB DWL-G122 v.B1

Bon, j'ai installé gcc et le make est passé :

tinazuma@pc-tinazuma:~/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0$ make
make -C /lib/modules/2.6.15-26-386/build SUBDIRS=/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0 modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.15-26-386 »
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_main.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_main.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_main.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_main.c: Dans la fonction «CMDHandler» :
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_main.c:1073: attention : unused variable «pkey»
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_main.c:1072: attention : unused variable «i»
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_main.c:1113:5: attention : « DBG » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/mlme.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/mlme.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/mlme.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_bulk.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_bulk.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_bulk.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/connect.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/connect.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/connect.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/sync.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/sync.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/sync.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_init.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_init.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_init.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtmp_tkip.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtmp_tkip.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtmp_tkip.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/wpa.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/wpa.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/wpa.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtmp_wep.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtmp_wep.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtmp_wep.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c: Dans la fonction «rtusb_ioctl_setwpapsk» :
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1083: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1106: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c: Dans la fonction «RTMPQueryInformation» :
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1329: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1341: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1433: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1438: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1443: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1451: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1456: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1474: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1483: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1495: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1502: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1508: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1532: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1538: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1544: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1549: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1555: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1563: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1569: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1575: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1587: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1593: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1599: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1605: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1611: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1616: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c: Dans la fonction «RTMPSetInformation» :
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1668: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1681: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1698: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1737: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1763: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1809: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1833: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1870: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1888: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1901: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1920: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1942: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1955: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1972: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:1988: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:2025: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:2044: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:2064: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:2077: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:2109: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c: Dans la fonction «usb_rt2570_ioctl» :
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:3986: attention : implicit declaration of function «verify_area»
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:3777: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:3858: attention : ignoring return value of «copy_to_user», declared with attribute warn_unused_result
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_info.c:3881: attention : ignoring return value of «copy_from_user», declared with attribute warn_unused_result
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/assoc.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/assoc.c:39:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/assoc.c:39:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/auth.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/auth.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/auth.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/auth_rsp.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/auth_rsp.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/auth_rsp.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/md5.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/md5.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/md5.c:38:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_io.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_io.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_io.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/sanity.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/sanity.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/sanity.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  CC [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_data.o
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:160,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_data.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/oid.h:576:5: attention : « DBG » n'est pas défini
Dans le fichier inclus à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt_config.h:167,
          à partir de /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb_data.c:37:
/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rtusb.h:43:6: attention : « _WIN32_WINNT » n'est pas défini
  LD [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt2570.o
  Building modules, stage 2.
  MODPOST
*** Warning: "verify_area" [/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt2570.ko] undefined!
  CC      /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt2570.mod.o
  LD [M]  /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt2570.ko
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.15-26-386 »



Donc je test la suite du tuto et je te tiens au courant !!!!

#106 Le 28/07/2006, à 21:06

tinazuma

Re : Dongle USB DWL-G122 v.B1

Bon, pour la suite, je ne suis pas allé bien loin.

tinazuma@pc-tinazuma:~/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0$ sudo insmod rt2570.ko
insmod: error inserting 'rt2570.ko': -1 Unknown symbol in module

Je vais chercher à koi correspond cette erreur.

#107 Le 28/07/2006, à 21:38

tinazuma

Re : Dongle USB DWL-G122 v.B1

Bon d'après ce que j'ai pu trouvé, le problème vient peut être de la rev de ma clé usb : C1

Z'en pensez koi ??

Merci

#108 Le 28/07/2006, à 21:55

PDemong

Re : Dongle USB DWL-G122 v.B1

Je ne sais pas. Je voudrais vérifier plusieurs trucs :
* as-tu installé les sources du kernel ? (paquet linux-source)
envoie le résultat de ls -l /usr/src/
* je viens de faire un test d'installation du driver, et je m'apercois que le wiki n'indique pas tout. Il y a un problème de permission qui empeche le fonctionnement du dos2unix. J'ai du faire :
  tar xvzf RT25USB-SRC-V2.0.7.0.tar.gz
  cd RT25USB-SRC-V2.0.7.0
  chmod -R u+w *
  dos2unix *
  ./Configure

* dans Configure, tu as bien pris autre chose que l'option par défaut qui est
Linux kernel source directory [/usr/src/linux-2.6.15-26-686]
??

Hors ligne

#109 Le 28/07/2006, à 22:02

PDemong

Re : Dongle USB DWL-G122 v.B1

Alors pour le coup de la révision de ton modèle de clé, je n'en sais rien.
Ceci dit, je pense pas que le bobo est là, on en est juste à l'installation d'un driver. Pas encore au test de ce dernier avec ton matériel. Donc pour l'instant tu as toutes tes chances, je penche pour un problème d'installation/compilation de pilote , et non une incompatibilité matérielle.

Hors ligne

#110 Le 28/07/2006, à 22:03

tinazuma

Re : Dongle USB DWL-G122 v.B1

Voilà ce que j'obtiens:

tinazuma@pc-tinazuma:~/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0$ ls -l /usr/src
total 43360
drwxr-xr-x 19 root root     4096 2006-07-27 23:16 linux-headers-2.6.15-26
drwxr-xr-x  4 root root     4096 2006-07-27 23:16 linux-headers-2.6.15-26-386
drwxr-xr-x 20 root root     4096 2006-07-17 23:41 linux-source-2.6.15
-rw-r--r--  1 root root 44338481 2006-07-17 23:42 linux-source-2.6.15.tar.bz2
tinazuma@pc-tinazuma:~/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0$   


Le chemin que j'ai indiqué dans ./Configure est:

/usr/src/linux-source-2.6.15

#111 Le 28/07/2006, à 22:15

PDemong

Re : Dongle USB DWL-G122 v.B1

Je viens de relirece que tu as mis :

Bon, j'ai installé gcc et le make est passé :

tinazuma@pc-tinazuma:~/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0$ make
make -C /lib/modules/2.6.15-26-386/build SUBDIRS=/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0 modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.15-26-386 »

J'ai plutot l'impression que tu as mis ce chemin dans Configure...

Pour être sur, recommence Configure en spécifiant bien
/usr/src/linux-source-2.6.15
puis recopie encore le makefile
et refais un make.

Hors ligne

#112 Le 28/07/2006, à 22:30

tinazuma

Re : Dongle USB DWL-G122 v.B1

Alors j'ai remis ça :

tinazuma@pc-tinazuma:~/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0$ ./Configure


-------------------- Ralink RT2500 Station Configuration --------------------

  Linux kernel source directory [/usr/src/linux-2.6.15-26-386]: /usr/src/linux-source-2.6.15

  Linux kernel source directory : /usr/src/linux-source-2.6.15

  Module install directory : /lib/modules/2.6.15-26-386/kernel/drivers/net

tinazuma@pc-tinazuma:~/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0$ cp Makefile.6 Makefile
tinazuma@pc-tinazuma:~/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0$ make
make -C /lib/modules/2.6.15-26-386/build SUBDIRS=/home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0 modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.15-26-386 »
  Building modules, stage 2.
  MODPOS
modpost: /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt2570.o is truncated.
/bin/sh: line 1:  6185 Abandon                 scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.15-26-386/Module.symvers /home/tinazuma/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0/rt2570.o
make[2]: *** [__modpost] Erreur 134
make[1]: *** [modules] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.15-26-386 »
make: *** [all] Erreur 2
tinazuma@pc-tinazuma:~/drivers/DWL-G122/RT25USB-SRC-V2.0.7.0$ 


Donc pour le chemin, j'ai bien indiqué /usr/src/linux-source-2.6.15, par contre le résultat du make n'est pas le même.
Ca te parle ?

#113 Le 31/07/2006, à 23:54

o0_Knight_0o

Re : Dongle USB DWL-G122 v.B1

salut

J'ai remarquer que le driver linux pour la DWL-G122 Revision B etait disponible sur le site officiel de d-link.

http://support.dlink.ca/ProductView.asp?ProdID=357#drivers

Comment on installe sa ? LOL desole je suis newbie big_smile

#114 Le 05/08/2006, à 12:36

tinazuma

Re : Dongle USB DWL-G122 v.B1

salut,

le pb c'est que je possède une rev C1.
Merci qd meme du tuyau.
Je continue mes investigaations.

#115 Le 07/08/2006, à 18:54

PDemong

Re : Dongle USB DWL-G122 v.B1

Bonjour,

je viens de tester et le makefile fourni par ralinktech ne fonctionne pas. Cela n'a rien à voir avec ta révision C1, c'est leur paquetage qui est pas compatible avec Ubuntu.

Bref, je te conseille de suivre le wiki, et de prendre la version RT25USB-SRC-V2.0.6.0 (depuis le lien http://www.ralinktech.com/drivers/Linux/RT25USB-SRC-V2.0.6.0.tar.gz). Puis suit le wiki. Cela devrait fonctionner.

Hors ligne

#116 Le 10/08/2006, à 14:36

kevredon

Re : Dongle USB DWL-G122 v.B1

pour la rev. C1  c'est une puce differente (Ralink 2571) et donc un driver different : RT73
va voire ce post ou ce tuto :
http://doc.ubuntu-fr.org//materiel/wifi/dwl-g122
http://doc.ubuntu-fr.org//materiel/wifi/dwl-g122

tu devrais y trouver ton bonheur, accompagné d'une deception

#117 Le 10/08/2006, à 14:39

kevredon

Re : Dongle USB DWL-G122 v.B1

Hors ligne

#118 Le 29/08/2006, à 10:43

lepec

Re : Dongle USB DWL-G122 v.B1

MAUVAISE NOUVELLE !

la rev.B1 et C1 ont le même problème de configuration.

personnelement j'ai reussi à configurer la C1 a partir du wiki anglais.
https://help.ubuntu.com/community/WifiDocs/Driver/RalinkRT73



la configuration même si elle etait instable a tenue une petite semaine. il fallait plusieurs redemarage succéssif pour être connecté au réseau wifi mais cela fonctionnait.

jusqu'au jour ou après moultes et moultes redemarrage et freeze je suis arrivé à la conclusion qu'il y avait un cheveux dans la soupe. Je pensais à une librairie mise à jour. la compilation des drivers devenant obselete !

j'ai tout recompilé, suivi le nouveau tuto français. et rien, impossible de pinguer alors que d'après iwconfig je suis connecté. Les deux diodes du dongle sont allumé.
Depuis le routeur et une autre machine il m'est possible d'envoyer des pings sur la machine.

pour configurer le dongle j'utilise le fichier rt73sta.dat de ralink et interface
( "inet rausb0 dhcp
wireless-essid xxxxxxxx
netmask 255.255.255.0
gateway 192.168.1.1
auto rausb ")

je ne comprend pas. je vais essayer d'utiliser les tips donnés sur la pages 4 du topic. Et surtout le dhclient rausb0.


Ubuntu user number # 6283

Hors ligne