Skip to main content

Home/ Linux/ Group items tagged udev

Rss Feed Group items tagged

gregorlarson

PulseAudio - ArchWiki - 0 views

  • There is no need to add user to audio group, as it uses udev and logind to dynamically give access to the currently "active" user
    • gregorlarson
       
      What if I am a network user (VNC or RDP or SSH)? Does the audio group matter in that case?
maxwux

Writing udev rules - 0 views

  • KERNELS - match against the kernel name for the device, or the kernel name for any of the parent devices SUBSYSTEMS - match against the subsystem of the device, or the subsystem of any of the parent devices DRIVERS - match against the name of the driver backing the device, or the name of the driver backing any of the parent devices ATTRS - match a sysfs attribute of the device, or a sysfs attribute of any of the parent devices
  • Rename a device node from the default name to something else Provide an alternative/persistent name for a device node by creating a symbolic link to the default device node Name a device node based on the output of a program Change permissions and ownership of a device node Launch a script when a device node is created or deleted (typically when a device is attached or unplugged) Rename network interfaces
  • KERNEL - match against the kernel name for the device SUBSYSTEM - match against the subsystem of the device DRIVER - match against the name of the driver backing the device
  • ...1 more annotation...
  • NAME - the name that shall be used for the device node SYMLINK - a list of symbolic links which act as alternative names for the device node
1 - 3 of 3
Showing 20 items per page