Modem HDSL640S su Mandriva 2006
  • In diretta da GamesVillage.it
    • News
    • -
    • In Evidenza
    • -
    • Recensioni
    • -
    • RetroGaming
    • -
    • Anteprime
    • -
    • Video
    • -
    • Cinema

Pag 1 di 2 12 UltimoUltimo
Visualizzazione risultati da 1 a 15 di 24

Discussione: Modem HDSL640S su Mandriva 2006

Cambio titolo
  1. #1
    Utente? L'avatar di Al_
    Registrato il
    05-05
    Località
    C.mare del Golfo/Roma
    Messaggi
    1.750

    Modem HDSL640S su Mandriva 2006

    Da stamattina sto cercando di installare il modem HDSL640S della hamlet su Mandriva 2006, ma con scarsi risultati.

    Ho provato a prendere i driver che ho sul cd del modem, per linux ce ne sono due: HDSL640S-REDHAT-7.2.I386.rpm e HDSL640S-REDHAT-7.1.I386.rpm.

    Ho installato la versione 7.2, ma al momento di scrivere #insmod e2.o (il nome del modulo del modem) dice: -l invalid module format.
    Ho parlato del problema con uno in irc e mi ha detto di controllare la versione del modulo, che è 2.4.6-10, mentre quella del mio kernel dovrebbe essere 2.6.12-12. Può darsi che il driver non sia compatibile con il mio kernel?

    A questo punto quindi ho cercato su internet e ho trovato che il modem HDSL640 della hamlet è molto difficile da far riconoscere in linux, ma per la versione HDSL640S (quella che ho) non dovrebbero esserci difficoltà, i driver si trovano sul sito www.hamletcom.com Quindi ho scaricato i driver, che lì si trovano come file sorgenti, ma non riesco a usarli.

    Mi è stato detto di scrivere dentro la cartella dove ci sono i file in successione #./configure, make, make install però già da ./configure pare che non funzioni, non ho mai compilato qualcosa in linux, non so in cosa sbaglio. Potete aiutarmi, se riesco a collegarmi con linux posso anche dire addio a questo odioso winzoz
    Never stand when you can sit, never sit when you can lie down, never stay awake when you can sleep.

  2. #2
    janky
    Ospite
    che errore ricevi?

  3. #3
    Utente Open Source L'avatar di sdrushi
    Registrato il
    07-04
    Località
    Piana Rotaliana
    Messaggi
    882
    ma che errore ti da da ./configure? Di solito la questione si risolve installando le librerie o comunque cio che ti manca....



  4. #4
    Utente? L'avatar di Al_
    Registrato il
    05-05
    Località
    C.mare del Golfo/Roma
    Messaggi
    1.750
    ma ./configure da dove lo devo scrivere? devo essere dentro la cartella con i file da compilare?

    ora entro nella partizione di linux e vedo di preciso l'errore
    Never stand when you can sit, never sit when you can lie down, never stay awake when you can sleep.

  5. #5
    Utente? L'avatar di Al_
    Registrato il
    05-05
    Località
    C.mare del Golfo/Roma
    Messaggi
    1.750
    Quando scrivo ./configure da dentro la cartella dice "no such file or directory". mentre scrivendo make

    ln: /lib/modules/2.6.12-12mdk/build: il file esiste
    makefile:50: *** missing separator. stop.
    Never stand when you can sit, never sit when you can lie down, never stay awake when you can sleep.

  6. #6

  7. #7
    Utente L'avatar di devilheart
    Registrato il
    01-03
    Messaggi
    28.310
    Citazione Al_
    Quando scrivo ./configure da dentro la cartella dice "no such file or directory". mentre scrivendo make

    ln: /lib/modules/2.6.12-12mdk/build: il file esiste
    makefile:50: *** missing separator. stop.
    fai così:
    1) apri il file Makefile
    2)aggiungi all'inizio della riga 18 (quella che inizia con INCDIR := ) un #
    3)vai all'inizio della riga 50 e premi tab
    4)vai all'inizio della riga 59 e premi tab
    5)salva e ridai make

  8. #8
    Utente? L'avatar di Al_
    Registrato il
    05-05
    Località
    C.mare del Golfo/Roma
    Messaggi
    1.750
    ok, grz, ora provo. cmq si è proprio quello il file
    Never stand when you can sit, never sit when you can lie down, never stay awake when you can sleep.

  9. #9
    Utente? L'avatar di Al_
    Registrato il
    05-05
    Località
    C.mare del Golfo/Roma
    Messaggi
    1.750
    ecco quello che viene scritto quando metto make (scusate se è troppo lungo)
    gcc -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DCPU=68
    6 -march=i686 -DMODULE -D__KERNEL__ -DLINUX -I/lib/modules/`uname -r`/build/include
    -c usbsndcm.c -o usbsndcm.o
    In file included from /usr/include/linux/list.h:7,
    from /usr/include/linux/mmzone.h
    from /usr/include/linux/gfp.h:4,
    from /usr/include/linux/slab.h:15,
    from hasbani.h:28,
    from usbsndcm.c:20:
    /usr/include/linux/prefetch.h: In function 'prefetch_range':
    /usr/include/linux/prefetch.h4: error: 'CONFIG_X86_L1_CACHE_SHIFT' undeclared (firs
    t use in this function)
    /usr/include/linux/prefetch.h4: error: (Each undeclared identifier is reported only
    once
    /usr/include/linux/prefetch.h4: error: for each function it appears in.)
    In file included from /usr/include/linux/topology.h:30,
    from /usr/include/linux/mmzone.h:382,
    from /usr/include/linux/gfp.h:4,
    from /usr/include/linux/slab.h:15,
    from hasbani.h:28,
    from usbsndcm.c:20:
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h:85: error: syntax error before 'DECLARE_BITMAP'
    /usr/include/linux/cpumask.h:86: error: syntax error before '_unused_cpumask_arg_'
    /usr/include/linux/cpumask.h:89: error: syntax error before '*' token
    /usr/include/linux/cpumask.h: In function '__cpu_set':
    /usr/include/linux/cpumask.h1: error: 'cpu' undeclared (first use in this function)
    /usr/include/linux/cpumask.h1: error: 'dstp' undeclared (first use in this function
    )
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h5: error: syntax error before '*' token
    /usr/include/linux/cpumask.h: In function '__cpu_clear':
    /usr/include/linux/cpumask.h7: error: 'cpu' undeclared (first use in this function)
    /usr/include/linux/cpumask.h7: error: 'dstp' undeclared (first use in this function
    )
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h:101: error: syntax error before '*' token
    /usr/include/linux/cpumask.h: In function '__cpus_setall':
    /usr/include/linux/cpumask.h:103: error: 'dstp' undeclared (first use in this functio
    n)
    /usr/include/linux/cpumask.h:103: error: 'nbits' undeclared (first use in this functi
    on)
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h:107: error: syntax error before '*' token
    /usr/include/linux/cpumask.h: In function '__cpus_clear':
    /usr/include/linux/cpumask.h:109: error: 'dstp' undeclared (first use in this functio
    n)
    /usr/include/linux/cpumask.h:109: error: 'nbits' undeclared (first use in this functi
    on)
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h:116: error: syntax error before 'cpumask_t'
    /usr/include/linux/cpumask.h: In function '__cpu_test_and_set':
    /usr/include/linux/cpumask.h:118: error: 'cpu' undeclared (first use in this function
    )
    /usr/include/linux/cpumask.h:118: error: 'addr' undeclared (first use in this functio
    n)
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h:122: error: syntax error before '*' token
    /usr/include/linux/cpumask.h: In function '__cpus_and':
    /usr/include/linux/cpumask.h:125: error: 'dstp' undeclared (first use in this functio
    n)
    /usr/include/linux/cpumask.h:125: error: 'src1p' undeclared (first use in this functi
    on)
    /usr/include/linux/cpumask.h:125: error: 'src2p' undeclared (first use in this functi
    on)
    /usr/include/linux/cpumask.h:125: error: 'nbits' undeclared (first use in this functi
    on)
    /n)
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h:219: error: syntax error before '*' token
    /usr/include/linux/cpumask.h: In function '__next_cpu':
    /usr/include/linux/cpumask.h:221: error: 'nbits' undeclared (first use in this functi
    on)
    /usr/include/linux/cpumask.h:221: error: 'srcp' undeclared (first use in this functio
    n)
    /usr/include/linux/cpumask.h:221: error: 'n' undeclared (first use in this function)
    In file included from /usr/include/linux/topology.h:30,
    from /usr/include/linux/mmzone.h:382,
    from /usr/include/linux/gfp.h:4,
    from /usr/include/linux/slab.h:15,
    from hasbani.h:28,
    from usbsndcm.c:20:
    /usr/include/linux/cpumask.h:238:5: error: missing binary operator before token "("
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h:270: error: syntax error before '*' token
    /usr/include/linux/cpumask.h: In function '__cpumask_scnprintf':
    /usr/include/linux/cpumask.h:272: error: 'buf' undeclared (first use in this function
    )
    /usr/include/linux/cpumask.h:272: error: 'len' undeclared (first use in this function
    )
    /usr/include/linux/cpumask.h:272: error: 'srcp' undeclared (first use in this functio
    n)
    /usr/include/linux/cpumask.h:272: error: 'nbits' undeclared (first use in this functi
    on)
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h:278: error: syntax error before 'cpumask_t'
    /usr/include/linux/cpumask.h: In function '__cpumask_parse':
    /usr/include/linux/cpumask.h:280: error: 'buf' undeclared (first use in this function
    )
    /usr/include/linux/cpumask.h:280: error: 'len' undeclared (first use in this function
    )
    /usr/include/linux/cpumask.h:280: error: 'dstp' undeclared (first use in this functio
    n)
    /usr/include/linux/cpumask.h:280: error: 'nbits' undeclared (first use in this functi
    on)
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h:286: error: syntax error before '*' token
    /usr/include/linux/cpumask.h: In function '__cpulist_scnprintf':
    /usr/include/linux/cpumask.h:2 error: 'buf' undeclared (first use in this function
    )
    /usr/include/linux/cpumask.h:2 error: 'len' undeclared (first use in this function
    )
    /usr/include/linux/cpumask.h:2 error: 'srcp' undeclared (first use in this functio
    n)
    /usr/include/linux/cpumask.h:2 error: 'nbits' undeclared (first use in this functi
    on)
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h:292: error: syntax error before 'cpumask_t'
    /usr/include/linux/cpumask.h: In function '__cpulist_parse':
    /usr/include/linux/cpumask.h:294: error: 'buf' undeclared (first use in this function
    )
    /usr/include/linux/cpumask.h:294: error: 'dstp' undeclared (first use in this functio
    n)
    /usr/include/linux/cpumask.h:294: error: 'nbits' undeclared (first use in this functi
    on)
    /usr/include/linux/cpumask.h:297:5: error: missing binary operator before token "("
    /usr/include/linux/cpumask.h: At top level:
    /usr/include/linux/cpumask.h:362: error: syntax error before 'cpu_possible_map'
    /usr/include/linux/cpumask.h:363: error: syntax error before 'cpu_online_map'
    /usr/include/linux/cpumask.h:364: error: syntax error before 'cpu_present_map'
    /usr/include/linux/cpumask.h:366:5: error: missing binary operator before token "("
    n)
    /usr/include/linux/nodemask.h:293: error: 'len' undeclared (first use in this functio
    n)
    /usr/include/linux/nodemask.h:293: error: 'dstp' undeclared (first use in this functi
    on)
    /usr/include/linux/nodemask.h:293: error: 'nbits' undeclared (first use in this funct
    ion)
    /usr/include/linux/nodemask.h: At top level:
    /usr/include/linux/nodemask.h:299: error: syntax error before '*' token
    /usr/include/linux/nodemask.h: In function '__nodelist_scnprintf':
    /usr/include/linux/nodemask.h:301: error: 'buf' undeclared (first use in this functio
    n)
    /usr/include/linux/nodemask.h:301: error: 'len' undeclared (first use in this functio
    n)
    /usr/include/linux/nodemask.h:301: error: 'srcp' undeclared (first use in this functi
    on)
    /usr/include/linux/nodemask.h:301: error: 'nbits' undeclared (first use in this funct
    ion)
    /usr/include/linux/nodemask.h: At top level:
    /usr/include/linux/nodemask.h:305: error: syntax error before 'nodemask_t'
    /usr/include/linux/nodemask.h: In function '__nodelist_parse':
    /usr/include/linux/nodemask.h:307: error: 'buf' undeclared (first use in this functio
    n)
    /usr/include/linux/nodemask.h:307: error: 'dstp' undeclared (first use in this functi
    on)
    /usr/include/linux/nodemask.h:307: error: 'nbits' undeclared (first use in this funct
    ion)
    /usr/include/linux/nodemask.h: At top level:
    /usr/include/linux/nodemask.h:326: error: syntax error before 'node_online_map'
    /usr/include/linux/nodemask.h:327: error: syntax error before 'node_possible_map'
    In file included from /usr/include/asm/siginfo.h:4,
    from /usr/include/linux/signal.h:7,
    from /usr/include/linux/sched.h:27,
    from /usr/include/linux/smp_lock.h:5,
    from /usr/include/linux/hardirq.h:5,
    from /usr/include/linux/interrupt.h:11,
    from /usr/include/linux/usb.h:15,
    from hasbani.h:29,
    from usbsndcm.c:20:
    /usr/include/asm-generic/siginfo.h:58: error: size of array '_pad' is too large
    In file included from /usr/include/linux/smp_lock.h:5,
    from /usr/include/linux/hardirq.h:5,
    from /usr/include/linux/interrupt.h:11,
    from /usr/include/linux/usb.h:15,
    from hasbani.h:29,
    from usbsndcm.c:20:
    /usr/include/linux/sched.h:162: error: syntax error before 'nohz_cpu_mask'
    In file included from /usr/include/linux/smp_lock.h:5,
    from /usr/include/linux/hardirq.h:5,
    from /usr/include/linux/interrupt.h:11,
    from /usr/include/linux/usb.h:15,
    from hasbani.h:29,
    from usbsndcm.c:20:
    /usr/include/linux/sched.h:252: error: syntax error before 'cpumask_t'
    /usr/include/linux/sched.h:273: error: syntax error before '}' token
    /usr/include/linux/sched.h00: error: syntax error before 'cpumask_t'
    /usr/include/linux/sched.h24: error: syntax error before ':' token
    /usr/include/linux/sched.h65: error: syntax error before ':' token
    /usr/include/linux/sched.h:750: error: syntax error before '}' token
    /usr/include/linux/sched.h: In function 'process_group':
    /usr/include/linux/sched.h:754: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'pid_alive':
    /usr/include/linux/sched.h:767: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: At top level:
    /usr/include/linux/sched.h:830: error: syntax error before 'cpumask_t'
    /usr/include/linux/sched.h: In function 'set_cpus_allowed':
    /usr/include/linux/sched.h:832: error: 'new_mask' undeclared (first use in this funct
    ion)
    /usr/include/linux/sched.h: In function 'dequeue_signal_lock':
    /usr/include/linux/sched.h35: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h37: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'on_sig_stack':
    /usr/include/linux/sched.h77: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h77: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'sas_ss_flags':
    /usr/include/linux/sched.h82: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'capable':
    /usr/include/linux/sched.h93: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h94: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'mmdrop':
    /usr/include/linux/sched.h:1017: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: At top level:
    /usr/include/linux/sched.h:1033: error: 'exit_signal' redeclared as different kind of
    symbol
    /usr/include/linux/sched.h20: error: previous declaration of 'exit_signal' was here
    /usr/include/linux/sched.h: In function 'thread_group_empty':
    /usr/include/linux/sched.h:1096: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'task_lock':
    /usr/include/linux/sched.h:1114: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'task_unlock':
    /usr/include/linux/sched.h:1119: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'set_tsk_thread_flag':
    /usr/include/linux/sched.h:1127: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'clear_tsk_thread_flag':
    /usr/include/linux/sched.h:1132: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'test_and_set_tsk_thread_flag':
    /usr/include/linux/sched.h:1137: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'test_and_clear_tsk_thread_flag':
    /usr/include/linux/sched.h:1142: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function 'test_tsk_thread_flag':
    /usr/include/linux/sched.h:1147: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: At top level:
    /usr/include/linux/sched.h:1250: error: syntax error before 'cpumask_t'
    /usr/include/linux/sched.h:1251: error: syntax error before 'cpumask_t'
    In file included from /usr/include/linux/irq.h:21,
    from /usr/include/asm/hardirq.h,
    from /usr/include/linux/hardirq.h,
    from /usr/include/linux/interrupt.h:11,
    from /usr/include/linux/usb.h:15,
    from hasbani.h:29,
    from usbsndcm.c:20:
    /usr/include/asm/irq.h:16:25: error: irq_vectors.h: No such file or directory
    In file included from /usr/include/asm/hardirq.h,
    from /usr/include/linux/hardirq.h,
    from /usr/include/linux/interrupt.h:11,
    from /usr/include/linux/usb.h:15,
    from hasbani.h:29,
    from usbsndcm.c:20:
    /usr/include/linux/irq.h:49: error: syntax error before 'cpumask_t'
    /usr/include/linux/irq.h:70: error: 'CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not
    in a function)
    /usr/include/linux/irq.h:70: error: requested alignment is not a constant
    /usr/include/linux/irq.h:72: error: 'NR_IRQS' undeclared here (not in a function)
    In file included from /usr/include/linux/irq.h:74,
    from /usr/include/asm/hardirq.h,
    from /usr/include/linux/hardirq.h,
    from /usr/include/linux/interrupt.h:11,
    from /usr/include/linux/usb.h:15,
    from hasbani.h:29,
    from usbsndcm.c:20:
    /usr/include/asm/hw_irq.h:28: error: 'NR_IRQ_VECTORS' undeclared here (not in a funct
    ion)
    In file included from /usr/include/linux/hardirq.h,
    from /usr/include/linux/interrupt.h:11,
    from /usr/include/linux/usb.h:15,
    from hasbani.h:29,
    from usbsndcm.c:20:
    /usr/include/asm/hardirq.h:13: error: requested alignment is not a constant
    In file included from /usr/include/linux/usb.h:15,
    from hasbani.h:29,
    from usbsndcm.c:20:
    /usr/include/linux/interrupt.h:39: error: syntax error before 'cpumask_t'
    /usr/include/linux/interrupt.h:45: error: syntax error before '}' token
    In file included from /usr/include/linux/module.h:22,
    from /usr/include/linux/device.h:19,
    from /usr/include/linux/usb.h:18,
    from hasbani.h:29,
    from usbsndcm.c:20:
    /usr/include/asm/module.h0:2: error: #error unknown processor family
    In file included from /usr/include/linux/skbuff.h:26,
    from hasbani.h:32,
    from usbsndcm.c:20:
    /usr/include/linux/mm.h: In function 'can_do_mlock':
    /usr/include/linux/mm.h:566: error: dereferencing pointer to incomplete type
    In file included from hasbani.h:32,
    from usbsndcm.c:20:
    /usr/include/linux/skbuff.h:30:26: error: net/checksum.h: No such file or directory
    In file included from hasbani.h:36,
    from usbsndcm.c:20:
    /usr/include/linux/netdevice.h: In function 'netif_poll_disable':
    /usr/include/linux/netdevice.h:871: error: dereferencing pointer to incomplete type
    make: *** [usbsndcm.o] Error 1


    Ne ho tolto un pezzo, perchè non era possibile scrivere un msg così lungo.

    Cosa significa???
    Never stand when you can sit, never sit when you can lie down, never stay awake when you can sleep.

  10. #10
    Utente? L'avatar di Al_
    Registrato il
    05-05
    Località
    C.mare del Golfo/Roma
    Messaggi
    1.750
    un tizio su irc mi ha detto che dovrei scaricare i sorgenti del kernel, compilarlo.. speriamo bene... ho solo una vaga idea di cosa significhi...
    Never stand when you can sit, never sit when you can lie down, never stay awake when you can sleep.

  11. #11
    Utente L'avatar di devilheart
    Registrato il
    01-03
    Messaggi
    28.310
    devi aver installato i sorgenti del kernel che utilizzi. con mandriva devi aver installato il pacchetto kernel-source

  12. #12
    Utente? L'avatar di Al_
    Registrato il
    05-05
    Località
    C.mare del Golfo/Roma
    Messaggi
    1.750
    li trovo sul cd della distro? una volta che li installo dovrebbe andare tutto a posto?
    Never stand when you can sit, never sit when you can lie down, never stay awake when you can sleep.

  13. #13
    Utente L'avatar di devilheart
    Registrato il
    01-03
    Messaggi
    28.310
    si lo trovi sul cd/dvd della distro

  14. #14
    Utente? L'avatar di Al_
    Registrato il
    05-05
    Località
    C.mare del Golfo/Roma
    Messaggi
    1.750
    Citazione devilheart
    si lo trovi sul cd/dvd della distro
    bene, ora provo... e una volta che l'ho installato?
    Never stand when you can sit, never sit when you can lie down, never stay awake when you can sleep.

  15. #15
    Utente? L'avatar di Al_
    Registrato il
    05-05
    Località
    C.mare del Golfo/Roma
    Messaggi
    1.750
    ho installato il pacchetto kernel-source-2.6-2.6.12-12mdk.i586.rpm e poi ho provato a fare make. le cose sembrano migliorate, non fa più quel lunghissimo errore, ora è diminuito di molto, appare questo:

    Codice:
    [root@localhost e2]# make
    gcc -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DCPU=686 -march=i686  -DMODULE -D__KERNEL__ -DLINUX  -I/lib/modules/`uname -r`/build/include -c usbsndcm.c -o usbsndcm.o
    In file included from /lib/modules/2.6.12-12mdk/build/include/linux/irq.h:21,
                     
    from /lib/modules/2.6.12-12mdk/build/include/asm/hardirq.h:6,
                     
    from /lib/modules/2.6.12-12mdk/build/include/linux/hardirq.h:6,
                     
    from /lib/modules/2.6.12-12mdk/build/include/linux/interrupt.h:11,
                     
    from /lib/modules/2.6.12-12mdk/build/include/linux/usb.h:15,
                     
    from hasbani.h:29,
                     from usbsndcm.c:20:
    /lib/modules/2.6.12-12mdk/build/include/asm/irq.h:16:25: error: irq_vectors.h: No such file or directory
    In file included from /lib/modules/2.6.12-12mdk/build/include/asm/hardirq.h:6,
                     from /lib/modules/2.6.12-12mdk/build/include/linux/hardirq.h:6,
                     from /lib/modules/2.6.12-12mdk/build/include/linux/interrupt.h:11,
                     
    from /lib/modules/2.6.12-12mdk/build/include/linux/usb.h:15,
                    
    from hasbani.h:29,
                     from usbsndcm.c:20:
    /lib/modules/2.6.12-12mdk/build/include/linux/irq.h:72: error: 'NR_IRQS' undeclared here (not in a function)
    In file included from /lib/modules/2.6.12-12mdk/build/include/linux/irq.h:74,
                     
    from /lib/modules/2.6.12-12mdk/build/include/asm/hardirq.h:6,
                     
    from /lib/modules/2.6.12-12mdk/build/include/linux/hardirq.h:6,
                     
    from /lib/modules/2.6.12-12mdk/build/include/linux/interrupt.h:11,
                     
    from /lib/modules/2.6.12-12mdk/build/include/linux/usb.h:15,
                     
    from hasbani.h:29,
                     from usbsndcm.c:20:
    /lib/modules/2.6.12-12mdk/build/include/asm/hw_irq.h:28: error: 'NR_IRQ_VECTORS' undeclared here (not in a function)
    In file included from hasbani.h:32,
                     
    from usbsndcm.c:20:
    /lib/modules/2.6.12-12mdk/build/include/linux/skbuff.h: In function 'skb_add_data':
    /lib/modules/2.6.12-12mdk/build/include/linux/skbuff.h:1070: warning: pointer targets in passing argument 1 of 'csum_and_copy_from_user' differ in signedness
    make: *** [usbsndcm.o] Error 1
    devo installare qualcos'altro, cosa devo fare ora?
    Never stand when you can sit, never sit when you can lie down, never stay awake when you can sleep.

Pag 1 di 2 12 UltimoUltimo

Regole di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •