Author Topic: m-audio delta 1010 lt soundcard  (Read 634 times)

Offline abstract

  • Full Member
  • ***
  • Posts: 55
m-audio delta 1010 lt soundcard
« on: November 09, 2011, 04:34:58 AM »
hey all,
thinking of getting this for myself for xmas:
http://www.m-audio.com/products/en_us/Delta1010LT.html
it's an 8 in/8 out pci soundcard $170-$199, and apparently one of the cheapest/best supported ways to go for linux multitrack recording. it's got the ice1712 chipset, so presumably envy24 would work to control it. AVlinux folks use "Mudita24" (which is, i guess, an updated envy24) with great success.
so... anybody got any experience with any of this? the card? the driver?
don't want to set up a separate box w/avlinux if i can help it - wanna see if this is pclinuxos-able.
thanks

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 11062
  • MLUs Forever!
Re: m-audio delta 1010 lt soundcard
« Reply #1 on: November 09, 2011, 05:33:52 AM »
Just had a look out of curiosity ......  the Linux driver available through the site seems to be from 2004  .....  I guess things have moved a long way since then ....
http://www.m-audio.com/index.php?do=support.drivers&f=422

MLUs rule the roost!

Linux XPS 3.4.48-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Online gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3882
Re: m-audio delta 1010 lt soundcard
« Reply #2 on: November 09, 2011, 09:40:54 AM »
Just had a look out of curiosity ......  the Linux driver available through the site seems to be from 2004  .....  I guess things have moved a long way since then ....
http://www.m-audio.com/index.php?do=support.drivers&f=422


I've never used this card, but I believe that full support exists in the kernel and alsa, with no independent drivers necessary. envy24-control is in the repo, but if you want mudita24, you need to make a package request.

Galen




Offline studiom

  • New Friend
  • *
  • Posts: 8
Re: m-audio delta 1010 lt soundcard
« Reply #3 on: October 09, 2012, 04:29:54 PM »
How this sound card to start working on PC Linux OS?

Linux is recognized, but not all work out or can be used.


http://www.m-audio.com/products/en_us/Audiophile192.html

http://www.m-audio.com/products/en_us/Delta1010LT.html

 :-\ :-\

Offline corazon

  • Full Member
  • ***
  • Posts: 133
Re: m-audio delta 1010 lt soundcard
« Reply #4 on: October 20, 2012, 12:22:00 AM »
maudio cards use the ice_1712 kernel module.
commands that reveal the card being recognized

aplay -l
aconnect -i
cat /proc/asound/cards

text you see within brackets or quotes, can be used in config dialogs,
without the brackets and quotes.

lsmod lists kernel modules. The blacklist test file in /etc/modprobe.d can receive
an entry for motherboard soundchip kernel module, like

blacklist snd_intel8x0

to avoid potential conflicts.
I would avoid the Audiophile 192, unless you can get a guaranteed return
policy from the seller. The Audiophile 24/96, and Delta models pose
few if any problems.

Offline corazon

  • Full Member
  • ***
  • Posts: 133
Re: m-audio delta 1010 lt soundcard
« Reply #5 on: October 20, 2012, 12:32:17 AM »
hey all,
don't want to set up a separate box w/avlinux if i can help it - wanna see if this is pclinuxos-able.
thanks

If you are familiar with qjackctl, you should have no problems. The card should
appear in the Setup page, at the Input Device/Output Device,
click the  >        to see a list of system sound hardware devices.

There is a qjackctl wiki at  http://en.wikipedia.org/wiki/Qjackctl

the last link has screenshots showing the connection process.
You may have to untick the Realtime checkbox on the setup page,
to run it as normal user. A new bug, or config oddity now exists.

Actually, you could run both avlin and pclos  from a live cd dvd or usbstick install,
and make a comparison test. The barebones pclos may have an advantage,
since av has included a wide array of apps.
« Last Edit: October 20, 2012, 12:46:03 AM by corazon »