I have got sound with last update, but I had to build modules by hand. Linux 2.6.24-11-generic provided my sound card module.
# aplay /usr/share/sounds/k3b_success1.wav ALSA lib confmisc.c:768:(parse_card) cannot find card '0' ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_concat returned error: No such device ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_refer returned error: No such device ALSA lib conf.c:3982:(snd_config_expand) Evaluate error: No such device ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default aplay: main:546: audio open error: No such device # dpkg-query -W linux-image-`uname -r` linux-image-2.6.24-12-generic 2.6.24-12.20 # lspci | grep Multimedia 00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50) # lspci -n | grep 0:11.5 00:11.5 0401: 1106:3059 (rev 50) # modinfo snd-via82xx modinfo: could not find module snd-via82xx # ls -l /lib/modules/`uname -r`/kernel/sound/pci ls: cannot access /lib/modules/2.6.24-12-generic/kernel/sound/pci: No such file or directory # find /lib/modules/`uname -r` -iname '*82xx*' (no output) # apt-get -y install alsa-source (installed package alsa-source) # module-assistant build alsa && module-assistant install alsa # modinfo snd-via82xx filename: /lib/modules/2.6.24-12-generic/updates/alsa/pci/snd-via82xx.ko license: GPL description: VIA VT82xx audio author: Jaroslav Kysela <[EMAIL PROTECTED]> srcversion: ABE5B69C337DEB40A89AFFA alias: pci:v00001106d00003059sv*sd*bc*sc*i* alias: pci:v00001106d00003058sv*sd*bc*sc*i* depends: snd-ac97-codec,snd-pcm,snd-page-alloc,snd-mpu401-uart,snd,gameport vermagic: 2.6.24-12-generic SMP mod_unload 586 parm: index:Index value for VIA 82xx bridge. (int) parm: id:ID string for VIA 82xx bridge. (charp) parm: mpu_port:MPU-401 port. (VT82C686x only) (long) parm: joystick:Enable joystick. (VT82C686x only) (bool) parm: ac97_clock:AC'97 codec clock (default 48000Hz). (int) parm: ac97_quirk:AC'97 workaround for strange hardware. (charp) parm: dxs_support:Support for DXS channels (0 = auto, 1 = enable, 2 = disable, 3 = 48k only, 4 = no VRA, 5 = enable any sample rate) (int) parm: enable:bool # modprobe snd-via82xx (no output) # aplay /usr/share/sounds/k3b_success1.wav Playing WAVE '/usr/share/sounds/k3b_success1.wav' : Unsigned 8 bit, Rate 8000 Hz, Mono -- no sound hardy kernel 2.6.24-12 https://bugs.launchpad.net/bugs/200338 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
