Hi,
I used to have sound, but after upgrading to the new Karmic Koala it doesn't work any more.
I googled it, and tried a few commands. The following shows something is wrong:
Code:
$> sudo aplay -l
aplay: device_list:223: no soundcards found...
Unfortunately I do not know how to fix it, or how to investigate further.
Any suggestions?
I've also included below some other commands that could help find the issue.
Many thanks,
Petru
Code:
$> lsb_release -a && uname -r
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic
2.6.28-16-generic
Code:
$> dmesg | egrep -i "sound|audio|snd"
//nothing
Code:
$> cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xfdff4000 irq 22
Code:
$> lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
Code:
$> lsmod | grep snd
snd_hda_intel 435252 0
snd_pcm_oss 46336 0
snd_mixer_oss 22656 1 snd_pcm_oss
snd_pcm 83076 2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy 10756 0
snd_seq_oss 37760 0
snd_seq_midi 14336 0
snd_rawmidi 29696 1 snd_seq_midi
snd_seq_midi_event 15104 2 snd_seq_oss,snd_seq_midi
snd_seq 56880 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 29704 2 snd_pcm,snd_seq
snd_seq_device 14988 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 62756 9 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,
snd_seq_oss,snd_rawmidi,
snd_seq,snd_timer,snd_seq_device
soundcore 15200 1 snd
snd_page_alloc 16904 2 snd_hda_intel,snd_pcm
Code:
$> sudo /etc/init.d/alsa-utils restart
* Shutting down ALSA...
* warning: 'alsactl store' failed with error message 'alsactl: save_state:1502:
No soundcards found...'...
Invalid card number.
Usage: amixer <options> [command]
Available options:
-h,--help this help
//...