Problem with udev
- From: "Johannes Beekhuizen" <jbeekhui@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 23 Feb 2006 13:21:11
Hallo All,
I have [amongst others] the following rules in /etc/udev/rules.d/udev.rules:
=== import ===
# sound devices
KERNEL="adsp ", NAME="sound/%k", SYMLINK="%k",
GROUP="audio", MODE="0662"
KERNEL="adsp[0-9]*", NAME="sound/%k", SYMLINK="%k",
GROUP="audio", MODE="0662"
KERNEL="audio", NAME="sound/%k", SYMLINK="%k",
GROUP="audio", MODE="0662"
KERNEL="audio[0-9]*", NAME="sound/%k", SYMLINK="%k",
GROUP="audio", MODE="0662"
KERNEL="dsp", NAME="sound/%k", SYMLINK="%k",
GROUP="audio", MODE="0662"
KERNEL="dsp[0-9]*", NAME="sound/%k", SYMLINK="%k",
GROUP="audio", MODE="0662"
KERNEL="mixer", NAME="sound/%k", SYMLINK="%k",
GROUP="audio", MODE="0662"
KERNEL="mixer[0-9]*", NAME="sound/%k", SYMLINK="%k",
GROUP="audio", MODE="0662"
KERNEL="sequencer", NAME="sound/%k", SYMLINK="%k",
GROUP="audio", MODE="0662"
KERNEL="sequencer[0-9]*", NAME="sound/%k", SYMLINK="%k",
GROUP="audio", MODE="0662"
=== tropmi ===
The lines are not broken in the udev.rules file, of course...
I would expect devices like /dev/dsp, /dev/sequencer... to appear, but they
don't and sox complains about that when I try to play something.
What's going wrong?
It used to work some time ago, but I can't remember what I changed that might
have affected it.
Groetjes,
Hans.
jdh punt beekhuizen bij duinheks punt xs4all punt nl
.
- Prev by Date: Re: vsftpd setup question
- Next by Date: Re: vsftpd setup question
- Previous by thread: vsftpd setup question
- Next by thread: Re: Linux experts needed
- Index(es):
Relevant Pages
|