Menu

#9 POD X3 Live under Fedora 13

open
nobody
5
2010-12-04
2010-12-04
Peter Delf
No

Is there any way I can help to get a POD X3 Live working? I've used Linux for many years now and dabbled in programming at University a few years ago. The output I get when I compile, install, and hotplug my POD is:

[peted@cookie trunk]$ make
./set_revision.sh
make -C /lib/modules/2.6.34.7-61.fc13.i686.PAE/build CONFIG_LINE6_USB=m SUBDIRS=/home/peted/Documents/C/line6linux/driver/trunk modules
make[1]: Entering directory `/usr/src/kernels/2.6.34.7-61.fc13.i686.PAE'
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/audio.o
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/capture.o
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/control.o
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/driver.o
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/dumprequest.o
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/midi.o
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/midibuf.o
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/pcm.o
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/playback.o
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/pod.o
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/toneport.o
CC [M] /home/peted/Documents/C/line6linux/driver/trunk/variax.o
LD [M] /home/peted/Documents/C/line6linux/driver/trunk/line6usb.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/peted/Documents/C/line6linux/driver/trunk/line6usb.mod.o
LD [M] /home/peted/Documents/C/line6linux/driver/trunk/line6usb.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.34.7-61.fc13.i686.PAE'

[peted@cookie trunk]$ sudo make install
./set_revision.sh
make -C /lib/modules/2.6.34.7-61.fc13.i686.PAE/build CONFIG_LINE6_USB=m SUBDIRS=/home/peted/Documents/C/line6linux/driver/trunk modules
make[1]: Entering directory `/usr/src/kernels/2.6.34.7-61.fc13.i686.PAE'
Building modules, stage 2.
MODPOST 1 modules
make[1]: Leaving directory `/usr/src/kernels/2.6.34.7-61.fc13.i686.PAE'
mkdir -p /lib/modules/2.6.34.7-61.fc13.i686.PAE/kernel/drivers/staging/line6
find /lib/modules/2.6.34.7-61.fc13.i686.PAE -name line6usb.ko -delete
cp line6usb.ko /lib/modules/2.6.34.7-61.fc13.i686.PAE/kernel/drivers/staging/line6
mkdir -p /usr/bin
cp *.sh *.pl /usr/bin
/sbin/depmod -a
/sbin/modprobe line6usb
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.

[peted@cookie trunk]$ dmesg
[...]
line6usb: Unknown symbol __floatunsisf
line6usb driver version 0.9.1beta (revision 722)
usbcore: registered new interface driver line6usb
usb 1-1: new high speed USB device using ehci_hcd and address 3
hub 1-0:1.0: unable to enumerate USB device on port 1
usb 2-1: new full speed USB device using ohci_hcd and address 2
usb 2-1: not running at top speed; connect to a high speed hub
usb 2-1: New USB device found, idVendor=0e41, idProduct=414b
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1: Product: POD X3 Live
usb 2-1: Manufacturer: Line 6
line6usb 2-1:1.0: Line6 POD X3 Live found
usb 2-1: selecting invalid altsetting 1
line6usb 2-1:1.0: set_interface failed
line6usb: probe of 2-1:1.0 failed with error -22

I see from the SVN Check Out that there is a branch titled 'X3' should I be looking at this branch first?

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.