Autore Topic: Installare Il Catweasel Mk4 Su Linux  (Letto 7790 volte)

jacks

  • Utente
  • **
  • Post: 449
  • Gioco Preferito: Green beret
Installare Il Catweasel Mk4 Su Linux
« Risposta #15 il: 02 Ottobre 2005, 12:54:03 »
 se gli do apt get-install kernel-headers mi viene :
debian:/home/giacomo# apt-get install kernel-headers
Reading Package Lists... Done
Building Dependency Tree... Done
Package kernel-headers is a virtual package provided by:
  kernel-headers-2.6.8-2 2.6.8-16
  kernel-headers-2.6.8-2-386 2.6.8-16
  kernel-headers-2.4.27-2-k7-smp 2.4.27-10
  kernel-headers-2.4.27-2-k7 2.4.27-10
  kernel-headers-2.4.27-2-k6 2.4.27-10
  kernel-headers-2.4.27-2-686-smp 2.4.27-10
  kernel-headers-2.4.27-2-686 2.4.27-10
  kernel-headers-2.4.27-2-586tsc 2.4.27-10
  kernel-headers-2.4.27-2 2.4.27-10
  kernel-headers-2.4.27-2-386 2.4.27-10
You should explicitly select one to install.
E: Package kernel-headers has no installation candidate

e se provo ad aggiungerci la versione, mi da error "Couldn't find package kernel-headers (versione messa)"
 
se devi vivere tutta la vita strisciando come un verme, alzati e muori !! (Jim Morrison)

eregil

  • Administrator
  • Utente
  • *****
  • Post: 706
  • Gioco Preferito: Impossible Mission
Installare Il Catweasel Mk4 Su Linux
« Risposta #16 il: 02 Ottobre 2005, 16:26:53 »
 Se copincolli correttamente il nome del pacchetto questo non deve accadere. Che kernel hai installato (devi installare il kernel-headers appropriato ovviamente) e qual è il comando esatto che dài per cercare di installare kernel-headers-quellocheè?

(mi metto lo scrupolo di chiedere) hai fatto apt-get update?

caso mai prova con synaptic :D
Non rispondo a richieste private, di qualunque genere esse siano.
Per domande tecniche leggete le FAQ e usate l'apposito forum.
Per questioni amministrative contattate lo staff tramite il form Contatti sul sito.

ice00

  • Utente
  • **
  • Post: 469
    • http://digilander.iol.it/ice00
Installare Il Catweasel Mk4 Su Linux
« Risposta #17 il: 02 Ottobre 2005, 18:23:17 »
 Da quello che avevo capito dall'errore dovresti avere un K7 come processore, per cui:

http://packages.debian.org/stable/devel/ke...ders-2.6.8-2-k7

questo dovrebbe essere il pacchetto associato.
Però apt-get dovrebbe scaricartelo

jacks

  • Utente
  • **
  • Post: 449
  • Gioco Preferito: Green beret
Installare Il Catweasel Mk4 Su Linux
« Risposta #18 il: 02 Ottobre 2005, 20:13:18 »
Citazione da: eregil
e qual è il comando esatto che dài per cercare di installare kernel-headers-quellocheè?

li davo "apt-get install kernel-headers" con il nome della versione esattamente copiato (facevo il copia e incolla) e mi dava l'errore che il pacchetto non esisteva, e in fatti era una cosa molto strana.
l'apt-get update l'avevo fatto.
Citazione da: ice00
a quello che avevo capito dall'errore dovresti avere un K7 come processore

si ho un processore k-7 (amd athlon xp).

ora la directory di build me la trova, ma ci sono moltissimi errori di compilazione.



Codice: [Seleziona]
debian:/home/giacomo/Desktop/hardsid# make
make -C /lib/modules/2.6.8-2-k7/build SUBDIRS=/home/giacomo/Desktop/hardsid modules
make[1]: Entering directory `/usr/src/kernel-headers-2.6.8-2-k7'
  CC [M]  /home/giacomo/Desktop/hardsid/hardsid.o
/home/giacomo/Desktop/hardsid/hardsid.c:473: error: syntax error before "sid_type"
/home/giacomo/Desktop/hardsid/hardsid.c:473: warning: no semicolon at end of struct or union
/home/giacomo/Desktop/hardsid/hardsid.c:474: warning: type defaults to `int' in declaration of `card'
/home/giacomo/Desktop/hardsid/hardsid.c:474: warning: data definition has no type or storage class
/home/giacomo/Desktop/hardsid/hardsid.c:509: error: syntax error before '}' token
/home/giacomo/Desktop/hardsid/hardsid.c:509: warning: type defaults to `int' in declaration of `sid_d'
/home/giacomo/Desktop/hardsid/hardsid.c:509: warning: data definition has no type or storage class
/home/giacomo/Desktop/hardsid/hardsid.c:519: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:519: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c:529: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:529: warning: type defaults to `int' in declaration of `sid_data'
/home/giacomo/Desktop/hardsid/hardsid.c:529: warning: data definition has no type or storage class
/home/giacomo/Desktop/hardsid/hardsid.c:536: error: syntax error before "sid_setup"
/home/giacomo/Desktop/hardsid/hardsid.c:536: warning: type defaults to `int' in declaration of `sid_setup'
/home/giacomo/Desktop/hardsid/hardsid.c:536: warning: data definition has no type or storage class
/home/giacomo/Desktop/hardsid/hardsid.c: In function `m_fifo_in':
/home/giacomo/Desktop/hardsid/hardsid.c:545: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c:546: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c:546: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c:547: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c:548: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c:549: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c: In function `m_fifo_out':
/home/giacomo/Desktop/hardsid/hardsid.c:555: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c:558: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c:559: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c:559: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c:560: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c:561: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c:562: error: dereferencing pointer to incomplete type
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:568: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:570: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_poke_isa_slowaccess':
/home/giacomo/Desktop/hardsid/hardsid.c:571: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:571: error: (Each undeclared identifier is reported only once
/home/giacomo/Desktop/hardsid/hardsid.c:571: error: for each function it appears in.)
/home/giacomo/Desktop/hardsid/hardsid.c:572: error: `value' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:573: error: `reg' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:576: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:578: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_poke_isa':
/home/giacomo/Desktop/hardsid/hardsid.c:579: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:579: error: `reg' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:579: error: `value' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:582: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:584: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_poke_cwmk3':
/home/giacomo/Desktop/hardsid/hardsid.c:585: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:586: error: `value' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:587: error: `reg' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:590: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:592: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_poke_pci':
/home/giacomo/Desktop/hardsid/hardsid.c:593: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:593: error: `reg' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:593: error: `value' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:597: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:598: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_peek_isa':
/home/giacomo/Desktop/hardsid/hardsid.c:599: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:600: error: `reg' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:605: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:606: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_peek_cwmk3':
/home/giacomo/Desktop/hardsid/hardsid.c:607: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:608: error: `reg' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:614: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:615: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_peek_pci':
/home/giacomo/Desktop/hardsid/hardsid.c:616: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:618: error: `reg' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:628: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:629: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_delay_pr':
/home/giacomo/Desktop/hardsid/hardsid.c:630: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:630: error: `SID_CARD_CWMK4' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:632: error: `delay' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:665: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:666: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_delay':
/home/giacomo/Desktop/hardsid/hardsid.c:667: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:667: error: `SID_CARD_CWMK4' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:672: error: `delay' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:726: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:727: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_reset':
/home/giacomo/Desktop/hardsid/hardsid.c:732: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:736: error: `vol' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_thread':
/home/giacomo/Desktop/hardsid/hardsid.c:743: error: `sids' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:743: error: syntax error before ')' token
/home/giacomo/Desktop/hardsid/hardsid.c:744: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:746: warning: unused variable `clocks'
/home/giacomo/Desktop/hardsid/hardsid.c:747: warning: unused variable `tv'
/home/giacomo/Desktop/hardsid/hardsid.c:748: warning: unused variable `delayed'
/home/giacomo/Desktop/hardsid/hardsid.c:749: warning: unused variable `next'
/home/giacomo/Desktop/hardsid/hardsid.c:749: warning: unused variable `nextTime'
/home/giacomo/Desktop/hardsid/hardsid.c:749: warning: unused variable `wait'
/home/giacomo/Desktop/hardsid/hardsid.c:749: warning: unused variable `i'
/home/giacomo/Desktop/hardsid/hardsid.c:751: warning: unused variable `counter'
/home/giacomo/Desktop/hardsid/hardsid.c:752: warning: unused variable `fstate'
/home/giacomo/Desktop/hardsid/hardsid.c:753: warning: unused variable `ffeedback'
/home/giacomo/Desktop/hardsid/hardsid.c:754: warning: unused variable `fmdelay'
/home/giacomo/Desktop/hardsid/hardsid.c:755: warning: unused variable `id'
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:1074: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:1075: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_write_pr':
/home/giacomo/Desktop/hardsid/hardsid.c:1076: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1076: error: `SID_CARD_CWMK4' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1078: error: `cmd' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_write':
/home/giacomo/Desktop/hardsid/hardsid.c:1116: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:1165: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:1166: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_read_pr':
/home/giacomo/Desktop/hardsid/hardsid.c:1169: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1175: error: `cmd' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1193: error: `SID_CARD_CWMK4' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_read':
/home/giacomo/Desktop/hardsid/hardsid.c:1207: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_ioctl':
/home/giacomo/Desktop/hardsid/hardsid.c:1233: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1287: error: `HSID_IOCTL_CARDTYPE_DEPRECIATED' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1324: error: `HSID_IOCTL_DEVICES' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1327: error: `HSID_IOCTL_RELEASE' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1330: error: `HSID_IOCTL_ALLOCATED' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_open':
/home/giacomo/Desktop/hardsid/hardsid.c:1351: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1359: error: request for member `status' in something not a structure or union
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_release_pr':
/home/giacomo/Desktop/hardsid/hardsid.c:1430: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1451: error: `SID_CARD_QUATTRO' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1452: error: `SID_CARD_PCI_QUATTRO' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:1531: error: syntax error before "hsid_detect"
/home/giacomo/Desktop/hardsid/hardsid.c:1531: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:1532: warning: return type defaults to `int'
/home/giacomo/Desktop/hardsid/hardsid.c:1532: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_detect':
/home/giacomo/Desktop/hardsid/hardsid.c:1536: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1560: error: `SID_NONE' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1582: error: `SID_6581' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1584: error: `SID_8580' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:1587: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:1588: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_detect_chips':
/home/giacomo/Desktop/hardsid/hardsid.c:1590: error: `newsid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1591: error: `chips' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1593: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1595: error: `SID_NONE' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1598: error: `SID_6581' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:1620: error: syntax error before '*' token
/home/giacomo/Desktop/hardsid/hardsid.c:1621: warning: function declaration isn't a prototype
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_probe_isa':
/home/giacomo/Desktop/hardsid/hardsid.c:1626: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1658: error: `SID_CARD_NONE' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1675: error: `SID_CARD_QUATTRO' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1676: error: `SID_CARD_HARDSID' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_probe_pci':
/home/giacomo/Desktop/hardsid/hardsid.c:1683: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1686: error: `sid_card_type' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1686: error: syntax error before "card"
/home/giacomo/Desktop/hardsid/hardsid.c:1693: error: `SID_CARD_PCI_HARDSID' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1696: error: `SID_CARD_PCI_QUATTRO' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_probe_cmk3':
/home/giacomo/Desktop/hardsid/hardsid.c:1754: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1759: error: `SID_CARD_CWMK3' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_interrupt':
/home/giacomo/Desktop/hardsid/hardsid.c:1802: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1802: error: syntax error before ')' token
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_probe_cmk4':
/home/giacomo/Desktop/hardsid/hardsid.c:1840: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:1850: error: `SID_CARD_CWMK4' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_notify':
/home/giacomo/Desktop/hardsid/hardsid.c:2048: error: request for member `pcidev' in something not a structure or union
/home/giacomo/Desktop/hardsid/hardsid.c:2050: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:2051: error: `SID_CARD_CWMK4' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_init':
/home/giacomo/Desktop/hardsid/hardsid.c:2080: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:2138: error: `SID_CARD_HARDSID' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:2142: error: `SID_CARD_QUATTRO' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_exit':
/home/giacomo/Desktop/hardsid/hardsid.c:2189: error: request for member `pcidev' in something not a structure or union
/home/giacomo/Desktop/hardsid/hardsid.c:2191: error: request for member `card' in something not a structure or union
/home/giacomo/Desktop/hardsid/hardsid.c:2193: error: `SID_CARD_CWMK4' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:2194: error: request for member `pcidev' in something not a structure or union
/home/giacomo/Desktop/hardsid/hardsid.c:2196: error: request for member `port' in something not a structure or union
/home/giacomo/Desktop/hardsid/hardsid.c:2197: error: `SID_CARD_CWMK3' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:2198: error: request for member `port' in something not a structure or union
/home/giacomo/Desktop/hardsid/hardsid.c:2200: error: `SID_CARD_PCI_HARDSID' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:2201: error: `SID_CARD_PCI_QUATTRO' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:2202: error: request for member `pcidev' in something not a structure or union
/home/giacomo/Desktop/hardsid/hardsid.c:2207: error: request for member `pcidev' in something not a structure or union
/home/giacomo/Desktop/hardsid/hardsid.c: In function `hsid_proc_output':
/home/giacomo/Desktop/hardsid/hardsid.c:2229: error: `sid' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c:2264: error: `SID_6581' undeclared (first use in this function)
/home/giacomo/Desktop/hardsid/hardsid.c: At top level:
/home/giacomo/Desktop/hardsid/hardsid.c:626: warning: `fcounter' defined but not used
make[2]: *** [/home/giacomo/Desktop/hardsid/hardsid.o] Error 1
make[1]: *** [_module_/home/giacomo/Desktop/hardsid] Error 2
make[1]: Leaving directory `/usr/src/kernel-headers-2.6.8-2-k7'
make: *** [kmod_build] Error 2

se è venuto un post troppo lungo che da noia, diitemelo pure che tanto ho fatto un file con gli errori, e se potete e volete, ve lo spedisco, che c capite più di me  :D .
« Ultima modifica: 21 Febbraio 2015, 18:42:57 da eregil »
se devi vivere tutta la vita strisciando come un verme, alzati e muori !! (Jim Morrison)

ice00

  • Utente
  • **
  • Post: 469
    • http://digilander.iol.it/ice00
Installare Il Catweasel Mk4 Su Linux
« Risposta #19 il: 03 Ottobre 2005, 20:18:06 »
 Così ad occhio potrei pensare che hardsid.h che stai usando (penso quello della versione 0.16) sia variato rispetto a quellache necessita.

Se mi mandi l'indirizzo email ti mando quello che compilo io, ma lo potro fare solo domani sera

jacks

  • Utente
  • **
  • Post: 449
  • Gioco Preferito: Green beret
Installare Il Catweasel Mk4 Su Linux
« Risposta #20 il: 03 Ottobre 2005, 20:34:21 »
 ti ho spedito in mp il mio indirizzo e-mail.

 :ciauz:  
se devi vivere tutta la vita strisciando come un verme, alzati e muori !! (Jim Morrison)

jacks

  • Utente
  • **
  • Post: 449
  • Gioco Preferito: Green beret
Installare Il Catweasel Mk4 Su Linux
« Risposta #21 il: 05 Ottobre 2005, 14:13:24 »
 ancora niente.
col make mi vengono i seguenti erori :

Codice: [Seleziona]
make -C /lib/modules/2.6.8-2-k7/build SUBDIRS=/home/giacomo/Desktop/exp1 modules
  CC [M]  /home/giacomo/Desktop/exp1/hardsid.o
/home/giacomo/Desktop/exp1/hardsid.c: In function `hsid_thread':
/home/giacomo/Desktop/exp1/hardsid.c:746: warning: unused variable `clocks'
/home/giacomo/Desktop/exp1/hardsid.c:747: warning: unused variable `tv'
/home/giacomo/Desktop/exp1/hardsid.c:748: warning: unused variable `delayed'
/home/giacomo/Desktop/exp1/hardsid.c:749: warning: unused variable `next'
/home/giacomo/Desktop/exp1/hardsid.c:749: warning: unused variable `nextTime'
/home/giacomo/Desktop/exp1/hardsid.c:749: warning: unused variable `wait'
/home/giacomo/Desktop/exp1/hardsid.c:749: warning: unused variable `i'
/home/giacomo/Desktop/exp1/hardsid.c:751: warning: unused variable `counter'
/home/giacomo/Desktop/exp1/hardsid.c:752: warning: unused variable `fstate'
/home/giacomo/Desktop/exp1/hardsid.c:753: warning: unused variable `ffeedback'
/home/giacomo/Desktop/exp1/hardsid.c:754: warning: unused variable `fmdelay'
/home/giacomo/Desktop/exp1/hardsid.c:755: warning: unused variable `id'
/home/giacomo/Desktop/exp1/hardsid.c: At top level:
/home/giacomo/Desktop/exp1/hardsid.c:626: warning: `fcounter' defined but not used
  Building modules, stage 2.
  MODPOST
  CC      /home/giacomo/Desktop/exp1/hardsid.mod.o
  LD [M]  /home/giacomo/Desktop/exp1/hardsid.ko
se devi vivere tutta la vita strisciando come un verme, alzati e muori !! (Jim Morrison)

ice00

  • Utente
  • **
  • Post: 469
    • http://digilander.iol.it/ice00
Installare Il Catweasel Mk4 Su Linux
« Risposta #22 il: 05 Ottobre 2005, 20:06:44 »
 no, sono warning, dovresti avere tutto compilato.
Fai make install da root per installare il tutto (penso basti questo, il servizio dovrebbe partire poi in automatico al reboot da solo, almeno sulla fedora è così)

jacks

  • Utente
  • **
  • Post: 449
  • Gioco Preferito: Green beret
Installare Il Catweasel Mk4 Su Linux
« Risposta #23 il: 05 Ottobre 2005, 21:34:35 »
 ancora niente, il computer non ne vuole proprio sapere di installare i driver

Codice: [Seleziona]
debian:/home/giacomo/Desktop/exp1# make install
make -C /lib/modules/2.6.8-2-k7/build SUBDIRS=/home/giacomo/Desktop/exp1 modules
  Building modules, stage 2.
  MODPOST
cp: cannot stat `/etc/rc.d/rc.sysinit': No such file or directory
/etc/init.d/hardsid: line 99: /etc/rc.d/rc.sysinit: No such file or directory
/etc/init.d/hardsid: line 74: /etc/rc.d/rc.sysinit: No such file or directory
/etc/init.d/hardsid: line 79: /etc/udev/permissions.d/01-hardsid.permissions: No such file or directory

a questo punto pensi è la distro "balorda" per il catweasel ?
se devi vivere tutta la vita strisciando come un verme, alzati e muori !! (Jim Morrison)

ice00

  • Utente
  • **
  • Post: 469
    • http://digilander.iol.it/ice00
Installare Il Catweasel Mk4 Su Linux
« Risposta #24 il: 07 Ottobre 2005, 20:06:56 »
 No, ma Simon che sviluppa la cosa dovrebbe usare una Mandrake, per cui su Fedora è quasi uguale, su Debian e derivate è leggermente diverso.
Lo script di installazione non trova il file /etc/rc.d/rc.sysinit (in effetti ho visto oggi che su Sarge non c'è la directoy /etc/rc.d/).
Prova:
locate rc.sysinit
che dovrebbe darti la posizione (se c'è) di quel file.
Se c'è, vediamo di modificare lo script di installazione e fissare la cosa in modo che si possa utilizzare per tutti.
Intanto Simon ha modificato la versione MAIN come da mio report e adesso corro a scaricarla

jacks

  • Utente
  • **
  • Post: 449
  • Gioco Preferito: Green beret
Installare Il Catweasel Mk4 Su Linux
« Risposta #25 il: 09 Ottobre 2005, 12:33:12 »
 niente non lo trova
debian:/home/giacomo# locate rc.sysinit
locate: /var/cache/locate/locatedb: No such file or directory
 
se devi vivere tutta la vita strisciando come un verme, alzati e muori !! (Jim Morrison)

ice00

  • Utente
  • **
  • Post: 469
    • http://digilander.iol.it/ice00
Installare Il Catweasel Mk4 Su Linux
« Risposta #26 il: 09 Ottobre 2005, 19:03:51 »
 Qui in realtà locate non è configurato, per cui non funziona.
Potresti cercarlo tramite Trova file da KDE o Gnome, comunque domani guardo sulla debian del firewall dove si trova

jacks

  • Utente
  • **
  • Post: 449
  • Gioco Preferito: Green beret
Installare Il Catweasel Mk4 Su Linux
« Risposta #27 il: 10 Ottobre 2005, 12:52:39 »
 ho trovato su internet il file : http://peterhost.dl.sourceforge.net/source.../rc.sysinit.txt.
se magari lo scarico può essere utile?

saluti
se devi vivere tutta la vita strisciando come un verme, alzati e muori !! (Jim Morrison)

ice00

  • Utente
  • **
  • Post: 469
    • http://digilander.iol.it/ice00
Installare Il Catweasel Mk4 Su Linux
« Risposta #28 il: 10 Ottobre 2005, 19:56:51 »
 Ho controllato che tale file non c'è in debian, che quindi utilizza un meccanismo diverso di inizializzazione. Usare quel file da solo, rischia di mettere ko gli altri servizi.
Proverò ad estrarre i comandi da lanciare dallo script, che sostanzialmente caricano i moduli e creano il duspositivo virtuale per la scheda.

 

jacks

  • Utente
  • **
  • Post: 449
  • Gioco Preferito: Green beret
Installare Il Catweasel Mk4 Su Linux
« Risposta #29 il: 12 Ottobre 2005, 21:54:15 »
 be io non avrei problemi a mettere mandrake (che ora è mandriva se non sbaglio) solo che ora mi ero abituato a debian.
speriamo bene che si riesca a installare sto ***** di catweasel :D

 
se devi vivere tutta la vita strisciando come un verme, alzati e muori !! (Jim Morrison)