Re: Help using scripts when USB devices plug-in
- From: "Mikkel L. Ellertson" <mikkel@xxxxxxxxxxxxxxxx>
- Date: Sun, 30 Jul 2006 15:48:21 -0500
In /etc/udev/rules.d, create a file called 10-local.rules if there
isn't one already. Then create a rule:
KERNEL=="ttyACM*", NAME="%k", MODE="0666", OPTIONS="last_rule"
This will override the line from 50-udev.rules:
KERNEL=="tty[A-Z]*", NAME="%k", GROUP="uucp", MODE="0660"
In the case of /dev/vedio0, it should already be set correctly by
console.perms. The lines that take care of this are:
<v4l>=/dev/video* /dev/radio* /dev/winradio* /dev/vtx* /dev/vbi* \
/dev/video/*
and
<console> 0600 <v4l> 0600 root
Mikkel
--
Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: Help using scripts when USB devices plug-in
- From: Samuel Díaz García
- Re: Help using scripts when USB devices plug-in
- References:
- Help using scripts when USB devices plug-in
- From: Samuel Díaz García
- Re: Help using scripts when USB devices plug-in
- From: Mikkel L. Ellertson
- Re: Help using scripts when USB devices plug-in
- From: Samuel Díaz García
- Help using scripts when USB devices plug-in
- Prev by Date: Internet Connection Failure
- Next by Date: Re: KMix volume sliders
- Previous by thread: Re: Help using scripts when USB devices plug-in
- Next by thread: Re: Help using scripts when USB devices plug-in
- Index(es):
Relevant Pages
|