View Full Version : Aiutatemi. Distro per Vaio Core duo e Fastrate Usb
Blaster_Maniac
10-11-2006, 19:56
Ho provato fino a poco fa a far partire il modem con ubuntu 6.10
Purtroppo il kernel mi da, nei dati della versione, 2.6.17-10 eccetera e poi i686
E che cazz, i driver e in generale il procedimento che ho preso sul sito della comunita italiana di Ubuntu, non funziona perche e per i386.
Voi direte, e cambia modem, no voglio provare a farlo andare. Dato che sono nuovo di Linux cosi mi ambiento risolvendo un po qualche problemuccio non troppo impegnativo.
Quindi, c'e una distro che vada con quest modem e anche con il portatile su cui lo uso?
E un vaio vgnsz1. La cpu e un centrino core duo 1.83ghz
Aiutatemi please :help:
i386 in genere indica tutti i processori a 32 bit modello intel, quindi quella guida va bene anche per il tuo processore.
ps: hai lo stesso processore mio. guarda che comunque per sfruttare il doppio core del nostro processore devi avere installato il kernel -generic ed il pacchetto linux-686-smp altrimenti ne sfrutti solo uno.
Dcromato
10-11-2006, 20:01
Prova con Qilinux.
Blaster_Maniac
10-11-2006, 20:12
i386 in genere indica tutti i processori a 32 bit modello intel, quindi quella guida va bene anche per il tuo processore.
ps: hai lo stesso processore mio. guarda che comunque per sfruttare il doppio core del nostro processore devi avere installato il kernel -generic ed il pacchetto linux-686-smp altrimenti ne sfrutti solo uno.
Si si infatto quanto faccio uname -r mi viene scritto anche generic #2 SMP i686
Va bene?
Perche seguendo la guida, quando vado a compilare mi saltano fuori un casino di errori.
Se posso farlo andare con ubuntu e meglio perche e gia installato.Volevo provare a risolvere stasera.
C'e un passaggio della guida che non ho capito, ed e quando dice che bisogna creare un collegamento
sudo ln -s /usr/src/(uname -r) /usr/src/linux
Non so cosa fare qua. Se faccio uname mi viene fuori 2.6.17-10 #2 SMP i686 qualcosa del genere.
Potrebbe essere che mi da errore perche non faccio questo collegamento? Non ho idea di cosa sia.
Si si infatto quanto faccio uname -r mi viene scritto anche generic #2 SMP i686
Va bene?
Perche seguendo la guida, quando vado a compilare mi saltano fuori un casino di errori.
Se posso farlo andare con ubuntu e meglio perche e gia installato.Volevo provare a risolvere stasera.
C'e un passaggio della guida che non ho capito, ed e quando dice che bisogna creare un collegamento
sudo ln -s /usr/src/(uname -r) /usr/src/linux
Non so cosa fare qua. Se faccio uname mi viene fuori 2.6.17-10 #2 SMP i686 qualcosa del genere.
Potrebbe essere che mi da errore perche non faccio questo collegamento? Non ho idea di cosa sia.
allora è perfettamente configurato il processore. uname -r dovrebbe darti come risultato solo
2.6.17-10-generic
e nient'altro. puoi anche modificare il comando in modo che te lo faccia automaticamente e diventa cosi
sudo ln -s /usr/src/$(uname -r) /usr/src/linux
Blaster_Maniac
10-11-2006, 20:46
Ho provato impostandolo in automatico e ok.
Ma quando vado a compilare il driver mi da uno scatafascio di errori.
make clean
e va a modo
make modules CC=/usr/bin/gcc-3.4
Una sfilza di errori vengono fuori.
Ma perche? :muro:
Ho provato impostandolo in automatico e ok.
Ma quando vado a compilare il driver mi da uno scatafascio di errori.
make clean
e va a modo
make modules CC=/usr/bin/gcc-3.4
Una sfilza di errori vengono fuori.
Ma perche? :muro:
prima di tutto posta l'errore. a naso credo ti manchino gli headers del kernel che sono necessari per la compilazione. in tal caso
sudo apt-get install linux-headers-$(uname -r)
Blaster_Maniac
11-11-2006, 09:10
prima di tutto posta l'errore. a naso credo ti manchino gli headers del kernel che sono necessari per la compilazione. in tal caso
sudo apt-get install linux-headers-$(uname -r)
Ho provato anche con questo comando ma niente. Gli errori rimangono(fra l'altro con sudo apt-get install linux-headers-$(uname -r) fa una operazione e mi dice che sono gia presenti.
Ecco qua gli errori che vengono fuori quando compila il driver.
math_private.h:160: error: parse error before "__P"
math_private.h:161: error: parse error before "__P"
math_private.h:162: error: parse error before "__P"
math_private.h:165: error: parse error before "__P"
math_private.h:166: error: parse error before "__P"
math_private.h:167: error: parse error before "__P"
math_private.h:168: error: parse error before "__P"
math_private.h:169: error: parse error before "__P"
math_private.h:170: error: parse error before "__P"
math_private.h:171: error: parse error before "__P"
math_private.h:172: error: parse error before "__P"
math_private.h:173: error: parse error before "__P"
math_private.h:174: error: parse error before "__P"
math_private.h:175: error: parse error before "__P"
e_powf.c: In function `powf':
e_powf.c:72: error: `int32_t' undeclared (first use in this function)
e_powf.c:72: error: (Each undeclared identifier is reported only once
e_powf.c:72: error: for each function it appears in.)
e_powf.c:72: error: parse error before "i"
e_powf.c:76: error: `hx' undeclared (first use in this function)
e_powf.c:77: error: `hy' undeclared (first use in this function)
e_powf.c:78: error: `ix' undeclared (first use in this function)
e_powf.c:78: error: `iy' undeclared (first use in this function)
e_powf.c:86: warning: implicit declaration of function `isinf'
e_powf.c:98: error: `yisint' undeclared (first use in this function)
e_powf.c:102: error: `k' undeclared (first use in this function)
e_powf.c:103: error: `j' undeclared (first use in this function)
e_powf.c:123: warning: implicit declaration of function `sqrtf'
e_powf.c:126: warning: implicit declaration of function `fabsf'
e_powf.c:141: error: `u_int32_t' undeclared (first use in this function)
e_powf.c:141: error: parse error before "hx"
e_powf.c:155: error: `is' undeclared (first use in this function)
e_powf.c:160: error: `n' undeclared (first use in this function)
e_powf.c:212: error: parse error before "hx"
e_powf.c:229: error: parse error before "j"
e_powf.c:229: error: parse error before ')' token
e_powf.c: At top level:
e_powf.c:235: warning: type defaults to `int' in declaration of `i'
e_powf.c:235: error: `j' undeclared here (not in a function)
e_powf.c:235: warning: data definition has no type or storage class
e_powf.c:236: warning: type defaults to `int' in declaration of `k'
e_powf.c:236: error: initializer element is not constant
e_powf.c:236: warning: data definition has no type or storage class
e_powf.c:237: warning: type defaults to `int' in declaration of `n'
e_powf.c:237: warning: data definition has no type or storage class
e_powf.c:238: error: parse error before "if"
e_powf.c:240: warning: type defaults to `int' in declaration of `k'
e_powf.c:240: error: redefinition of 'k'
e_powf.c:236: error: previous definition of 'k' was here
e_powf.c:240: error: initializer element is not constant
e_powf.c:240: warning: data definition has no type or storage class
e_powf.c:241: error: parse error before "do"
e_powf.c:241: warning: type defaults to `int' in declaration of `t'
e_powf.c:241: error: `sf_u' undeclared here (not in a function)
e_powf.c:241: warning: data definition has no type or storage class
e_powf.c:241: error: parse error before '}' token
e_powf.c:242: warning: type defaults to `int' in declaration of `n'
e_powf.c:242: error: redefinition of 'n'
e_powf.c:237: error: previous definition of 'n' was here
e_powf.c:242: error: initializer element is not constant
e_powf.c:242: warning: data definition has no type or storage class
e_powf.c:243: error: parse error before "if"
e_powf.c:246: warning: type defaults to `int' in declaration of `t'
e_powf.c:246: error: redefinition of 't'
e_powf.c:241: error: previous definition of 't' was here
e_powf.c:246: error: `p_l' undeclared here (not in a function)
e_powf.c:246: error: `p_h' undeclared here (not in a function)
e_powf.c:246: warning: data definition has no type or storage class
e_powf.c:247: error: parse error before "do"
e_powf.c:247: warning: type defaults to `int' in declaration of `is'
e_powf.c:247: error: `gf_u' undeclared here (not in a function)
e_powf.c:247: warning: data definition has no type or storage class
e_powf.c:247: error: parse error before '}' token
e_powf.c:248: warning: type defaults to `int' in declaration of `t'
e_powf.c:248: error: redefinition of 't'
e_powf.c:246: error: previous definition of 't' was here
e_powf.c:248: error: redefinition of 't'
e_powf.c:246: error: previous definition of 't' was here
e_powf.c:248: warning: data definition has no type or storage class
e_powf.c:248: error: parse error before '}' token
e_powf.c:249: warning: type defaults to `int' in declaration of `u'
e_powf.c:249: error: initializer element is not constant
e_powf.c:249: warning: data definition has no type or storage class
e_powf.c:250: warning: type defaults to `int' in declaration of `v'
e_powf.c:250: warning: data definition has no type or storage class
e_powf.c:251: warning: type defaults to `int' in declaration of `z'
e_powf.c:251: error: initializer element is not constant
e_powf.c:251: warning: data definition has no type or storage class
e_powf.c:252: warning: type defaults to `int' in declaration of `w'
e_powf.c:252: error: initializer element is not constant
e_powf.c:252: warning: data definition has no type or storage class
e_powf.c:253: warning: type defaults to `int' in declaration of `t'
e_powf.c:253: error: redefinition of 't'
e_powf.c:248: error: previous definition of 't' was here
e_powf.c:253: error: redefinition of 't'
e_powf.c:246: error: previous definition of 't' was here
e_powf.c:253: error: initializer element is not constant
e_powf.c:253: warning: data definition has no type or storage class
e_powf.c:254: warning: type defaults to `int' in declaration of `t1'
e_powf.c:254: error: initializer element is not constant
e_powf.c:254: warning: data definition has no type or storage class
e_powf.c:255: warning: type defaults to `int' in declaration of `r'
e_powf.c:255: error: initializer element is not constant
e_powf.c:255: warning: data definition has no type or storage class
e_powf.c:256: warning: type defaults to `int' in declaration of `z'
e_powf.c:256: error: redefinition of 'z'
e_powf.c:251: error: previous definition of 'z' was here
e_powf.c:256: error: initializer element is not constant
e_powf.c:256: warning: data definition has no type or storage class
e_powf.c:257: error: parse error before "do"
e_powf.c:257: warning: type defaults to `int' in declaration of `j'
e_powf.c:257: warning: data definition has no type or storage class
e_powf.c:257: error: parse error before '}' token
e_powf.c:260: warning: type defaults to `int' in declaration of `z'
e_powf.c:260: error: redefinition of 'z'
e_powf.c:256: error: previous definition of 'z' was here
e_powf.c:260: error: redefinition of 'z'
e_powf.c:256: error: previous definition of 'z' was here
e_powf.c:260: warning: data definition has no type or storage class
e_powf.c:260: error: parse error before '}' token
make[1]: *** [e_powf.o] Error 1
make[1]: Leaving directory `/home/zuppa/Pacchettimodem/Drivermodem/unicorn/libm'
make[1]: Entering directory `/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci'
make CC=/usr/bin/gcc-3.4 -C /usr/src/linux SUBDIRS=/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.17-10-generic'
CC [M] /home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.o
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2160: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2160: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2160: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2160: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2162: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2162: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2162: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2162: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2163: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2163: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2163: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2163: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2165: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2165: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2165: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2165: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2166: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2166: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2166: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2166: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2168: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2168: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2168: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2168: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2170: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2170: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2170: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2170: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2171: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2171: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2171: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2171: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2172: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2172: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2172: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2172: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2173: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2173: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2173: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2173: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2174: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2174: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2174: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2174: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2175: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2175: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2175: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2175: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2176: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2176: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2176: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2176: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2177: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2177: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2177: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2177: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2178: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2178: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2178: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2178: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2181: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2181: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2181: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2181: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2186: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2186: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2186: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2186: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2191: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2191: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2191: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.c:2191: warning: data definition has no type or storage class
make[3]: *** [/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci/unicorn_pcidrv.o] Error 1
make[2]: *** [_module_/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.17-10-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_pci'
make[1]: Entering directory `/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb'
make CC=/usr/bin/gcc-3.4 -C /usr/src/linux SUBDIRS=/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.17-10-generic'
CC [M] /home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.o
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2292: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2292: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2292: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2292: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2294: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2294: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2294: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2294: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2295: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2295: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2295: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2295: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2297: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2297: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2297: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2297: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2298: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2298: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2298: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2298: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2299: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2299: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2299: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2299: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2300: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2300: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2300: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2300: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2301: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2301: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2301: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2301: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2302: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2302: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2302: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2302: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2303: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2303: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2303: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2303: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2304: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2304: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2304: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2304: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2305: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2305: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2305: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2305: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2306: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2306: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2306: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2306: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2307: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2307: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2307: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2307: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2308: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2308: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2308: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2308: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2309: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2309: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2309: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2309: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2311: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2311: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2311: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2311: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2313: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2313: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2313: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2313: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2314: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2314: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2314: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2314: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2315: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2315: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2315: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2315: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2317: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2317: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2317: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2317: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2318: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2318: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2318: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2318: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2320: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2320: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2320: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2320: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2321: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2321: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2321: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2321: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2324: error: parse error before string constant
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2324: warning: type defaults to `int' in declaration of `MODULE_PARM'
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2324: warning: function declaration isn't a prototype
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:2324: warning: data definition has no type or storage class
/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.c:118: warning: 'dump_urb' defined but not used
make[3]: *** [/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb/unicorn_usbdrv.o] Error 1
make[2]: *** [_module_/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.17-10-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/zuppa/Pacchettimodem/Drivermodem/unicorn/unicorn_usb'
make: *** [modules] Error 2
zuppa@zuppa-laptop:~/Pacchettimodem/Drivermodem/unicorn$
Prima mi sposto nella cartella unicorn, poi do il comando make clean. E tutto o come da guida. Poi do il secondo comando per compilare e viene fuori il casino di sopra. :mc:
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.