Greetings!
The subject pretty much says it all: I upgraded from 11.04 to 11.10 and the system no more recognises neither my onboard soundcard nor my USB soundcard no matter if the USB card is plugged in or not before booting or after it. The USB card is a Lead Audio DAC and supposedly really generic. It seems people have had this problem with earlier upgrades also, so I tried some solutions that have worked previously, all to no avail.
Alsa information script output:
aplay -l:
lspci -v:
Also
throws a long list of items at me.
I'm happy to provide more information, though right now I have no idea what I should be looking for. Any help will be appreciated.
The subject pretty much says it all: I upgraded from 11.04 to 11.10 and the system no more recognises neither my onboard soundcard nor my USB soundcard no matter if the USB card is plugged in or not before booting or after it. The USB card is a Lead Audio DAC and supposedly really generic. It seems people have had this problem with earlier upgrades also, so I tried some solutions that have worked previously, all to no avail.
Alsa information script output:
Code:
cat: /proc/asound/version: No such file or directory grep: /proc/asound/cards: No such file or directory cat: /proc/asound/cards: No such file or directory cat: /proc/asound/modules: No such file or directory grep: /proc/asound/cards: No such file or directory /sbin/alsactl: save_state:1519: No soundcards found... cat: /tmp/alsa-info.KD0sEA9yD1/alsactl.tmp: No such file or directory
Code:
aplay -l aplay: device_list:240: no soundcards found...
Code:
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40) Subsystem: ATI Technologies Inc SBx00 Azalia (Intel HDA) Flags: bus master, slow devsel, latency 64, IRQ 10 Memory at fcef4000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel modules: snd-hda-intel 05:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1) Subsystem: nVidia Corporation Device 072e Flags: bus master, fast devsel, latency 0, IRQ 7 Memory at fe97c000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel modules: snd-hda-intel
Code:
find /lib/modules/`uname -r` | grep snd
I'm happy to provide more information, though right now I have no idea what I should be looking for. Any help will be appreciated.
Comment