Aller au contenu

9telecom et ubuntu


Messages recommandés

ok voila je prends un peu d'espoir:

hm2@hm2-desktop:~$ cd /etc/network

hm2@hm2-desktop:/etc/network$ interface

bash: interface : commande introuvable

hm2@hm2-desktop:/etc/network$

hm2@hm2-desktop:/etc/network$ ls

if-down.d if-post-down.d if-pre-up.d if-up.d interfaces

hm2@hm2-desktop:/etc/network$

Lien vers le commentaire
Partager sur d’autres sites

bash: interface : commande introuvable

Heu oui interfaces n'est pas une commande mais un fichiers

Fais un

cat interfaces

En ecrivant correctement le nom du fichiers (avec un s à la fin)

Au passage, tu peux me donner l'IP de ton poste sous Linux ainsi que l'IP de ton routeur 9T?

++

Lien vers le commentaire
Partager sur d’autres sites

mais j'ai tout essayé et c'est la 1ere fois que j'utilise des lignes de commande.

dis moi pas que tu a reuusit du 1er coup meme avec des tutos

Salut

A mon epoque (oué je suis vieux je sais), on avait pas ubuntu qui nous machait les 3/4 du travails .

J'ai du lutter pendant un mois pour faire tourner mon modem adsl usb

a+

Lien vers le commentaire
Partager sur d’autres sites

voila:

hm2@hm2-desktop:/etc/network$ cat interfaces

auto lo

iface lo inet loopback

auto eth0

iface eth0 inet dhcp

auto eth1

iface eth1 inet dhcp

auto eth2

iface eth2 inet dhcp

auto ath0

iface ath0 inet dhcp

auto wlan0

iface wlan0 inet static

address 192.168.1.1

netmask 255.255.255.0

wireless-essid 9T 10C95

gateway 192.168.1.1

merci boobz

merci de renseignement zozo

Lien vers le commentaire
Partager sur d’autres sites

auto wlan0

iface wlan0 inet static

address 192.168.1.1

netmask 255.255.255.0

wireless-essid 9T 10C95

gateway 192.168.1.1

Normal que ca ne fonctionne pas..... Ta gateway doit etre ton routeur 9T... Repmlace donc 192.168.1.1 par l'adresse IP de ta box....

++

Lien vers le commentaire
Partager sur d’autres sites

ok je laisse tombé merci

merci a ceux qui ont oublié comment ils ont commencé avec linux

Moi je me souviens très bien.

Il y a quelques années, il n'y avait pas de connexion internet (sauf des les Universités ou les grandes entreprises). De toutes façons il n'y avait pas de forums (pas de connus en tout cas), au mieux quelques mailing list. Donc il fallait se taper une doc imbitable et avant d'avoir un X qui fonctionne j'ai passé du temps et lu pas mal de doc.

Mais ce n'est même pas la question ici.

On t'a demandé de ne pas faire deux posts de suite en moins d'une heure.

Les gens ici sont bénévoles, ils ne passent aider que pendant leur temps libre et ne sont pas toujours là.

C'est pourquoi dans les règles du forum, il est précisé qu'il ne faut pas faire deux posts en moins de 24h dans le même topic (sauf si quelqu'un a répondu ou pour ajouter une précision supplémentaire).

Lien vers le commentaire
Partager sur d’autres sites

merci ma belle :resolu:

je rappel que je suis en phase de découverte avec lunix et j'essai d'installer le driver rt73.

tout se déroule bien jusqu'au make qui permet de compiler ,quelqu'un aurait une idée :

rv@rv-desktop:~$

rv@rv-desktop:~$ cd Desktop

rv@rv-desktop:~/Desktop$ cd RT73_Linux_STA_Drv1.0.3.6

rv@rv-desktop:~/Desktop/RT73_Linux_STA_Drv1.0.3.6$ cd Module

rv@rv-desktop:~/Desktop/RT73_Linux_STA_Drv1.0.3.6/Module$ Make

bash: Make : commande introuvable

rv@rv-desktop:~/Desktop/RT73_Linux_STA_Drv1.0.3.6/Module$

rtmp_main.c:302: error: ‘struct _RTMP_ADAPTER’ has no member named ‘CmdQLock’

rtmp_main.c:303: error: ‘NULL’ undeclared (first use in this function)

rtmp_main.c:305: error: ‘pData’ undeclared (first use in this function)

rtmp_main.c:305: error: ‘struct _CmdQElmt’ has no member named ‘buffer’

rtmp_main.c:308: error: ‘struct _CmdQElmt’ has no member named ‘command’

rtmp_main.c:312: error: expected ‘;’ before ‘data’

rtmp_main.c:314: error: ‘data’ undeclared (first use in this function)

rtmp_main.c:314: error: too many arguments to function ‘RTUSBReadMACRegister’

rtmp_main.c:317: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:321: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:323: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:323: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:323: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:325: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:325: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:325: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:326: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:330: error: ‘struct _RTMP_ADAPTER’ has no member named ‘ExtraInfo’

rtmp_main.c:336: error: ‘struct _RTMP_ADAPTER’ has no member named ‘ExtraInfo’

rtmp_main.c:348: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Mlme’

rtmp_main.c:350: warning: implicit declaration of function ‘MlmeEnqueue’

rtmp_main.c:358: error: ‘Now’ undeclared (first use in this function)

rtmp_main.c:358: error: ‘jiffies’ undeclared (first use in this function)

rtmp_main.c:359: error: ‘struct _RTMP_ADAPTER’ has no member named ‘MlmeAux’

rtmp_main.c:361: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:362: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:368: error: ‘struct _RTMP_ADAPTER’ has no member named ‘MLMEThr_pid’

rtmp_main.c:368: warning: implicit declaration of function ‘up’

rtmp_main.c:375: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Mlme’

rtmp_main.c:385: error: ‘struct _RTMP_ADAPTER’ has no member named ‘MlmeAux’

rtmp_main.c:388: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:393: error: ‘struct _CmdQElmt’ has no member named ‘bufferlength’

rtmp_main.c:394: error: ‘struct _CmdQElmt’ has no member named ‘buffer’

rtmp_main.c:395: error: ‘struct _RTMP_ADAPTER’ has no member named ‘MLMEThr_pid’

rtmp_main.c:401: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Mlme’

rtmp_main.c:411: error: ‘struct _RTMP_ADAPTER’ has no member named ‘MlmeAux’

rtmp_main.c:414: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:415: error: ‘struct _RTMP_ADAPTER’ has no member named ‘bConfigChanged’

rtmp_main.c:420: error: ‘struct _CmdQElmt’ has no member named ‘bufferlength’

rtmp_main.c:422: error: ‘struct _RTMP_ADAPTER’ has no member named ‘MLMEThr_pid’

rtmp_main.c:428: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Mlme’

rtmp_main.c:439: error: ‘struct _RTMP_ADAPTER’ has no member named ‘MlmeAux’

rtmp_main.c:446: error: ‘struct _RTMP_ADAPTER’ has no member named ‘MLMEThr_pid’

rtmp_main.c:453: error: ‘NDIS_802_11_ANTENNA’ undeclared (first use in this function)

rtmp_main.c:453: error: expected ‘;’ before ‘Antenna’

rtmp_main.c:455: error: ‘Antenna’ undeclared (first use in this function)

rtmp_main.c:456: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Antenna’

rtmp_main.c:458: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Antenna’

rtmp_main.c:460: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Antenna’

rtmp_main.c:462: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:463: error: ‘struct _RTMP_ADAPTER’ has no member named ‘LatchRfRegs’

rtmp_main.c:463: error: too many arguments to function ‘AsicAntennaSelect’

rtmp_main.c:470: error: expected ‘;’ before ‘Antenna’

rtmp_main.c:473: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Antenna’

rtmp_main.c:475: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Antenna’

rtmp_main.c:477: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Antenna’

rtmp_main.c:479: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:480: error: ‘struct _RTMP_ADAPTER’ has no member named ‘LatchRfRegs’

rtmp_main.c:480: error: too many arguments to function ‘AsicAntennaSelect’

rtmp_main.c:495: error: ‘u16’ undeclared (first use in this function)

rtmp_main.c:495: error: expected ‘;’ before ‘Offset’

rtmp_main.c:496: error: expected ‘;’ before ‘Length’

rtmp_main.c:497: error: ‘Offset’ undeclared (first use in this function)

rtmp_main.c:497: error: ‘Length’ undeclared (first use in this function)

rtmp_main.c:497: error: too many arguments to function ‘RTUSBMultiRead’

rtmp_main.c:503: error: expected ‘;’ before ‘Offset’

rtmp_main.c:504: error: expected ‘;’ before ‘Length’

rtmp_main.c:505: error: too many arguments to function ‘RTUSBMultiWrite’

rtmp_main.c:511: error: expected ‘;’ before ‘Offset’

rtmp_main.c:512: error: expected ‘;’ before ‘Length’

rtmp_main.c:513: error: too many arguments to function ‘RTUSBReadEEPROM’

rtmp_main.c:519: error: expected ‘;’ before ‘Offset’

rtmp_main.c:524: error: expected ‘;’ before ‘Residual’

rtmp_main.c:526: error: ‘Residual’ undeclared (first use in this function)

rtmp_main.c:528: error: too many arguments to function ‘RTUSBWriteEEPROM’

rtmp_main.c:533: error: too many arguments to function ‘RTUSBWriteEEPROM’

rtmp_main.c:541: error: ‘USB_DIR_OUT’ undeclared (first use in this function)

rtmp_main.c:541: error: ‘USB_TYPE_VENDOR’ undeclared (first use in this function)

rtmp_main.c:541: error: ‘USB_RECIP_DEVICE’ undeclared (first use in this function)

rtmp_main.c:546: error: too many arguments to function ‘RTUSB_VendorRequest’

rtmp_main.c:557: error: too many arguments to function ‘RTUSB_VendorRequest’

rtmp_main.c:565: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:572: error: too many arguments to function ‘ReleaseAdapter’

rtmp_main.c:575: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:577: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:579: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:582: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:586: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SendTxWaitQueue’

rtmp_main.c:588: error: too many arguments to function ‘RTMPDeQueuePacket’

rtmp_main.c:602: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:607: error: ‘struct _RTMP_ADAPTER’ has no member named ‘RxContext’

rtmp_main.c:609: error: ‘struct _RX_CONTEXT’ has no member named ‘pUrb’

rtmp_main.c:611: warning: implicit declaration of function ‘usb_unlink_urb’

rtmp_main.c:611: error: ‘struct _RX_CONTEXT’ has no member named ‘pUrb’

rtmp_main.c:612: warning: implicit declaration of function ‘usb_free_urb’

rtmp_main.c:612: error: ‘struct _RX_CONTEXT’ has no member named ‘pUrb’

rtmp_main.c:613: error: ‘struct _RX_CONTEXT’ has no member named ‘pUrb’

rtmp_main.c:615: error: ‘struct _RX_CONTEXT’ has no member named ‘TransferBuffer’

rtmp_main.c:617: warning: implicit declaration of function ‘kfree’

rtmp_main.c:617: error: ‘struct _RX_CONTEXT’ has no member named ‘TransferBuffer’

rtmp_main.c:618: error: ‘struct _RX_CONTEXT’ has no member named ‘TransferBuffer’

rtmp_main.c:622: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:623: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:625: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:628: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:631: error: too many arguments to function ‘RTUSBWriteMACRegister’

rtmp_main.c:639: error: ‘RT_802_11_STA_CONFIG’ has no member named ‘EnableTxBurst’

rtmp_main.c:639: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:641: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:641: error: ‘RT_802_11_STA_CONFIG’ has no member named ‘EnableTxBurst’

rtmp_main.c:643: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:645: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:648: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:657: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:658: error: ‘u8’ undeclared (first use in this function)

rtmp_main.c:658: error: expected ‘)’ before ‘pAd’

rtmp_main.c:658: error: too many arguments to function ‘AsicSetSlotTime’

rtmp_main.c:664: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:664: error: ‘RT_802_11_STA_CONFIG’ has no member named ‘UseBGProtection’

rtmp_main.c:666: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:667: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:667: error: ‘RT_802_11_STA_CONFIG’ has no member named ‘AdhocMode’

rtmp_main.c:671: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:671: error: ‘RT_802_11_STA_CONFIG’ has no member named ‘AdhocMode’

rtmp_main.c:672: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:674: error: too many arguments to function ‘MlmeUpdateTxRates’

rtmp_main.c:675: warning: implicit declaration of function ‘MakeIbssBeacon’

rtmp_main.c:689: error: too many arguments to function ‘MlmeSetPsmBit’

rtmp_main.c:690: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:690: error: too many arguments to function ‘RTMPSendNullFrame’

rtmp_main.c:694: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:698: error: ‘struct _RTMP_ADAPTER’ has no member named ‘ExtraInfo’

rtmp_main.c:704: error: ‘struct _RTMP_ADAPTER’ has no member named ‘ExtraInfo’

rtmp_main.c:711: error: expected ‘;’ before ‘i’

rtmp_main.c:715: error: too many arguments to function ‘MlmeSuspend’

rtmp_main.c:719: error: too many arguments to function ‘RTUSBWriteMACRegister’

rtmp_main.c:721: warning: implicit declaration of function ‘atomic_read’

rtmp_main.c:721: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PendingRx’

rtmp_main.c:722: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BulkOutPending’

rtmp_main.c:723: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BulkOutPending’

rtmp_main.c:724: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BulkOutPending’

rtmp_main.c:725: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BulkOutPending’

rtmp_main.c:728: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PendingRx’

rtmp_main.c:738: error: too many arguments to function ‘RTUSB_VendorRequest’

rtmp_main.c:741: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BulkOutPending’

rtmp_main.c:742: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BulkOutPending’

rtmp_main.c:743: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BulkOutPending’

rtmp_main.c:744: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BulkOutPending’

rtmp_main.c:747: error: ‘i’ undeclared (first use in this function)

rtmp_main.c:758: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:760: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:762: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:764: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:766: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:768: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:771: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:773: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:774: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:775: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:779: error: too many arguments to function ‘RTUSBWriteMACRegister’

rtmp_main.c:786: error: too many arguments to function ‘LinkDown’

rtmp_main.c:791: error: expected ‘;’ before ‘Offset’

rtmp_main.c:792: error: expected ‘)’ before ‘pData’

rtmp_main.c:793: error: ‘Value’ undeclared (first use in this function)

rtmp_main.c:795: error: too many arguments to function ‘RTUSBWriteBBPRegister’

rtmp_main.c:801: error: expected ‘;’ before ‘Offset’

rtmp_main.c:802: error: expected ‘;’ before ‘pValue’

rtmp_main.c:805: error: ‘pValue’ undeclared (first use in this function)

rtmp_main.c:805: error: too many arguments to function ‘RTUSBReadBBPRegister’

rtmp_main.c:812: error: expected ‘;’ before ‘Value’

rtmp_main.c:815: error: too many arguments to function ‘RTUSBWriteRFRegister’

rtmp_main.c:821: error: expected ‘;’ before ‘Value’

rtmp_main.c:823: error: too many arguments to function ‘RTUSBMultiRead’

rtmp_main.c:835: error: too many arguments to function ‘RTUSB_VendorRequest’

rtmp_main.c:846: error: too many arguments to function ‘RTUSB_VendorRequest’

rtmp_main.c:867: error: expected ‘;’ before ‘Value1’

rtmp_main.c:868: error: ‘Value1’ undeclared (first use in this function)

rtmp_main.c:868: error: too many arguments to function ‘RTUSBReadMACRegister’

rtmp_main.c:869: error: ‘Value2’ undeclared (first use in this function)

rtmp_main.c:869: error: too many arguments to function ‘RTUSBReadMACRegister’

rtmp_main.c:882: error: too many arguments to function ‘RTUSBWriteMACRegister’

rtmp_main.c:883: error: too many arguments to function ‘RTUSBWriteMACRegister’

rtmp_main.c:888: error: too many arguments to function ‘MlmeUpdateTxRates’

rtmp_main.c:889: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:895: error: expected ‘;’ before ‘Preamble’

rtmp_main.c:896: error: ‘Preamble’ undeclared (first use in this function)

rtmp_main.c:898: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:899: error: too many arguments to function ‘MlmeSetTxPreamble’

rtmp_main.c:905: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:906: error: too many arguments to function ‘MlmeSetTxPreamble’

rtmp_main.c:915: error: ‘struct _CmdQElmt’ has no member named ‘buffer’

rtmp_main.c:917: error: too many arguments to function ‘RTMPSetPhyMode’

rtmp_main.c:919: error: too many arguments to function ‘RTMPSetPhyMode’

rtmp_main.c:921: error: too many arguments to function ‘RTMPSetPhyMode’

rtmp_main.c:930: error: expected ‘;’ before ‘phymode’

rtmp_main.c:931: error: ‘phymode’ undeclared (first use in this function)

rtmp_main.c:931: error: too many arguments to function ‘RTMPSetPhyMode’

rtmp_main.c:1022: error: expected ‘;’ before ‘KeyIdx’

rtmp_main.c:1028: error: ‘KeyIdx’ undeclared (first use in this function)

rtmp_main.c:1028: error: ‘struct _NDIS_802_11_WEP’ has no member named ‘KeyIndex’

rtmp_main.c:1031: error: ‘struct _NDIS_802_11_WEP’ has no member named ‘KeyLength’

rtmp_main.c:1031: error: ‘struct _NDIS_802_11_WEP’ has no member named ‘KeyLength’

rtmp_main.c:1038: error: expected ‘;’ before ‘CipherAlg’

rtmp_main.c:1039: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1039: error: expected ‘;’ before ‘pWepKey’

rtmp_main.c:1040: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1040: error: ‘struct _NDIS_802_11_WEP’ has no member named ‘KeyMaterial’

rtmp_main.c:1040: error: ‘struct _NDIS_802_11_WEP’ has no member named ‘KeyLength’

rtmp_main.c:1040: error: too many arguments to function ‘RTMPMoveMemory’

rtmp_main.c:1041: error: ‘CipherAlg’ undeclared (first use in this function)

rtmp_main.c:1041: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1042: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1043: error: ‘struct _NDIS_802_11_WEP’ has no member named ‘KeyIndex’

rtmp_main.c:1046: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1046: error: expected ‘;’ before ‘KeyIdx’

rtmp_main.c:1048: error: expected ‘)’ before ‘KeyIdx’

rtmp_main.c:1048: error: too many arguments to function ‘AsicAddSharedKeyEntry’

rtmp_main.c:1056: error: expected ‘;’ before ‘KeyIdx’

rtmp_main.c:1059: error: ‘NDIS_802_11_KEY_INDEX’ undeclared (first use in this function)

rtmp_main.c:1059: error: expected expression before ‘)’ token

rtmp_main.c:1075: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1076: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1077: error: expected ‘)’ before ‘KeyIdx’

rtmp_main.c:1077: error: too many arguments to function ‘AsicRemoveSharedKeyEntry’

rtmp_main.c:1087: error: expected ‘;’ before ‘i’

rtmp_main.c:1090: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyIndex’

rtmp_main.c:1100: error: expected ‘;’ before ‘CipherAlg’

rtmp_main.c:1102: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1102: error: expected ‘;’ before ‘pKey’

rtmp_main.c:1103: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1103: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyMaterial’

rtmp_main.c:1103: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyLength’

rtmp_main.c:1103: error: too many arguments to function ‘RTMPMoveMemory’

rtmp_main.c:1105: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyLength’

rtmp_main.c:1113: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyLength’

rtmp_main.c:1115: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyLength’

rtmp_main.c:1117: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1117: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyLength’

rtmp_main.c:1117: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyMaterial’

rtmp_main.c:1117: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyLength’

rtmp_main.c:1117: error: too many arguments to function ‘RTMPMoveMemory’

rtmp_main.c:1121: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1121: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyLength’

rtmp_main.c:1121: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyMaterial’

rtmp_main.c:1121: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyLength’

rtmp_main.c:1121: error: too many arguments to function ‘RTMPMoveMemory’

rtmp_main.c:1126: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1127: error: ‘struct _NDIS_802_11_KEY’ has no member named ‘KeyIndex’

rtmp_main.c:1130: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1130: error: expected ‘;’ before ‘KeyIdx’

rtmp_main.c:1133: error: expected ‘)’ before ‘KeyIdx’

rtmp_main.c:1133: error: too many arguments to function ‘AsicAddSharedKeyEntry’

rtmp_main.c:1221: error: expected ‘;’ before ‘KeyIdx’

rtmp_main.c:1224: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1231: error: ‘struct _NDIS_802_11_REMOVE_KEY’ has no member named ‘KeyIndex’

rtmp_main.c:1249: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1250: error: ‘struct _RTMP_ADAPTER’ has no member named ‘SharedKey’

rtmp_main.c:1251: error: expected ‘)’ before ‘KeyIdx’

rtmp_main.c:1251: error: too many arguments to function ‘AsicRemoveSharedKeyEntry’

rtmp_main.c:1269: error: too many arguments to function ‘MlmeSetPsmBit’

rtmp_main.c:1271: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1272: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1273: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1274: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1281: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1282: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1283: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1284: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1285: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1292: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1293: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1294: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1295: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1296: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1310: error: too many arguments to function ‘MlmeSetPsmBit’

rtmp_main.c:1318: error: ‘struct _CmdQElmt’ has no member named ‘CmdFromNdis’

rtmp_main.c:1320: error: ‘struct _CmdQElmt’ has no member named ‘command’

rtmp_main.c:1321: error: ‘struct _CmdQElmt’ has no member named ‘command’

rtmp_main.c:1322: error: ‘struct _CmdQElmt’ has no member named ‘command’

rtmp_main.c:1323: error: ‘struct _CmdQElmt’ has no member named ‘command’

rtmp_main.c:1327: error: ‘struct _CmdQElmt’ has no member named ‘command’

rtmp_main.c:1328: error: ‘struct _CmdQElmt’ has no member named ‘command’

rtmp_main.c:1332: error: ‘struct _CmdQElmt’ has no member named ‘command’

rtmp_main.c:1334: error: ‘struct _CmdQElmt’ has no member named ‘buffer’

rtmp_main.c:1335: error: ‘struct _CmdQElmt’ has no member named ‘buffer’

rtmp_main.c:1341: error: ‘struct _CmdQElmt’ has no member named ‘InUse’

rtmp_main.c: In function ‘usb_rtusb_open’:

rtmp_main.c:1350: error: dereferencing pointer to incomplete type

rtmp_main.c:1352: error: ‘u8’ undeclared (first use in this function)

rtmp_main.c:1352: error: expected ‘;’ before ‘TmpPhy’

rtmp_main.c:1354: warning: implicit declaration of function ‘printk’

rtmp_main.c:1356: warning: implicit declaration of function ‘init_MUTEX’

rtmp_main.c:1359: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1395: error: ‘u32’ undeclared (first use in this function)

rtmp_main.c:1395: error: expected ‘;’ before ‘MacCsr0’

rtmp_main.c:1399: error: ‘MacCsr0’ undeclared (first use in this function)

rtmp_main.c:1399: error: too many arguments to function ‘RTUSBReadMACRegister’

rtmp_main.c:1405: error: ‘Index’ undeclared (first use in this function)

rtmp_main.c:1435: error: ‘struct _RTMP_ADAPTER’ has no member named ‘NicConfig2’

rtmp_main.c:1437: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BbpTuning’

rtmp_main.c:1438: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BbpTuning’

rtmp_main.c:1439: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BbpTuning’

rtmp_main.c:1440: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BbpTuning’

rtmp_main.c:1445: error: ‘TmpPhy’ undeclared (first use in this function)

rtmp_main.c:1445: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1446: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1447: error: too many arguments to function ‘RTMPSetPhyMode’

rtmp_main.c:1465: warning: incompatible implicit declaration of built-in function ‘memcpy’

rtmp_main.c:1465: error: dereferencing pointer to incomplete type

rtmp_main.c:1465: error: ‘struct _RTMP_ADAPTER’ has no member named ‘CurrentAddress’

rtmp_main.c:1465: error: dereferencing pointer to incomplete type

rtmp_main.c:1469: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:1472: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:1475: error: too many arguments to function ‘RTUSBWriteMACRegister’

rtmp_main.c:1477: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1477: error: too many arguments to function ‘AsicSwitchChannel’

rtmp_main.c:1478: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1478: error: too many arguments to function ‘AsicLockChannel’

rtmp_main.c:1483: error: ‘struct _RTMP_ADAPTER’ has no member named ‘VendorDesc’

rtmp_main.c:1486: warning: implicit declaration of function ‘netif_start_queue’

rtmp_main.c:1488: warning: implicit declaration of function ‘netif_carrier_on’

rtmp_main.c:1489: warning: implicit declaration of function ‘netif_wake_queue’

rtmp_main.c:1494: error: too many arguments to function ‘ReleaseAdapter’

rtmp_main.c: In function ‘usb_rtusb_close’:

rtmp_main.c:1502: error: dereferencing pointer to incomplete type

rtmp_main.c:1506: warning: implicit declaration of function ‘DECLARE_WAIT_QUEUE_HEAD’

rtmp_main.c:1506: error: ‘unlink_wakeup’ undeclared (first use in this function)

rtmp_main.c:1507: warning: implicit declaration of function ‘DECLARE_WAITQUEUE’

rtmp_main.c:1507: error: ‘wait’ undeclared (first use in this function)

rtmp_main.c:1507: error: ‘current’ undeclared (first use in this function)

rtmp_main.c:1511: warning: implicit declaration of function ‘netif_carrier_off’

rtmp_main.c:1512: warning: implicit declaration of function ‘netif_stop_queue’

rtmp_main.c:1516: warning: implicit declaration of function ‘add_wait_queue’

rtmp_main.c:1517: error: ‘struct _RTMP_ADAPTER’ has no member named ‘wait’

rtmp_main.c:1519: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PendingRx’

rtmp_main.c:1524: error: ‘struct _RTMP_ADAPTER’ has no member named ‘wait’

rtmp_main.c:1524: error: ‘NULL’ undeclared (first use in this function)

rtmp_main.c:1525: warning: implicit declaration of function ‘remove_wait_queue’

rtmp_main.c:1527: error: ‘struct _RTMP_ADAPTER’ has no member named ‘MLMEThr_pid’

rtmp_main.c:1530: error: ‘struct _RTMP_ADAPTER’ has no member named ‘MLMEThr_pid’

rtmp_main.c:1531: warning: implicit declaration of function ‘wmb’

rtmp_main.c:1532: warning: implicit declaration of function ‘kill_proc’

rtmp_main.c:1532: error: ‘struct _RTMP_ADAPTER’ has no member named ‘MLMEThr_pid’

rtmp_main.c:1532: error: ‘SIGTERM’ undeclared (first use in this function)

rtmp_main.c:1535: error: ‘KERN_ERR’ undeclared (first use in this function)

rtmp_main.c:1535: error: expected ‘)’ before string constant

rtmp_main.c:1538: warning: implicit declaration of function ‘wait_for_completion’

rtmp_main.c:1540: error: ‘struct _RTMP_ADAPTER’ has no member named ‘RTUSBCmdThr_pid’

rtmp_main.c:1543: error: ‘struct _RTMP_ADAPTER’ has no member named ‘RTUSBCmdThr_pid’

rtmp_main.c:1545: error: ‘struct _RTMP_ADAPTER’ has no member named ‘RTUSBCmdThr_pid’

rtmp_main.c:1548: error: expected ‘)’ before string constant

rtmp_main.c:1554: error: too many arguments to function ‘RTUSBHalt’

rtmp_main.c: In function ‘MlmeThread’:

rtmp_main.c:1565: warning: implicit declaration of function ‘daemonize’

rtmp_main.c:1566: error: ‘current’ undeclared (first use in this function)

rtmp_main.c:1568: warning: implicit declaration of function ‘complete’

rtmp_main.c:1576: warning: implicit declaration of function ‘down’

rtmp_main.c:1624: warning: implicit declaration of function ‘complete_and_exit’

rtmp_main.c: In function ‘RTUSBCmdThread’:

rtmp_main.c:1634: error: ‘current’ undeclared (first use in this function)

rtmp_main.c: At top level:

rtmp_main.c:1676: error: expected declaration specifiers or ‘...’ before ‘u32’

rtmp_main.c: In function ‘usb_rtusb_probe’:

rtmp_main.c:1679: error: ‘NULL’ undeclared (first use in this function)

rtmp_main.c:1682: error: ‘ENOMEM’ undeclared (first use in this function)

rtmp_main.c:1686: error: dereferencing pointer to incomplete type

rtmp_main.c:1687: error: dereferencing pointer to incomplete type

rtmp_main.c:1689: error: dereferencing pointer to incomplete type

rtmp_main.c:1689: error: dereferencing pointer to incomplete type

rtmp_main.c:1698: warning: implicit declaration of function ‘alloc_etherdev’

rtmp_main.c:1698: warning: assignment makes pointer from integer without a cast

rtmp_main.c:1703: error: ‘MOD_DEC_USE_COUNT’ undeclared (first use in this function)

rtmp_main.c:1704: warning: implicit declaration of function ‘usb_dec_dev_use’

rtmp_main.c:1708: error: dereferencing pointer to incomplete type

rtmp_main.c:1711: error: dereferencing pointer to incomplete type

rtmp_main.c:1713: warning: implicit declaration of function ‘SET_MODULE_OWNER’

rtmp_main.c:1714: warning: implicit declaration of function ‘ether_setup’

rtmp_main.c:1716: error: dereferencing pointer to incomplete type

rtmp_main.c:1717: error: dereferencing pointer to incomplete type

rtmp_main.c:1718: error: dereferencing pointer to incomplete type

rtmp_main.c:1719: error: dereferencing pointer to incomplete type

rtmp_main.c:1720: error: dereferencing pointer to incomplete type

rtmp_main.c:1725: error: dereferencing pointer to incomplete type

rtmp_main.c:1726: error: dereferencing pointer to incomplete type

rtmp_main.c:1727: error: dereferencing pointer to incomplete type

rtmp_main.c:1728: error: dereferencing pointer to incomplete type

rtmp_main.c:1729: error: dereferencing pointer to incomplete type

rtmp_main.c:1731: error: ‘struct _RTMP_ADAPTER’ has no member named ‘PortCfg’

rtmp_main.c:1735: error: ‘IFNAMSIZ’ undeclared (first use in this function)

rtmp_main.c:1737: error: dereferencing pointer to incomplete type

rtmp_main.c:1737: error: ‘interface’ undeclared (first use in this function)

rtmp_main.c:1743: warning: implicit declaration of function ‘sprintf’

rtmp_main.c:1743: warning: incompatible implicit declaration of built-in function ‘sprintf’

rtmp_main.c:1745: warning: implicit declaration of function ‘read_lock_bh’

rtmp_main.c:1745: error: ‘dev_base_lock’ undeclared (first use in this function)

rtmp_main.c:1746: error: ‘dev_base’ undeclared (first use in this function)

rtmp_main.c:1746: error: dereferencing pointer to incomplete type

rtmp_main.c:1748: warning: implicit declaration of function ‘strncmp’

rtmp_main.c:1748: error: dereferencing pointer to incomplete type

rtmp_main.c:1753: warning: implicit declaration of function ‘read_unlock_bh’

rtmp_main.c:1763: warning: incompatible implicit declaration of built-in function ‘sprintf’

rtmp_main.c:1763: error: dereferencing pointer to incomplete type

rtmp_main.c:1768: error: dereferencing pointer to incomplete type

rtmp_main.c:1768: error: dereferencing pointer to incomplete type

rtmp_main.c:1769: error: dereferencing pointer to incomplete type

rtmp_main.c:1771: error: ‘struct _RTMP_ADAPTER’ has no member named ‘BulkOutMaxPacketSize’

rtmp_main.c:1771: error: ‘u16’ undeclared (first use in this function)

rtmp_main.c:1771: error: expected ‘;’ before ‘ep’

rtmp_main.c:1735: warning: unused variable ‘slot_name’

rtmp_main.c:1780: warning: implicit declaration of function ‘register_netdev’

rtmp_main.c: In function ‘usb_rtusb_disconnect’:

rtmp_main.c:1801: warning: implicit declaration of function ‘tasklet_kill’

rtmp_main.c:1802: error: ‘struct _RTMP_ADAPTER’ has no member named ‘Flags’

rtmp_main.c:1804: warning: implicit declaration of function ‘udelay’

rtmp_main.c:1808: error: ‘NULL’ undeclared (first use in this function)

rtmp_main.c:1811: warning: implicit declaration of function ‘unregister_netdev’

rtmp_main.c:1816: error: ‘MOD_IN_USE’ undeclared (first use in this function)

rtmp_main.c:1817: error: ‘MOD_DEC_USE_COUNT’ undeclared (first use in this function)

rtmp_main.c: At top level:

rtmp_main.c:2194: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘usb_rtusb_init’

rtmp_main.c:2204: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘usb_rtusb_exit’

rtmp_main.c:2213: warning: data definition has no type or storage class

rtmp_main.c:2213: warning: type defaults to ‘int’ in declaration of ‘module_init’

rtmp_main.c:2213: warning: parameter names (without types) in function declaration

rtmp_main.c:2214: warning: data definition has no type or storage class

rtmp_main.c:2214: warning: type defaults to ‘int’ in declaration of ‘module_exit’

rtmp_main.c:2214: warning: parameter names (without types) in function declaration

make: *** [rtmp_main.o] Erreur 1

rv@rv-desktop:~/Desktop/RT73_Linux_STA_Drv1.0.3.6/Module$ sudo make install

install -m 755 -o 0 -g 0 -d /lib/modules/2.6.17-10-generic/extra

install -m 644 -o 0 -g 0 rt73.o /lib/modules/2.6.17-10-generic/extra

install: ne peut évaluer `rt73.o': Aucun fichier ou répertoire de ce type

make: *** [install] Erreur 1

rv@rv-desktop:~/Desktop/RT73_Linux_STA_Drv1.0.3.6/Module$ sudo modprobe RT73_Linux_STA_Drv1.0.3.6

FATAL: Module RT73_Linux_STA_Drv1.0.3.6 not found.

rv@rv-desktop:~/Desktop/RT73_Linux_STA_Drv1.0.3.6/Module$

pas simple tout ca.

s'il y a une forte tête dans les parage

Lien vers le commentaire
Partager sur d’autres sites

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

×
×
  • Créer...