Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12510 - alsa with via8233 module doesnt work on 1.4rc1
Summary: alsa with via8233 module doesnt work on 1.4rc1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-21 02:30 UTC by Rich Kowalczyk
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rich Kowalczyk 2002-12-21 02:30:17 UTC
i followed the directions in the alsa install guide to install alsa 0.9.0rc2. 
on reboot, computer freezes trying to start alsa (load the driver, i think).

i also tried using ACCEPT_KEYWORD="~x86" when emerging it, which uses alsa
0.9.0rc6, but this fails with:

checking for which soundcards to compile driver for... Unknown soundcard
via8233, exiting!
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2002-12-21 03:02:37 UTC
rc1 and rc2 froze my system on boot. rc5 and rc6 work fine. I have a SB Live!
(aka emu10k1)
Comment 2 Rich Kowalczyk 2002-12-21 09:52:27 UTC
It was pointed out to me that the name of the driver changed between versions
from via8233 to via82xx.  Once I changed this, alsa installed properly.  I still
do not have sound, but this is most likely a problem on my end rather then with
the alsa package, since everything looks fine.
Comment 3 Arcady Genkin (RETIRED) gentoo-dev 2002-12-21 10:00:44 UTC
Have you updated /etc/modules.d/alsa an run "update-modules"?
Comment 4 Rich Kowalczyk 2002-12-21 10:27:28 UTC
yes, i have updated /etc/modules.d/alsa for the new driver, and run update-modules.

when i stop and start alsa manually, i get:

bash-2.05b# /etc/init.d/alsasound stop
 * Shutting down ALSA modules....                                              
                                                                      [ ok ]
bash-2.05b# /etc/init.d/alsasound start
 * Initialising ALSA....
 * Starting sound driver: snd-via82xx Warning: ignoring snd_major=116, no such
parameter in this module
Warning: ignoring snd_cards_limit=1, no such parameter in this module
Module snd loaded, with warnings
Module snd-ac97-codec loaded, with warnings
Module snd-seq-device loaded, with warnings
Module snd-rawmidi loaded, with warnings
Module snd-mpu401-uart loaded, with warnings
Module snd-timer loaded, with warnings
Module snd-pcm loaded, with warnings
Module snd-via82xx loaded, with warnings  

maybe this is part of my problem?
Comment 5 Arcady Genkin (RETIRED) gentoo-dev 2002-12-21 10:34:08 UTC
Yes.  In rc6 all kernel symbols starting with snd_ were renamed.  Just remove
the snd_ prefix, like so:

  options snd snd_cards_limit=1
becomes:
  options snd cards_limit=1

This is true for any alsa-related snd_ prefixes in your /etc/modules.conf.
Feel free to reopen this bug if this still doesn't help.