|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#21 | |
|
Senior Member
Iscritto dal: Sep 2003
Messaggi: 5402
|
Quote:
|
|
|
|
|
|
|
#22 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
p.s. ciao wubby |
|
|
|
|
|
|
#23 |
|
Senior Member
Iscritto dal: Sep 2003
Messaggi: 5402
|
insmod modulo e poi:
|
|
|
|
|
|
#24 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
|
|
|
|
|
|
|
#25 | |
|
Senior Member
Iscritto dal: Sep 2003
Messaggi: 5402
|
Quote:
|
|
|
|
|
|
|
#26 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
insmod: error inserting 'rt2500.ko': -1 Invalid module format ghiotto86:/home/ghiotto86/Desktop/totano/Module# |
|
|
|
|
|
|
#27 |
|
Senior Member
Iscritto dal: Sep 2003
Messaggi: 5402
|
Lascio la parola ai guru del kernel...
|
|
|
|
|
|
#28 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
ti volevo chiedere quali sono i sources del kernel amd64-k8; in apt trovo gli header , sono la stessa cosa??? |
|
|
|
|
|
|
#29 | |
|
Senior Member
Iscritto dal: Sep 2003
Messaggi: 5402
|
Quote:
Puoi installare il kernel-source-2.6.8 |
|
|
|
|
|
|
#30 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
cioè???? |
|
|
|
|
|
|
#31 | |
|
Senior Member
Iscritto dal: Sep 2003
Messaggi: 5402
|
Quote:
Codice:
wubby@amd64:~$ uname -a Linux amd64 2.6.8-9-amd64-k8 #1 Sat Dec 4 23:16:23 CET 2004 x86_64 GNU/Linux |
|
|
|
|
|
|
#32 | ||
|
Senior Member
Iscritto dal: Apr 2000
Città: Roma
Messaggi: 15625
|
Quote:
La parte "preoccupante" è questa: Quote:
Meglio che mi mandi i log completi; esegui questo: Codice:
make -C /lib/modules/`uname -r`/build M=`pwd` KBUILD_VERBOSE=1 clean modules >& log.txt nb il driver mi si compila correttamente con un 2.6.8.1 e la procedura che ti ho indicato, su x86 a 32 bit. Mi si carica anche, ma senza la scheda ovviamente non lo posso testare.
__________________
0: or %edi, %ecx; adc %eax, (%edx); popf; je 0b-22; pop %ebx; fadds 0x56(%ecx); lds 0x56(%ebx), %esp; mov %al, %al andeqs pc, r1, #147456; blpl 0xff8dd280; ldrgtb r4, [r6, #-472]; addgt r5, r8, r3, ror #12 Ultima modifica di ilsensine : 17-01-2005 alle 20:17. |
||
|
|
|
|
|
#33 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
Linux ghiotto86 2.6.10-9-amd64-k8 #1 Mon Jan 10 01:03:42 CET 2005 x86_64 GNU/Linux io non penso vadano bene i sources non a 64bit. quelli normali senza amd-64-k8 sono a 64bit??? |
|
|
|
|
|
|
#34 |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
ho scaricato n'altro driver.
guarda le istruzione or 2.6 series kernel: a. run 'cd STA/Module' questo a che serve non lo so 'cp ../2.6.x/Makefile .' b. $make -C /path/to/source SUBDIRS=$PWD modules Where /path/to/source is the path to the source directory for the (configured and built) target kernel. c. run '/sbin/insmod rt2500.ko' (as root) '/sbin/ifconfig ra0 inet YOUR_IP up' per mi da sto errore ghiotto86:/home/ghiotto86/Desktop/RT2500/STA/Module# make -C /usr/src/kernel-headers-2.6.10-9-amd64-k8/ SUBDIRS=$PWD modules make: Entering directory `/usr/src/kernel-headers-2.6.10-9-amd64-k8' /home/ghiotto86/Desktop/RT2500/STA/Module/Makefile:5: config.mk: No such file or directory make[1]: *** No rule to make target `config.mk'. Stop. make: *** [_module_/home/ghiotto86/Desktop/RT2500/STA/Module] Error 2 make: Leaving directory `/usr/src/kernel-headers-2.6.10-9-amd64-k8' ghiotto86:/home/ghiotto86/Desktop/RT2500/STA/Module# che cavolo significa st'errore |
|
|
|
|
|
#35 | |||
|
Senior Member
Iscritto dal: Apr 2000
Città: Roma
Messaggi: 15625
|
Quote:
Se lo apri, vedrai che è simile al Makefile che ti ho postato io. Quote:
Quote:
Dai prova, non è difficile
__________________
0: or %edi, %ecx; adc %eax, (%edx); popf; je 0b-22; pop %ebx; fadds 0x56(%ecx); lds 0x56(%ebx), %esp; mov %al, %al andeqs pc, r1, #147456; blpl 0xff8dd280; ldrgtb r4, [r6, #-472]; addgt r5, r8, r3, ror #12 |
|||
|
|
|
|
|
#36 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
ghiotto86:/home/ghiotto86/Desktop/totano/STA/Module# make -C /usr/src/kernel-headers-2.6.10-9 SUBDIRS=$PWD modules kernel-headers-2.6.10-9/ kernel-headers-2.6.10-9-amd64-k8/ ghiotto86:/home/ghiotto86/Desktop/totano/STA/Module# make -C /usr/src/kernel-headers-2.6.10-9 SUBDIRS=$PWD modules make: Entering directory `/usr/src/kernel-headers-2.6.10-9' CC [M] /home/ghiotto86/Desktop/totano/STA/Module/rtmp_main.o /home/ghiotto86/Desktop/totano/STA/Module/rtmp_main.c: In function `RT2500_probe': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_main.c:163: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_main.c:164: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_main.c: In function `RTMPIsr': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_main.c:465: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_main.c:466: warning: passing arg2 of `__writel' makes pointer from integer without a cast CC [M] /home/ghiotto86/Desktop/totano/STA/Module/mlme.o /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `MlmeHalt': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:460: warning: passing arg 2 of`__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `MlmePeriodicExec': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:619: warning: passing arg 1 of`__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `MlmeCheckChannelQuality': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:879: warning: passing arg 1 of`__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `MlmeSetPsmBit': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1298: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1303: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `MlmeSetTxPreamble': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1331: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1332: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1333: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1334: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `MlmeUpdateTxRates': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1454: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `MlmeRadioOff': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1548: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1550: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1552: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1556: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `MlmeRadioOn': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1567: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1570: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1572: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:1584: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicSwitchChannel': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2640: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2640: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2641: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2641: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2642: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2642: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2659: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2659: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2660: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2660: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2661: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2661: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2662: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2662: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2679: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2679: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2680: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2680: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2681: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2681: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2682: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2682: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2702: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2702: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2703: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2703: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2704: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2704: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2705: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2705: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2707: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2707: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2708: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2708: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2709: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2709: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2710: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2710: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2727: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2727: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2728: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2728: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2729: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2729: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2730: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2730: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2747: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2747: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2748: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2748: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2749: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2749: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2750: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2750: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicLockChannel': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2794: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2794: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2794: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2799: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2799: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2802: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicRfTuningExec': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2819: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2819: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2820: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2820: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2826: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2826: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicAdjustTxPower': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2909: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2909: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2909: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2965: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2965: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicSleepThenAutoWakeup': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:2996: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3003: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicForceSleep': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3027: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicForceWakeup': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3045: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3051: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicSetBssid': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3071: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3074: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicDisableSync': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3090: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicEnableBssSync': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3123: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3128: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3132: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3137: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3154: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicEnableIbssSync': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3178: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3182: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3186: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3199: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3206: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicLedPeriodicExec': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3227: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicSetRxAnt': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3266: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3281: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3282: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3282: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3283: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3283: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicEvaluateSecondaryRxAnt': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3308: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3322: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3323: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3323: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3324: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3324: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicRxAntEvalTimeout': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3364: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3377: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3378: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3378: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3379: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3379: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicSetSlotTime': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3414: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3419: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3421: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3423: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3431: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3437: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicAdjustUsec': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3459: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3472: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicBbpTuning': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3508: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3508: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3520: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3520: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3532: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3532: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3542: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3542: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3551: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3561: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3561: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3569: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3569: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c: In function `AsicRestoreBbpSensibility': /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3584: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/mlme.c:3584: warning: passing arg 2 of `__writel' makes pointer from integer without a cast CC [M] /home/ghiotto86/Desktop/totano/STA/Module/connect.o /home/ghiotto86/Desktop/totano/STA/Module/connect.c: In function `LinkUp': /home/ghiotto86/Desktop/totano/STA/Module/connect.c:862: warning: passing arg 2of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/connect.c: In function `LinkDown': /home/ghiotto86/Desktop/totano/STA/Module/connect.c:927: warning: passing arg 2of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/connect.c:931: warning: passing arg 2of `__writel' makes pointer from integer without a cast CC [M] /home/ghiotto86/Desktop/totano/STA/Module/sync.o /home/ghiotto86/Desktop/totano/STA/Module/sync.c: In function `PeerProbeReqAction': /home/ghiotto86/Desktop/totano/STA/Module/sync.c:951: warning: passing arg 1 of`__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/sync.c: In function `EnqueueBeaconFrame': /home/ghiotto86/Desktop/totano/STA/Module/sync.c:1289: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/sync.c:1290: warning: passing arg 1 of `__readl' makes pointer from integer without a cast CC [M] /home/ghiotto86/Desktop/totano/STA/Module/assoc.o CC [M] /home/ghiotto86/Desktop/totano/STA/Module/auth.o CC [M] /home/ghiotto86/Desktop/totano/STA/Module/auth_rsp.o CC [M] /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.o /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c: In function `RTMPHandleRxDoneInterrupt': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:115: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:577: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c: In function `RTMPHandleDecryptionDoneInterrupt': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:876: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:1145: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:1146: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:1281: warning: assignmentmakes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:1340: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:1341: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c: In function `RTMPHandleEncryptionDoneInterrupt': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:1418: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:1484: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c: In function `MlmeHardTransmit': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:1905: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c: In function `RTMPSendPacket': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:2007: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:2008: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c: In function `RTMPSendNullFrame': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:2436: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c: In function `RTMPHardEncrypt': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_data.c:3165: warning: passing arg 2 of `__writel' makes pointer from integer without a cast CC [M] /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.o /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c: In function `NICDisableInterrupt': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:563: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c: In function `NICEnableInterrupt': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:571: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c: In function `NICReadAdapterInfo': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:603: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:604: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c: In function `NICReadEEPROMParameters': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:651: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c: In function `NICInitAsicFromEEPROM': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:760: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:760: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:777: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:777: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:777: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:778: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:778: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:778: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:779: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:824: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:825: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:825: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:826: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:826: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:837: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:842: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:853: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:858: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:863: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:877: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:877: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:877: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:885: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:885: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c: In function `NICInitializeAdapter': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:919: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:923: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:927: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:931: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:935: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:940: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:944: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c: In function `NICInitializeAsic': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:967: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:971: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:972: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:977: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:977: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:977: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:984: warning: passing arg1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:984: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:994: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:999: warning: passing arg2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:1001: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:1003: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c: In function `NICIssueReset': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:1034: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:1037: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:1048: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:1049: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:1053: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:1054: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c: In function `NICResetFromError': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:1119: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:1121: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c: In function `PortCfgInit': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_init.c:2457: warning: passing arg 1 of `__readl' makes pointer from integer without a cast CC [M] /home/ghiotto86/Desktop/totano/STA/Module/sanity.o CC [M] /home/ghiotto86/Desktop/totano/STA/Module/rtmp_wep.o CC [M] /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.o /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c: In function `RTMPQueryInformation': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:1334: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c: In function `RTMPIoctlBBP': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3415: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3415: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3415: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3436: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3436: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3438: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3438: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3438: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3462: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3462: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3462: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c: In function `RTMPIoctlMAC': /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3560: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/rtmp_info.c:3628: warning: passing arg 2 of `__writel' makes pointer from integer without a cast CC [M] /home/ghiotto86/Desktop/totano/STA/Module/eeprom.o /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c: In function `RaiseClock': /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:32: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c: In function `LowerClock': /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:41: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c: In function `ShiftInBits': /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:51: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:60: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c: In function `ShiftOutBits': /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:80: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:89: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:98: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c: In function `EEpromCleanup': /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:106: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:109: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c: In function `EWEN': /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:121: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:124: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c: In function `EWDS': /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:143: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:146: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c: In function `RTMP_EEPROM_READ16': /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:168: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:171: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c: In function `RTMP_EEPROM_WRITE16': /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:201: warning: passing arg 1 of `__readl' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:204: warning: passing arg 2 of `__writel' makes pointer from integer without a cast /home/ghiotto86/Desktop/totano/STA/Module/eeprom.c:216: warning: passing arg 1 of `__readl' makes pointer from integer without a cast CC [M] /home/ghiotto86/Desktop/totano/STA/Module/rtmp_tkip.o CC [M] /home/ghiotto86/Desktop/totano/STA/Module/wpa.o /home/ghiotto86/Desktop/totano/STA/Module/wpa.c: In function `WpaHardEncrypt': /home/ghiotto86/Desktop/totano/STA/Module/wpa.c:1137: warning: passing arg 2 of`__writel' makes pointer from integer without a cast CC [M] /home/ghiotto86/Desktop/totano/STA/Module/md5.o LD [M] /home/ghiotto86/Desktop/totano/STA/Module/rt2500.o Building modules, stage 2. MODPOST CC /home/ghiotto86/Desktop/totano/STA/Module/rt2500.mod.o LD [M] /home/ghiotto86/Desktop/totano/STA/Module/rt2500.ko make: Leaving directory `/usr/src/kernel-headers-2.6.10-9' ghiotto86:/home/ghiotto86/Desktop/totano/STA/Module# e ora??? è andatto tutto bene???? |
|
|
|
|
|
|
#37 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Roma
Messaggi: 15625
|
Sì sembra andato tutto bene, puoi provare a caricare il modulo. Attento che sul loro sito ho letto di vari lockup del sistema con l'amd64.
__________________
0: or %edi, %ecx; adc %eax, (%edx); popf; je 0b-22; pop %ebx; fadds 0x56(%ecx); lds 0x56(%ebx), %esp; mov %al, %al andeqs pc, r1, #147456; blpl 0xff8dd280; ldrgtb r4, [r6, #-472]; addgt r5, r8, r3, ror #12 |
|
|
|
|
|
#38 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
e che significa e come si fa |
|
|
|
|
|
|
#39 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Roma
Messaggi: 15625
|
Dai, è scritto sulla documentazione
insmod rt2500.ko
__________________
0: or %edi, %ecx; adc %eax, (%edx); popf; je 0b-22; pop %ebx; fadds 0x56(%ecx); lds 0x56(%ebx), %esp; mov %al, %al andeqs pc, r1, #147456; blpl 0xff8dd280; ldrgtb r4, [r6, #-472]; addgt r5, r8, r3, ror #12 |
|
|
|
|
|
#40 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
insmod: error inserting 'rt2500.ko': -1 Invalid module format ghiotto86:/home/ghiotto86/Desktop/totano/STA/Module# why?? |
|
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 15:08.



















