Συντονιστής: adem1

1. lspci -nn
2. asoundconf list


1. lspci -nn 2. asoundconf list
sudo update-pciids

asoundconf set-default-card Intellsusb
sudo apt-get update
sudo apt-get install fxload alsa-firmware-loadersέγραψε:
Hardy Heron Fix
From energymomentum on the Ubuntu forums (http://ubuntuforums.org/showthread.php?t=734730):
I upgraded from Kubuntu Gutsy to Kubuntu Hardy and found that my US122 USB sound interface didn't work any more.
The main issue was that usx2yloader (in alsa-firmware-loaders package) in hardy assumes that the necessary files are in /lib/firmware/usx2yloader, while for the old usx2yloader it was /usr/share/alsa/firmware/usx2yloader.
I already had everything under /usr/share/alsa/firmware/usx2yloader from my Gutsy installation, so I just symlinked this to a new location:
ln -s /usr/share/alsa/firmware/usx2yloader /lib/firmware/usx2yloader
After doing this, a local udev rules file I copied from this thread (http://ubuntuforums.org/showthread.php?t=431066) took care of everything.
Somewhat strange thing is, there is a udev rule for Tascam interfaces (/etc/udev/alsa-firmware-loaders.rules) in udev package, which apparently doesn't do anything for my US122. I still need to keep my own udev rules file mentioned above.
NOTE: Works on Ubuntu too.
cat /etc/udev/alsa-firmware-loaders.rules


