Please ensure Javascript is enabled for purposes of website accessibility Jump to content

NEED Linux users with Helix / Helix Lt / Helix Rack /Helix something


nick83ola
 Share

Recommended Posts

Hi All,

 

I created a patch for Linux Kernel 5.3 to enable HX stomp/Helix

 

I need some help to confirm that is working properly.

In particular would be really helpful if you can try the kernel 5.3 and confirm the USB ID for Helix devices

 

case USB_ID(0x0E41, 0x4242): /* Line6 Helix Rack */
case USB_ID(0x0E41, 0x4244): /* Line6 Helix LT */
case USB_ID(0x0E41, 0x4246): /* Line6 HX-Stomp */
case USB_ID(0x0E41, 0x424a): /* Line6 Helix LT - firmware >= 2.8 */
 

This is displayed in dmesg when the device is discovered (open dmesg -w and then plug the device)

 

[  322.404503] usb 1-6: new high-speed USB device number 13 using xhci_hcd
[  322.531804] usb 1-6: New USB device found, idVendor=0e41, idProduct=4246, bcdDevice= 2.00
[  322.531806] usb 1-6: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[  322.531806] usb 1-6: Product: HX Stomp
[  322.531807] usb 1-6: Manufacturer: LINE 6
[  322.531808] usb 1-6: SerialNumber:    3021888
[  322.535789] usb 1-6: parse_audio_format_rates_v2v3(): unable to retrieve number of sample rates (clock 16)
[  322.535907] usb 1-6: parse_audio_format_rates_v2v3(): unable to retrieve number of sample rates (clock 16)

In particular if the device is supported the last two lines will show as unable to retrieve number of sample rates set it to default as 48Khz

 

What I need is a list of helix like devices and the list of idVendor, IdProduct.

 

Can you help me?

 

Also for Line6 did the new update to support the new Mac Os X bring some news for Linux Users as well??

 

Thanks

Nick

 

 

Link to comment
Share on other sites

  • 1 month later...

Thanks a lot for this! Running Linux 5.4.2-1 (manjaro) and HX Stomp was detected with the your listed vendor and and product ids.

 

However I still can't get it working as an input with any audio application (ardour or audacity), but it shows up as an option.

I also have no PC output through the stomp (using only headphones, no speakers currently) with applications like spotify. alsamixer reports it as a soundcard with no controls.

 

My GUI sound settings lists it as "HX Stomp Analog Surround 7.1" and shows output levels being sent to the stomp, but I get nothing through the headphone out. 

 

Link to comment
Share on other sites

  • 2 weeks later...

Hello! Under Ubuntu 19.04 and 19.10 / Kernel 5.3.x and 5.4.x /  Helix Rack does not work.

dmesg  log:

Spoiler

[   90.456640] usb 1-8: New USB device found, idVendor=0e41, idProduct=4249, bcdDevice= 2.00
[   90.456646] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   90.456649] usb 1-8: Product: HELIX    
[   90.460414] usb 1-8: parse_audio_format_rates_v2v3(): unable to retrieve number of sample rates (clock 16)
[   90.460537] usb 1-8: parse_audio_format_rates_v2v3(): unable to retrieve number of sample rates (clock 16)
[   90.462825] input: LINE 6 HELIX    as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.5/0003:0E41:4249.000E/input/input43
[   90.519967] hid-generic 0003:0E41:4249.000E: input,hidraw0: USB HID v1.11 Keyboard [LINE 6 HELIX   ] on usb-0000:00:14.0-8/input5

Where to get this patch? What to patch?
 

Link to comment
Share on other sites

  • 2 months later...

Hi

have someone a compiled file to replace in:

Distributor ID:    Ubuntu
Description:    Ubuntu 18.04.3 LTS
Release:    18.04
Codename:    bionic

---

4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

 

and detailed instructions for one that are no so skilled to back kernel?

thanks

max

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...