* [gentoo-user] alsa config
@ 2005-08-20 8:03 John Dangler
2005-08-20 19:09 ` John Dangler
0 siblings, 1 reply; 26+ messages in thread
From: John Dangler @ 2005-08-20 8:03 UTC (permalink / raw
To: gentoo-user
I have alsa configured into the kernel, but I think I goofed reading through
the alsa configuration.
when I run alsaconf, it recognizes the card in the system (intel8x0), but
after I select it, I get a dialog that says:
Configuring snd-***
Do you want to modify err?
Configuring [lib/liblow.c(329)]:
Do you want to modify /etc/modules.d/alsa?
hmm.
any input is appreciated.
John D
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: [gentoo-user] alsa config
2005-08-20 8:03 [gentoo-user] alsa config John Dangler
@ 2005-08-20 19:09 ` John Dangler
2005-08-20 19:31 ` Christoph Eckert
2005-08-20 20:19 ` Nagatoro
0 siblings, 2 replies; 26+ messages in thread
From: John Dangler @ 2005-08-20 19:09 UTC (permalink / raw
To: gentoo-user
I've tried modifying the conf file for this by putting in snd-intel8x0, but
the system isn't reading it for some reason. do I need to unmerge
alsa-driver and start again ?
Thanks for the assistance.
John D
-----Original Message-----
From: John Dangler [mailto:jdangler@atlantic.net]
Sent: Saturday, August 20, 2005 4:04 AM
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] alsa config
I have alsa configured into the kernel, but I think I goofed reading through
the alsa configuration.
when I run alsaconf, it recognizes the card in the system (intel8x0), but
after I select it, I get a dialog that says:
Configuring snd-***
Do you want to modify err?
Configuring [lib/liblow.c(329)]:
Do you want to modify /etc/modules.d/alsa?
hmm.
any input is appreciated.
John D
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config
2005-08-20 19:09 ` John Dangler
@ 2005-08-20 19:31 ` Christoph Eckert
2005-08-20 19:42 ` [gentoo-user] alsa config - help John Dangler
2005-08-21 0:02 ` [gentoo-user] alsa config John Jolet
2005-08-20 20:19 ` Nagatoro
1 sibling, 2 replies; 26+ messages in thread
From: Christoph Eckert @ 2005-08-20 19:31 UTC (permalink / raw
To: gentoo-user
Hi,
> I've tried modifying the conf file for this by putting in
> snd-intel8x0, but the system isn't reading it for some reason. do I
> need to unmerge alsa-driver and start again ?
you only need the alsa drivers if
* you're still on 2.4 kernels
* you haven't activated the in-kernel drivers in your 2.6 kernel
I use the drivers of the 2.6 kernel and am just happy with it.
Check the following:
* The config file is /etc/modules.d/alsa
* Mine contains something like
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
options snd device_mode=0666
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
and it works. There are no further ALSA driver configuration files.
After this, try
/etc/init.d/alsasound restart
Use alsamixer in a console window to adjust the settings. Ensure master
is open and PCM is unmuted and open.
Best regards & good luck,
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: [gentoo-user] alsa config - help
2005-08-20 19:31 ` Christoph Eckert
@ 2005-08-20 19:42 ` John Dangler
2005-08-20 20:18 ` Joe Menola
2005-08-20 20:29 ` Christoph Eckert
2005-08-21 0:02 ` [gentoo-user] alsa config John Jolet
1 sibling, 2 replies; 26+ messages in thread
From: John Dangler @ 2005-08-20 19:42 UTC (permalink / raw
To: gentoo-user
my /etc/modules.d/alsa file contained this (after alsaconf)
alias snd-card-0 snd-*** err [lib/liblow.c(329)]:
alias sound-slot-0 snd-*** err [lib/liblow.c(329)]:
I changed it to
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
I saved the file and ran /etc/init.d/alsasound restart and got this:
Loading ALSA modules ...
Loading snd-card-0 ...
FATAL: Module snd_*** not found. [!!]
Loading snd=seq-oss ... [OK]
Loading snd-pcm-oss ... [OK]
ERROR: Failed to load necessary drivers [OK]
Restoring mixer levels ... [OK]
yes, that's an underscore in the FATAL message
(and, of course, after this, alsamixer fails)
Any input is greatly appreciated.
John D
-----Original Message-----
From: Christoph Eckert [mailto:ce@christeck.de]
Sent: Saturday, August 20, 2005 3:31 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] alsa config
Hi,
> I've tried modifying the conf file for this by putting in
> snd-intel8x0, but the system isn't reading it for some reason. do I
> need to unmerge alsa-driver and start again ?
you only need the alsa drivers if
* you're still on 2.4 kernels
* you haven't activated the in-kernel drivers in your 2.6 kernel
I use the drivers of the 2.6 kernel and am just happy with it.
Check the following:
* The config file is /etc/modules.d/alsa
* Mine contains something like
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
options snd device_mode=0666
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
and it works. There are no further ALSA driver configuration files.
After this, try
/etc/init.d/alsasound restart
Use alsamixer in a console window to adjust the settings. Ensure master
is open and PCM is unmuted and open.
Best regards & good luck,
ce
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 19:42 ` [gentoo-user] alsa config - help John Dangler
@ 2005-08-20 20:18 ` Joe Menola
2005-08-20 21:27 ` John Dangler
2005-08-20 20:29 ` Christoph Eckert
1 sibling, 1 reply; 26+ messages in thread
From: Joe Menola @ 2005-08-20 20:18 UTC (permalink / raw
To: gentoo-user
On Saturday August 20 2005 2:42 pm, John Dangler wrote:
> my /etc/modules.d/alsa file contained this (after alsaconf)
> alias snd-card-0 snd-*** err [lib/liblow.c(329)]:
> alias sound-slot-0 snd-*** err [lib/liblow.c(329)]:
>
> I changed it to
> alias snd-card-0 snd-intel8x0
> alias sound-slot-0 snd-intel8x0
I had the same problem (caused by running alsaconf with kernel support
enabled), after fixing my alsa file I couldn't track down where the call for
the snd-*** was coming from.
My solution was to recompile my kernel with module support and then rerunning
alsaconf.
-jm
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config
2005-08-20 19:09 ` John Dangler
2005-08-20 19:31 ` Christoph Eckert
@ 2005-08-20 20:19 ` Nagatoro
2005-08-20 20:31 ` Christoph Eckert
2005-08-20 21:25 ` John Dangler
1 sibling, 2 replies; 26+ messages in thread
From: Nagatoro @ 2005-08-20 20:19 UTC (permalink / raw
To: gentoo-user
John Dangler wrote:
> I've tried modifying the conf file for this by putting in snd-intel8x0, but
> the system isn't reading it for some reason. do I need to unmerge
> alsa-driver and start again ?
[...]
> -----Original Message-----
> From: John Dangler [mailto:jdangler@atlantic.net]
> Sent: Saturday, August 20, 2005 4:04 AM
> To: gentoo-user@lists.gentoo.org
> Subject: [gentoo-user] alsa config
>
> I have alsa configured into the kernel, but I think I goofed reading through
As I've understood it you either use alsa-driver *or* configure it in
the kernel *not* both.
See http://www.gentoo.org/doc/en/alsa-guide.xml for more info.
--
Naga
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 19:42 ` [gentoo-user] alsa config - help John Dangler
2005-08-20 20:18 ` Joe Menola
@ 2005-08-20 20:29 ` Christoph Eckert
1 sibling, 0 replies; 26+ messages in thread
From: Christoph Eckert @ 2005-08-20 20:29 UTC (permalink / raw
To: gentoo-user
> FATAL: Module snd_*** not found. [!!]
this means your kernel did not build this module. I wonder because it's
needed on many machines with an onboard chipset.
Well, there are two possibilities, enable this module in the kernel,
rebuild and install the modules (attention, this will delete all nvidia
or vmware modules), or try building this driver manually and copy it
over to the modules directory.
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config
2005-08-20 20:19 ` Nagatoro
@ 2005-08-20 20:31 ` Christoph Eckert
2005-08-20 21:22 ` John Dangler
2005-08-20 21:25 ` John Dangler
1 sibling, 1 reply; 26+ messages in thread
From: Christoph Eckert @ 2005-08-20 20:31 UTC (permalink / raw
To: gentoo-user
> As I've understood it you either use alsa-driver *or* configure it in
> the kernel *not* both.
at least it's a mess of you do both.
Some people who always want the latest audio drivers don't use the
kernel drivers but always use the latest alsa-driver packages, but for
common desktop audio, there's no need for alsa-driver.
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: [gentoo-user] alsa config
2005-08-20 20:31 ` Christoph Eckert
@ 2005-08-20 21:22 ` John Dangler
2005-08-20 23:03 ` Christoph Eckert
0 siblings, 1 reply; 26+ messages in thread
From: John Dangler @ 2005-08-20 21:22 UTC (permalink / raw
To: gentoo-user
So, is the solution to unmerge the alsa-driver ?
Thanks for the response
John D
-----Original Message-----
From: Christoph Eckert [mailto:ce@christeck.de]
Sent: Saturday, August 20, 2005 4:32 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] alsa config
> As I've understood it you either use alsa-driver *or* configure it in
> the kernel *not* both.
at least it's a mess of you do both.
Some people who always want the latest audio drivers don't use the
kernel drivers but always use the latest alsa-driver packages, but for
common desktop audio, there's no need for alsa-driver.
Best regards
ce
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: [gentoo-user] alsa config
2005-08-20 20:19 ` Nagatoro
2005-08-20 20:31 ` Christoph Eckert
@ 2005-08-20 21:25 ` John Dangler
1 sibling, 0 replies; 26+ messages in thread
From: John Dangler @ 2005-08-20 21:25 UTC (permalink / raw
To: gentoo-user
As I said earlier, I think I goofed here. if I want to use the kernel
compiled module, will I resolve it by unmerging the alsa-driver ?
Thanks for the input.
John D
-----Original Message-----
From: Nagatoro [mailto:nagatoro@gmail.com]
Sent: Saturday, August 20, 2005 4:19 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] alsa config
John Dangler wrote:
> I've tried modifying the conf file for this by putting in snd-intel8x0,
but
> the system isn't reading it for some reason. do I need to unmerge
> alsa-driver and start again ?
[...]
> -----Original Message-----
> From: John Dangler [mailto:jdangler@atlantic.net]
> Sent: Saturday, August 20, 2005 4:04 AM
> To: gentoo-user@lists.gentoo.org
> Subject: [gentoo-user] alsa config
>
> I have alsa configured into the kernel, but I think I goofed reading
through
As I've understood it you either use alsa-driver *or* configure it in
the kernel *not* both.
See http://www.gentoo.org/doc/en/alsa-guide.xml for more info.
--
Naga
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: [gentoo-user] alsa config - help
2005-08-20 20:18 ` Joe Menola
@ 2005-08-20 21:27 ` John Dangler
2005-08-20 21:39 ` Joe Menola
0 siblings, 1 reply; 26+ messages in thread
From: John Dangler @ 2005-08-20 21:27 UTC (permalink / raw
To: gentoo-user
Joe~
>>(caused by running alsaconf with kernel support enabled),
>> My solution was to recompile my kernel with module support and then
rerunning alsaconf.
if you had kernel support built-in, and running alsaconf was what caused the
problem (which I think is what caused this problem as well), why would you
rerun alsaconf after recompiling the kernel ? wouldn't that cause the same
problem to occur twice?
Thanks for the input.
John D
-----Original Message-----
From: Joe Menola [mailto:menola@sbcglobal.net]
Sent: Saturday, August 20, 2005 4:18 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] alsa config - help
On Saturday August 20 2005 2:42 pm, John Dangler wrote:
> my /etc/modules.d/alsa file contained this (after alsaconf)
> alias snd-card-0 snd-*** err [lib/liblow.c(329)]:
> alias sound-slot-0 snd-*** err [lib/liblow.c(329)]:
>
> I changed it to
> alias snd-card-0 snd-intel8x0
> alias sound-slot-0 snd-intel8x0
I had the same problem (caused by running alsaconf with kernel support
enabled), after fixing my alsa file I couldn't track down where the call for
the snd-*** was coming from.
My solution was to recompile my kernel with module support and then
rerunning
alsaconf.
-jm
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 21:27 ` John Dangler
@ 2005-08-20 21:39 ` Joe Menola
2005-08-20 22:02 ` John Dangler
0 siblings, 1 reply; 26+ messages in thread
From: Joe Menola @ 2005-08-20 21:39 UTC (permalink / raw
To: gentoo-user
On Saturday August 20 2005 4:27 pm, John Dangler wrote:
> if you had kernel support built-in, and running alsaconf was what caused
> the problem (which I think is what caused this problem as well), why would
> you rerun alsaconf after recompiling the kernel ? wouldn't that cause the
> same problem to occur twice?
>
> Thanks for the input.
My recompiled kernel didn't have alsa built-in, it was compiled as a module.
Which is what alsaconf expects.
-jm
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: [gentoo-user] alsa config - help
2005-08-20 21:39 ` Joe Menola
@ 2005-08-20 22:02 ` John Dangler
2005-08-20 22:15 ` Joe Menola
2005-08-20 22:22 ` Joe Menola
0 siblings, 2 replies; 26+ messages in thread
From: John Dangler @ 2005-08-20 22:02 UTC (permalink / raw
To: gentoo-user
Joe~
That's what my .config has now (CONFIG_SND_INTEL8X0=m)
John Dangler
GenoFit
800-505-4078 (Corporate)
386-767-3730 (Direct)
www.genofit.com
jdangler@genofit.com
-----Original Message-----
From: Joe Menola [mailto:menola@sbcglobal.net]
Sent: Saturday, August 20, 2005 5:40 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] alsa config - help
On Saturday August 20 2005 4:27 pm, John Dangler wrote:
> if you had kernel support built-in, and running alsaconf was what caused
> the problem (which I think is what caused this problem as well), why would
> you rerun alsaconf after recompiling the kernel ? wouldn't that cause the
> same problem to occur twice?
>
> Thanks for the input.
My recompiled kernel didn't have alsa built-in, it was compiled as a module.
Which is what alsaconf expects.
-jm
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 22:02 ` John Dangler
@ 2005-08-20 22:15 ` Joe Menola
2005-08-20 22:22 ` Joe Menola
1 sibling, 0 replies; 26+ messages in thread
From: Joe Menola @ 2005-08-20 22:15 UTC (permalink / raw
To: gentoo-user
On Saturday August 20 2005 5:02 pm, John Dangler wrote:
> Joe~
> That's what my .config has now (CONFIG_SND_INTEL8X0=m)
Hmmm, no reason for alsaconf to fail then. Unless you skipped/forgot "make
modules_install?
What say "modprobe intel8x0" ?
-jm
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 22:02 ` John Dangler
2005-08-20 22:15 ` Joe Menola
@ 2005-08-20 22:22 ` Joe Menola
2005-08-20 22:34 ` John Dangler
1 sibling, 1 reply; 26+ messages in thread
From: Joe Menola @ 2005-08-20 22:22 UTC (permalink / raw
To: gentoo-user
On Saturday August 20 2005 5:02 pm, John Dangler wrote:
> Joe~
> That's what my .config has now (CONFIG_SND_INTEL8X0=m)
Just peeked at my config, looks like alsa also has to be modular, as well.
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: [gentoo-user] alsa config - help
2005-08-20 22:22 ` Joe Menola
@ 2005-08-20 22:34 ` John Dangler
2005-08-20 23:06 ` Christoph Eckert
0 siblings, 1 reply; 26+ messages in thread
From: John Dangler @ 2005-08-20 22:34 UTC (permalink / raw
To: gentoo-user
Yep. That's what mine has as well. I did try modprobe intel8x0 and got
this:
FATAL: Module intel8x0 not found
I appreciate your assistance. This is the last thing to get the basic
system running... :)
Since both the driver and the kernel compile can't cooperate when both are
on the system, I was wondering if unmerging the alsa-driver, re-compile the
kernel with the existing sound modules, and then re-running alsaconf
wouldn't fix this (?)
John D
-----Original Message-----
From: Joe Menola [mailto:menola@sbcglobal.net]
Sent: Saturday, August 20, 2005 6:22 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] alsa config - help
On Saturday August 20 2005 5:02 pm, John Dangler wrote:
> Joe~
> That's what my .config has now (CONFIG_SND_INTEL8X0=m)
Just peeked at my config, looks like alsa also has to be modular, as well.
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config
2005-08-20 21:22 ` John Dangler
@ 2005-08-20 23:03 ` Christoph Eckert
0 siblings, 0 replies; 26+ messages in thread
From: Christoph Eckert @ 2005-08-20 23:03 UTC (permalink / raw
To: gentoo-user
> So, is the solution to unmerge the alsa-driver ?
if you have the needed drivers compiled in the kernel, then yes,
unmergin alsa driver will reduce the confusion, nothing else :) .
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 22:34 ` John Dangler
@ 2005-08-20 23:06 ` Christoph Eckert
0 siblings, 0 replies; 26+ messages in thread
From: Christoph Eckert @ 2005-08-20 23:06 UTC (permalink / raw
To: gentoo-user
> Yep. That's what mine has as well. I did try modprobe intel8x0 and
> got this:
> FATAL: Module intel8x0 not found
note that *all* ALSA modules are prefixed by "snd_". The correct command
reads as "modprobe snd_intel8x0".
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config
2005-08-20 19:31 ` Christoph Eckert
2005-08-20 19:42 ` [gentoo-user] alsa config - help John Dangler
@ 2005-08-21 0:02 ` John Jolet
2005-08-21 0:58 ` [gentoo-user] RESOLVED " John Dangler
2005-08-21 1:21 ` [gentoo-user] " Holly Bostick
1 sibling, 2 replies; 26+ messages in thread
From: John Jolet @ 2005-08-21 0:02 UTC (permalink / raw
To: gentoo-user
On Saturday 20 August 2005 14:31, Christoph Eckert wrote:
> Hi,
>
> > I've tried modifying the conf file for this by putting in
> > snd-intel8x0, but the system isn't reading it for some reason. do I
> > need to unmerge alsa-driver and start again ?
>
> you only need the alsa drivers if
>
> * you're still on 2.4 kernels
> * you haven't activated the in-kernel drivers in your 2.6 kernel
>
> I use the drivers of the 2.6 kernel and am just happy with it.
>
> Check the following:
>
> * The config file is /etc/modules.d/alsa
>
> * Mine contains something like
>
> alias /dev/mixer snd-mixer-oss
> alias /dev/dsp snd-pcm-oss
> alias /dev/midi snd-seq-oss
>
> options snd device_mode=0666
>
> alias snd-card-0 snd-intel8x0
> alias sound-slot-0 snd-intel8x0
>
> and it works. There are no further ALSA driver configuration files.
>
> After this, try
>
> /etc/init.d/alsasound restart
>
> Use alsamixer in a console window to adjust the settings. Ensure master
> is open and PCM is unmuted and open.
>
>
> Best regards & good luck,
>
>
> ce
I have a question about that...using the in-kernel alsa drivers and I get
sound fine with xmms under kde, but the system notification sounds are
silent. I'm kinda mystified.
--
John Jolet
Your On-Demand IT Department
512-762-0729
www.jolet.net
john@jolet.net
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-user] RESOLVED alsa config
2005-08-21 0:02 ` [gentoo-user] alsa config John Jolet
@ 2005-08-21 0:58 ` John Dangler
2005-08-21 1:21 ` [gentoo-user] " Holly Bostick
1 sibling, 0 replies; 26+ messages in thread
From: John Dangler @ 2005-08-21 0:58 UTC (permalink / raw
To: gentoo-user
Uereka! it's okay.
I unmerged the alsa-driver, re-compiled the kernel, reset the sound
emulation, and all is well. Thanks for all the help!!!
Now, maybe I can attack the splash hiccup...
John D
-----Original Message-----
From: John Jolet [mailto:john@jolet.net]
Sent: Saturday, August 20, 2005 8:02 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] alsa config
On Saturday 20 August 2005 14:31, Christoph Eckert wrote:
> Hi,
>
> > I've tried modifying the conf file for this by putting in
> > snd-intel8x0, but the system isn't reading it for some reason. do I
> > need to unmerge alsa-driver and start again ?
>
> you only need the alsa drivers if
>
> * you're still on 2.4 kernels
> * you haven't activated the in-kernel drivers in your 2.6 kernel
>
> I use the drivers of the 2.6 kernel and am just happy with it.
>
> Check the following:
>
> * The config file is /etc/modules.d/alsa
>
> * Mine contains something like
>
> alias /dev/mixer snd-mixer-oss
> alias /dev/dsp snd-pcm-oss
> alias /dev/midi snd-seq-oss
>
> options snd device_mode=0666
>
> alias snd-card-0 snd-intel8x0
> alias sound-slot-0 snd-intel8x0
>
> and it works. There are no further ALSA driver configuration files.
>
> After this, try
>
> /etc/init.d/alsasound restart
>
> Use alsamixer in a console window to adjust the settings. Ensure master
> is open and PCM is unmuted and open.
>
>
> Best regards & good luck,
>
>
> ce
I have a question about that...using the in-kernel alsa drivers and I get
sound fine with xmms under kde, but the system notification sounds are
silent. I'm kinda mystified.
--
John Jolet
Your On-Demand IT Department
512-762-0729
www.jolet.net
john@jolet.net
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config
2005-08-21 0:02 ` [gentoo-user] alsa config John Jolet
2005-08-21 0:58 ` [gentoo-user] RESOLVED " John Dangler
@ 2005-08-21 1:21 ` Holly Bostick
2005-08-21 4:05 ` Raphael Melo de Oliveira Bastos Sales
2005-08-21 8:12 ` Anthony E. Caudel
1 sibling, 2 replies; 26+ messages in thread
From: Holly Bostick @ 2005-08-21 1:21 UTC (permalink / raw
To: gentoo-user
John Jolet schreef:
> On Saturday 20 August 2005 14:31, Christoph Eckert wrote:
>
>>
>>Use alsamixer in a console window to adjust the settings. Ensure master
>>is open and PCM is unmuted and open.
>>
>>
>
>
> I have a question about that...using the in-kernel alsa drivers and I get
> sound fine with xmms under kde, but the system notification sounds are
> silent. I'm kinda mystified.
If xmms plays, then your sound is obviously working. If KDE system
sounds are not playing, there could be 3 reasons that I can think of:
1) arts (the kde sound server) is not enabled. You can check this in
kcontrol=>Sound and Multimedia=>Sound System; is the checkbox for
'enable sound system' checked? Is the correct sound system selected in
the 'Hardware' tab? It's not much use to tell KDE to pipe aRTs through
ESD if you don't have ESD running)
2) system sounds are turned off. You can check this in kcontrol=>Sound
and Multimedia=>System Notifications. Is the checkbox and drop-down menu
to turn all sounds off perhaps enabled? Secondarily, try selecting an
event that has a sound attached. Does the 'Play sound' checkbox become
checked? If you test the sound using the little 'Play' button next to
the filename, can you hear it?
3) KMix is set to override alsamixer settings on login, and it (KMix) is
muted (KMix does not use or refer to the alsamixer settings, but rather
its own. It's very annoying, and why I avoided it during my brief time
using KDE). This can be fixed by running KMix and either unmuting the
appropriate channels if muted, or setting KMix not to override the ALSA
mixer settings on startup, or by setting KMix not to start at all at login.
Hope this helps,
Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config
2005-08-21 1:21 ` [gentoo-user] " Holly Bostick
@ 2005-08-21 4:05 ` Raphael Melo de Oliveira Bastos Sales
2005-08-21 8:12 ` Anthony E. Caudel
1 sibling, 0 replies; 26+ messages in thread
From: Raphael Melo de Oliveira Bastos Sales @ 2005-08-21 4:05 UTC (permalink / raw
To: gentoo-user
Hi there John,
First, remember to backup config files.
The suggestion I'd give you is to:
1 - put snd-intel8x0 in /etc/modules.autoload.d/kernel-2.6
2 - set your /etc/modules.d/alsa like this:
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
3 - rc-update add alsasound boot
4 - /etc/init.d/alsasound restart
Some programs that use OSS emulation need direct access to PCM. To do
this, I have done the following:
1 - Create file /etc/conf.d/oss-emul
2 - Create a line for each program you want to grant permission for
direct access, like this:
<program_name> 0 0 direct
3 - Add the following line to /etc/init.d/alsasound on the start() funcion:
cat /etc/conf.d/oss-emul >> /proc/asound/card0/pcm0p/oss
Everytime Alsa starts, it will give permission to the programs.
Hope this helps,
Raphael.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config
2005-08-21 1:21 ` [gentoo-user] " Holly Bostick
2005-08-21 4:05 ` Raphael Melo de Oliveira Bastos Sales
@ 2005-08-21 8:12 ` Anthony E. Caudel
2005-08-21 9:48 ` Christoph Eckert
1 sibling, 1 reply; 26+ messages in thread
From: Anthony E. Caudel @ 2005-08-21 8:12 UTC (permalink / raw
To: gentoo-user
So holly, is arts absolutely necessary to get KDE system sounds? I
installed KDE 3.4 without arts. Alsa does fine as does amarok, gaim,
and several others _except_ KDE. I guess arts is the reason, huh?
Tony
Holly Bostick wrote:
>John Jolet schreef:
>
>
>>On Saturday 20 August 2005 14:31, Christoph Eckert wrote:
>>
>>
>>
>>>Use alsamixer in a console window to adjust the settings. Ensure master
>>>is open and PCM is unmuted and open.
>>>
>>>
>>>
>>>
>>I have a question about that...using the in-kernel alsa drivers and I get
>>sound fine with xmms under kde, but the system notification sounds are
>>silent. I'm kinda mystified.
>>
>>
>
>If xmms plays, then your sound is obviously working. If KDE system
>sounds are not playing, there could be 3 reasons that I can think of:
>
>1) arts (the kde sound server) is not enabled. You can check this in
>kcontrol=>Sound and Multimedia=>Sound System; is the checkbox for
>'enable sound system' checked? Is the correct sound system selected in
>the 'Hardware' tab? It's not much use to tell KDE to pipe aRTs through
>ESD if you don't have ESD running)
>
>2) system sounds are turned off. You can check this in kcontrol=>Sound
>and Multimedia=>System Notifications. Is the checkbox and drop-down menu
>to turn all sounds off perhaps enabled? Secondarily, try selecting an
>event that has a sound attached. Does the 'Play sound' checkbox become
>checked? If you test the sound using the little 'Play' button next to
>the filename, can you hear it?
>
>3) KMix is set to override alsamixer settings on login, and it (KMix) is
>muted (KMix does not use or refer to the alsamixer settings, but rather
>its own. It's very annoying, and why I avoided it during my brief time
>using KDE). This can be fixed by running KMix and either unmuting the
>appropriate channels if muted, or setting KMix not to override the ALSA
>mixer settings on startup, or by setting KMix not to start at all at login.
>
>Hope this helps,
>Holly
>
>
--
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config
2005-08-21 8:12 ` Anthony E. Caudel
@ 2005-08-21 9:48 ` Christoph Eckert
2005-08-21 10:54 ` Neil Bothwick
0 siblings, 1 reply; 26+ messages in thread
From: Christoph Eckert @ 2005-08-21 9:48 UTC (permalink / raw
To: gentoo-user
> So holly, is arts absolutely necessary to get KDE system sounds? I
> installed KDE 3.4 without arts. Alsa does fine as does amarok, gaim,
> and several others _except_ KDE. I guess arts is the reason, huh?
Yep. As long as a KDE application doesn't have an audio interface of its
own, it uses arts for audio output. If arts isn't available, it will
not be able to output sound.
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config
2005-08-21 9:48 ` Christoph Eckert
@ 2005-08-21 10:54 ` Neil Bothwick
2005-08-21 20:27 ` Anthony E. Caudel
0 siblings, 1 reply; 26+ messages in thread
From: Neil Bothwick @ 2005-08-21 10:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
On Sun, 21 Aug 2005 11:48:14 +0200, Christoph Eckert wrote:
> > So holly, is arts absolutely necessary to get KDE system sounds? I
> > installed KDE 3.4 without arts. Alsa does fine as does amarok, gaim,
> > and several others _except_ KDE. I guess arts is the reason, huh?
>
> Yep. As long as a KDE application doesn't have an audio interface of
> its own, it uses arts for audio output. If arts isn't available, it
> will not be able to output sound.
You can also configure KDE to use an external player for system sounds
Control Centre -> Sound & Multimedia -> System Notifications -> Player Options
--
Neil Bothwick
There are only 10 types of people in the world:
those who understand binary and those who don't.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] alsa config
2005-08-21 10:54 ` Neil Bothwick
@ 2005-08-21 20:27 ` Anthony E. Caudel
0 siblings, 0 replies; 26+ messages in thread
From: Anthony E. Caudel @ 2005-08-21 20:27 UTC (permalink / raw
To: gentoo-user
Neil Bothwick wrote:
>On Sun, 21 Aug 2005 11:48:14 +0200, Christoph Eckert wrote:
>
>
>
>>>So holly, is arts absolutely necessary to get KDE system sounds? I
>>>installed KDE 3.4 without arts. Alsa does fine as does amarok, gaim,
>>>and several others _except_ KDE. I guess arts is the reason, huh?
>>>
>>>
>>Yep. As long as a KDE application doesn't have an audio interface of
>>its own, it uses arts for audio output. If arts isn't available, it
>>will not be able to output sound.
>>
>>
>
>You can also configure KDE to use an external player for system sounds
>
>Control Centre -> Sound & Multimedia -> System Notifications -> Player Options
>
>
This didn't work for me. Tried both aplay and alsaplayer. Neither helped.
>
>
>
--
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
end of thread, other threads:[~2005-08-21 20:33 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-20 8:03 [gentoo-user] alsa config John Dangler
2005-08-20 19:09 ` John Dangler
2005-08-20 19:31 ` Christoph Eckert
2005-08-20 19:42 ` [gentoo-user] alsa config - help John Dangler
2005-08-20 20:18 ` Joe Menola
2005-08-20 21:27 ` John Dangler
2005-08-20 21:39 ` Joe Menola
2005-08-20 22:02 ` John Dangler
2005-08-20 22:15 ` Joe Menola
2005-08-20 22:22 ` Joe Menola
2005-08-20 22:34 ` John Dangler
2005-08-20 23:06 ` Christoph Eckert
2005-08-20 20:29 ` Christoph Eckert
2005-08-21 0:02 ` [gentoo-user] alsa config John Jolet
2005-08-21 0:58 ` [gentoo-user] RESOLVED " John Dangler
2005-08-21 1:21 ` [gentoo-user] " Holly Bostick
2005-08-21 4:05 ` Raphael Melo de Oliveira Bastos Sales
2005-08-21 8:12 ` Anthony E. Caudel
2005-08-21 9:48 ` Christoph Eckert
2005-08-21 10:54 ` Neil Bothwick
2005-08-21 20:27 ` Anthony E. Caudel
2005-08-20 20:19 ` Nagatoro
2005-08-20 20:31 ` Christoph Eckert
2005-08-20 21:22 ` John Dangler
2005-08-20 23:03 ` Christoph Eckert
2005-08-20 21:25 ` John Dangler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox