Showing posts with label m-audio. Show all posts
Showing posts with label m-audio. Show all posts

Saturday, January 16, 2010

Installing M-Audio Ozone on 64 Studio / Ubuntu Hardy

I had to install the drivers for my M-Audio Ozone again today and thought I would put the steps in a nice little package here.

$ sudo apt-get update
$ sudo apt-get install madfuload
$ sudo nano /etc/udev/rules.d/42-madfuload.rules

Comment or delete it all out and put in this line:
ACTION=="add", SUBSYSTEM=="usb", SYSFS{idVendor}=="0763", SYSFS{idProduct}=="2808", RUN+="/usr/local/sbin/madfuload -l -3 -f /usr/local/share/usb/maudio/ma008100.bin -D $env{DEVNAME}"

$ sudo /etc/init.d/udev restart

Plug in and power on the Ozone.

$ dmesg |tail
should see a line like "usbcore: registered new interface driver snd-usb-audio"
$ aplay -l
You should see the Ozone listed as a sound device.

Happy jammin. :)