Re: [Line6linux-user] Problems with line6usb under Ubuntu 10.04
Status: Pre-Alpha
Brought to you by:
mgrabner
From: Nuno B. <nb...@go...> - 2010-07-08 20:23:53
|
Similar problem here but for the POD X3 Pro. I've included DEVID 0x414c on "usbdefs.h" and added "LINE6_DEVID_PODX3PRO" definitions on "driver.c" and "pcm.c". Was also able to detect device (dmesg): [41026.589097] line6usb driver version 0.9.0 (revision 653M) [41026.589144] usbcore: registered new interface driver line6usb [41041.996106] usb 1-5.3: new high speed USB device using ehci_hcd and address 9 [41042.980351] hub 1-5:1.0: unable to enumerate USB device on port 3 [41043.276106] usb 1-5.3: new high speed USB device using ehci_hcd and address 10 [41043.368478] usb 1-5.3: config 1 interface 1 altsetting 0 bulk endpoint 0x1 has invalid maxpacket 64 [41043.368483] usb 1-5.3: config 1 interface 1 altsetting 0 bulk endpoint 0x81 has invalid maxpacket 64 [41043.368975] usb 1-5.3: configuration #1 chosen from 1 choice [41043.369749] line6usb 1-5.3:1.0: Line6 POD X3 Pro found [41043.370193] line6usb 1-5.3:1.0: Line6 POD X3 Pro now attached [41043.370197] Line6 device 0: POD X3 Pro:0 [41043.370200] Line6 device 1: (not used) [41043.370202] Line6 device 2: (not used) [41043.370204] Line6 device 3: (not used) [41043.370207] Line6 device 4: (not used) [41043.370209] Line6 device 5: (not used) [41043.370211] Line6 device 6: (not used) [41043.370213] Line6 device 7: (not used) [41043.370489] line6usb 1-5.3:1.1: Line6 POD X3 Pro found [41043.370672] line6usb 1-5.3:1.1: Line6 POD X3 Pro now attached [41043.370675] Line6 device 0: POD X3 Pro:0 [41043.370678] Line6 device 1: POD X3 Pro:1 [41043.370680] Line6 device 2: (not used) [41043.370683] Line6 device 3: (not used) [41043.370685] Line6 device 4: (not used) [41043.370687] Line6 device 5: (not used) [41043.370690] Line6 device 6: (not used) [41043.370692] Line6 device 7: (not used) ...but still can't have any sound IN or OUT. I recently upgraded to Ubuntu 10.04 Kernel 2.6.32-23-generic, but had exact same problem on Ubuntu 9.04. Please let me know what I can do to help. Many thanks, Nuno On 6 July 2010 21:38, Álvaro Figueroa Cabezas <al...@gr...>wrote: > Hi, > > I'm trying to run connect my Pod X3 Live to a desktop running ubuntu > 10.04 with the driver and apps taken from today's SVN. > > Using this driver, I do see the pedal board attaching itself to the > driver, but I can't get the card listed with aplay -l. > > (taken from dmesg) > [288005.275146] line6usb 1-1.6:1.1: Line6 POD X3 Live found > [288005.275446] line6usb 1-1.6:1.1: Line6 POD X3 Live now attached > [288005.275448] Line6 device 0: POD X3 Live:0 > [288005.275450] Line6 device 1: POD X3 Live:1 > > $ aplay -l > **** List of PLAYBACK Hardware Devices **** > card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog] > Subdevices: 0/1 > Subdevice #0: subdevice #0 > card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital] > Subdevices: 1/1 > Subdevice #0: subdevice #0 > card 0: Intel [HDA Intel], device 3: INTEL HDMI [INTEL HDMI] > Subdevices: 1/1 > Subdevice #0: subdevice #0 > > I'm also trying the the 0.8.1 package from Ubuntu source, and this > driver does add the network card properly, but when I try to play or > record anything I get: > [293574.002711] line6usb 1-1.6:1.0: URB out #0 submission failed > [293574.002715] line6usb 1-1.6:1.0: URB out #0 submission failed > [293580.637034] line6usb 1-1.6:1.0: URB out #0 submission failed > [293580.637038] line6usb 1-1.6:1.0: URB out #0 submission failed > > In the link from launchap (see below) there is a suggestion to modify > audio.c, but looking at the code it looks like it's already patched, and > I'm also running kernel 2.6.32 or 2.6.31. If there a way to make this > module work without having to move back to a previous version of > kernel/ubuntu? > > (this is how the line looks) > card = snd_card_new(line6_index[dev], line6_id[dev], THIS_MODULE, 0, > &card); > > Please advice. Thanks a lot. > > https://answers.launchpad.net/ubuntu/+source/linux/+question/94759 > > -- > Álvaro Figueroa Cabezas > Systems Integrator > GreenCore Solutions Srl. > al...@gr... > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Line6linux-user mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/line6linux-user > |