LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kernel 2.6.2 - i810_audio lost (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-2-6-2-i810_audio-lost-145356/)

sirphoenix 02-12-2004 02:52 PM

Kernel 2.6.2 - i810_audio lost
 
Got another problem :-) (learning from it)

since i've installed kernel 2.6.2 my sound is gone in KDE. at start it says smth like /dev/dsp not found.

ive checked "Intel i8x0/MX440" within kernel/ALSA configuration as module.

this driver doesnt seem to be the right one. i am missing the i810_audio module from 2.4.24 kernel :-(

when i modprobe this new module it seems to work but i still do not get sound.

any ideas?

Code:

$ lsmod
snd_intel8x0          32260  0
snd_ac97_codec        54788  1 snd_intel8x0
snd_pcm                88352  1 snd_intel8x0
snd_timer              24964  1 snd_pcm
snd_page_alloc        13060  2 snd_intel8x0,snd_pcm
snd_mpu401_uart        9984  1 snd_intel8x0
snd_rawmidi            23840  1 snd_mpu401_uart
snd_seq_device        10504  1 snd_rawmidi
snd                    46948  7 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,sn
d_mpu401_uart,snd_rawmidi,snd_seq_device
ipv6                  243904  8
appletalk              37840  2
ipx                    32292  2
soundcore              11232  1 snd
parport_pc            41004  1
lp                    13864  0
parport                40424  2 parport_pc,lp
autofs4                17152  0
af_packet              21128  0
agpgart                29996  0
nls_iso8859_1          7936  0
ntfs                  99564  0
msdos                  12800  0
via_rhine              22792  0
mii                    8192  1 via_rhine
crc32                  8064  1 via_rhine
usb_storage            66880  0
usbcore                98524  1 usb_storage
apm                    20716  0
rtc                    14664  0
ext3                  105128  0
jbd                    59544  1 ext3

alsa_init will fail when trying to set aumix...

trickykid 02-12-2004 04:39 PM

I had better luck using the old OSS drivers/modules instead of Alsa with 2.6.x to tell you the truth. I compiled my kernel with it built in.. worked like a charm.

Regards.

sirphoenix 02-13-2004 12:53 AM

hey trickykid, is there something within this forum like a collection of Q/A for Problems with 2.6? if there isnt, wouldnt it be an idea to collect those questions and (hopefully) answers?


All times are GMT -5. The time now is 11:40 AM.