-------Original Message------- From: Gerald Henriksen ghenriks@rogers.com
Any apps on freshrpms that are compiled to use ALSA require the alsa-libs rpm.
You need the alsa-utils rpm to get alsamixer so that you can unmute your soundcard.
and do we have a volunteer to go back over the last 20+ posts regarding ALSA sound under test-2.6.0 and summarize all that into a nice, condensed recipe? i've seen enough 2.6.0 kernel today to last me a while.
then we just have to pick a new topic to beat to death. ACPI, anyone?
rday
-- Rhl-beta-list mailing list Rhl-beta-list@redhat.com http://www.redhat.com/mailman/listinfo/rhl-beta-list
On Thu, 31 Jul 2003 22:57:57 -0400 (GMT), you wrote:
and do we have a volunteer to go back over the last 20+ posts regarding ALSA sound under test-2.6.0 and summarize all that into a nice, condensed recipe? i've seen enough 2.6.0 kernel today to last me a while.
I've made a note to put together a list of instructions including a couple of links into the ALSA website tomorrow.
Having said that anyone know why after 3 boots twice the driver hasn't been loaded automatically and I have had to do "modprobe snd-emu10k1" from a command prompt? This is my current stuff for sound in /etc/modprobe:
alias char-major-116 snd alias snd-card-0 snd-emu10k1 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss alias char-major-116 snd alias snd-card-0 snd-emu10k1 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss
I've had similar problems. 2.6 loads several alsa modules, but doesn't load snd-emu10k1 (and my conf file looks like yours). My temporary solution has been to put "modprobe snd-emu10k1" in my rc.local file.
David St.Clair
----- Original Message ----- From: "Gerald Henriksen" ghenriks@rogers.com To: rhl-beta-list@redhat.com Sent: Thursday, July 31, 2003 11:31 PM Subject: Re: 2.6.0- test2, getting sound to work?
On Thu, 31 Jul 2003 22:57:57 -0400 (GMT), you wrote:
and do we have a volunteer to go back over the last 20+ posts regarding ALSA sound under test-2.6.0 and summarize all that into a nice, condensed recipe? i've seen enough 2.6.0 kernel today to last me a while.
I've made a note to put together a list of instructions including a couple of links into the ALSA website tomorrow.
Having said that anyone know why after 3 boots twice the driver hasn't been loaded automatically and I have had to do "modprobe snd-emu10k1" from a command prompt? This is my current stuff for sound in /etc/modprobe:
alias char-major-116 snd alias snd-card-0 snd-emu10k1 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss alias char-major-116 snd alias snd-card-0 snd-emu10k1 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss
** Reply to message from Gerald Henriksen ghenriks@rogers.com on Thu, 31 Jul 2003 23:31:03 -0400
[snip]
alias char-major-116 snd alias snd-card-0 snd-emu10k1 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss alias char-major-116 snd alias snd-card-0 snd-emu10k1 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss
Any reason why the directives are doubled in the above?
jb
On Thu, 31 Jul 2003 21:36:35 -0700, you wrote:
Any reason why the directives are doubled in the above?
Mistake and copying and pasting, there actually is only one instance in my /etc/modprobe.
Thanks for the help but the issue became moot when playing music would consistently lock up my computer requiring the use of the reset button. I guess for now I will have to avoid 2.6.0-test2 and wait for the next release.