I’ve got an M-Audio Mobile Pre that seems to be initially recognized by it’s proper full name by RC1 but not as a multimedia controller class.
I’m not sure whether it’s more worth it for me to get a generic driver that won’t take advantage of ASIO/low latency, or to go buy a pro audio card that already has stable linux drivers…any ideas? Any guidance would be much appreciated!
I read and re-read your post, but I confess I don’t understand if you have sound, but are looking for advanced features?
… or if you simply have no sound.
If you have sound already, but you are looking for something more advanced, then stop here. My post is not for you. (although you could look at .asoundrc edits: infofiles )
Anyway, if you have no sound, and are looking for help, you could try working your way through the audio troubleshooting guide. It is for basic sound problems (ie no sound): SDB:AudioTroubleshooting - openSUSE
If you have no sound, and the above guide doesn’t work for you, then you could post the output URLs provided by running the two diagnostic scripts: Scripts_to_run_to_obtain_detailed_information
And also post the output of: lsusb
rpm -qa ‘alsa’
rpm -q libasound2
rpm -qa ‘pulse’
cat /etc/modprobe.d/sound
uname -a
hi oldcpu, I have no sound through my M-Audio yet. I added it manually as a generic usb audio device, but no dice. I did run the alsa.sh script and the output is here: general pastebin - eric - post number 1047273
here’s the outputs of lsusb:
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 006: ID 1058:0702 Western Digital Technologies, Inc. Passport External HDD
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 002 Device 002: ID 06a3:8020 Saitek PLC
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 0763:200f Midiman M-Audio MobilePre
Bus 001 Device 004: ID 03f0:3f11 Hewlett-Packard PSC-1315/PSC-1317
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Thanks for that information. I don’t have experience with two sound cards in ANY openSUSE, and I have no knowledge of sound quirks in openSUSE-11.0. So I will pass some general sound tidbits, but you will need to try sort this your self.
One thing that I found useful was the script has card1 as your onboard ALC888 (HDA Intel) and card2 as your M Audio Mobile Pre USB. Also, your /etc/modprobe.d/sound assigns: “alias snd-card-1 snd-hda-intel” and “alias snd-card-0 snd-usb-audio”
I assumed you checked your desktop, to ensure you don’t have sound card 1 selected when you want to play sound card 0. Also, does pulseaudio have any settings that need be tuned in 11.0 for two sound devices, or even for USB audio devices ?
You could try creating a simple .asoundrc file in your /home/user-name and see if that helps (ensure to edit it for your sound card alias). infofiles
After creating the file, try restarting your alsa sound (from a konsole with root permissions) by typing: rcalsasound restart
If you search the web you will find other .asoundrc file examples for USB sound devices.
I also noted your M-Audio Mobile Pre USB is “Bus 001 Device 005: ID 0763:200f Midiman M-Audio MobilePre” … You will find a search on “0763:200f alsa” gives a small number of interesting hits. For example these Ubuntu users were trying to get hotplug mount working: HOWTO: MobilePre (or Sonica/Ozone/Transit/Audiophile USB) with firmware loader [Archive] - Ubuntu Forums
where they created some udev rules to allow hotplug mounting.
Again, let me apply the caveat, I don’t have experience with two sound cards in ANY openSUSE, and I have no knowledge of sound quirks in openSUSE-11.0.
Thanks, even if you don’t have experience with the cards, your advice is welcome - it will take me a little bit to try out a few things, and I’ll follow up here if I can get them working, or not. Appreciate the time!
@geocrash: I am considering this same sound card (I actually had one some time ago but I never got it to work under linux). I hear many success stories with Ubuntu and this card, so I know it’s “do-able”. Have you had any success with it?
By the way, for true low-latency pro-audio sound support, you’ll want to try JACK. For a true multimedia distro based on openSUSE, try the Jacklab project.
Please post back if you have any news on this card!