line6linux-user Mailing List for Line6 Linux software (Page 5)
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: Denis M. <den...@ho...> - 2012-01-07 18:44:28
|
Hi Stefan, Here is the output of the command : $ grep -r kstrtou16 /usr/src/linux-headers-2.6.32-37-generic grep: /usr/src/linux-headers-2.6.32-37-generic/source: Aucun fichier ou dossier de ce type (/No file or folder found)/ $ uname -r 2.6.32-37-generic It seems it cannot find 'source' which is a broken link targetting "/build/buildd/linux-2.6.32". I didn't know that I had to upgrade to a newer version to get the latest kernel. I will try it next week and come to you if I find any problem. Thanks you ! Denis. On 06/01/2012 14:18, Stefan Hajnoczi wrote: > On Fri, Jan 6, 2012 at 12:44 PM, Denis Martin<den...@ho...> wrote: >> CC [M] /home/denis/line6linux/driver/trunk/midi.o >> /home/denis/line6linux/driver/trunk/midi.c: In function >> ‘midi_set_midi_mask_transmit’: >> /home/denis/line6linux/driver/trunk/midi.c:314: error: implicit >> declaration of function ‘kstrtou16’ > kstrtou16() was introduced in Linux 2.6.39 but you have an older > 2.6.32-based kernel (Ubuntu Lucid 10.04). If you upgrade to a recent > kernel this problem would be gone. > > However, I'm a little confused with the exact error you're getting: it > looks like your kernel headers are more recent than 2.6.32 and don't > match your kernel. If they were 2.6.32 kernel headers they would not > know about kstrtou16(). But your make output does show it entering > /usr/src/linux-headers-2.6.32-37-generic, which should match your > kernel and contain no references to kstrtou16(). > > Please try "grep -r kstrtou16 > /usr/src/linux-headers-2.6.32-37-generic" and let us know what the > output is. > > Stefan > > |
From: Stefan H. <ste...@gm...> - 2012-01-06 13:18:54
|
On Fri, Jan 6, 2012 at 12:44 PM, Denis Martin <den...@ho...> wrote: > CC [M] /home/denis/line6linux/driver/trunk/midi.o > /home/denis/line6linux/driver/trunk/midi.c: In function > ‘midi_set_midi_mask_transmit’: > /home/denis/line6linux/driver/trunk/midi.c:314: error: implicit > declaration of function ‘kstrtou16’ kstrtou16() was introduced in Linux 2.6.39 but you have an older 2.6.32-based kernel (Ubuntu Lucid 10.04). If you upgrade to a recent kernel this problem would be gone. However, I'm a little confused with the exact error you're getting: it looks like your kernel headers are more recent than 2.6.32 and don't match your kernel. If they were 2.6.32 kernel headers they would not know about kstrtou16(). But your make output does show it entering /usr/src/linux-headers-2.6.32-37-generic, which should match your kernel and contain no references to kstrtou16(). Please try "grep -r kstrtou16 /usr/src/linux-headers-2.6.32-37-generic" and let us know what the output is. Stefan |
From: Denis M. <den...@ho...> - 2012-01-06 12:44:46
|
Hi, I've tried to install the latest version (SVN) of the driver and I have the following errors : $ svn co https://line6linux.svn.sourceforge.net/svnroot/line6linux/ $ cd line6linux/driver/trunk $ make ./set_revision.sh test: 18: ==: unexpected operator make -C /lib/modules/2.6.32-37-generic/build CONFIG_LINE6_USB=m SUBDIRS=/home/denis/line6linux/driver/trunk modules make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.32-37-generic » CC [M] /home/denis/line6linux/driver/trunk/audio.o CC [M] /home/denis/line6linux/driver/trunk/capture.o CC [M] /home/denis/line6linux/driver/trunk/control.o CC [M] /home/denis/line6linux/driver/trunk/driver.o CC [M] /home/denis/line6linux/driver/trunk/dumprequest.o CC [M] /home/denis/line6linux/driver/trunk/midi.o /home/denis/line6linux/driver/trunk/midi.c: In function ‘midi_set_midi_mask_transmit’: /home/denis/line6linux/driver/trunk/midi.c:314: error: implicit declaration of function ‘kstrtou16’ make[2]: *** [/home/denis/line6linux/driver/trunk/midi.o] Erreur 1 make[1]: *** [_module_/home/denis/line6linux/driver/trunk] Erreur 2 make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.32-37-generic » make: *** [default] Erreur 2 Do you know where it can come from ? I have the same problem trying to compile v0.8.1 from driver/tags repertory I have already installed line6linux but quite a long ago, and didn't use it since that time. Is there a way to know what version is installed, and what is the proper way to update it -- re-installing or is there another way ? Thank you, Denis. |
From: Shannon P. <sp...@er...> - 2011-11-04 14:07:40
|
Hi Jose, the source can be found at: svn co https://line6linux.svn.sourceforge.net/svnroot/line6linux line6linux More info on this page: http://sourceforge.net/scm/?type=svn&group_id=200399 speeves 2011/11/4 Jose Gómez Martín <jj...@gm...> > Hello. > > excuse my English. > > I have a pod X3. > As I can help to detect X3, not to repeat work done already? Finally, > Where I can download the sources?, is empty the following address: > http://sourceforge.net/projects/line6linux/files/ > > I am linux user, computer Systems and little knowledge development. > > > > A greeting. > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Line6linux-user mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/line6linux-user > > -- Shannon Eric Peevey | Musical Dude | http://speeves.erikin.com |
From: Jose G. M. <jj...@gm...> - 2011-11-04 13:20:44
|
Hello. excuse my English. I have a pod X3. As I can help to detect X3, not to repeat work done already? Finally, Where I can download the sources?, is empty the following address: http://sourceforge.net/projects/line6linux/files/ I am linux user, computer Systems and little knowledge development. A greeting. |
From: Sébastien C. <nes...@gm...> - 2011-10-31 19:56:48
|
Ok I've tested it and as I thought it doesn't work "out of the box" but it definetly get closer : Endpoints are not the same between HD300 and HD500 as the alternate settings. Tweaking the last trunk code I've found that audio endpoints and alternate variables are the same as LINE6_DEVID_PODX3 By applying the joined patch, I've got two different PCM device that got attached to alsa (3 and 4) : /var/log/messages : Oct 31 19:46:55 NELL kernel: usb 1-1.1: new high speed USB device number 6 using ehci_hcd Oct 31 19:46:55 NELL kernel: usb 1-1.1: config 1 interface 1 altsetting 0 bulk endpoint 0x1 has invalid maxpacket 64 Oct 31 19:46:55 NELL kernel: usb 1-1.1: config 1 interface 1 altsetting 0 bulk endpoint 0x81 has invalid maxpacket 64 Oct 31 19:46:55 NELL kernel: usb 1-1.1: New USB device found, idVendor=0e41, idProduct=414d Oct 31 19:46:55 NELL kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Oct 31 19:46:55 NELL kernel: usb 1-1.1: Product: POD HD500 Oct 31 19:46:55 NELL kernel: usb 1-1.1: Manufacturer: Line 6 Oct 31 19:46:55 NELL kernel: line6usb 1-1.1:1.0: Line6 POD Studio GX found Oct 31 19:46:55 NELL kernel: line6usb 1-1.1:1.0: Line6 POD Studio GX now attached Oct 31 19:46:55 NELL kernel: line6usb 1-1.1:1.1: Line6 POD Studio GX found Oct 31 19:46:55 NELL kernel: line6usb 1-1.1:1.1: Line6 POD Studio GX now attached cat /proc/asound/cards 0 [PCH ]: HDA-Intel - HDA Intel PCH HDA Intel PCH at 0xfa620000 irq 60 1 [CA0106 ]: CA0106 - CA0106 Audigy SE [SB0570] at 0xc080 irq 19 2 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xfa080000 irq 17 * 3 [PODStudioGX ]: line6usb - POD Studio GX* * Line6 POD Studio GX at USB 1-1.2:1.0* * 4 [PODStudioGX_1 ]: line6usb - POD Studio GX* * Line6 POD Studio GX at USB 1-1.2:1.1* 6 [U0x46d0x8c2 ]: USB-Audio - USB Device 0x46d:0x8c2 USB Device 0x46d:0x8c2 at usb-0000:00:1d.0-1.4, high speed aplay -l **** Liste des Périphériques Matériels PLAYBACK **** carte 0: PCH [HDA Intel PCH], périphérique 0: ALC892 Analog [ALC892 Analog] Sous-périphériques: 0/1 Sous-périphérique #0: subdevice #0 carte 0: PCH [HDA Intel PCH], périphérique 1: ALC892 Digital [ALC892 Digital] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 carte 1: CA0106 [CA0106], périphérique 0: ca0106 [CA0106] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 carte 1: CA0106 [CA0106], périphérique 1: ca0106 [CA0106] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 carte 1: CA0106 [CA0106], périphérique 2: ca0106 [CA0106] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 carte 1: CA0106 [CA0106], périphérique 3: ca0106 [CA0106] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 carte 2: NVidia [HDA NVidia], périphérique 3: HDMI 0 [HDMI 0] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 carte 2: NVidia [HDA NVidia], périphérique 7: HDMI 0 [HDMI 0] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 carte 2: NVidia [HDA NVidia], périphérique 8: HDMI 0 [HDMI 0] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 carte 2: NVidia [HDA NVidia], périphérique 9: HDMI 0 [HDMI 0] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 *carte 3: PODStudioGX [POD Studio GX], périphérique 0: POD Studio GX [POD Studio GX]* * Sous-périphériques: 1/1* * Sous-périphérique #0: subdevice #0* *carte 4: PODStudioGX_1 [POD Studio GX], périphérique 0: POD Studio GX [POD Studio GX]* * Sous-périphériques: 1/1* * Sous-périphérique #0: subdevice #0* arecord -l **** Liste des Périphériques Matériels CAPTURE **** carte 0: PCH [HDA Intel PCH], périphérique 0: ALC892 Analog [ALC892 Analog] Sous-périphériques: 0/1 Sous-périphérique #0: subdevice #0 carte 1: CA0106 [CA0106], périphérique 0: ca0106 [CA0106] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 carte 1: CA0106 [CA0106], périphérique 1: ca0106 [CA0106] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 carte 1: CA0106 [CA0106], périphérique 2: ca0106 [CA0106] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 carte 1: CA0106 [CA0106], périphérique 3: ca0106 [CA0106] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 *carte 3: PODStudioGX [POD Studio GX], périphérique 0: POD Studio GX [POD Studio GX]* * Sous-périphériques: 1/1* * Sous-périphérique #0: subdevice #0* *carte 4: PODStudioGX_1 [POD Studio GX], périphérique 0: POD Studio GX [POD Studio GX]* * Sous-périphériques: 1/1* * Sous-périphérique #0: subdevice #0* carte 6: U0x46d0x8c2 [USB Device 0x46d:0x8c2], périphérique 0: USB Audio [USB Audio] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 But I can't play anything inside the playback device and there's no control bar for capture device inside alsamixer (there's one for playback device though) When I try to plug the capture inside jack : alsa_in -j Line6 -d hw:3,0 -c2 -r 48000 /var/log/messages : Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0000: FF FF FF FF FF FF 00 00 ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0008: 00 FF FF FF 00 00 00 00 ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0010: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0018: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0020: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0028: FF FF 00 00 00 00 ...... Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0000: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0008: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0010: FF FF FF FF FF 00 00 00 ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0018: FF FF FF FF FF FF FE FF ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0020: FF FE FF FF FE FF FF FE ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0028: FF FF 00 00 00 00 ...... Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0000: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0008: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0010: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0018: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0020: FF FF FF FF 00 00 00 00 ........ Oct 31 20:01:42 NELL kernel: line6usb 1-1.1:1.0: C0028: 00 00 00 00 00 00 ...... Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0000: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0008: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0010: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0018: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0020: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0028: FF FF 00 00 00 00 ...... Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0000: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0008: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0010: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0018: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0020: 00 00 00 00 FF FF FF FF ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0028: FF FF 00 00 00 00 ...... Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0000: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0008: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0010: FF FF FE FF FF FE FF FF ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0018: FF FF FF FF FF FF 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0020: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0028: 00 00 00 00 00 00 ...... Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0000: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0008: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0010: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0018: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0020: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0028: 00 00 00 00 00 00 ...... Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0000: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0008: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0010: 00 00 FF FF FF FF FF FF ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0018: FF FF FF FE FF FF FF FF ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0020: FF FE FF FF FF FF FF FF ........ Oct 31 20:01:43 NELL kernel: line6usb 1-1.1:1.0: C0028: FF FF 00 00 00 00 ...... Oct 31 20:01:44 NELL kernel: line6usb 1-1.1:1.0: C0000: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:44 NELL kernel: line6usb 1-1.1:1.0: C0008: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:44 NELL kernel: line6usb 1-1.1:1.0: C0010: FF FF FE FF FF FE FF FF ........ Oct 31 20:01:44 NELL kernel: line6usb 1-1.1:1.0: C0018: FE FF FF FE FF FF FF FF ........ Oct 31 20:01:44 NELL kernel: line6usb 1-1.1:1.0: C0020: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:44 NELL kernel: line6usb 1-1.1:1.0: C0028: FF FF 00 00 00 00 ...... Oct 31 20:01:45 NELL kernel: line6usb 1-1.1:1.0: C0000: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:45 NELL kernel: line6usb 1-1.1:1.0: C0008: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:45 NELL kernel: line6usb 1-1.1:1.0: C0010: 00 00 01 00 00 01 00 00 ........ Oct 31 20:01:45 NELL kernel: line6usb 1-1.1:1.0: C0018: 01 00 00 01 00 00 01 00 ........ Oct 31 20:01:45 NELL kernel: line6usb 1-1.1:1.0: C0020: 00 01 00 00 01 00 00 01 ........ Oct 31 20:01:45 NELL kernel: line6usb 1-1.1:1.0: C0028: 00 00 00 00 00 00 ...... Oct 31 20:01:46 NELL kernel: line6usb 1-1.1:1.0: C0000: 00 00 00 00 00 00 FF FF ........ Oct 31 20:01:46 NELL kernel: line6usb 1-1.1:1.0: C0008: FF FF FF FF 00 00 00 00 ........ Oct 31 20:01:46 NELL kernel: line6usb 1-1.1:1.0: C0010: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:46 NELL kernel: line6usb 1-1.1:1.0: C0018: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:46 NELL kernel: line6usb 1-1.1:1.0: C0020: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:46 NELL kernel: line6usb 1-1.1:1.0: C0028: 00 00 00 00 00 00 ...... Oct 31 20:01:47 NELL kernel: line6usb 1-1.1:1.0: C0000: 00 00 00 01 00 00 01 00 ........ Oct 31 20:01:47 NELL kernel: line6usb 1-1.1:1.0: C0008: 00 01 00 00 01 00 00 01 ........ Oct 31 20:01:47 NELL kernel: line6usb 1-1.1:1.0: C0010: 00 00 01 00 00 01 00 00 ........ Oct 31 20:01:47 NELL kernel: line6usb 1-1.1:1.0: C0018: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:47 NELL kernel: line6usb 1-1.1:1.0: C0020: 00 00 00 00 FF FF FF FF ........ Oct 31 20:01:47 NELL kernel: line6usb 1-1.1:1.0: C0028: FF FF 00 00 00 00 ...... Oct 31 20:01:48 NELL kernel: line6usb 1-1.1:1.0: C0000: 00 00 00 00 00 00 01 00 ........ Oct 31 20:01:48 NELL kernel: line6usb 1-1.1:1.0: C0008: 00 01 00 00 01 00 00 00 ........ Oct 31 20:01:48 NELL kernel: line6usb 1-1.1:1.0: C0010: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:48 NELL kernel: line6usb 1-1.1:1.0: C0018: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:48 NELL kernel: line6usb 1-1.1:1.0: C0020: 00 00 00 00 00 00 00 00 ........ Oct 31 20:01:48 NELL kernel: line6usb 1-1.1:1.0: C0028: 00 00 00 00 00 00 ...... Oct 31 20:01:49 NELL kernel: line6usb 1-1.1:1.0: C0000: FF FF FF FF FF FF 00 00 ........ Oct 31 20:01:49 NELL kernel: line6usb 1-1.1:1.0: C0008: 00 00 00 00 01 00 00 00 ........ Oct 31 20:01:49 NELL kernel: line6usb 1-1.1:1.0: C0010: 00 00 01 00 00 01 00 00 ........ Oct 31 20:01:49 NELL kernel: line6usb 1-1.1:1.0: C0018: 01 00 00 01 00 00 01 00 ........ Oct 31 20:01:49 NELL kernel: line6usb 1-1.1:1.0: C0020: 00 01 00 00 01 00 00 01 ........ Oct 31 20:01:49 NELL kernel: line6usb 1-1.1:1.0: C0028: 00 00 00 00 00 00 ...... Oct 31 20:01:50 NELL kernel: line6usb 1-1.1:1.0: C0000: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:50 NELL kernel: line6usb 1-1.1:1.0: C0008: FF FF FF FF 00 00 00 00 ........ Oct 31 20:01:50 NELL kernel: line6usb 1-1.1:1.0: C0010: 00 00 FF FF FF FF FF FF ........ Oct 31 20:01:50 NELL kernel: line6usb 1-1.1:1.0: C0018: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:50 NELL kernel: line6usb 1-1.1:1.0: C0020: FF FF FF FF FF FF FF FF ........ Oct 31 20:01:50 NELL kernel: line6usb 1-1.1:1.0: C0028: FF FF 00 00 00 00 ...... Same output for alsa_in -j Line6 -d hw:4,0 -c2 -r 48000 I also find weird that two cards shows up -- CAPOU Sébastien |
From: Sébastien C. <nes...@gm...> - 2011-10-31 08:28:58
|
Awesome ! I just hope that at least the sound transport systems are the same on HD300 and HD500 (and HD400 for those who have one) because the presets managements shouldn't be the same : I've read on Line6 site that you can't apply a patch created on HD500 to HD300 nor HD400 and vice versa (source : http://line6.com/support/docs/DOC-2403 ). But that would be a good start. I don't know nothing about URB packets but if a patch has been made for HD300 I may be able to modifiy it to make it work for HD500, if it doesn't work out of the box. And already looking at the code the endpoint doesn't seems to be the same. Anyway I'll try this when i'll get back from work this evenning and I'll keep you informed. Many thanks ! 2011/10/30 Markus Grabner <gr...@ic...> > On Tuesday 25 October 2011 23:32:55 Sébastien CAPOU wrote: > > Here are the traces > Thanks for the data! As a very interesting coincidence, I just received a > patch adding support for the HD300. Though I can't verify it since I don't > have such a device, I added the code to the trunk at > > https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk > > and inserted the device id you reported for the HD500, so you probably > want to > try if the most recent version works for you as well. Could you please > give me > feedback? > > 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 > > > ------------------------------------------------------------------------------ > Get your Android app more play: Bring it to the BlackBerry PlayBook > in minutes. BlackBerry App World™ now supports Android™ Apps > for the BlackBerry® PlayBook™. Discover just how easy and simple > it is! http://p.sf.net/sfu/android-dev2dev > _______________________________________________ > Line6linux-user mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/line6linux-user > -- CAPOU Sébastien |
From: Markus G. <gr...@ic...> - 2011-10-30 16:59:45
|
On Tuesday 25 October 2011 23:32:55 Sébastien CAPOU wrote: > Here are the traces Thanks for the data! As a very interesting coincidence, I just received a patch adding support for the HD300. Though I can't verify it since I don't have such a device, I added the code to the trunk at https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk and inserted the device id you reported for the HD500, so you probably want to try if the most recent version works for you as well. Could you please give me feedback? 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: Sébastien C. <nes...@gm...> - 2011-10-25 21:33:04
|
Id Type Time Length Hex Ascii 14 Out (USB URB Function: 9) 0.000000 1 00 . 14 Out (USB URB Function: 9) 0.000610 1 00 . 14 Out (USB URB Function: 9) 0.284309 1 00 . 14 Out (USB URB Function: 9) 1.102577 1 00 . 14 Out (USB URB Function: 9) 0.100063 1 00 . 14 Out (USB URB Function: 9) 1.638217 1 00 . 14 Out (USB URB Function: 9) 0.187256 1 00 . 14 In (USB URB Function: 8) 0.211104 18 12 01 00 02 ff ff ff 40 41 0e 4d 41 00 00 01 02 00 01 .......@A.MA...... 14 In (USB URB Function: 8) 0.000381 18 12 01 00 02 ff ff ff 40 41 0e 4d 41 00 00 01 02 00 01 .......@A.MA...... 14 In (USB URB Function: 8) 0.003114 64 09 02 40 00 02 01 00 40 32 09 04 00 00 00 ff ff ff 03 09 04 00 01 02 ff ff ff 03 07 05 02 01 2e 00 01 07 05 86 01 2e 00 01 09 04 01 00 02 ff ff ff 04 07 05 01 02 40 00 01 07 05 81 02 40 00 01 ..@....@2.............................................@......@.. 14 In (USB URB Function: 8) 0.001736 3 10 10 04 ... 14 In (USB URB Function: 8) 0.002389 1 08 . 14 In (USB URB Function: 8) 0.000329 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002301 1 08 . 14 In (USB URB Function: 8) 0.000328 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002261 1 08 . 14 In (USB URB Function: 8) 0.000238 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002272 1 08 . 14 In (USB URB Function: 8) 0.000352 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002291 1 08 . 14 In (USB URB Function: 8) 0.000333 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002276 1 08 . 14 In (USB URB Function: 8) 0.000351 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002270 1 08 . 14 In (USB URB Function: 8) 0.000352 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002295 1 08 . 14 In (USB URB Function: 8) 0.000348 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002245 1 08 . 14 In (USB URB Function: 8) 0.000246 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002255 1 08 . 14 In (USB URB Function: 8) 0.000375 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002255 1 08 . 14 In (USB URB Function: 8) 0.000385 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002491 1 08 . 14 In (USB URB Function: 8) 0.000373 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002252 1 08 . 14 In (USB URB Function: 8) 0.000369 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002376 1 08 . 14 In (USB URB Function: 8) 0.000245 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002250 1 08 . 14 In (USB URB Function: 8) 0.000254 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002248 1 08 . 14 In (USB URB Function: 8) 0.000248 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.002250 1 08 . 14 In (USB URB Function: 8) 0.000256 8 ff ff ff ff ff ff ff ff ........ 14 In (USB URB Function: 8) 0.004993 18 12 01 00 02 ff ff ff 40 41 0e 4d 41 00 00 01 02 00 01 .......@A.MA...... 14 Out (USB URB Function: 9) 0.000333 16 0c 00 01 00 02 00 02 40 02 49 01 00 00 00 00 ff .......@.I...... 14 In (USB URB Function: 9) 0.057686 12 08 00 01 00 03 00 02 01 04 49 40 00 .........I@. 14 In (USB URB Function: 9) 0.000353 12 08 00 04 00 00 00 00 ff 00 00 31 01 ..........1. 14 Out (USB URB Function: 9) 0.007143 16 0c 00 01 00 02 00 04 41 04 00 13 00 00 00 80 3f .......A.......? 14 URB_FUNCTION_SYNC_RESET_PIPE_AND_CLEAR_STALL 1.518315 0 14 URB_FUNCTION_SYNC_RESET_PIPE_AND_CLEAR_STALL 0.000067 0 14 Out (USB URB Function: 10) 0.000078 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.000042 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.000036 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 In (USB URB Function: 10) 0.006040 477 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 14 Out (USB URB Function: 10) 0.001133 474 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 14 In (USB URB Function: 10) 0.000843 576 ff ff ff 00 00 00 ff ff ff 00 00 00 00 00 00 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.001049 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 In (USB URB Function: 10) 0.000950 576 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.001043 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 In (USB URB Function: 10) 0.000934 576 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.001049 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 In (USB URB Function: 10) 0.000947 576 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.001045 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 In (USB URB Function: 10) 0.000953 576 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.001051 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 In (USB URB Function: 10) 0.000976 576 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.001026 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 In (USB URB Function: 10) 0.000949 576 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.001042 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 In (USB URB Function: 10) 0.000957 576 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.001058 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 In (USB URB Function: 10) 0.000945 576 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.001051 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 In (USB URB Function: 10) 0.000945 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 14 Out (USB URB Function: 10) 0.001052 576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00... [truncated message content] |
From: Sébastien C. <nes...@gm...> - 2011-10-24 17:13:02
|
I finally had some time to work on this. I did a little snooping, with > > USB snoop, and I have done some work deciphering the tone data. > > >> The audio looks like it is probably similar to the X3 and X3PRO, since > > it uses the same end points (0x02 and 0x86), while all the other PODs > > appear to use other endpoints. However, it looks like X3 and X3PRO > > support in the driver is incomplete. I added the HD500's USB ID to the > > driver. When I plug in the HD500 I get 2 card directories in > > /proc/asound, but these devices are not listed in /proc/asound/devices > > or /proc/asound/cards. I'm not that familiar with the Linux USB and ALSA > > mechanisms, so it might take quite a bit of study for me to get much > > further. > > >> The control also looks like it may resemble the X3 and X3PRO, as it uses > > the same end points (0x01 and 0x81). I can follow the control > > information with my limited USB knowledge. I've done quite a bit of work > > figuring out the details of the tone data. The data exchanged with the > > POD is basically the same as the data stored in the tone files. They > > byte reverse all the floating point values in the files, and a few bits > > seem to be different, but the great majority is the same. I worked my > > way through the parameters and I now know what most of the data in the > > tone files actually means. I have a crude program which can dump it out. > > >> If there is any available information which might help make the audio > > spring to life, that would be extremely useful. > > >> Steve > > I've also tried that and same result . I added : #define LINE6_DEVID_PODHD500 0x414d #define LINE6_BIT_PODHD500 (1 << 17) to the usbdefs.h and added thos to driver.c and pcm.c just below the LINE6_DEVID_PODX3 ones A card5 (that's correct) directory is created under /proc/asoundrc/ but the card isn't registered in alsa ll /proc/asound/card5/ total 0 dr-xr-xr-x 3 root root 0 24 oct. 19:04 pcm0c dr-xr-xr-x 3 root root 0 24 oct. 19:04 pcm0p ll /proc/asound/card5/pcm0c/ total 0 -r--r--r-- 1 root root 0 24 oct. 19:04 info dr-xr-xr-x 2 root root 0 24 oct. 19:04 sub0 cat /proc/asound/card5/pcm0c/info card: 5 device: 0 subdevice: 0 stream: CAPTURE id: POD HD500 name: POD HD500 subname: subdevice #0 class: 0 subclass: 0 subdevices_count: 1 subdevices_avail: 1 cat /proc/asound/card5/pcm0c/sub0/status closed cat /proc/asound/card5/pcm0c/sub0/hw_params closed cat /proc/asound/card5/pcm0c/sub0/sw_params closed I'll post an usb snoop later |
From: Steve U. <st...@co...> - 2011-07-19 01:50:56
|
On 06/13/2011 03:09 AM, Markus Grabner wrote: > On Sunday 12 June 2011 10:49:34 Steve Underwood wrote: >> Hi, >> >> Has there been any work towards supporting the HD series PODS? I can't >> see any mention of these newer boxes in the code. I am wondering just >> how different they are, and whether support actually requires a whole >> new set of drivers. I'm fairly sure the user space code is going to be a >> lot different. > I'm not aware of any work towards HD support, and since I don't have one, > there is little chance that I can contribute. However, if you take the time to > create some USB traffic logs, I can at least roughly assess how different the > HDs' communication is compared with the supported devices. Please have a look > at http://www.tanzband-scream.at/line6/usblog.html for instructions how to > obtain this information, and send the files to me if you are successful > producing them. The result can be anything between "Oh, it's almost the same > as the PODxt Pro" to "Hm, I can't proceed without an HD for experimenting > myself", so there is no guarantee that your efforts will pay off, although it > would be definitely interesting to have a look. > > Thanks& kind regards, > Markus > I finally had some time to work on this. I did a little snooping, with USB snoop, and I have done some work deciphering the tone data. The audio looks like it is probably similar to the X3 and X3PRO, since it uses the same end points (0x02 and 0x86), while all the other PODs appear to use other endpoints. However, it looks like X3 and X3PRO support in the driver is incomplete. I added the HD500's USB ID to the driver. When I plug in the HD500 I get 2 card directories in /proc/asound, but these devices are not listed in /proc/asound/devices or /proc/asound/cards. I'm not that familiar with the Linux USB and ALSA mechanisms, so it might take quite a bit of study for me to get much further. The control also looks like it may resemble the X3 and X3PRO, as it uses the same end points (0x01 and 0x81). I can follow the control information with my limited USB knowledge. I've done quite a bit of work figuring out the details of the tone data. The data exchanged with the POD is basically the same as the data stored in the tone files. They byte reverse all the floating point values in the files, and a few bits seem to be different, but the great majority is the same. I worked my way through the parameters and I now know what most of the data in the tone files actually means. I have a crude program which can dump it out. If there is any available information which might help make the audio spring to life, that would be extremely useful. Steve |
From: Markus G. <gr...@ic...> - 2011-06-12 19:32:39
|
On Sunday 12 June 2011 10:49:34 Steve Underwood wrote: > Hi, > > Has there been any work towards supporting the HD series PODS? I can't > see any mention of these newer boxes in the code. I am wondering just > how different they are, and whether support actually requires a whole > new set of drivers. I'm fairly sure the user space code is going to be a > lot different. I'm not aware of any work towards HD support, and since I don't have one, there is little chance that I can contribute. However, if you take the time to create some USB traffic logs, I can at least roughly assess how different the HDs' communication is compared with the supported devices. Please have a look at http://www.tanzband-scream.at/line6/usblog.html for instructions how to obtain this information, and send the files to me if you are successful producing them. The result can be anything between "Oh, it's almost the same as the PODxt Pro" to "Hm, I can't proceed without an HD for experimenting myself", so there is no guarantee that your efforts will pay off, although it would be definitely interesting to have a look. 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: Steve U. <cop...@gm...> - 2011-06-12 08:49:47
|
Hi, Has there been any work towards supporting the HD series PODS? I can't see any mention of these newer boxes in the code. I am wondering just how different they are, and whether support actually requires a whole new set of drivers. I'm fairly sure the user space code is going to be a lot different. Steve |
From: Markus G. <gr...@ic...> - 2011-05-04 23:25:24
|
Roy Kalinowski wrote on Wednesday 04 May 2011 18:32: > <html><head> > > <link media="all" type="text/css" > href="/netmail/static/deg/css/wysiwyg-3933289048.css" rel="stylesheet"> > </head><body> Hi,<br>I am running Ubuntu 10.10 with Wine. I was able to > install Line6 Edit software and have it come up onscreen but it says 'no > devices to connect to'.<br>I'm suspecting something related to USB drivers > perhaps. any assistance to getcommunicaiton would be appreciated.<br>I > have ver 2.0 firmware in my spider IV 75 amp. I am using the FBV EXPRESS™ > MkII pedal.<br>I am NOT using midi, don't want or need to, I just want to > retrieve and save the amp presets by way of my laptop running > Ubuntu.<br>royxx</body></html> If keeping and restoring a backup of your presets is indeed all you need, you can probably get this done more easily (no need for Wine), see section 4.1.3 of http://www.tanzband-scream.at/line6/driverdocs.pdf for details. IMPORTANT NOTE: I didn't test this driver feature for quite some time now, so I highly recommend to create a backup of your presets with the native Line6 Windows driver and software before trying if you can do the same with the Linux driver and scripts. Less important note: I plan to move this feature to a user space application in the future, so if this method should stop working in a future driver release, be sure to read the release notes on how to migrate. 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: Roy K. <rka...@ve...> - 2011-05-04 16:33:13
|
<html><head> <link media="all" type="text/css" href="/netmail/static/deg/css/wysiwyg-3933289048.css" rel="stylesheet"> </head><body> Hi,<br>I am running Ubuntu 10.10 with Wine. I was able to install Line6 Edit software and have it come up onscreen but it says 'no devices to connect to'.<br>I'm suspecting something related to USB drivers perhaps. any assistance to getcommunicaiton would be appreciated.<br>I have ver 2.0 firmware in my spider IV 75 amp. I am using the FBV EXPRESS™ MkII pedal.<br>I am NOT using midi, don't want or need to, I just want to retrieve and save the amp presets by way of my laptop running Ubuntu.<br>royxx</body></html> |
From: Maxim D. <max...@gm...> - 2011-04-11 14:38:57
|
Hello, I saw the PDF at http://www.tanzband-scream.at/line6/driverdocs.pdf and noticed that version 0.9.1 was available. Because I am an Ubuntu user and I am using a toneport GX with it, I opened a bug report at https://bugs.launchpad.net/ubuntu/+source/line6-usb/+bug/757552 to ask to consider the integration of version 0.9.1 in Ubuntu. I hope it will help a broader use of the driver! Of course focusing only on Ubuntu is not the best solution for this (having it integrated upstream in the kernel is the real solution) but filling a bug on Ubuntu's side is something I can help with as soon as today. If you think about anything else that can be done, please let me know: I'd be happy to help at my level. In any case thanks for such a good driver: I was really pleased the first time I heard my toneport on linux. Keep up the good work! -- Maxim |
From: Markus G. <gr...@ic...> - 2010-11-21 22:11:52
|
On Sunday 21 November 2010 10:13:41 Jacob Lister wrote: > > 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 > > > > I have recently purchased a POD Studio UX1. To get the line6usb driver > > (v 0.8.1) Version 0.8.1 is quite out of date, please try the most recent version form the subversion repository instead: https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk One of the next Linux kernel releases will also have a major upgrade, but you probably don't want to wait for this :-) Please let me know if you are successful with the current driver version! 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: Jacob L. <jac...@gm...> - 2010-11-21 09:13:48
|
> > 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 > > I have recently purchased a POD Studio UX1. To get the line6usb driver (v 0.8.1) to see the device at all, I made the following change: usbdevs.h:35 change #define LINE6_DEVID_TONEPORT_UX1 0x4141 to #define LINE6_DEVID_TONEPORT_UX1 0x4150 After recompiling and loading the driver, the following happens when the device is plugged in: (dmesg) [ 251.971204] usbcore: registered new interface driver line6usb [ 265.728063] usb 6-3: new full speed USB device using ohci_hcd and address 2 [ 265.881929] usb 6-3: configuration #1 chosen from 1 choice [ 265.884731] line6usb 6-3:1.0: Line6 TonePort UX1 found [ 265.918032] line6usb 6-3:1.0: Line6 TonePort UX1 now attached [ 265.918040] Line6 device 0: TonePort UX1:0 [ 265.918047] Line6 device 1: (not used) [ 265.918052] Line6 device 2: (not used) [ 265.918056] Line6 device 3: (not used) [ 265.918060] Line6 device 4: (not used) [ 265.918064] Line6 device 5: (not used) [ 265.918068] Line6 device 6: (not used) [ 265.918072] Line6 device 7: (not used) aplay -l shows card 3: UX1 [TonePort UX1], device 0: TonePort UX1 [TonePort UX1] Subdevices: 1/1 Subdevice #0: subdevice #0 The audio device can be opened for record/playback, but is quiet (no sound on input or output). None of the parameters for the device (bass, treble etc) appear in sysfs: ls -l /sys/bus/usb/devices/6-3:1.0/ total 0 -r--r--r-- 1 root root 4096 2010-11-21 21:49 bAlternateSetting -r--r--r-- 1 root root 4096 2010-11-21 21:48 bInterfaceClass -r--r--r-- 1 root root 4096 2010-11-21 21:48 bInterfaceNumber -r--r--r-- 1 root root 4096 2010-11-21 21:48 bInterfaceProtocol -r--r--r-- 1 root root 4096 2010-11-21 21:48 bInterfaceSubClass -r--r--r-- 1 root root 4096 2010-11-21 21:49 bNumEndpoints lrwxrwxrwx 1 root root 0 2010-11-21 21:48 driver -> ../../../../../../bus/usb/drivers/line6usb drwxr-xr-x 3 root root 0 2010-11-21 21:49 ep_01 drwxr-xr-x 3 root root 0 2010-11-21 21:49 ep_82 -r--r--r-- 1 root root 4096 2010-11-21 21:49 modalias drwxr-xr-x 2 root root 0 2010-11-21 21:49 power drwxr-xr-x 3 root root 0 2010-11-21 21:48 sound lrwxrwxrwx 1 root root 0 2010-11-21 21:48 subsystem -> ../../../../../../bus/usb -r--r--r-- 1 root root 4096 2010-11-21 21:49 supports_autosuspend -rw-r--r-- 1 root root 4096 2010-11-21 21:48 uevent lrwxrwxrwx 1 root root 0 2010-11-21 21:49 usb_device -> ../../6-3 I'm quite happy to relay any further about the UX1 to help in its development, as I'd quite like to get it running under Linux Jacob |
From: Philip N. <pan...@ya...> - 2010-09-14 23:53:27
|
Great! I'll get started tonight. Philip Nelson - http://panmanphil.wordpress.com ________________________________ From: Markus Grabner <gr...@ic...> To: lin...@li... Sent: Tue, September 14, 2010 3:43:15 PM Subject: Re: [Line6linux-user] Line6 X3 live Philip Nelson wrote: > I had posted to one of the forums but didn't hear anything back so I > thought I'd try here. Is this project still alive? If so, I'd like to help > with the X3 live work if I could. I would be willing to do the dumps from > windows of the usb traffic as described on the website somewhere first. I > am setup to build the kernel modules and test. I may be able to help code, > though I am not experienced with kernel modules. I am a programmer and > have worked with some audio gear in the past. I have worked with Jack/alsa > for at least 4 years now so basically know my way around linux audio. The current focus is to finish release 0.9.1 (see also my posting at http://line6.com/community/thread/4031). There is not much feedback, which I consider a good thing at this point :-) However, I just hit a bug which I'm going to investigate now. As for the X3, there already exists a branch at https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/branches/x3, but there hasn't been significant progress. Since several people requested X3 support, I consider to give it another try. I wrote up some instructions how to create useful logs at http://www.tanzband-scream.at/line6/usblog.html You can already start collecting these data, and please let me know if you have any difficulties. Thanks for your interest & 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 ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Line6linux-user mailing list Lin...@li... https://lists.sourceforge.net/lists/listinfo/line6linux-user |
From: Markus G. <gr...@ic...> - 2010-09-14 20:45:00
|
Philip Nelson wrote: > I had posted to one of the forums but didn't hear anything back so I > thought I'd try here. Is this project still alive? If so, I'd like to help > with the X3 live work if I could. I would be willing to do the dumps from > windows of the usb traffic as described on the website somewhere first. I > am setup to build the kernel modules and test. I may be able to help code, > though I am not experienced with kernel modules. I am a programmer and > have worked with some audio gear in the past. I have worked with Jack/alsa > for at least 4 years now so basically know my way around linux audio. The current focus is to finish release 0.9.1 (see also my posting at http://line6.com/community/thread/4031). There is not much feedback, which I consider a good thing at this point :-) However, I just hit a bug which I'm going to investigate now. As for the X3, there already exists a branch at https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/branches/x3, but there hasn't been significant progress. Since several people requested X3 support, I consider to give it another try. I wrote up some instructions how to create useful logs at http://www.tanzband-scream.at/line6/usblog.html You can already start collecting these data, and please let me know if you have any difficulties. Thanks for your interest & 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: Philip N. <pan...@ya...> - 2010-09-14 10:59:24
|
I had posted to one of the forums but didn't hear anything back so I thought I'd try here. Is this project still alive? If so, I'd like to help with the X3 live work if I could. I would be willing to do the dumps from windows of the usb traffic as described on the website somewhere first. I am setup to build the kernel modules and test. I may be able to help code, though I am not experienced with kernel modules. I am a programmer and have worked with some audio gear in the past. I have worked with Jack/alsa for at least 4 years now so basically know my way around linux audio. So is this likely to happen? If not I may have to just cough hard and buy Reason/Record and see how it goes! Thanks! Philip Nelson - http://panmanphil.wordpress.com |
From: Markus G. <gr...@ic...> - 2010-08-23 18:10:18
|
Álvaro Figueroa Cabezas wrote: > ----- Mensaje original ----- > >> 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. > > Hi Markus. I have my Pod X3 Live connected to an ubuntu 10.04 running a > freshly compiled (revision 666) svn kernel module. I hope I can contribute > to this wonderful project. > > I'm also learning to do usb sniffing on linux in case you need me to do > it. I'm also prepared to be a beta tester of any patches that need me to. > Please advice as to what sort of information you would need from me. For > now, attatching sysinfo.txt file for this machine. Thanks for the info, and sorry for the late reply. I'm currently trying to finish version 0.9.1, but X3 support won't make it into this release. We can address this when 0.9.1 is out (probably in a few weeks). 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: Markus G. <gr...@ic...> - 2010-08-23 18:05:30
|
On Monday 23 August 2010 10:10:04 you wrote: > Message body follows: > > hi, i try everything on ubuntu10.04 > lucid, but no working for mic1 or 2, i just want t help, i'm > not a programmer but i have some time to test and backup > dump from usb port. Thanks, I'm still looking for a UX2 test user :-) I blindly replicated the UX1 code for the UX2 (revision 685 in https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk), it is now indented to work as described in section 5.2 of https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk/driverdocs.lyx (ignore the comment about the UX2). Can you please provide me the full list of source select options available in the Windows software for the UX2? Thanks & kind regards, Markus P.S.: Please subscribe to the mailing list as this discussion might be relevant for other users, too! -- 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: Álvaro F. C. <al...@gr...> - 2010-08-13 02:27:26
|
----- Mensaje original ----- > 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. Hi Markus. I have my Pod X3 Live connected to an ubuntu 10.04 running a freshly compiled (revision 666) svn kernel module. I hope I can contribute to this wonderful project. I'm also learning to do usb sniffing on linux in case you need me to do it. I'm also prepared to be a beta tester of any patches that need me to. Please advice as to what sort of information you would need from me. For now, attatching sysinfo.txt file for this machine. -- Alvaro Figueroa |