Re: [Line6linux-user] HD300 on Mint, need help
Status: Pre-Alpha
Brought to you by:
mgrabner
From: Greg S. <sc...@bi...> - 2012-12-17 22:25:00
|
----- Original Message ----- > From: "Markus Grabner" <gr...@ic...> > To: lin...@li... > Sent: Monday, December 17, 2012 1:23:52 PM > Subject: Re: [Line6linux-user] HD300 on Mint, need help > > 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 > > Markus, The line6 module is included with Mint. I reverted to that version (deleted the compiled version I was using previously), and it does output to dmesg as follows: [ 118.281846] line6usb: module is from the staging directory, the quality is unknown, you have been warned. [ 118.284168] line6usb driver version 0.9.1beta (revision 690) [ 118.284237] usbcore: registered new interface driver line6usb Still, nothing to be found in /proc/asound. Also, the module was *not* automatically inserted on reboot, and instead required a manual activation. I'll fiddle with it some more and see where it goes. -- Greg |