Re: [Line6linux-user] HD300 on Mint, need help
Status: Pre-Alpha
Brought to you by:
mgrabner
From: Markus G. <gr...@ic...> - 2012-12-17 20:24:33
|
Am Sonntag, 16. Dezember 2012, 21:20:57 schrieb Greg Schwimer: > I see the following in /var/log/syslog when I plug the HD300 in: > > Dec 16 21:10:08 minion kernel: [98107.288113] usb 5-1: new full-speed USB > device number 8 using uhci_hcd > > Dec 16 21:10:08 minion mtp-probe: checking bus 5, device 8: > "/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1" > > Dec 16 21:10:08 minion mtp-probe: bus: 5, device: 8 was not an MTP device This only means that the kernel unsuccessfully tried to download digital photos from your Line6 device - nothing to worry about :-) > ---------------------------------------------------------------------------- > ---- output of "cat /sys/module/line6usb/version": > 0.9.1beta (revision > https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk@972) This indicates that you compiled the driver from the subversion sources, which are slightly different from the version in the kernel git repository. However, the differences between them are mostly cosmetic and should not cause the driver to work with one version and fail with the other. For the sake of completeness, you can try to use the driver module that comes installed with your kernel binaries (unless Linux Mint omits the staging drivers) or compile the driver from the git sources. To make sure that a particular driver gets loaded, you can unload the current Line6 driver module ("rmmod line6usb") and load the new module by its absolute path ("insmod /path/to/line6/driver/line6sub.ko"). This is not persistent, i.e., when the kernel tries to automatically load the module (after a reboot or after unloading the module), it will always search in "/lib/modules/...". Aside from that, as Stefan suggested, putting some "printk()" in the code and see in the system log file whether these statements are reached is probably the easiest way to figure out what's going wrong. Kind regards, Markus |