I installed Ubuntu studio and tried to make it recognize the audio card m-audio 2496. My efforts caused me to lose my system and now I've done a fresh install and was wondering how I should make the system recognize this card the right way.
Asked
Active
Viewed 3,353 times
1 Answers
1
I fixed the problem by doing the following process found in this post:
Need external (usb)Sound card suggestions that work with Ubuntu 12.04
In my case, I had just a quite low volume. Other mixers were not showing up.
Try gnome-alsamixer. Here is what I do. I have integrated soundcard and Audigy.
- Install Ubuntu Studio (not virtually).
- Switch off the integrated soundcard in BIOS.
- Launch terminal. Type
sudo apt-get install gnome-alsamixer. After the program is installed typegnome-alsamixer. - Select "Audigy Analog/Digital Output Jack".
- Enjoy
Note: I wrote Select "Audigy Analog/Digital Output Jack". You must select analog of your soundcard.
Rafael Soufraz
- 141