Torna indietro   Hardware Upgrade Forum > Software > Linux, Unix, OS alternativi

Recensione Samsung Galaxy Z Fold7: un grande salto generazionale
Recensione Samsung Galaxy Z Fold7: un grande salto generazionale
Abbiamo provato per molti giorni il nuovo Z Fold7 di Samsung, un prodotto davvero interessante e costruito nei minimi dettagli. Rispetto al predecessore, cambiano parecchie cose, facendo un salto generazionale importante. Sarà lui il pieghevole di riferimento? Ecco la nostra recensione completa.
The Edge of Fate è Destiny 2.5. E questo è un problema
The Edge of Fate è Destiny 2.5. E questo è un problema
Bungie riesce a costruire una delle campagne più coinvolgenti della serie e introduce cambiamenti profondi al sistema di gioco, tra nuove stat e tier dell’equipaggiamento. Ma con risorse limitate e scelte discutibili, il vero salto evolutivo resta solo un’occasione mancata
Ryzen Threadripper 9980X e 9970X alla prova: AMD Zen 5 al massimo livello
Ryzen Threadripper 9980X e 9970X alla prova: AMD Zen 5 al massimo livello
AMD ha aggiornato l'offerta di CPU HEDT con i Ryzen Threadripper 9000 basati su architettura Zen 5. In questo articolo vediamo come si comportano i modelli con 64 e 32 core 9980X e 9970X. Venduti allo stesso prezzo dei predecessori e compatibili con il medesimo socket, le nuove proposte si candidano a essere ottimi compagni per chi è in cerca di potenza dei calcolo e tante linee PCI Express per workstation grafiche e destinate all'AI.
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 10-11-2006, 19:56   #1
Blaster_Maniac
Bannato
 
L'Avatar di Blaster_Maniac
 
Iscritto dal: Jan 2004
Messaggi: 2885
Aiutatemi. Distro per Vaio Core duo e Fastrate Usb

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
Blaster_Maniac è offline   Rispondi citando il messaggio o parte di esso
Old 10-11-2006, 20:00   #2
-Slash
Senior Member
 
L'Avatar di -Slash
 
Iscritto dal: Mar 2006
Messaggi: 2516
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.
-Slash è offline   Rispondi citando il messaggio o parte di esso
Old 10-11-2006, 20:01   #3
Dcromato
Senior Member
 
L'Avatar di Dcromato
 
Iscritto dal: Jan 2005
Città: TTT
Messaggi: 6560
Prova con Qilinux.
__________________
HP 630 core i3 linux inside Jolla phone user
Dcromato è offline   Rispondi citando il messaggio o parte di esso
Old 10-11-2006, 20:12   #4
Blaster_Maniac
Bannato
 
L'Avatar di Blaster_Maniac
 
Iscritto dal: Jan 2004
Messaggi: 2885
Quote:
Originariamente inviato da -Slash
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.
Blaster_Maniac è offline   Rispondi citando il messaggio o parte di esso
Old 10-11-2006, 20:21   #5
-Slash
Senior Member
 
L'Avatar di -Slash
 
Iscritto dal: Mar 2006
Messaggi: 2516
Quote:
Originariamente inviato da Blaster_Maniac
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
Codice:
2.6.17-10-generic
e nient'altro. puoi anche modificare il comando in modo che te lo faccia automaticamente e diventa cosi
Codice:
sudo ln -s /usr/src/$(uname -r) /usr/src/linux
-Slash è offline   Rispondi citando il messaggio o parte di esso
Old 10-11-2006, 20:46   #6
Blaster_Maniac
Bannato
 
L'Avatar di Blaster_Maniac
 
Iscritto dal: Jan 2004
Messaggi: 2885
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?

Ultima modifica di Blaster_Maniac : 10-11-2006 alle 20:53.
Blaster_Maniac è offline   Rispondi citando il messaggio o parte di esso
Old 10-11-2006, 21:28   #7
-Slash
Senior Member
 
L'Avatar di -Slash
 
Iscritto dal: Mar 2006
Messaggi: 2516
Quote:
Originariamente inviato da Blaster_Maniac
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?
prima di tutto posta l'errore. a naso credo ti manchino gli headers del kernel che sono necessari per la compilazione. in tal caso
Codice:
sudo apt-get install linux-headers-$(uname -r)
-Slash è offline   Rispondi citando il messaggio o parte di esso
Old 11-11-2006, 09:10   #8
Blaster_Maniac
Bannato
 
L'Avatar di Blaster_Maniac
 
Iscritto dal: Jan 2004
Messaggi: 2885
Quote:
Originariamente inviato da -Slash
prima di tutto posta l'errore. a naso credo ti manchino gli headers del kernel che sono necessari per la compilazione. in tal caso
Codice:
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.
Codice:
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.
Blaster_Maniac è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Recensione Samsung Galaxy Z Fold7: un grande salto generazionale Recensione Samsung Galaxy Z Fold7: un grande sal...
The Edge of Fate è Destiny 2.5. E questo è un problema The Edge of Fate è Destiny 2.5. E questo ...
Ryzen Threadripper 9980X e 9970X alla prova: AMD Zen 5 al massimo livello Ryzen Threadripper 9980X e 9970X alla prova: AMD...
Acer TravelMate P4 14: tanta sostanza per l'utente aziendale Acer TravelMate P4 14: tanta sostanza per l'uten...
Hisense M2 Pro: dove lo metti, sta. Mini proiettore laser 4K per il cinema ovunque Hisense M2 Pro: dove lo metti, sta. Mini proiett...
Amazon si inventa gli sconti al check-ou...
NVIDIA H20 torna in Cina? Non è d...
Addio fatica col tagliaerba: i robot sma...
Arm: ricavi di nuovo oltre il miliardo d...
Viaggi a 200 km/h sotto Nashville? Ecco ...
Gran ritorno con doppio sconto: 25,99€ p...
Huawei punta sull'accumulo energetico gr...
HyperOS 3 di Xiaomi: arriva con Android ...
Amazfit sempre più scontati: scen...
Norme e IA migliorano la postura di sicu...
Robot aspirapolvere Narwal ai minimi sto...
Incentivi per l'acquisto di auto elettri...
Radeon, stuttering con il ray tracing ne...
Kena Mobile finalmente ci siamo: eSIM in...
100.000 GPU NVIDIA in Norvegia: OpenAI a...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 12:45.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v