problemi audio dopo installazione aggiornamenti
problemi audio dopo installazione aggiornamenti
Salve, sto usando da pochissimo ubuntu 10.04 e sono veramente alle prime armi, quindi vi prego di essere il più dettagliati possibile nell'aiuto :P
Ho installato gli ultimi aggiornamenti dal gestore aggiornamenti e dopo aver riavviato, come richiesto, l'audio non mi funziona più. Ho controllato la regolazione del volume su pulse audio, ma tutti i valori sono al massimo. L'icona dell'audio in alto sulla barra è segnata come se fosse stata selezionata l'esclusione dell'audio, cosa che però su pulseaudio non risulta. Inoltre cliccando sull'icona -oltre a "preferenze audio" e la barra di regolazione del volume- viene visualizzata l'opzione "escludi audio", che però non può essere selezionata.
qualcuno sa come posso risolvere? ho letto tantissime discussioni ma nessuna ha risolto il mio problema.
grazie ;D
Ho installato gli ultimi aggiornamenti dal gestore aggiornamenti e dopo aver riavviato, come richiesto, l'audio non mi funziona più. Ho controllato la regolazione del volume su pulse audio, ma tutti i valori sono al massimo. L'icona dell'audio in alto sulla barra è segnata come se fosse stata selezionata l'esclusione dell'audio, cosa che però su pulseaudio non risulta. Inoltre cliccando sull'icona -oltre a "preferenze audio" e la barra di regolazione del volume- viene visualizzata l'opzione "escludi audio", che però non può essere selezionata.
qualcuno sa come posso risolvere? ho letto tantissime discussioni ma nessuna ha risolto il mio problema.
grazie ;D
Ultima modifica di lauu il sabato 12 marzo 2011, 21:54, modificato 1 volta in totale.
- steff
- Moderatore Globale

- Messaggi: 40359
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: problemi audio dopo installazione aggiornamenti
Hai provato di avviare con un kernel precedente? Premi shift all'avvio per accedere al menu grub, seleziona la terza o quinta voce.
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
Re: problemi audio dopo installazione aggiornamenti
niente, solito problema anche con gli altri kernel... 
- steff
- Moderatore Globale

- Messaggi: 40359
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: problemi audio dopo installazione aggiornamenti
Prossimo test: crea un utente nuovo, da "gestione utenti" o con e verifica con quello.
Codice: Seleziona tutto
sudo adduser NOMEHai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
Re: problemi audio dopo installazione aggiornamenti
anche con un nuovo utente, stesso problema... ho letto che molti consigliavano di guardare alsamixer, possibile che io non ce l'abbia? lo devo installare?
grazie
grazie
- steff
- Moderatore Globale

- Messaggi: 40359
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: problemi audio dopo installazione aggiornamenti
Da terminale controlla se hai 00 sotto e non MM, ma credo che è a posto. Se anche il secondo utente non ha audio è escluso una impostazione sballatosi nella home. Potresti provare di compilare i driver da sorgente, non mi vengono altre idee ( a parte disinstallare alsa e reinstallarlo)
Scarica gli ultimi driver, alsa-lib e alsa-utils da
http://www.alsa-project.org/main/index.php/Main_Page (incima sulla destra),
salvali nella home (non sulla scrivania!) poi un copia-incolla riga per riga nel terminale:
Codice: Seleziona tutto
alsamixerScarica gli ultimi driver, alsa-lib e alsa-utils da
http://www.alsa-project.org/main/index.php/Main_Page (incima sulla destra),
salvali nella home (non sulla scrivania!) poi un copia-incolla riga per riga nel terminale:
Codice: Seleziona tutto
sudo apt-get install build-essential gettext ncurses-dev linux-headers-`uname -r` xmlto
tar xvpjf alsa-driver*
cd alsa-driver*
./configure --with-cards=hda-intel
make
sudo make install
cd
tar xvpjf alsa-lib*
cd alsa-lib*
./configure --with-cards=hda-intel
make
sudo make install
cd
sudo ln -s /usr/lib/libpanelw.so.5 /usr/lib/libpanelw.so
sudo ln -s libformw.so.5 /usr/lib/libformw.so
sudo ln -s libmenuw.so.5 /usr/lib/libmenuw.so
sudo ln -s libncursesw.so.5 /lib/libncursesw.so
tar xvpjf alsa-utils*
cd alsa-utils*
./configure --with-cards=hda-intel
make
sudo make install
sudo alsaconf
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
Re: problemi audio dopo installazione aggiornamenti
ho avuto un problema: nell'attesa di una risposta, ho seguito questa guida http://it.bongolinux.com/ubuntu-muto-ec ... lsa/37439/, ma al punto cd alsa/lib* il processo non andava avanti, quindi ho deciso di provare a ravviare e vedere cosa succedeva... il computer non riusciva a arrestarsi, quindi ho dovuto staccare la spina. Al riavvio ovviamente non è stato risolto il problema audio. Credi che debba provare comunque i comandi che mi hai dato? oppure meglio disinstallare e reinstallare(nel caso dovresti dirmi come procedere, per favore :-[)
Se da terminale do il comando alsamixer-come mi avevi chiesto- mi viene scritto: "impossibile aprire il mixer: Nessun file o directory"
grazie mille ancora
Se da terminale do il comando alsamixer-come mi avevi chiesto- mi viene scritto: "impossibile aprire il mixer: Nessun file o directory"
grazie mille ancora
- steff
- Moderatore Globale

- Messaggi: 40359
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: problemi audio dopo installazione aggiornamenti
La guida è quasi identico, cd cambia la cartella, se non sei pratico nel terminale usa copia-incolla di ogni singola riga, continua pure o ricomincia da capo.
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
Re: problemi audio dopo installazione aggiornamenti
ho provato, ma già al secondo passaggio mi esce scritto questo:
laura@ubuntu:~$ tar xvpjf alsa-driver*
tar: alsa-driver*: funzione "open" non riuscita: Nessun file o directory
tar: Errore irrimediabile: uscita immediata
tar: Child returned status 2
tar: Uscita con stato di fallimento in base agli errori precedenti
laura@ubuntu:~$
::) :-\
laura@ubuntu:~$ tar xvpjf alsa-driver*
tar: alsa-driver*: funzione "open" non riuscita: Nessun file o directory
tar: Errore irrimediabile: uscita immediata
tar: Child returned status 2
tar: Uscita con stato di fallimento in base agli errori precedenti
laura@ubuntu:~$
::) :-\
- steff
- Moderatore Globale

- Messaggi: 40359
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: problemi audio dopo installazione aggiornamenti
L'hai messi sulla Scrivania, scommetto. Devono essere nella home(accanto scrivania, documenti ecc), le tre cartelle alsa-qualcosa
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
Re: problemi audio dopo installazione aggiornamenti
ok, ho spostato i file, ma mi viengono fuori degli errori >:(
laura@ubuntu:~$ cd alsa-utils*
laura@ubuntu:~/alsa-utils-1.0.24.2$ ./configure --with-cards=hda-intel
configure: WARNING: unrecognized options: --with-cards
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for cross-compiler... gcc
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.16... found.
checking for snd_ctl_open in -lasound... yes
checking for alsa/pcm.h... yes
checking for alsa/mixer.h... yes
checking for alsa/rawmidi.h... yes
checking for alsa/seq.h... yes
checking for samplerate.h... no
checking for librt... checking for clock_gettime in -lrt... yes
checking for xmlto... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for ncursesw5-config... yes
checking for curses library... ncursesw
checking for curses header name...
checking for curses compiler flags... -I/usr/include/ncursesw
checking for curses NLS support... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking panel.h usability... yes
checking panel.h presence... yes
checking for panel.h... yes
checking menu.h usability... yes
checking menu.h presence... yes
checking for menu.h... yes
checking form.h usability... yes
checking form.h presence... yes
checking for form.h... yes
checking for new_panel in -lpanelw... yes
checking for new_menu in -lmenuw... yes
checking for new_form in -lformw... yes
checking for curses linker flags... -L/usr/lib -lformw -lmenuw -lpanelw -lncursesw
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating alsactl/Makefile
config.status: creating alsactl/init/Makefile
config.status: creating alsamixer/Makefile
config.status: creating amidi/Makefile
config.status: creating amixer/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating alsaconf/alsaconf
config.status: creating alsaconf/Makefile
config.status: creating alsaconf/po/Makefile
config.status: WARNING: 'alsaconf/po/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating alsaucm/Makefile
config.status: creating aplay/Makefile
config.status: creating include/Makefile
config.status: creating iecset/Makefile
config.status: creating utils/Makefile
config.status: creating utils/alsa-utils.spec
config.status: creating seq/Makefile
config.status: creating seq/aconnect/Makefile
config.status: creating seq/aplaymidi/Makefile
config.status: creating seq/aseqdump/Makefile
config.status: creating seq/aseqnet/Makefile
config.status: creating speaker-test/Makefile
config.status: creating speaker-test/samples/Makefile
config.status: creating alsaloop/Makefile
config.status: creating include/aconfig.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-cards
laura@ubuntu:~/alsa-utils-1.0.24.2$ make
Making all in include
make[1]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/include»
make all-am
make[2]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/include»
make[2]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/include»
make[1]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/include»
Making all in alsactl
make[1]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/alsactl»
Making all in init
make[2]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/alsactl/init»
make[2]: Non c'è da fare nulla per «all»
make[2]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/alsactl/init»
make[2]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/alsactl»
gcc -DHAVE_CONFIG_H -I. -I../include -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -g -O2 -MT alsactl-alsactl.o -MD -MP -MF .deps/alsactl-alsactl.Tpo -c -o alsactl-alsactl.o `test -f 'alsactl.c' || echo './'`alsactl.c
mv -f .deps/alsactl-alsactl.Tpo .deps/alsactl-alsactl.Po
gcc -DHAVE_CONFIG_H -I. -I../include -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -g -O2 -MT alsactl-state.o -MD -MP -MF .deps/alsactl-state.Tpo -c -o alsactl-state.o `test -f 'state.c' || echo './'`state.c
mv -f .deps/alsactl-state.Tpo .deps/alsactl-state.Po
gcc -DHAVE_CONFIG_H -I. -I../include -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -g -O2 -MT alsactl-utils.o -MD -MP -MF .deps/alsactl-utils.Tpo -c -o alsactl-utils.o `test -f 'utils.c' || echo './'`utils.c
utils.c: In function ‘initfailed’:
utils.c:94: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
utils.c:95: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
utils.c:96: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
utils.c:97: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
utils.c:98: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
utils.c:99: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
mv -f .deps/alsactl-utils.Tpo .deps/alsactl-utils.Po
gcc -DHAVE_CONFIG_H -I. -I../include -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -g -O2 -MT alsactl-init_parse.o -MD -MP -MF .deps/alsactl-init_parse.Tpo -c -o alsactl-init_parse.o `test -f 'init_parse.c' || echo './'`init_parse.c
mv -f .deps/alsactl-init_parse.Tpo .deps/alsactl-init_parse.Po
gcc -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -g -O2 -o alsactl alsactl-alsactl.o alsactl-state.o alsactl-utils.o alsactl-init_parse.o -lasound -lm -ldl -lpthread
xmlto man alsactl_init.xml
Note: Writing alsactl_init.7
make[2]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/alsactl»
make[1]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/alsactl»
Making all in alsaucm
make[1]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/alsaucm»
gcc -DHAVE_CONFIG_H -I. -I../include -Wall -I../include -I../../alsa-lib/include -g -O2 -MT usecase.o -MD -MP -MF .deps/usecase.Tpo -c -o usecase.o usecase.c
usecase.c:40:27: error: alsa/use-case.h: Nessun file o directory
usecase.c:47: error: expected specifier-qualifier-list before ‘snd_use_case_mgr_t’
usecase.c: In function ‘dump_help’:
usecase.c:104: error: ‘struct context’ has no member named ‘command’
usecase.c:105: error: ‘struct context’ has no member named ‘command’
usecase.c: In function ‘parse_line’:
usecase.c:132: error: ‘struct context’ has no member named ‘argc’
usecase.c:156: error: ‘struct context’ has no member named ‘argc’
usecase.c:158: error: ‘struct context’ has no member named ‘argc’
usecase.c:158: error: ‘struct context’ has no member named ‘arga’
usecase.c:159: error: ‘struct context’ has no member named ‘arga’
usecase.c:160: error: ‘struct context’ has no member named ‘argv’
usecase.c:161: error: ‘struct context’ has no member named ‘arga’
usecase.c:164: error: ‘struct context’ has no member named ‘argv’
usecase.c:166: error: ‘struct context’ has no member named ‘argv’
usecase.c:166: error: ‘struct context’ has no member named ‘argc’
usecase.c: In function ‘do_one’:
usecase.c:177: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:179: error: ‘struct context’ has no member named ‘command’
usecase.c:184: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:185: warning: implicit declaration of function ‘snd_use_case_mgr_close’
usecase.c:185: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:186: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:187: error: ‘struct context’ has no member named ‘card’
usecase.c:188: error: ‘struct context’ has no member named ‘card’
usecase.c:189: warning: implicit declaration of function ‘snd_use_case_mgr_open’
usecase.c:189: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:189: error: ‘struct context’ has no member named ‘card’
usecase.c:193: error: ‘struct context’ has no member named ‘command’
usecase.c:193: error: ‘struct context’ has no member named ‘card’
usecase.c:199: warning: implicit declaration of function ‘snd_use_case_mgr_reset’
usecase.c:199: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:203: error: ‘struct context’ has no member named ‘command’
usecase.c:203: error: ‘struct context’ has no member named ‘card’
usecase.c:209: warning: implicit declaration of function ‘snd_use_case_mgr_reload’
usecase.c:209: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:213: error: ‘struct context’ has no member named ‘command’
usecase.c:213: error: ‘struct context’ has no member named ‘card’
usecase.c:219: warning: implicit declaration of function ‘snd_use_case_card_list’
usecase.c:223: error: ‘struct context’ has no member named ‘command’
usecase.c:234: warning: implicit declaration of function ‘snd_use_case_free_list’
usecase.c:237: warning: implicit declaration of function ‘snd_use_case_get_list’
usecase.c:237: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:243: error: ‘struct context’ has no member named ‘command’
usecase.c:257: warning: implicit declaration of function ‘snd_use_case_set’
usecase.c:257: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:261: error: ‘struct context’ has no member named ‘command’
usecase.c:267: warning: implicit declaration of function ‘snd_use_case_get’
usecase.c:267: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:271: error: ‘struct context’ has no member named ‘command’
usecase.c:279: warning: implicit declaration of function ‘snd_use_case_geti’
usecase.c:279: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:283: error: ‘struct context’ has no member named ‘command’
usecase.c:290: error: ‘struct context’ has no member named ‘do_exit’
usecase.c:297: error: ‘struct context’ has no member named ‘command’
usecase.c: In function ‘do_commands’:
usecase.c:309: error: ‘struct context’ has no member named ‘argc’
usecase.c:309: error: ‘struct context’ has no member named ‘do_exit’
usecase.c:310: error: ‘struct context’ has no member named ‘argv’
usecase.c:317: error: ‘struct context’ has no member named ‘command’
usecase.c:320: error: ‘struct context’ has no member named ‘argc’
usecase.c:323: error: ‘struct context’ has no member named ‘command’
usecase.c:326: error: ‘struct context’ has no member named ‘argv’
usecase.c: In function ‘my_exit’:
usecase.c:337: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:338: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:339: error: ‘struct context’ has no member named ‘arga’
usecase.c:340: error: ‘struct context’ has no member named ‘argv’
usecase.c:341: error: ‘struct context’ has no member named ‘card’
usecase.c:342: error: ‘struct context’ has no member named ‘card’
usecase.c:343: error: ‘struct context’ has no member named ‘batch’
usecase.c:344: error: ‘struct context’ has no member named ‘batch’
usecase.c: In function ‘main’:
usecase.c:375: error: ‘struct context’ has no member named ‘command’
usecase.c:386: error: ‘struct context’ has no member named ‘card’
usecase.c:387: error: ‘struct context’ has no member named ‘card’
usecase.c:388: error: ‘struct context’ has no member named ‘card’
usecase.c:391: error: ‘struct context’ has no member named ‘interactive’
usecase.c:392: error: ‘struct context’ has no member named ‘batch’
usecase.c:395: error: ‘struct context’ has no member named ‘batch’
usecase.c:396: error: ‘struct context’ has no member named ‘interactive’
usecase.c:399: error: ‘struct context’ has no member named ‘no_open’
usecase.c:407: error: ‘struct context’ has no member named ‘no_open’
usecase.c:407: error: ‘struct context’ has no member named ‘card’
usecase.c:417: error: ‘struct context’ has no member named ‘card’
usecase.c:422: error: ‘struct context’ has no member named ‘no_open’
usecase.c:423: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:424: error: ‘struct context’ has no member named ‘card’
usecase.c:428: error: ‘struct context’ has no member named ‘card’
usecase.c:435: error: ‘struct context’ has no member named ‘argv’
usecase.c:436: error: ‘struct context’ has no member named ‘argc’
usecase.c:442: error: ‘struct context’ has no member named ‘interactive’
usecase.c:442: error: ‘struct context’ has no member named ‘batch’
usecase.c:445: error: ‘struct context’ has no member named ‘interactive’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: warning: left-hand operand of comma expression has no effect
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: warning: left-hand operand of comma expression has no effect
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:452: error: ‘struct context’ has no member named ‘batch’
usecase.c:455: error: ‘struct context’ has no member named ‘batch’
usecase.c:462: error: ‘struct context’ has no member named ‘do_exit’
usecase.c:463: error: ‘struct context’ has no member named ‘interactive’
usecase.c:476: error: ‘struct context’ has no member named ‘interactive’
make[1]: *** [usecase.o] Errore 1
make[1]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/alsaucm»
make: *** [all-recursive] Errore 1
laura@ubuntu:~/alsa-utils-1.0.24.2$
...grazie
laura@ubuntu:~$ cd alsa-utils*
laura@ubuntu:~/alsa-utils-1.0.24.2$ ./configure --with-cards=hda-intel
configure: WARNING: unrecognized options: --with-cards
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for cross-compiler... gcc
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.16... found.
checking for snd_ctl_open in -lasound... yes
checking for alsa/pcm.h... yes
checking for alsa/mixer.h... yes
checking for alsa/rawmidi.h... yes
checking for alsa/seq.h... yes
checking for samplerate.h... no
checking for librt... checking for clock_gettime in -lrt... yes
checking for xmlto... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for ncursesw5-config... yes
checking for curses library... ncursesw
checking for curses header name...
checking for curses compiler flags... -I/usr/include/ncursesw
checking for curses NLS support... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking panel.h usability... yes
checking panel.h presence... yes
checking for panel.h... yes
checking menu.h usability... yes
checking menu.h presence... yes
checking for menu.h... yes
checking form.h usability... yes
checking form.h presence... yes
checking for form.h... yes
checking for new_panel in -lpanelw... yes
checking for new_menu in -lmenuw... yes
checking for new_form in -lformw... yes
checking for curses linker flags... -L/usr/lib -lformw -lmenuw -lpanelw -lncursesw
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating alsactl/Makefile
config.status: creating alsactl/init/Makefile
config.status: creating alsamixer/Makefile
config.status: creating amidi/Makefile
config.status: creating amixer/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating alsaconf/alsaconf
config.status: creating alsaconf/Makefile
config.status: creating alsaconf/po/Makefile
config.status: WARNING: 'alsaconf/po/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating alsaucm/Makefile
config.status: creating aplay/Makefile
config.status: creating include/Makefile
config.status: creating iecset/Makefile
config.status: creating utils/Makefile
config.status: creating utils/alsa-utils.spec
config.status: creating seq/Makefile
config.status: creating seq/aconnect/Makefile
config.status: creating seq/aplaymidi/Makefile
config.status: creating seq/aseqdump/Makefile
config.status: creating seq/aseqnet/Makefile
config.status: creating speaker-test/Makefile
config.status: creating speaker-test/samples/Makefile
config.status: creating alsaloop/Makefile
config.status: creating include/aconfig.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-cards
laura@ubuntu:~/alsa-utils-1.0.24.2$ make
Making all in include
make[1]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/include»
make all-am
make[2]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/include»
make[2]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/include»
make[1]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/include»
Making all in alsactl
make[1]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/alsactl»
Making all in init
make[2]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/alsactl/init»
make[2]: Non c'è da fare nulla per «all»
make[2]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/alsactl/init»
make[2]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/alsactl»
gcc -DHAVE_CONFIG_H -I. -I../include -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -g -O2 -MT alsactl-alsactl.o -MD -MP -MF .deps/alsactl-alsactl.Tpo -c -o alsactl-alsactl.o `test -f 'alsactl.c' || echo './'`alsactl.c
mv -f .deps/alsactl-alsactl.Tpo .deps/alsactl-alsactl.Po
gcc -DHAVE_CONFIG_H -I. -I../include -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -g -O2 -MT alsactl-state.o -MD -MP -MF .deps/alsactl-state.Tpo -c -o alsactl-state.o `test -f 'state.c' || echo './'`state.c
mv -f .deps/alsactl-state.Tpo .deps/alsactl-state.Po
gcc -DHAVE_CONFIG_H -I. -I../include -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -g -O2 -MT alsactl-utils.o -MD -MP -MF .deps/alsactl-utils.Tpo -c -o alsactl-utils.o `test -f 'utils.c' || echo './'`utils.c
utils.c: In function ‘initfailed’:
utils.c:94: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
utils.c:95: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
utils.c:96: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
utils.c:97: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
utils.c:98: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
utils.c:99: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
mv -f .deps/alsactl-utils.Tpo .deps/alsactl-utils.Po
gcc -DHAVE_CONFIG_H -I. -I../include -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -g -O2 -MT alsactl-init_parse.o -MD -MP -MF .deps/alsactl-init_parse.Tpo -c -o alsactl-init_parse.o `test -f 'init_parse.c' || echo './'`init_parse.c
mv -f .deps/alsactl-init_parse.Tpo .deps/alsactl-init_parse.Po
gcc -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -g -O2 -o alsactl alsactl-alsactl.o alsactl-state.o alsactl-utils.o alsactl-init_parse.o -lasound -lm -ldl -lpthread
xmlto man alsactl_init.xml
Note: Writing alsactl_init.7
make[2]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/alsactl»
make[1]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/alsactl»
Making all in alsaucm
make[1]: ingresso nella directory «/home/laura/alsa-utils-1.0.24.2/alsaucm»
gcc -DHAVE_CONFIG_H -I. -I../include -Wall -I../include -I../../alsa-lib/include -g -O2 -MT usecase.o -MD -MP -MF .deps/usecase.Tpo -c -o usecase.o usecase.c
usecase.c:40:27: error: alsa/use-case.h: Nessun file o directory
usecase.c:47: error: expected specifier-qualifier-list before ‘snd_use_case_mgr_t’
usecase.c: In function ‘dump_help’:
usecase.c:104: error: ‘struct context’ has no member named ‘command’
usecase.c:105: error: ‘struct context’ has no member named ‘command’
usecase.c: In function ‘parse_line’:
usecase.c:132: error: ‘struct context’ has no member named ‘argc’
usecase.c:156: error: ‘struct context’ has no member named ‘argc’
usecase.c:158: error: ‘struct context’ has no member named ‘argc’
usecase.c:158: error: ‘struct context’ has no member named ‘arga’
usecase.c:159: error: ‘struct context’ has no member named ‘arga’
usecase.c:160: error: ‘struct context’ has no member named ‘argv’
usecase.c:161: error: ‘struct context’ has no member named ‘arga’
usecase.c:164: error: ‘struct context’ has no member named ‘argv’
usecase.c:166: error: ‘struct context’ has no member named ‘argv’
usecase.c:166: error: ‘struct context’ has no member named ‘argc’
usecase.c: In function ‘do_one’:
usecase.c:177: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:179: error: ‘struct context’ has no member named ‘command’
usecase.c:184: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:185: warning: implicit declaration of function ‘snd_use_case_mgr_close’
usecase.c:185: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:186: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:187: error: ‘struct context’ has no member named ‘card’
usecase.c:188: error: ‘struct context’ has no member named ‘card’
usecase.c:189: warning: implicit declaration of function ‘snd_use_case_mgr_open’
usecase.c:189: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:189: error: ‘struct context’ has no member named ‘card’
usecase.c:193: error: ‘struct context’ has no member named ‘command’
usecase.c:193: error: ‘struct context’ has no member named ‘card’
usecase.c:199: warning: implicit declaration of function ‘snd_use_case_mgr_reset’
usecase.c:199: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:203: error: ‘struct context’ has no member named ‘command’
usecase.c:203: error: ‘struct context’ has no member named ‘card’
usecase.c:209: warning: implicit declaration of function ‘snd_use_case_mgr_reload’
usecase.c:209: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:213: error: ‘struct context’ has no member named ‘command’
usecase.c:213: error: ‘struct context’ has no member named ‘card’
usecase.c:219: warning: implicit declaration of function ‘snd_use_case_card_list’
usecase.c:223: error: ‘struct context’ has no member named ‘command’
usecase.c:234: warning: implicit declaration of function ‘snd_use_case_free_list’
usecase.c:237: warning: implicit declaration of function ‘snd_use_case_get_list’
usecase.c:237: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:243: error: ‘struct context’ has no member named ‘command’
usecase.c:257: warning: implicit declaration of function ‘snd_use_case_set’
usecase.c:257: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:261: error: ‘struct context’ has no member named ‘command’
usecase.c:267: warning: implicit declaration of function ‘snd_use_case_get’
usecase.c:267: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:271: error: ‘struct context’ has no member named ‘command’
usecase.c:279: warning: implicit declaration of function ‘snd_use_case_geti’
usecase.c:279: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:283: error: ‘struct context’ has no member named ‘command’
usecase.c:290: error: ‘struct context’ has no member named ‘do_exit’
usecase.c:297: error: ‘struct context’ has no member named ‘command’
usecase.c: In function ‘do_commands’:
usecase.c:309: error: ‘struct context’ has no member named ‘argc’
usecase.c:309: error: ‘struct context’ has no member named ‘do_exit’
usecase.c:310: error: ‘struct context’ has no member named ‘argv’
usecase.c:317: error: ‘struct context’ has no member named ‘command’
usecase.c:320: error: ‘struct context’ has no member named ‘argc’
usecase.c:323: error: ‘struct context’ has no member named ‘command’
usecase.c:326: error: ‘struct context’ has no member named ‘argv’
usecase.c: In function ‘my_exit’:
usecase.c:337: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:338: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:339: error: ‘struct context’ has no member named ‘arga’
usecase.c:340: error: ‘struct context’ has no member named ‘argv’
usecase.c:341: error: ‘struct context’ has no member named ‘card’
usecase.c:342: error: ‘struct context’ has no member named ‘card’
usecase.c:343: error: ‘struct context’ has no member named ‘batch’
usecase.c:344: error: ‘struct context’ has no member named ‘batch’
usecase.c: In function ‘main’:
usecase.c:375: error: ‘struct context’ has no member named ‘command’
usecase.c:386: error: ‘struct context’ has no member named ‘card’
usecase.c:387: error: ‘struct context’ has no member named ‘card’
usecase.c:388: error: ‘struct context’ has no member named ‘card’
usecase.c:391: error: ‘struct context’ has no member named ‘interactive’
usecase.c:392: error: ‘struct context’ has no member named ‘batch’
usecase.c:395: error: ‘struct context’ has no member named ‘batch’
usecase.c:396: error: ‘struct context’ has no member named ‘interactive’
usecase.c:399: error: ‘struct context’ has no member named ‘no_open’
usecase.c:407: error: ‘struct context’ has no member named ‘no_open’
usecase.c:407: error: ‘struct context’ has no member named ‘card’
usecase.c:417: error: ‘struct context’ has no member named ‘card’
usecase.c:422: error: ‘struct context’ has no member named ‘no_open’
usecase.c:423: error: ‘struct context’ has no member named ‘uc_mgr’
usecase.c:424: error: ‘struct context’ has no member named ‘card’
usecase.c:428: error: ‘struct context’ has no member named ‘card’
usecase.c:435: error: ‘struct context’ has no member named ‘argv’
usecase.c:436: error: ‘struct context’ has no member named ‘argc’
usecase.c:442: error: ‘struct context’ has no member named ‘interactive’
usecase.c:442: error: ‘struct context’ has no member named ‘batch’
usecase.c:445: error: ‘struct context’ has no member named ‘interactive’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: warning: left-hand operand of comma expression has no effect
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: warning: left-hand operand of comma expression has no effect
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:449: error: ‘struct context’ has no member named ‘batch’
usecase.c:452: error: ‘struct context’ has no member named ‘batch’
usecase.c:455: error: ‘struct context’ has no member named ‘batch’
usecase.c:462: error: ‘struct context’ has no member named ‘do_exit’
usecase.c:463: error: ‘struct context’ has no member named ‘interactive’
usecase.c:476: error: ‘struct context’ has no member named ‘interactive’
make[1]: *** [usecase.o] Errore 1
make[1]: uscita dalla directory «/home/laura/alsa-utils-1.0.24.2/alsaucm»
make: *** [all-recursive] Errore 1
laura@ubuntu:~/alsa-utils-1.0.24.2$
...grazie
- steff
- Moderatore Globale

- Messaggi: 40359
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: problemi audio dopo installazione aggiornamenti
Per favore incolla la prossima volta un affare così tra tag "codice" (bottone # sopra la faccine) 
Assumo che le prima due (driver lib) hai complilato e installato senza errori.
Prova la versione 1.0.23 di alsa-utils, rimuovi la cartella alsa-utils-1-0.24.2 e daiscompattala e riprova
Assumo che le prima due (driver lib) hai complilato e installato senza errori.
Prova la versione 1.0.23 di alsa-utils, rimuovi la cartella alsa-utils-1-0.24.2 e dai
Codice: Seleziona tutto
wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.23.tar.bz2Codice: Seleziona tutto
cd alsa-utils*
./configure --with-cards=hda-intel
make
sudo make install
sudo alsaconf
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
Re: problemi audio dopo installazione aggiornamenti
per scompattarla che comandi devo dare? ???
- gativa
- Scoppiettante Seguace

- Messaggi: 445
- Iscrizione: venerdì 4 giugno 2010, 14:37
- Distribuzione: Lubuntu 16.04 32bit
Re: problemi audio dopo installazione aggiornamenti
Codice: Seleziona tutto
tar -jxvf alsa-utils-1.0.23.tar.bz2 Re: problemi audio dopo installazione aggiornamenti
Codice: Seleziona tutto
Soundcard Selection ├──────────────────────────┐
│ │
│ Following card(s) are found on your system. │
│ │
│ hda-intel ATI Technologies Inc IXP SB4x0 Hi │
│ legacy Probe legacy ISA (non-PnP) chips - gativa
- Scoppiettante Seguace

- Messaggi: 445
- Iscrizione: venerdì 4 giugno 2010, 14:37
- Distribuzione: Lubuntu 16.04 32bit
Re: problemi audio dopo installazione aggiornamenti
Presumo il primo, comunque per conferma apri un altro terminale, dai
e vedrai quale è il dispositivo audio della tua macchina.
(la prima lettera è una elle e non un 1)
Codice: Seleziona tutto
lspci | grep Audio(la prima lettera è una elle e non un 1)
Re: problemi audio dopo installazione aggiornamenti
Codice: Seleziona tutto
Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.
Have a lot of fun!però per esempio se do il comando alsamixer, mi viene ancora scritto che è impossibile aprirlo e che non trova file o directory..
- gativa
- Scoppiettante Seguace

- Messaggi: 445
- Iscrizione: venerdì 4 giugno 2010, 14:37
- Distribuzione: Lubuntu 16.04 32bit
Re: problemi audio dopo installazione aggiornamenti
Stando alla guida che hai linkato dovresti riavviare il sistema. Inoltre:
Alsa una volta installato si setta automaticamente con il volume al minimo
Re: problemi audio dopo installazione aggiornamenti
uff... ho riavviato, però ancora cercando su terminale alsamixer mi dice che non lo trova, inoltre(non so se c'entra qualcosa) su preferenze audio come dispositivo per l'audio ho output dummy...
- steff
- Moderatore Globale

- Messaggi: 40359
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: problemi audio dopo installazione aggiornamenti
Hai installato tutti e tre vero?
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti