Jag har ett integrerat ljudkort AC 97.
Just nu funkar inget ljud alls. Aduacity klagar så här:
There was an error initializing the adio i/0 layer you will not be able to play or record audio.
Flight Gear klagar så här:
open /dev/[sound/]dsp: No such device Audio initialization failed! There was an error opening the ALC device
ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c
ALSA lib confmisc.c
ALSA lib conf.c
ALSA lib conf.c
ALSA lib pcm.c
open /dev/[sound/]dsp: No such file or directory
Audio initialization failed!
---------------------------------------------------------------------------------------------------------
Har kört några av de kommandon som finns för att felsöka ljud, jag vet inte vad allt betyder men någon med lite skills kanske kan uttyda hur man kan komma till rätta med problemet.
~lspci
0000:00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH 5R) AC'97 Audio Controller (rev 02)
---------------------------------------------------------------------------------------------------------------
~cat /proc/asound/cards
0 [Camera ]: USB-Audio - Camera
Camera at usb-0000:00:1d.1-1, full speed
1 [ICH5 ]: ICH4 - Intel ICH5
Intel ICH5 with AD1980 at 0xfebffa00, irq 209
--------------------------------------------------------------------------------------------------------------------
~cat /proc/asound/cards
0 [Camera ]: USB-Audio - Camera
Camera at usb-0000:00:1d.1-1, full speed
1 [ICH5 ]: ICH4 - Intel ICH5
Intel ICH5 with AD1980 at 0xfebffa00, irq 209
tobbyd@Dapper:~$ lsmod | grep snd
snd_intel8x0 33692 0
snd_ac97_codec 93216 1 snd_intel8x0
snd_ac97_bus 2304 1 snd_ac97_codec
snd_usb_audio 79296 1
snd_pcm_oss 53664 0
snd_mixer_oss 18688 1 snd_pcm_oss
snd_pcm 89864 4 snd_intel8x0,snd_ac97_codec,snd_usb_audio,snd_pc m_oss
snd_timer 25220 1 snd_pcm
snd_usb_lib 16640 1 snd_usb_audio
snd_page_alloc 10632 2 snd_intel8x0,snd_pcm
snd_rawmidi 25504 1 snd_usb_lib
snd_seq_device 8716 1 snd_rawmidi
snd_hwdep 9376 1 snd_usb_audio
snd 55268 12 snd_intel8x0,snd_ac97_codec,snd_usb_audio,snd_p cm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_rawmidi,snd_seq_device,snd_hwdep
soundcore 10208 1 snd
usbcore 130820 7 usblp,snd_usb_audio,snd_usb_lib,usb_storage,ehci _hcd,uhci_hcd
-----------------------------------------------------------------------------------------------------------------------------
Hjälp por favor!