[Linux-disciples] hotkeys volume control

Stephen R Laniel steve at laniels.org
Tue Oct 4 12:55:37 EDT 2005


On Tue, Oct 04, 2005 at 11:45:24AM -0500, Karl Sokol wrote:
> "nahash at ubuntu:/$ hotkeys: Unable to open `/dev/mixer': No such file or
> directory"
> 
> I tried making a softlink to alsamixer, and I get

I don't know about the Natural Keyboard problem, though this
google query might help you:
http://shorl.com/gigrabratokare

As for /dev/mixer: you don't want to symlink it to
alsamixer. Alsamixer is a program, whereas all the files in
/dev/ are (basically) files corresponding to physical
devices, or abstractions sitting on top of physical devices.
/dev/mixer is supposed to correspond to an actual component
in your sound card. The way one normally creates a file in
/dev is by loading the appropriate module.

I forget which module creates /dev/mixer, but I'd bet it's
one of the snd* modules. Below is my list of snd* modules;
yours will be different, depending on your hardware, but
looking at your own list of modules (via 'lsmod') will help
you narrow it down.

If others have more specific information about which module
generates /dev/mixer, feel free to post.

snd_intel8x0           33056  1 
snd_ac97_codec         83452  1 snd_intel8x0
snd_pcm_oss            52672  0 
snd_mixer_oss          19296  1 snd_pcm_oss
snd_pcm                88840  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              24164  1 snd_pcm
snd                    54884  8 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore               9600  1 snd
snd_page_alloc         10600  2 snd_intel8x0,snd_pcm

-- 
Stephen R. Laniel
steve at laniels.org
+(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.bostoncoop.net/pipermail/linux-disciples/attachments/20051004/bc24b144/attachment.pgp


More information about the Linux-disciples mailing list