HARDWARE
joystick
0079:0006 DragonRise Inc. PC TWIN SHOCK Gamepad
[44542.280858] usb 3-1: new low-speed USB device number 117 using xhci_hcd
[44542.425152] usb 3-1: New USB device found, idVendor=0079, idProduct=0006, bcdDevice= 1.07
[44542.425160] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[44542.425162] usb 3-1: Product: Generic USB Joystick
[44542.425163] usb 3-1: Manufacturer: DragonRise Inc.
[44542.465447] input: DragonRise Inc. Generic USB Joystick as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:0079:0006.008D/input/input158
[44542.465616] dragonrise 0003:0079:0006.008D: input,hidraw2: USB HID v1.10 Joystick [DragonRise Inc. Generic USB Joystick ] on usb-0000:00:14.0-1/input0
[44542.465637] dragonrise 0003:0079:0006.008D: Force Feedback for DragonRise Inc. game controllers by Richard Walmsley <richwalm@gmail.com>
[44542.494961] audit: type=1400 audit(1748711233.162:212): apparmor="ALLOWED" operation="open" class="file" profile="Xorg" name="/dev/input/js0" pid=1356 comm="Xorg" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
SOFTWARE
sudo evtest
No device specified, trying to scan all of /dev/input/event*
stm otg
[214432.960465] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
[214433.054004] usb 1-1.4: New USB device found, idVendor=0d8c, idProduct=013c
[214433.054006] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[214433.054008] usb 1-1.4: Product: USB PnP Sound Device
[214433.054009] usb 1-1.4: Manufacturer: C-Media Electronics Inc.
[214433.055144] input: C-Media Electronics Inc. USB PnP Sound Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.3/0003:0D8C:013C.0003/input/input18
[214433.108624] hid-generic 0003:0D8C:013C.0003: input,hidraw2: USB HID v1.00 Device [C-Media Electronics Inc. USB PnP Sound Device] on usb-0000:00:1a.0-1.4/input3
cat /proc/asound/cards
2 [U0x46d0x8ce ]: USB-Audio - USB Device 0x46d:0x8ce
USB Device 0x46d:0x8ce at usb-0000:00:1d.0-1.3, high speed
3 [Device ]: USB-Audio - USB PnP Sound Device
C-Media Electronics Inc. USB PnP Sound Device at usb-0000:00:1a.0-1.4, full spe
sudo lsusb
sudo modprobe -rv snd-usb-audio
sudo modprobe -v snd-usb-audio index=-2
cat /proc/asound/cards
alsamixer
sudo alsactl store
aplay /usr/share/sounds/alsa/Noise.wav -D sysdefault:CARD=3
MORE