ESI NeOn Audio/Midi interface compatibility issues

Talk about your MIDI interfaces, microphones, keyboards...

Moderators: MattKingUSA, khz

Post Reply
lagtac
Posts: 2
Joined: Sun May 27, 2018 12:11 am

ESI NeOn Audio/Midi interface compatibility issues

Post by lagtac »

I have an ESI NeOn Audio/Midi interface (http://www.esi-audio.com/products/neon/) with 4 input and 2 output channels. Audio out and midi seems to work with alsa/jack but no other devices are seen (0 input/output channels). Audio capture results in garbled signal. Also, alsa mixer only displays one PCM and Mic meters.

Recording through ALSA results in a garbled low fi signal:

Code: Select all

$ arecord -Dplughw:1  lala.wav
Recording with the device's available format results in a silent signal:

Code: Select all

$ arecord -Dplughw:1 -f S24_3LE -r 44100 lala.wav
Here is some more info:

Code: Select all

$ cat /proc/asound/card1/usbmixer
USB Mixer: usb_id=0x0a9200c1, ctrlif=0, ctlerr=0
Card: ESI NeON at usb-0000:00:1a.0-1.2, full speed
  Unit: 2
    Control: name="PCM Playback Volume", index=0
    Info: id=2, control=2, cmask=0x3, channels=2, type="S16"
    Volume: min=0, max=16128, dBmin=0, dBmax=6300
  Unit: 2
    Control: name="PCM Playback Switch", index=0
    Info: id=2, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
    Volume: min=0, max=1, dBmin=0, dBmax=0
  Unit: 5
    Control: name="Mic Capture Volume", index=0
    Info: id=5, control=2, cmask=0x3, channels=2, type="S16"
    Volume: min=0, max=7936, dBmin=0, dBmax=3100
  Unit: 5
    Control: name="Mic Capture Switch", index=0
    Info: id=5, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
    Volume: min=0, max=1, dBmin=0, dBmax=0

Code: Select all

$ cat /proc/asound/card1/stream0
ESI NeON at usb-0000:00:1a.0-1.2, full speed : USB Audio

Playback:
  Status: Running
    Interface = 1
    Altset = 1
    Packet Size = 288
    Momentary freq = 48000 Hz (0x30.0000)
  Interface 1
    Altset 1
    Format: S24_3LE
    Channels: 2
    Endpoint: 1 OUT (ADAPTIVE)
    Rates: 44100, 48000

Capture:
  Status: Running
    Interface = 2
    Altset = 1
    Packet Size = 288
    Momentary freq = 48000 Hz (0x30.0000)
  Interface 2
    Altset 1
    Format: S24_3LE
    Channels: 2
    Endpoint: 2 IN (SYNC)
    Rates: 44100, 48000
I am on a Dell Latitude 6430 laptop with 12GB RAM, i5-3340. It is running Arch with the 4.16 kernel, and the i3 window manager. No pulseaudio, only Alsa (and Jack audio server).

I understand the NeON is a usb 1 class compliant device, but there does not seem to be any other information available in the ALSA soundcard compatibility page for this particular model. I was thinking that a configuration similar to the M-Audio Fast Track Pro could be made to enable the device capabilities. (https://wiki.archlinux.org/index.php/Pr ... _Track_Pro). Or am i way off the mark?

Is there anything I can do to make this device work? It is old and rusty but it would be a shame to throw it away.

Thanks
User avatar
nikgnomicradio
Established Member
Posts: 109
Joined: Wed Feb 07, 2018 9:31 pm
Has thanked: 1 time
Been thanked: 7 times
Contact:

Re: ESI NeOn Audio/Midi interface compatibility issues

Post by nikgnomicradio »

ESI knowledgebase usually has answer that devices that are class-compliant or not supported on Linux but no mention of this device

ESI say 2 inputs and 2 outputs, with inputs either line-in or mic+hi-z. This sounds similar to their Maya22

This post mentioned solution for getting Maya22 fully functional https://www.linuxmusicians.com/viewtopic.php?t=13092
lagtac
Posts: 2
Joined: Sun May 27, 2018 12:11 am

Re: ESI NeOn Audio/Midi interface compatibility issues

Post by lagtac »

nikgnomicradio wrote:ESI knowledgebase usually has answer that devices that are class-compliant or not supported on Linux but no mention of this device

ESI say 2 inputs and 2 outputs, with inputs either line-in or mic+hi-z. This sounds similar to their Maya22

This post mentioned solution for getting Maya22 fully functional https://www.linuxmusicians.com/viewtopic.php?t=13092
Thank you nikgnomicradio. I will have a look.
Post Reply