I really can't get my toneport UX1 to work under Ubuntu 9.10 Karmic Koala. The device is recognised, it shows up under sound preferences and the LED is green. However, whenever I try to play audio through it, the player "blocks" as if the toneport's clock was not ticking. The same behaviour shows up with any player I use.
Some info about my system:
$ uname -a
Linux dukat 2.6.31-18-generic #55-Ubuntu SMP Fri Jan 8 14:55:26 UTC 2010 i686 GNU/Linux
$ lsusb
Bus 002 Device 002: ID 0e41:4141 Line6, Inc.
Bus 002 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 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Thank you in advance
Alberto
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It took me a while to realise it, though, because your Makefile installs the drivers in /lib/modules/2.6.XX.YY-generic/kernel/sound/usb, while Ubuntu had its own version in /lib/modules/2.6.XX.YY-generic/kernel/drivers/staging/line6. I just copied the ko file manually, when I realised what was going on.
Thanks
alb
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I really can't get my toneport UX1 to work under Ubuntu 9.10 Karmic Koala. The device is recognised, it shows up under sound preferences and the LED is green. However, whenever I try to play audio through it, the player "blocks" as if the toneport's clock was not ticking. The same behaviour shows up with any player I use.
Some info about my system:
$ uname -a
Linux dukat 2.6.31-18-generic #55-Ubuntu SMP Fri Jan 8 14:55:26 UTC 2010 i686 GNU/Linux
$ lsmod | grep line6
line6usb 77736 2
snd_pcm 75296 5 line6usb,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_rawmidi 22176 2 line6usb,snd_seq_midi
snd 59204 20 line6usb,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
$ lsusb
Bus 002 Device 002: ID 0e41:4141 Line6, Inc.
Bus 002 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 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Thank you in advance
Alberto
Could you please try the most recent sources from "https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk"?
Kind regards,
Markus
Yep! It works, thanks!
It took me a while to realise it, though, because your Makefile installs the drivers in /lib/modules/2.6.XX.YY-generic/kernel/sound/usb, while Ubuntu had its own version in /lib/modules/2.6.XX.YY-generic/kernel/drivers/staging/line6. I just copied the ko file manually, when I realised what was going on.
Thanks
alb