Ieri per tentare di risolvere un problema audio con un'applicazione ho messo il pacchetto pulseaudio seguendo questa guida:
http://ulisse.wordpress.com/2007/10/25/pulseaudio/Quello che ho fatto è:
- Ho messo il pacchetto pulseaudio da synaptic con relative dipendenze.
- # asoundconf set-pulseaudio.
- # asoundconf list (per vedere il nome della scheda).
- # asoundconf set-default-card Intel.
- Ho installato il pacchetto libflash support suggerito per youtube.
- Ho aggiunto il codice suggerito ad /home/.asoundrc per skype.
Poi una volta che pulseaudio ho visto che non serviva ho rimosso tutti i pacchetti relativi a pulseaudio aiutandomi con la cronolgia di synaptic, ho rimosso il pacchetto libflash support, ho rimosso la modifica al file .asoundrc, ho rimosso il pacchetto alsa-oss che avevo messo non so per cosa.
Risultato: l'audio non si sente più (ho provato con frozen bubble e con dei filmati in internet)
Se però vado in Sistema/Preferenze/Audio sento i suoni di test.
Se imposto alsa in tutte le voci non cambia nulla, ho provato anche con gli altri parametri.
Non mi si apriva alsamixer allora ho trovato un topic dove consigliavano di dare:
asoundconf list
sudo asoundconf set-default-card nome_scheda
alsamixer -V all
alsactl store
Con quei comandi vedo alsamixer ma l'audio è sempre assente.
Questo è il mio asound.rc:
# ALSA library configuration file
# Include settings that are under the control of asoundconf(1).
# (To disable these settings, comment out this line.)
</home/fabrizio/.asoundrc.asoundconf>
Questo è il mio .asoundrc.asoundconf:
# ALSA library configuration file managed by asoundconf(1).
#
# MANUAL CHANGES TO THIS FILE WILL BE OVERWRITTEN!
#
# Manual changes to the ALSA library configuration should be implemented
# by editing the ~/.asoundrc file, not by editing this file.
!defaults.pcm.card Intel
defaults.ctl.card Intel
defaults.pcm.device 0
defaults.pcm.subdevice -1
Non so bene che altro fare
