public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] alsa 0.9
@ 2002-05-18 18:38 Chuck Haines
  2002-05-20 17:01 ` Zach Forrest
  0 siblings, 1 reply; 5+ messages in thread
From: Chuck Haines @ 2002-05-18 18:38 UTC (permalink / raw
  To: gentoo-dev

I am having the damndest time with alsa 0.9.  I have installed everything 
that is suppose to be installed, 
alsa-lib,alsa-driver,alsa-utils,alsa-tools.  I have edited the config files 
like I was told.   When i run /etc/init.d/alsasound start and type lsmod, I 
can see that all the modules are there and I get no errors.  However, when 
I try to run amixer as root or as my user, it keeps sef faulting (amixer 
that it).  I have checked the perms in /dev/snd/ and /dev/sound and both of 
the directories have perms crw-rw---- crypto audio.  Crypto is my user (I 
have no idea why the perms aren't root audio like I have devfs.conf set up 
to do).  I have tried with both these settings and crw-rw---- root audio 
and amixer still seg faults.  My user is part of the audio group.

anyone have any ideas?

Thanks,

-----------------------------------------------------------------------
| Chuck Haines  |  AIM: CyberGrex       |
| WPILA Lab Manager     |  Yahoo: CyberGrex_27  |
| http://www.wpila.org  |   ICQ: 3707881                |
| GDC Webmaster |   http://gdc.wpi.edu  |
------------------------------------------------------------------------
         "Geek by nature, Linux by choice."



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] alsa 0.9
  2002-05-18 18:38 [gentoo-dev] alsa 0.9 Chuck Haines
@ 2002-05-20 17:01 ` Zach Forrest
  2002-05-24  6:18   ` Miguel S. Filipe
  0 siblings, 1 reply; 5+ messages in thread
From: Zach Forrest @ 2002-05-20 17:01 UTC (permalink / raw
  To: gentoo-dev

Have you tried using alsamixer? I think amixer is for use with the older 
versions of alsa.

zach

Chuck Haines wrote:
> I am having the damndest time with alsa 0.9.  I have installed 
> everything that is suppose to be installed, 
> alsa-lib,alsa-driver,alsa-utils,alsa-tools.  I have edited the config 
> files like I was told.   When i run /etc/init.d/alsasound start and type 
> lsmod, I can see that all the modules are there and I get no errors.  
> However, when I try to run amixer as root or as my user, it keeps sef 
> faulting (amixer that it).  I have checked the perms in /dev/snd/ and 
> /dev/sound and both of the directories have perms crw-rw---- crypto 
> audio.  Crypto is my user (I have no idea why the perms aren't root 
> audio like I have devfs.conf set up to do).  I have tried with both 
> these settings and crw-rw---- root audio and amixer still seg faults.  
> My user is part of the audio group.
> 
> anyone have any ideas?
> 
> Thanks,
> 
> -----------------------------------------------------------------------
> | Chuck Haines  |  AIM: CyberGrex       |
> | WPILA Lab Manager     |  Yahoo: CyberGrex_27  |
> | http://www.wpila.org  |   ICQ: 3707881                |
> | GDC Webmaster |   http://gdc.wpi.edu  |
> ------------------------------------------------------------------------
>         "Geek by nature, Linux by choice."
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> 




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] alsa 0.9
  2002-05-24  6:18   ` Miguel S. Filipe
@ 2002-05-23  0:41     ` José Fonseca
  2002-05-23  4:53       ` hanez
  0 siblings, 1 reply; 5+ messages in thread
From: José Fonseca @ 2002-05-23  0:41 UTC (permalink / raw
  To: gentoo-dev

Miguel,


On 2002.05.24 07:18 Miguel S. Filipe wrote:
> ...
> how can you unmute the sound with alsamixer?
> 
> on boot my system allways mutes the sound because I don't have a 
> /etc/asound.conf...
> so.. i have to
> $ amixer sset PCM 30 unmute
> $ amixer sset Master 62 unmute
> so that I can have sound...
> 
> I didn't found a way to greate a asound.conf ..I anyone can tell me that 
> too I would apreciate... allready looked in the howtos and in the gentoo 
> channel..
> 
> thanx!
> 
> Miguel Sousa Filipe

I don't know if you're referring to /etc/asound.state... if so then you 
just need to do

	alsactl store

as root to create one, but it's strange you don't have one already since 
this is done automatically in /etc/init.d/alsasound in the first time, I 
think.

Perhaps you forgot to update an old /etc/init.d/alsasound from a ._cfg* 
when you updated alsa or something...


Regards / Cumprimentos,

José Fonseca


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] alsa 0.9
  2002-05-23  0:41     ` José Fonseca
@ 2002-05-23  4:53       ` hanez
  0 siblings, 0 replies; 5+ messages in thread
From: hanez @ 2002-05-23  4:53 UTC (permalink / raw
  To: gentoo-dev

hello,

> Perhaps you forgot to update an old /etc/init.d/alsasound from a ._cfg*
> when you updated alsa or something...

do:

#rc-update del alsa
#rc-update add alsasound boot

i think you didn't update the init scripts since alsa have a new name for the 
init script.

regards
hanez... ;-)



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] alsa 0.9
  2002-05-20 17:01 ` Zach Forrest
@ 2002-05-24  6:18   ` Miguel S. Filipe
  2002-05-23  0:41     ` José Fonseca
  0 siblings, 1 reply; 5+ messages in thread
From: Miguel S. Filipe @ 2002-05-24  6:18 UTC (permalink / raw
  To: gentoo-dev

Zach Forrest wrote:

> Have you tried using alsamixer? I think amixer is for use with the 
> older versions of alsa.
>
> zach
>
> Chuck Haines wrote:
>
>> I am having the damndest time with alsa 0.9.  I have installed 
>> everything that is suppose to be installed, 
>> alsa-lib,alsa-driver,alsa-utils,alsa-tools.  I have edited the config 
>> files like I was told.   When i run /etc/init.d/alsasound start and 
>> type lsmod, I can see that all the modules are there and I get no 
>> errors.  However, when I try to run amixer as root or as my user, it 
>> keeps sef faulting (amixer that it).  I have checked the perms in 
>> /dev/snd/ and /dev/sound and both of the directories have perms 
>> crw-rw---- crypto audio.  Crypto is my user (I have no idea why the 
>> perms aren't root audio like I have devfs.conf set up to do).  I have 
>> tried with both these settings and crw-rw---- root audio and amixer 
>> still seg faults.  My user is part of the audio group.
>>
>> anyone have any ideas?
>>
>> Thanks,
>>
>> -----------------------------------------------------------------------
>> | Chuck Haines  |  AIM: CyberGrex       |
>> | WPILA Lab Manager     |  Yahoo: CyberGrex_27  |
>> | http://www.wpila.org  |   ICQ: 3707881                |
>> | GDC Webmaster |   http://gdc.wpi.edu  |
>> ------------------------------------------------------------------------
>>         "Geek by nature, Linux by choice."
>>
>> _______________________________________________
>> gentoo-dev mailing list
>> gentoo-dev@gentoo.org
>> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>>
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
how can you unmute the sound with alsamixer?

on boot my system allways mutes the sound because I don't have a 
/etc/asound.conf...
so.. i have to
$ amixer sset PCM 30 unmute
$ amixer sset Master 62 unmute
so that I can have sound...

I didn't found a way to greate a asound.conf ..I anyone can tell me that 
too I would apreciate... allready looked in the howtos and in the gentoo 
channel..

thanx!

Miguel Sousa Filipe



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-05-23  4:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-18 18:38 [gentoo-dev] alsa 0.9 Chuck Haines
2002-05-20 17:01 ` Zach Forrest
2002-05-24  6:18   ` Miguel S. Filipe
2002-05-23  0:41     ` José Fonseca
2002-05-23  4:53       ` hanez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox