Hi,
**Description:**
I have a persistent issue with USB audio device not being detected in Tiny Core Linux. The device works in Windows (on dual-boot), but after Windows hibernation, Linux doesn't see it.
**System:**
- Tiny Core Linux x86
- Dual boot with Windows (hibernated)
- BIOS: American Megatrends 2.0.1205
**Symptoms:**
- `lsusb` shows only mouse and keyboard, no audio device
- `cat /proc/asound/cards` returns "no soundcards"
- ALSA modules loaded successfully (`snd_usb_audio`, `snd_hda_intel`)
- USB reset scripts don't help
- Device makes physical "click" sound when connecting
**Commands output:**
$ lsusb
Bus 002 Device 004: ID 1a2c:4c82 China Resource Semico Co., Ltd
Bus 002 Device 003: ID 0000:3825
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ dmesg | grep -i "usb\|audio"
usbcore: registered new interface driver snd-usb-audio
usbcore: deregistering interface driver snd-usb-audio
(cyclic registration/deregistration)
I do not have dual-boot access to the original Windows installation. The Windows bootloader was damaged previously, so I cannot boot into
Windows to check how the audio device was configured there (e.g., for exact model names or if it worked there). I am troubleshooting this solely from within Tiny Core.
thanks