line6linux-user Mailing List for Line6 Linux software (Page 6)
Status: Pre-Alpha
Brought to you by:
mgrabner
You can subscribe to this list here.
2008 |
Jan
(3) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(2) |
Aug
(7) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(2) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
(5) |
Nov
(2) |
Dec
|
2012 |
Jan
(5) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
(3) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(16) |
2013 |
Jan
(42) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
(1) |
Nov
|
Dec
|
2017 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Markus G. <gr...@ic...> - 2010-08-06 12:08:43
|
Hi! This message is to notify you that the line6linux-user mailing list is going to be mirrored on gmane: news://gmane.org/gmane.comp.audio.line6linux.user Kind regards, Markus -- Markus Grabner Institute for Computer Graphics and Vision Graz University of Technology, Inffeldgasse 16a/II, 8010 Graz, Austria WWW: http://www.icg.tugraz.at/Members/grabner |
From: Nuno B. <nb...@go...> - 2010-08-03 18:49:30
|
Hi there, Can someone give me a clue on what to look at, to add the support for the X3 devices? I don't have experience with Linux kernel/driver development (being this the reason why I'm lost), however I do have experience with C and time/motivation to learn. I had a look into the Alsa PCI driver development tutorial, which helped to understand the structure of the line6linux driver, but I've been finding difficult to get more information on how usb soundcards work under linux. For now I would only be looking at adding the PCM support and leaving the control features for a bit later... Any help on this is very much appreciated. Nuno |
From: Markus G. <gr...@ic...> - 2010-08-01 21:26:34
|
Am Sonntag 01 August 2010, 11:20:21 schrieb Matthias Jakobs: > Hey, > im using your driver with my Pod Studio UX1. I can hear everything, but the > inputs dont come up in JACK. Is there a release planed with pod studio > support? Hi Matty! Thanks for your interest! I plan to release everything for which I receive sufficient feedback to be able to implement it :-) Joking aside, since I don't have a POD Studio UX1, I can only proceed if somebody who has such a device volunteers to provide USB logs, test new driver versions, etc. Recently I received a bunch of useful feedback for the TonePort UX1, and I think it is pretty well supported now (if anybody feels the opposite, please let me know). Due to the similar name, there are chances that support for the POD Studio UX1 is not too hard to achieve. Please let me know if you are willing to help this way. And make sure that you are using the most recent version of the driver from the subversion repository: https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk Thanks & kind regards, Markus -- Markus Grabner Institute for Computer Graphics and Vision Graz University of Technology, Inffeldgasse 16a/II, 8010 Graz, Austria WWW: http://www.icg.tugraz.at/Members/grabner |
From: Matthias J. <Mat...@gm...> - 2010-08-01 09:20:30
|
Hey, im using your driver with my Pod Studio UX1. I can hear everything, but the inputs dont come up in JACK. Is there a release planed with pod studio support? Matty -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 |
From: Nuno B. <nb...@go...> - 2010-07-08 20:23:53
|
Similar problem here but for the POD X3 Pro. I've included DEVID 0x414c on "usbdefs.h" and added "LINE6_DEVID_PODX3PRO" definitions on "driver.c" and "pcm.c". Was also able to detect device (dmesg): [41026.589097] line6usb driver version 0.9.0 (revision 653M) [41026.589144] usbcore: registered new interface driver line6usb [41041.996106] usb 1-5.3: new high speed USB device using ehci_hcd and address 9 [41042.980351] hub 1-5:1.0: unable to enumerate USB device on port 3 [41043.276106] usb 1-5.3: new high speed USB device using ehci_hcd and address 10 [41043.368478] usb 1-5.3: config 1 interface 1 altsetting 0 bulk endpoint 0x1 has invalid maxpacket 64 [41043.368483] usb 1-5.3: config 1 interface 1 altsetting 0 bulk endpoint 0x81 has invalid maxpacket 64 [41043.368975] usb 1-5.3: configuration #1 chosen from 1 choice [41043.369749] line6usb 1-5.3:1.0: Line6 POD X3 Pro found [41043.370193] line6usb 1-5.3:1.0: Line6 POD X3 Pro now attached [41043.370197] Line6 device 0: POD X3 Pro:0 [41043.370200] Line6 device 1: (not used) [41043.370202] Line6 device 2: (not used) [41043.370204] Line6 device 3: (not used) [41043.370207] Line6 device 4: (not used) [41043.370209] Line6 device 5: (not used) [41043.370211] Line6 device 6: (not used) [41043.370213] Line6 device 7: (not used) [41043.370489] line6usb 1-5.3:1.1: Line6 POD X3 Pro found [41043.370672] line6usb 1-5.3:1.1: Line6 POD X3 Pro now attached [41043.370675] Line6 device 0: POD X3 Pro:0 [41043.370678] Line6 device 1: POD X3 Pro:1 [41043.370680] Line6 device 2: (not used) [41043.370683] Line6 device 3: (not used) [41043.370685] Line6 device 4: (not used) [41043.370687] Line6 device 5: (not used) [41043.370690] Line6 device 6: (not used) [41043.370692] Line6 device 7: (not used) ...but still can't have any sound IN or OUT. I recently upgraded to Ubuntu 10.04 Kernel 2.6.32-23-generic, but had exact same problem on Ubuntu 9.04. Please let me know what I can do to help. Many thanks, Nuno On 6 July 2010 21:38, Álvaro Figueroa Cabezas <al...@gr...>wrote: > Hi, > > I'm trying to run connect my Pod X3 Live to a desktop running ubuntu > 10.04 with the driver and apps taken from today's SVN. > > Using this driver, I do see the pedal board attaching itself to the > driver, but I can't get the card listed with aplay -l. > > (taken from dmesg) > [288005.275146] line6usb 1-1.6:1.1: Line6 POD X3 Live found > [288005.275446] line6usb 1-1.6:1.1: Line6 POD X3 Live now attached > [288005.275448] Line6 device 0: POD X3 Live:0 > [288005.275450] Line6 device 1: POD X3 Live:1 > > $ aplay -l > **** List of PLAYBACK Hardware Devices **** > card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog] > Subdevices: 0/1 > Subdevice #0: subdevice #0 > card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital] > Subdevices: 1/1 > Subdevice #0: subdevice #0 > card 0: Intel [HDA Intel], device 3: INTEL HDMI [INTEL HDMI] > Subdevices: 1/1 > Subdevice #0: subdevice #0 > > I'm also trying the the 0.8.1 package from Ubuntu source, and this > driver does add the network card properly, but when I try to play or > record anything I get: > [293574.002711] line6usb 1-1.6:1.0: URB out #0 submission failed > [293574.002715] line6usb 1-1.6:1.0: URB out #0 submission failed > [293580.637034] line6usb 1-1.6:1.0: URB out #0 submission failed > [293580.637038] line6usb 1-1.6:1.0: URB out #0 submission failed > > In the link from launchap (see below) there is a suggestion to modify > audio.c, but looking at the code it looks like it's already patched, and > I'm also running kernel 2.6.32 or 2.6.31. If there a way to make this > module work without having to move back to a previous version of > kernel/ubuntu? > > (this is how the line looks) > card = snd_card_new(line6_index[dev], line6_id[dev], THIS_MODULE, 0, > &card); > > Please advice. Thanks a lot. > > https://answers.launchpad.net/ubuntu/+source/linux/+question/94759 > > -- > Álvaro Figueroa Cabezas > Systems Integrator > GreenCore Solutions Srl. > al...@gr... > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Line6linux-user mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/line6linux-user > |
From: Álvaro F. C. <al...@gr...> - 2010-07-06 20:55:20
|
Hi, I'm trying to run connect my Pod X3 Live to a desktop running ubuntu 10.04 with the driver and apps taken from today's SVN. Using this driver, I do see the pedal board attaching itself to the driver, but I can't get the card listed with aplay -l. (taken from dmesg) [288005.275146] line6usb 1-1.6:1.1: Line6 POD X3 Live found [288005.275446] line6usb 1-1.6:1.1: Line6 POD X3 Live now attached [288005.275448] Line6 device 0: POD X3 Live:0 [288005.275450] Line6 device 1: POD X3 Live:1 $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], device 3: INTEL HDMI [INTEL HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 I'm also trying the the 0.8.1 package from Ubuntu source, and this driver does add the network card properly, but when I try to play or record anything I get: [293574.002711] line6usb 1-1.6:1.0: URB out #0 submission failed [293574.002715] line6usb 1-1.6:1.0: URB out #0 submission failed [293580.637034] line6usb 1-1.6:1.0: URB out #0 submission failed [293580.637038] line6usb 1-1.6:1.0: URB out #0 submission failed In the link from launchap (see below) there is a suggestion to modify audio.c, but looking at the code it looks like it's already patched, and I'm also running kernel 2.6.32 or 2.6.31. If there a way to make this module work without having to move back to a previous version of kernel/ubuntu? (this is how the line looks) card = snd_card_new(line6_index[dev], line6_id[dev], THIS_MODULE, 0, &card); Please advice. Thanks a lot. https://answers.launchpad.net/ubuntu/+source/linux/+question/94759 -- Álvaro Figueroa Cabezas Systems Integrator GreenCore Solutions Srl. al...@gr... |
From: Markus G. <gr...@ic...> - 2010-04-23 18:24:21
|
Am Freitag 23 April 2010 14:23:14 schrieb SIMON SEDGWICK: > I have been playing with the Planet CCRMA repo's with both CentOS5.4 and > Fedora Core 12 (both 32bit). I can't rebuild line6usb from the SRC RPM on > either of them, even when I have kernel, kernel-devel and kernel-headers > installed. Each time it complains of a missing dependency of > kernel-source, I kind find such an RPM exists, therefore can't satisfy the > dependencies. > > So I built a basic FC12 32bit virtual machine which only has the stock > kernel and the complete dev environment installed. With the source code I > get the following errors: > > [sedgtone@localhost line6usb-0.8.1]$ make install > ./set_revision.sh > make -f Makefile -C /lib/modules/2.6.32.11-99.fc12.i686.PAE/build > CONFIG_LINE6_USB=m SUBDIRS=/home/sedgetone/rpmbuild/SOURCES/line6usb-0.8.1 > modules make[1]: Entering directory > `/usr/src/kernels/2.6.32.11-99.fc12.i686.PAE' CC [M] > /home/sedgetone/rpmbuild/SOURCES/line6usb-0.8.1/audio.o > /home/sedgetone/rpmbuild/SOURCES/line6usb-0.8.1/audio.c: In function > ‘line6_init_audio’: > /home/sedgetone/rpmbuild/SOURCES/line6usb-0.8.1/audio.c:31: error: > implicit declaration of function ‘snd_card_new’ > /home/sedgetone/rpmbuild/SOURCES/line6usb-0.8.1/audio.c:31: warning: > assignment makes pointer from integer without a cast make[2]: *** > [/home/sedgetone/rpmbuild/SOURCES/line6usb-0.8.1/audio.o] Error 1 make[1]: > *** [_module_/home/sedgetone/rpmbuild/SOURCES/line6usb-0.8.1] Error 2 > make[1]: Leaving directory `/usr/src/kernels/2.6.32.11-99.fc12.i686.PAE' > make: *** [default] Error 2 > > I get the same errors on both CentOS and FC. So I'm obviously doing > something wrong but I have no idea what. Can anyone throw some light on > what the errors might be? Version 0.8.1 is quite out of date and not compatible with recent kernels, you might want to try the current revision instead: https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk However, users reported troubles with the new version, which I'm currently trying to resolve, but it's at least better as a version that doesn't even compile :-) Which Line6 device do you want to use under Linux? Kind regards, Markus -- Markus Grabner - Computer Graphics and Vision Graz University of Technology, Inffeldgasse 16a/II, 8010 Graz, Austria Phone: +43/316/873-5041, Fax: +43/316/873-5050 WWW: http://www.icg.tugraz.at/Members/grabner |
From: Jelmer V. <je...@sa...> - 2008-04-04 01:49:53
|
On Sat, 2008-01-19 at 16:49 +0100, Jelmer Vernooij wrote: > Am Samstag, den 19.01.2008, 16:33 +0100 schrieb Markus Grabner: > > Am Donnerstag, 17. Januar 2008 schrieb Jelmer Vernooij: > > > FYI: I've built Debian packages for the Line 6 USB drivers. They're > > > available from my personal APT repository > > > (http://samba.org/~jelmer/debian/) and will hopefully also enter the > > > main Debian and Ubuntu archives at some point. > > Cool thing! May I also ask you to provide your Debian build description so > > that experienced users can build their own package if they use a customized > > kernel for which no binary packages are available? > The Debian package is maintained in the bzr branch at > http://people.samba.org/bzr/jelmer/line6-usb/debian/ . You should be > able to obtain a copy by running: > > $ bzr get http://people.samba.org/bzr/jelmer/line6-usb/debian/ > > The debian-specific bit is in debian/. > > This package already allows building packages for custom kernels, using > Debians module-assistant package. E.g.: > > # Install line6 USB source driver > $ aptitude install line6-usb-source > # Build Debian package for current kernel > $ m-a build line6-usb > Fertig mit /usr/src/line6-usb-modules-2.6.23-1-686_0.7.2-1 > +2.6.23-2_i386.deb . > # Install Debian package for current kernel > $ m-a install line6-usb > (Lese Datenbank ... 244682 Dateien und Verzeichnisse sind derzeit > installiert.) > Entpacke line6-usb-modules-2.6.23-1-686 > (aus .../line6-usb-modules-2.6.23-1-686_0.7.2-1+2.6.23-2_i386.deb) ... > Richte line6-usb-modules-2.6.23-1-686 ein (0.7.2-1+2.6.23-2) ... The packages are now in Debian itself: http://packages.debian.org/sid/line6-usb-source Cheers, Jelmer -- Jelmer Vernooij <je...@sa...> - http://samba.org/~jelmer/ |
From: Markus G. <gr...@ic...> - 2008-02-17 23:15:03
|
Hi! I'm getting curious how many people are interested in using Line6 products under Linux. Therefore I installed a web poll and invite everybody who is interested (those subscribed to this list probably are :-) to participate: http://www.tanzband-scream.at/line6/poll.php5 Thanks & kind regards, Markus -- Markus Grabner - Computer Graphics and Vision Graz University of Technology, Inffeldgasse 16a/II, 8010 Graz, Austria Phone: +43/316/873-5041, Fax: +43/316/873-5050 WWW: http://www.icg.tugraz.at/Members/grabner |
From: Jelmer V. <je...@sa...> - 2008-01-19 15:49:24
|
Am Samstag, den 19.01.2008, 16:33 +0100 schrieb Markus Grabner: > Am Donnerstag, 17. Januar 2008 schrieb Jelmer Vernooij: > > FYI: I've built Debian packages for the Line 6 USB drivers. They're > > available from my personal APT repository > > (http://samba.org/~jelmer/debian/) and will hopefully also enter the > > main Debian and Ubuntu archives at some point. > Cool thing! May I also ask you to provide your Debian build description s= o=20 > that experienced users can build their own package if they use a customiz= ed=20 > kernel for which no binary packages are available? The Debian package is maintained in the bzr branch at http://people.samba.org/bzr/jelmer/line6-usb/debian/ . You should be able to obtain a copy by running: $ bzr get http://people.samba.org/bzr/jelmer/line6-usb/debian/ The debian-specific bit is in debian/. This package already allows building packages for custom kernels, using Debians module-assistant package. E.g.: # Install line6 USB source driver $ aptitude install line6-usb-source # Build Debian package for current kernel $ m-a build line6-usb Fertig mit /usr/src/line6-usb-modules-2.6.23-1-686_0.7.2-1 +2.6.23-2_i386.deb . # Install Debian package for current kernel $ m-a install line6-usb (Lese Datenbank ... 244682 Dateien und Verzeichnisse sind derzeit installiert.) Entpacke line6-usb-modules-2.6.23-1-686 (aus .../line6-usb-modules-2.6.23-1-686_0.7.2-1+2.6.23-2_i386.deb) ... Richte line6-usb-modules-2.6.23-1-686 ein (0.7.2-1+2.6.23-2) ... Cheers, Jelmer --=20 Jelmer Vernooij <je...@sa...> - http://samba.org/~jelmer/ Jabber: je...@ja... |
From: Markus G. <gr...@ic...> - 2008-01-19 15:34:21
|
Am Donnerstag, 17. Januar 2008 schrieb Jelmer Vernooij: > FYI: I've built Debian packages for the Line 6 USB drivers. They're > available from my personal APT repository > (http://samba.org/~jelmer/debian/) and will hopefully also enter the > main Debian and Ubuntu archives at some point. Cool thing! May I also ask you to provide your Debian build description so that experienced users can build their own package if they use a customized kernel for which no binary packages are available? The RPM build description (spec-file) is already included in the line6usb driver sources, but I'm happy to include similar stuff for other packaging systems. Gentoo anyone maybe? Kind regards, Markus -- Markus Grabner - Computer Graphics and Vision Graz University of Technology, Inffeldgasse 16a/II, 8010 Graz, Austria Phone: +43/316/873-5041, Fax: +43/316/873-5050 WWW: http://www.icg.tugraz.at/Members/grabner |
From: Jelmer V. <je...@sa...> - 2008-01-17 00:56:57
|
FYI: I've built Debian packages for the Line 6 USB drivers. They're available from my personal APT repository (http://samba.org/~jelmer/debian/) and will hopefully also enter the main Debian and Ubuntu archives at some point. Cheers, Jelmer Vernooij --=20 Jelmer Vernooij <je...@sa...> - http://samba.org/~jelmer/ Jabber: je...@ja... |