I even tried on a fresh install and aplay -l shows the exact same output of my first post here...Anyways the udev rules it installs are:# madfuload.rules - udev rules for loading firmware into M-Audio DFU devices
# Audiophile
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0763", ATTR{idProduct}=="2803", RUN+="/usr/sbin/madfuload -l -n -f /usr/share/
Hi All,
I have been having issues where my FTDI devices were not getting assigned the permissions which I put in a custom udev rules file.
Hello,
whenever I plugin my webcam, I want to use its microphone instead of the one integrated in my laptop.
I therefore created a udev rule:
Code:
SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="0807", RUN+="/usr/local/bin/webcammic"
This rule works, I've tested it with a testscript (the testscript works when I plugin my webcam).
For chan
Had a problem trying to mount my nexus 7 with jmtpfs.I kept getting errors about permissions denied.Did a lsusb found bus/device numbers and when I do a ls -l /dev/bus/usb/$BUSNUM/$DEVICENUM I noticed that udev was adding as rw/rw root:root.So I added the following file to /etc/udev/rules.d/90-google-nexus-7.rules ATTR{idVendor}=="18d1", ATTRS{idProduct}=="4e41", MODE=&qu
kernel_geek wrote:However, if I try to run it as a normal user, I get USB permissions errors.I've added myself to the group plugdev, and tried the following udev rules:ATTRS{idVendor}=="1ed8", SYSFS{idProduct}=="0004", MODE="664", GROUP="pludev"
ATTRS{idVendor}=="1ed8", SYSFS{idProduct}=="0005", MODE="664", GROUP="plug
Hi,I've been using a script for configuring trackpoint automatically run by udev at start for a long time. I've been using this guide.So I have created /etc/udev/rules.d/10-custom.rules with this content:SUBSYSTEM=="input", ATTR{name}=="*TrackPoint*", RUN+="/etc/conf.d/trackpoint"...
I have bluetooth mouse which I wish to set-up using udev rule.
When the mouse is paired I wish some parameters to be changed by xinput, I build the appropriate udev rules file:
Code:
ACTION!="add", GOTO="logitech_rules_end"
SUBSYSTEM!="input", GOTO="logitech_rules_end"
LABEL="logitech_rules_start"
ATTR{uniq}=="00:07:xx:x
I've created a udev rule at /etc/udev/rules.d/81-zte.rules with the following:SUBSYSTEMS=="usb", ATTRS{product}=="ZTE HSUSB Device", KERNEL=="sd?1", NAME="%k", SYMLINK+="zte", GROUP="storage", RUN+="/home/afulm/.scripts/zte.sh"It works except that it for some reason refuses to run my script.
I copied my system disk to a new drive to put with a new motherboard to make the whole system silent. The motherboard is an Intel D945GSEJT mini-ITX, which uses the Atom 270 CPU.
The on-board NIC is not visible to my system.