Qualcuno sa aiutarmi?Grazie!damiano@damiano-laptop:~/alsa/alsa-driver$ make
make[1]: Entering directory `/home/damiano/alsa/alsa-driver/kernel'
updating ../include/sndversions.h
gcc -O2 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../include -c -o persist.o persist.c
In file included from persist.c:23:
../include/driver.h:43:26: error: linux/config.h: No such file or directory
../include/driver.h:77:26: error: linux/module.h: No such file or directory
../include/driver.h:82:26: error: linux/malloc.h: No such file or directory
../include/driver.h:84:26: error: linux/ioport.h: No such file or directory
../include/driver.h:86:20: error: asm/io.h: No such file or directory
../include/driver.h:87:21: error: asm/irq.h: No such file or directory
../include/driver.h:88:21: error: asm/dma.h: No such file or directory
../include/driver.h:89:25: error: asm/segment.h: No such file or directory
../include/driver.h:91:25: error: asm/uaccess.h: No such file or directory
../include/driver.h:93:24: error: asm/system.h: No such file or directory
../include/driver.h:94:24: error: asm/string.h: No such file or directory
../include/driver.h:96:29: error: linux/interrupt.h: No such file or directory
In file included from /usr/include/asm-i386/fcntl.h:1,
from /usr/include/asm/fcntl.h:7,
from /usr/include/linux/fcntl.h:4,
from ../include/driver.h:98,
from persist.c:23:
/usr/include/asm-generic/fcntl.h:117: error: expected specifier-qualifier-list before ‘off_t’
/usr/include/asm-generic/fcntl.h:140: error: expected specifier-qualifier-list before ‘loff_t’
../include/driver.h27: error: linux/vmalloc.h: No such file or directory
../include/driver.h:106:27: error: linux/proc_fs.h: No such file or directory
In file included from ../include/driver.h:126,
from persist.c:23:
../include/sound.h:400: error: field ‘time’ has incomplete type
../include/sound.h:401: error: field ‘stime’ has incomplete type
../include/sound.h:413: error: field ‘time’ has incomplete type
../include/sound.h:414: error: field ‘stime’ has incomplete type
In file included from ../include/driver.h:143,
from persist.c:23:
../include/sndspinlock.h: In function ‘snd_cli’:
../include/sndspinlock.h:27: warning: implicit declaration of function ‘save_flags’
../include/sndspinlock.h:27: warning: implicit declaration of function ‘cli’
../include/sndspinlock.h: In function ‘snd_sti’:
../include/sndspinlock.h:28: warning: implicit declaration of function ‘restore_flags’
In file included from persist.c:23:
../include/driver.h: At top level:
../include/driver.h:181: error: field ‘mutex_lock’ has incomplete type
../include/driver.h:182: error: field ‘mutex_mutex’ has incomplete type
../include/driver.h:201: warning: ‘struct pt_regs’ declared inside parameter list
../include/driver.h:201: warning: its scope is only this definition or declaration, which is probably not what you want
../include/driver.h:234: error: field ‘mutex_control’ has incomplete type
../include/driver.h:250: warning: ‘struct file’ declared inside parameter list
../include/driver.h:251: warning: ‘struct file’ declared inside parameter list
../include/driver.h:252: warning: ‘struct file’ declared inside parameter list
../include/driver.h:253: warning: ‘struct file’ declared inside parameter list
../include/driver.h:254: warning: ‘struct file’ declared inside parameter list
../include/driver.h:256: error: expected declaration specifiers or ‘...’ before ‘poll_table’
../include/driver.h:256: warning: ‘struct file’ declared inside parameter list
../include/driver.h:260: warning: ‘struct file’ declared inside parameter list
../include/driver.h:261: warning: ‘struct file’ declared inside parameter list
../include/driver.h:261: warning: ‘struct inode’ declared inside parameter list
../include/driver.h: In function ‘snd_enable_irq’:
../include/driver.h:343: warning: implicit declaration of function ‘enable_irq’
../include/driver.h: In function ‘snd_disable_irq’:
../include/driver.h:348: warning: implicit declaration of function ‘disable_irq’
persist.c: At top level:
persist.c:43: error: variable ‘persist_mutex’ has initializer but incomplete type
persist.c:43: error: ‘MUTEX’ undeclared here (not in a function)
persist.c: In function ‘persist_find_key’:
persist.c:55: warning: implicit declaration of function ‘strcmp’
persist.c: In function ‘persist_lock’:
persist.c:69: error: ‘MOD_INC_USE_COUNT’ undeclared (first use in this function)
persist.c:69: error: (Each undeclared identifier is reported only once
persist.c:69: error: for each function it appears in.)
persist.c:71: error: ‘MOD_DEC_USE_COUNT’ undeclared (first use in this function)
persist.c: In function ‘persist_store’:
persist.c:82: warning: implicit declaration of function ‘down’
persist.c:92: warning: implicit declaration of function ‘strlen’
persist.c:92: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:93: warning: implicit declaration of function ‘kfree’
persist.c:98: warning: implicit declaration of function ‘kmalloc’
persist.c:98: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:98: error: ‘GFP_KERNEL’ undeclared (first use in this function)
persist.cwarning: implicit declaration of function ‘up’
persist.c:104: warning: implicit declaration of function ‘memset’
persist.c:104: warning: incompatible implicit declaration of built-in function ‘memset’
persist.c:106: warning: implicit declaration of function ‘strcpy’
persist.c:106: warning: incompatible implicit declaration of built-in function ‘strcpy’
persist.c:107: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:108: warning: implicit declaration of function ‘memcpy’
persist.c:108: warning: incompatible implicit declaration of built-in function ‘memcpy’
persist.c: In function ‘persist_restore’:
persist.c:131: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:133: warning: incompatible implicit declaration of built-in function ‘memcpy’
make[1]: *** [persist.o] Error 1
make[1]: Leaving directory `/home/damiano/alsa/alsa-driver/kernel'
make: *** [compile] Error 1
damiano@damiano-laptop:~/alsa/alsa-driver$
[Audio] alsa-driver non riesco ad installarli.scheda audio realtek alc 880
-
Damiano Zito
- Prode Principiante
- Messaggi: 56
- Iscrizione: giovedì 31 gennaio 2008, 19:47
- Contatti:
[Audio] alsa-driver non riesco ad installarli.scheda audio realtek alc 880
Salve ragazzi, sto sbattendo la testa per installare correttamente la mia scheda relatek.Seguo i passi della guida wiki ma purtroppo quando vado a installare alsa-driver mi ritrovo in un errore che non capisco:
- sim70
- Rampante Reduce

- Messaggi: 6690
- Iscrizione: mercoledì 2 agosto 2006, 18:19
- Desktop: mate su eepc
- Distribuzione: lubuntu 12.04 64bit su eepc
- Località: trentino
Re: [Audio] alsa-driver non riesco ad installarli.scheda audio realtek alc 880
devi spostare le cartelle nella directory di alsa, senno se le tieni nella /home, il make non vede i file da aggiornare/cambiare.
-
Damiano Zito
- Prode Principiante
- Messaggi: 56
- Iscrizione: giovedì 31 gennaio 2008, 19:47
- Contatti:
Re: [Audio] alsa-driver non riesco ad installarli.scheda audio realtek alc 880
ho spostato i file che si trovavano nella cartella di alsa-driver, e li ho messi nella home/alsa.Rifacendo il make:
Ancora non riesco a capire ???....damiano@damiano-laptop:~/alsa$ make
make[1]: Entering directory `/home/damiano/alsa/kernel'
updating ../include/sndversions.h
gcc -O2 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../include -c -o persist.o persist.c
In file included from persist.c:23:
../include/driver.h:43:26: error: linux/config.h: No such file or directory
../include/driver.h:77:26: error: linux/module.h: No such file or directory
../include/driver.h:82:26: error: linux/malloc.h: No such file or directory
../include/driver.h:84:26: error: linux/ioport.h: No such file or directory
../include/driver.h:86:20: error: asm/io.h: No such file or directory
../include/driver.h:87:21: error: asm/irq.h: No such file or directory
../include/driver.h:88:21: error: asm/dma.h: No such file or directory
../include/driver.h:89:25: error: asm/segment.h: No such file or directory
../include/driver.h:91:25: error: asm/uaccess.h: No such file or directory
../include/driver.h:93:24: error: asm/system.h: No such file or directory
../include/driver.h:94:24: error: asm/string.h: No such file or directory
../include/driver.h:96:29: error: linux/interrupt.h: No such file or directory
In file included from /usr/include/asm-i386/fcntl.h:1,
from /usr/include/asm/fcntl.h:7,
from /usr/include/linux/fcntl.h:4,
from ../include/driver.h:98,
from persist.c:23:
/usr/include/asm-generic/fcntl.h:117: error: expected specifier-qualifier-list before ‘off_t’
/usr/include/asm-generic/fcntl.h:140: error: expected specifier-qualifier-list before ‘loff_t’
../include/driver.h27: error: linux/vmalloc.h: No such file or directory
../include/driver.h:106:27: error: linux/proc_fs.h: No such file or directory
In file included from ../include/driver.h:126,
from persist.c:23:
../include/sound.h:400: error: field ‘time’ has incomplete type
../include/sound.h:401: error: field ‘stime’ has incomplete type
../include/sound.h:413: error: field ‘time’ has incomplete type
../include/sound.h:414: error: field ‘stime’ has incomplete type
In file included from ../include/driver.h:143,
from persist.c:23:
../include/sndspinlock.h: In function ‘snd_cli’:
../include/sndspinlock.h:27: warning: implicit declaration of function ‘save_flags’
../include/sndspinlock.h:27: warning: implicit declaration of function ‘cli’
../include/sndspinlock.h: In function ‘snd_sti’:
../include/sndspinlock.h:28: warning: implicit declaration of function ‘restore_flags’
In file included from persist.c:23:
../include/driver.h: At top level:
../include/driver.h:181: error: field ‘mutex_lock’ has incomplete type
../include/driver.h:182: error: field ‘mutex_mutex’ has incomplete type
../include/driver.h:201: warning: ‘struct pt_regs’ declared inside parameter list
../include/driver.h:201: warning: its scope is only this definition or declaration, which is probably not what you want
../include/driver.h:234: error: field ‘mutex_control’ has incomplete type
../include/driver.h:250: warning: ‘struct file’ declared inside parameter list
../include/driver.h:251: warning: ‘struct file’ declared inside parameter list
../include/driver.h:252: warning: ‘struct file’ declared inside parameter list
../include/driver.h:253: warning: ‘struct file’ declared inside parameter list
../include/driver.h:254: warning: ‘struct file’ declared inside parameter list
../include/driver.h:256: error: expected declaration specifiers or ‘...’ before ‘poll_table’
../include/driver.h:256: warning: ‘struct file’ declared inside parameter list
../include/driver.h:260: warning: ‘struct file’ declared inside parameter list
../include/driver.h:261: warning: ‘struct file’ declared inside parameter list
../include/driver.h:261: warning: ‘struct inode’ declared inside parameter list
../include/driver.h: In function ‘snd_enable_irq’:
../include/driver.h:343: warning: implicit declaration of function ‘enable_irq’
../include/driver.h: In function ‘snd_disable_irq’:
../include/driver.h:348: warning: implicit declaration of function ‘disable_irq’
persist.c: At top level:
persist.c:43: error: variable ‘persist_mutex’ has initializer but incomplete type
persist.c:43: error: ‘MUTEX’ undeclared here (not in a function)
persist.c: In function ‘persist_find_key’:
persist.c:55: warning: implicit declaration of function ‘strcmp’
persist.c: In function ‘persist_lock’:
persist.c:69: error: ‘MOD_INC_USE_COUNT’ undeclared (first use in this function)
persist.c:69: error: (Each undeclared identifier is reported only once
persist.c:69: error: for each function it appears in.)
persist.c:71: error: ‘MOD_DEC_USE_COUNT’ undeclared (first use in this function)
persist.c: In function ‘persist_store’:
persist.c:82: warning: implicit declaration of function ‘down’
persist.c:92: warning: implicit declaration of function ‘strlen’
persist.c:92: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:93: warning: implicit declaration of function ‘kfree’
persist.c:98: warning: implicit declaration of function ‘kmalloc’
persist.c:98: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:98: error: ‘GFP_KERNEL’ undeclared (first use in this function)
persist.cwarning: implicit declaration of function ‘up’
persist.c:104: warning: implicit declaration of function ‘memset’
persist.c:104: warning: incompatible implicit declaration of built-in function ‘memset’
persist.c:106: warning: implicit declaration of function ‘strcpy’
persist.c:106: warning: incompatible implicit declaration of built-in function ‘strcpy’
persist.c:107: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:108: warning: implicit declaration of function ‘memcpy’
persist.c:108: warning: incompatible implicit declaration of built-in function ‘memcpy’
persist.c: In function ‘persist_restore’:
persist.c:131: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:133: warning: incompatible implicit declaration of built-in function ‘memcpy’
make[1]: *** [persist.o] Error 1
make[1]: Leaving directory `/home/damiano/alsa/kernel'
make: *** [compile] Error 1
damiano@damiano-laptop:~/alsa$ make
make[1]: Entering directory `/home/damiano/alsa/kernel'
updating ../include/sndversions.h
gcc -O2 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../include -c -o persist.o persist.c
In file included from persist.c:23:
../include/driver.h:43:26: error: linux/config.h: No such file or directory
../include/driver.h:77:26: error: linux/module.h: No such file or directory
../include/driver.h:82:26: error: linux/malloc.h: No such file or directory
../include/driver.h:84:26: error: linux/ioport.h: No such file or directory
../include/driver.h:86:20: error: asm/io.h: No such file or directory
../include/driver.h:87:21: error: asm/irq.h: No such file or directory
../include/driver.h:88:21: error: asm/dma.h: No such file or directory
../include/driver.h:89:25: error: asm/segment.h: No such file or directory
../include/driver.h:91:25: error: asm/uaccess.h: No such file or directory
../include/driver.h:93:24: error: asm/system.h: No such file or directory
../include/driver.h:94:24: error: asm/string.h: No such file or directory
../include/driver.h:96:29: error: linux/interrupt.h: No such file or directory
In file included from /usr/include/asm-i386/fcntl.h:1,
from /usr/include/asm/fcntl.h:7,
from /usr/include/linux/fcntl.h:4,
from ../include/driver.h:98,
from persist.c:23:
/usr/include/asm-generic/fcntl.h:117: error: expected specifier-qualifier-list before ‘off_t’
/usr/include/asm-generic/fcntl.h:140: error: expected specifier-qualifier-list before ‘loff_t’
../include/driver.h27: error: linux/vmalloc.h: No such file or directory
../include/driver.h:106:27: error: linux/proc_fs.h: No such file or directory
In file included from ../include/driver.h:126,
from persist.c:23:
../include/sound.h:400: error: field ‘time’ has incomplete type
../include/sound.h:401: error: field ‘stime’ has incomplete type
../include/sound.h:413: error: field ‘time’ has incomplete type
../include/sound.h:414: error: field ‘stime’ has incomplete type
In file included from ../include/driver.h:143,
from persist.c:23:
../include/sndspinlock.h: In function ‘snd_cli’:
../include/sndspinlock.h:27: warning: implicit declaration of function ‘save_flags’
../include/sndspinlock.h:27: warning: implicit declaration of function ‘cli’
../include/sndspinlock.h: In function ‘snd_sti’:
../include/sndspinlock.h:28: warning: implicit declaration of function ‘restore_flags’
In file included from persist.c:23:
../include/driver.h: At top level:
../include/driver.h:181: error: field ‘mutex_lock’ has incomplete type
../include/driver.h:182: error: field ‘mutex_mutex’ has incomplete type
../include/driver.h:201: warning: ‘struct pt_regs’ declared inside parameter list
../include/driver.h:201: warning: its scope is only this definition or declaration, which is probably not what you want
../include/driver.h:234: error: field ‘mutex_control’ has incomplete type
../include/driver.h:250: warning: ‘struct file’ declared inside parameter list
../include/driver.h:251: warning: ‘struct file’ declared inside parameter list
../include/driver.h:252: warning: ‘struct file’ declared inside parameter list
../include/driver.h:253: warning: ‘struct file’ declared inside parameter list
../include/driver.h:254: warning: ‘struct file’ declared inside parameter list
../include/driver.h:256: error: expected declaration specifiers or ‘...’ before ‘poll_table’
../include/driver.h:256: warning: ‘struct file’ declared inside parameter list
../include/driver.h:260: warning: ‘struct file’ declared inside parameter list
../include/driver.h:261: warning: ‘struct file’ declared inside parameter list
../include/driver.h:261: warning: ‘struct inode’ declared inside parameter list
../include/driver.h: In function ‘snd_enable_irq’:
../include/driver.h:343: warning: implicit declaration of function ‘enable_irq’
../include/driver.h: In function ‘snd_disable_irq’:
../include/driver.h:348: warning: implicit declaration of function ‘disable_irq’
persist.c: At top level:
persist.c:43: error: variable ‘persist_mutex’ has initializer but incomplete type
persist.c:43: error: ‘MUTEX’ undeclared here (not in a function)
persist.c: In function ‘persist_find_key’:
persist.c:55: warning: implicit declaration of function ‘strcmp’
persist.c: In function ‘persist_lock’:
persist.c:69: error: ‘MOD_INC_USE_COUNT’ undeclared (first use in this function)
persist.c:69: error: (Each undeclared identifier is reported only once
persist.c:69: error: for each function it appears in.)
persist.c:71: error: ‘MOD_DEC_USE_COUNT’ undeclared (first use in this function)
persist.c: In function ‘persist_store’:
persist.c:82: warning: implicit declaration of function ‘down’
persist.c:92: warning: implicit declaration of function ‘strlen’
persist.c:92: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:93: warning: implicit declaration of function ‘kfree’
persist.c:98: warning: implicit declaration of function ‘kmalloc’
persist.c:98: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:98: error: ‘GFP_KERNEL’ undeclared (first use in this function)
persist.cwarning: implicit declaration of function ‘up’
persist.c:104: warning: implicit declaration of function ‘memset’
persist.c:104: warning: incompatible implicit declaration of built-in function ‘memset’
persist.c:106: warning: implicit declaration of function ‘strcpy’
persist.c:106: warning: incompatible implicit declaration of built-in function ‘strcpy’
persist.c:107: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:108: warning: implicit declaration of function ‘memcpy’
persist.c:108: warning: incompatible implicit declaration of built-in function ‘memcpy’
persist.c: In function ‘persist_restore’:
persist.c:131: warning: incompatible implicit declaration of built-in function ‘strlen’
persist.c:133: warning: incompatible implicit declaration of built-in function ‘memcpy’
make[1]: *** [persist.o] Error 1
make[1]: Leaving directory `/home/damiano/alsa/kernel'
make: *** [compile] Error 1
damiano@damiano-laptop:~/alsa$
- sim70
- Rampante Reduce

- Messaggi: 6690
- Iscrizione: mercoledì 2 agosto 2006, 18:19
- Desktop: mate su eepc
- Distribuzione: lubuntu 12.04 64bit su eepc
- Località: trentino
Re: [Audio] alsa-driver non riesco ad installarli.scheda audio realtek alc 880
Intanto per cortesia i listati lunghi mettili racchiusi tra i tag # ( omonimo pulsantino), poi che guida segui per installarli?
-
Damiano Zito
- Prode Principiante
- Messaggi: 56
- Iscrizione: giovedì 31 gennaio 2008, 19:47
- Contatti:
Re: [Audio] alsa-driver non riesco ad installarli.scheda audio realtek alc 880
Ho visto che nella cartella etc c'è a sua volta la cartella alsa, se provo a copiare i file dentro di essa mi dice che non ho il permesso per farlo..Potreste dirmi come posso spostarli li dentro?Grazie..
- sim70
- Rampante Reduce

- Messaggi: 6690
- Iscrizione: mercoledì 2 agosto 2006, 18:19
- Desktop: mate su eepc
- Distribuzione: lubuntu 12.04 64bit su eepc
- Località: trentino
Re: [Audio] alsa-driver non riesco ad installarli.scheda audio realtek alc 880
Apri un terminale, digiti cd doeve/tieni/le/cartelle, poi digiti sudo mv nomecartella/destinazione/alsa.
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 12 ospiti