LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-24-2006, 09:58 PM   #1
h0mes1ck
LQ Newbie
 
Registered: Jul 2005
Posts: 4

Rep: Reputation: 0
Upgraded to 2.6.10 kernel and now sound doesn't work


I was using the default 2.4.31 kernel with Slack 10.2. Now, when I boot, I get the error "FATAL: Module via82cxxx_audio not found." When I was choosing what modules to compile, I chose the snd-via82xx modules, and never saw a via82cxxx_audio one. I have a Soyo KT600 Dragon Plus v1.0 motherboard with onboard VIA AC97 sound. When I try to play any sound, the first half second of the song plays over and over. I tried modprobing snd-via82xx, the module loads, but I still have the same problem when I try to play anything. I don't really know what to do, so any help is appreciated.
 
Old 04-25-2006, 01:05 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
You don't say how you upgraded your kernel. I'm too old and tired to play 20 questions. Issue and read "man alsa" and read this Kernel Rebuild Guide and I guarantee answers are in those two documents.

This is some VIA VT82XX info:
Code:
anna@peter:~/kernel$ uname -a
Linux peter 2.6.16.9 #1 PREEMPT Sun Apr 23 21:02:26 CST 2006 i686 athlon-4 i386 GNU/Linux
Code:
anna@peter:~/kernel$ dmesg | grep -i via
PCI: Via IRQ fixup for 0000:00:11.1, from 255 to 15
VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1
via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Becker
eth0: VIA Rhine II at 0xec800000, 00:0c:6e:b3:99:0b, IRQ 11.
ALSA sound/pci/via82xx.c:579: codec_read: codec 0 is not valid [0xfe0000]
ALSA sound/pci/via82xx.c:579: codec_read: codec 0 is not valid [0xfe0000]
ALSA sound/pci/via82xx.c:579: codec_read: codec 0 is not valid [0xfe0000]
ALSA sound/pci/via82xx.c:579: codec_read: codec 0 is not valid [0xfe0000]
Code:
anna@peter:~/kernel$ /sbin/lspci
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
Code:
anna@peter:~$ lsmod | grep -i snd
snd_seq_dummy           2692  0
snd_seq_oss            34176  0
snd_seq_midi_event      6080  1 snd_seq_oss
snd_seq                55440  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss            57888  0
snd_mixer_oss          17600  3 snd_pcm_oss
snd_mpu401              5792  1
snd_via82xx            24468  2
snd_ac97_codec         94944  1 snd_via82xx
snd_ac97_bus            1792  1 snd_ac97_codec
snd_pcm                93384  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer              23684  2 snd_seq,snd_pcm
snd_page_alloc          8904  2 snd_via82xx,snd_pcm
snd_mpu401_uart         6592  2 snd_mpu401,snd_via82xx
snd_rawmidi            22432  1 snd_mpu401_uart
snd_seq_device          7244  4 snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
snd                    53220  15 snd_seq_dummy,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_mpu401,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               7840  3 snd
Code:
anna@peter:~/kernel$ cat linux-2.6.16.9/.config | grep -i snd
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PRINTK=y
CONFIG_SND_DEBUG=y
CONFIG_SND_DEBUG_DETECT=y
CONFIG_SND_MPU401_UART=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_BUS=m
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
<snip>
CONFIG_SND_VIA82XX=m
<snip>
NB: That is for kernel 2.6.16.9, but yours should be the same.

Last edited by Bruce Hill; 04-25-2006 at 06:52 AM.
 
Old 04-25-2006, 05:29 AM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Did you try running "alsaconf" to configure ALSA anew? And then ran "alsactl store" to save those settings across a reboot?

Eric
 
Old 04-25-2006, 11:05 AM   #4
interndan
Member
 
Registered: Aug 2004
Location: near Marion, Ill
Distribution: Slackware 15 64bit on Desktop Slackwarearm on Raspberry PI v1b
Posts: 381

Rep: Reputation: 38
After upgrading the kernel you also have to upgrade alsa as it was compiled against the old kernel. The alsa modules from testing have always worked for me when using 2.6.* kernels.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
upgraded to kernel 2.6.13, sound won't work Tylr Slackware 5 01-11-2006 12:34 PM
upgraded kernel to 2.6.10 but several things do not work now! parv Fedora 2 02-28-2005 10:22 AM
no sound - just upgraded kernel - HELP! tjay Linux - Hardware 2 06-17-2004 10:54 AM
Upgraded kernel, NDISwrapper don't work no more nyghtone Linux - Laptop and Netbook 2 04-15-2004 10:27 PM
upgraded kernel and now modem won't work... lowlight Linux - Networking 0 09-11-2003 01:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration