System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
lib
/
udev
/
rules.d
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
78-sound-card.rules
# do not edit this file, it will be overwritten on update SUBSYSTEM!="sound", GOTO="sound_end" ACTION=="add|change", KERNEL=="controlC*", ATTR{../uevent}="change" ACTION!="change", GOTO="sound_end" # Ok, we probably need a little explanation here for what the two lines above # are good for. # # The story goes like this: when ALSA registers a new sound card it emits a # series of 'add' events to userspace, for the main card device and for all the # child device nodes that belong to it. udev relays those to applications, # however only maintains the order between father and child, but not between # the siblings. The control device node creation can be used as synchronization # point. All other devices that belong to a card are created in the kernel # before it. However unfortunately due to the fact that siblings are forwarded # out of order by udev this fact is lost to applications. # # OTOH before an application can open a device it needs to make sure that all # its device nodes are completely created and set up. # # As a workaround for this issue we have added the udev rule above which will # generate a 'change' event on the main card device from the 'add' event of the # card's control device. Due to the ordering semantics of udev this event will # only be relayed after all child devices have finished processing properly. # When an application needs to listen for appearing devices it can hence look # for 'change' events only, and ignore the actual 'add' events. # # When the application is initialized at the same time as a device is plugged # in it may need to figure out if the 'change' event has already been triggered # or not for a card. To find that out we store the flag environment variable # SOUND_INITIALIZED on the device which simply tells us if the card 'change' # event has already been processed. KERNEL!="card*", GOTO="sound_end" ENV{SOUND_INITIALIZED}="1" IMPORT{builtin}="hwdb" SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id" SUBSYSTEMS=="usb", GOTO="skip_pci" SUBSYSTEMS=="firewire", ATTRS{guid}=="?*", \ ENV{ID_BUS}="firewire", ENV{ID_SERIAL}="$attr{guid}", ENV{ID_SERIAL_SHORT}="$attr{guid}", \ ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{model}", \ ENV{ID_VENDOR}="$attr{vendor_name}", ENV{ID_MODEL}="$attr{model_name}" SUBSYSTEMS=="firewire", GOTO="skip_pci" SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}" SUBSYSTEMS=="pci", GOTO="skip_pci" # If we reach here, the device nor any of its parents are USB/PCI/firewire bus devices. # If we now find a parent that is a platform device, assume that we're working with # an internal sound card. SUBSYSTEMS=="platform", ENV{SOUND_FORM_FACTOR}="internal", GOTO="sound_end" LABEL="skip_pci" # Define ID_ID if ID_BUS and ID_SERIAL are set. This will work for both # USB and firewire. ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="?*", ENV{ID_ID}="$env{ID_BUS}-$env{ID_SERIAL}-$env{ID_USB_INTERFACE_NUM}" ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="", ENV{ID_ID}="$env{ID_BUS}-$env{ID_SERIAL}" IMPORT{builtin}="path_id" # The values used here for $SOUND_FORM_FACTOR and $SOUND_CLASS should be kept # in sync with those defined for PulseAudio's src/pulse/proplist.h # PA_PROP_DEVICE_FORM_FACTOR, PA_PROP_DEVICE_CLASS properties. # If the first PCM device of this card has the pcm class 'modem', then the card is a modem ATTR{pcmC%nD0p/pcm_class}=="modem", ENV{SOUND_CLASS}="modem", GOTO="sound_end" # Identify cards on the internal PCI bus as internal SUBSYSTEMS=="pci", DEVPATH=="*/0000:00:??.?/sound/*", ENV{SOUND_FORM_FACTOR}="internal", GOTO="sound_end" # Devices that also support Image/Video interfaces are most likely webcams SUBSYSTEMS=="usb", ENV{ID_USB_INTERFACES}=="*:0e????:*", ENV{SOUND_FORM_FACTOR}="webcam", GOTO="sound_end" # Matching on the model strings is a bit ugly, I admit ENV{ID_MODEL}=="*[Ss]peaker*", ENV{SOUND_FORM_FACTOR}="speaker", GOTO="sound_end" ENV{ID_MODEL_FROM_DATABASE}=="*[Ss]peaker*", ENV{SOUND_FORM_FACTOR}="speaker", GOTO="sound_end" ENV{ID_MODEL}=="*[Hh]eadphone*", ENV{SOUND_FORM_FACTOR}="headphone", GOTO="sound_end" ENV{ID_MODEL_FROM_DATABASE}=="*[Hh]eadphone*", ENV{SOUND_FORM_FACTOR}="headphone", GOTO="sound_end" ENV{ID_MODEL}=="*[Hh]eadset*", ENV{SOUND_FORM_FACTOR}="headset", GOTO="sound_end" ENV{ID_MODEL_FROM_DATABASE}=="*[Hh]eadset*", ENV{SOUND_FORM_FACTOR}="headset", GOTO="sound_end" ENV{ID_MODEL}=="*[Hh]andset*", ENV{SOUND_FORM_FACTOR}="handset", GOTO="sound_end" ENV{ID_MODEL_FROM_DATABASE}=="*[Hh]andset*", ENV{SOUND_FORM_FACTOR}="handset", GOTO="sound_end" ENV{ID_MODEL}=="*[Mm]icrophone*", ENV{SOUND_FORM_FACTOR}="microphone", GOTO="sound_end" ENV{ID_MODEL_FROM_DATABASE}=="*[Mm]icrophone*", ENV{SOUND_FORM_FACTOR}="microphone", GOTO="sound_end" LABEL="sound_end"
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-08-28 10:58:31
..
DIR
-
drwxr-xr-x
2025-04-23 10:58:40
10-dm.rules
text/plain
7.1 KB
-r--r--r--
2025-07-15 09:03:10
11-dm-parts.rules
text/plain
1.41 KB
-rw-r--r--
2025-04-22 01:55:39
13-dm-disk.rules
text/plain
1.75 KB
-r--r--r--
2025-07-15 09:03:10
40-elevator.rules
text/plain
728 B
-rw-r--r--
2025-04-22 01:57:50
40-redhat.rules
text/plain
1.79 KB
-rw-r--r--
2025-04-22 01:57:53
40-usb-blacklist.rules
text/plain
457 B
-rw-r--r--
2022-10-08 10:09:12
50-udev-default.rules
text/plain
3.66 KB
-rw-r--r--
2025-04-22 01:58:19
60-alias-kmsg.rules
text/plain
357 B
-rw-r--r--
2025-04-22 01:57:55
60-block.rules
text/plain
626 B
-rw-r--r--
2025-04-22 01:57:50
60-cdrom_id.rules
text/plain
1.05 KB
-rw-r--r--
2018-06-22 11:11:49
60-drm.rules
text/plain
413 B
-rw-r--r--
2018-06-22 11:11:49
60-evdev.rules
text/plain
974 B
-rw-r--r--
2018-06-22 11:11:49
60-fido-id.rules
text/plain
165 B
-rw-r--r--
2025-04-22 01:57:54
60-input-id.rules
text/plain
282 B
-rw-r--r--
2018-06-22 11:11:49
60-net.rules
text/plain
129 B
-rw-r--r--
2022-08-10 01:03:37
60-persistent-alsa.rules
text/plain
616 B
-rw-r--r--
2018-06-22 11:11:49
60-persistent-input.rules
text/plain
2.65 KB
-rw-r--r--
2018-06-22 11:11:49
60-persistent-storage-tape.rules
text/plain
1.61 KB
-rw-r--r--
2025-04-22 01:57:57
60-persistent-storage.rules
text/plain
6.38 KB
-rw-r--r--
2018-06-22 11:11:49
60-persistent-v4l.rules
text/plain
769 B
-rw-r--r--
2018-06-22 11:11:49
60-raw.rules
text/plain
326 B
-rw-r--r--
2024-04-06 01:02:51
60-sensor.rules
text/plain
727 B
-rw-r--r--
2018-06-22 11:11:49
60-serial.rules
text/plain
1.16 KB
-rw-r--r--
2018-06-22 11:11:49
60-tpm-udev.rules
text/plain
211 B
-rw-r--r--
2019-10-17 03:56:47
61-scsi-sg3_id.rules
text/plain
4.67 KB
-rw-r--r--
2017-09-18 07:15:01
63-fc-wwpn-id.rules
text/plain
624 B
-rw-r--r--
2022-10-08 10:09:12
63-scsi-sg3_symlink.rules
text/plain
2.82 KB
-rw-r--r--
2015-10-29 08:52:08
64-btrfs.rules
text/plain
616 B
-rw-r--r--
2025-04-22 01:58:19
66-kpartx.rules
text/plain
1.12 KB
-rw-r--r--
2025-04-22 01:55:39
68-del-part-nodes.rules
text/plain
1.12 KB
-rw-r--r--
2025-04-22 01:55:39
70-joystick.rules
text/plain
432 B
-rw-r--r--
2018-06-22 11:11:49
70-mouse.rules
text/plain
734 B
-rw-r--r--
2018-06-22 11:11:49
70-power-switch.rules
text/plain
568 B
-rw-r--r--
2018-06-22 11:11:49
70-touchpad.rules
text/plain
473 B
-rw-r--r--
2018-06-22 11:11:49
70-uaccess.rules
text/plain
2.61 KB
-rw-r--r--
2018-06-22 11:11:49
71-biosdevname.rules
text/plain
995 B
-rw-r--r--
2019-10-18 08:07:58
71-prefixdevname.rules
text/plain
403 B
-rw-r--r--
2019-12-16 07:52:15
71-seat.rules
text/plain
2.69 KB
-rw-r--r--
2025-04-22 01:58:19
73-idrac.rules
text/plain
316 B
-rw-r--r--
2025-04-22 01:57:49
73-seat-late.rules
text/plain
636 B
-rw-r--r--
2025-04-22 01:58:24
75-net-description.rules
text/plain
452 B
-rw-r--r--
2018-06-22 11:11:49
75-probe_mtd.rules
text/plain
174 B
-rw-r--r--
2018-06-22 11:11:49
78-sound-card.rules
text/plain
4.7 KB
-rw-r--r--
2018-06-22 11:11:49
80-drivers.rules
text/plain
615 B
-rw-r--r--
2018-06-22 11:11:49
80-net-setup-link.rules
text/plain
292 B
-rw-r--r--
2018-06-22 11:11:49
84-nm-drivers.rules
text/plain
533 B
-rw-r--r--
2022-10-10 01:57:58
85-nm-unmanaged.rules
text/plain
1.97 KB
-rw-r--r--
2022-10-11 07:42:01
90-iprutils.rules
text/plain
70 B
-rw-r--r--
2020-05-08 02:19:42
90-nm-thunderbolt.rules
text/plain
588 B
-rw-r--r--
2022-10-10 01:57:58
90-vconsole.rules
text/plain
510 B
-rw-r--r--
2025-04-22 01:58:19
95-dm-notify.rules
text/plain
483 B
-r--r--r--
2025-07-15 09:03:10
98-kexec.rules
text/plain
695 B
-rw-r--r--
2024-09-24 08:36:00
99-nfs.rules
text/plain
95 B
-rw-r--r--
2025-06-04 10:53:59
99-qemu-guest-agent.rules
text/plain
130 B
-rw-r--r--
2025-08-07 12:04:07
99-systemd.rules
text/plain
4.26 KB
-rw-r--r--
2025-04-22 01:58:19
~ ACUPOFTEA - mail.ontime-ae.com