Re: [Line6linux-user] line6linux problem with pod xt live
Status: Pre-Alpha
Brought to you by:
mgrabner
From: Markus G. <gr...@ic...> - 2013-01-04 18:54:05
|
On Friday 04 January 2013 13:18:10 you wrote: > On Thu, Jan 03, 2013 at 09:09:51PM +0100, Markus Grabner wrote: > > This is how it was done in an earlier version of the driver, but it turned > > out to be unreliable, therefore I introduced the delayed startup > > procedure. Can you please try to find out which of the pod_startup<n> > > (with n = 1...5) functions are called on your system? From the symptoms > > you describe I believe that 1, 2, and 3 are executed, but 4 and 5 are > > not. It seems that there is no response to the request for the firmware > > version submitted in pod_startup3. > Yes, you are correct. I can see pod_startup1(), then 2, and then it gets > stuck in pod_startup3(). It keeps firing up periodically requesting the > firmware but response matches 'line6_midi_id' so it never hits 'else if' > part. > > Can you please let me know the firmware version of your PODxt Live (you > > obviously can't find it out with the Linux driver, but it's displayed on > > the last page of the device's system menu)? > > That's what it says: > > POD XT LIVE v2.14 Ok, I have v3.01 or something, so this might indeed make a difference. Unfortunatley I didn't note when I updated my POD, so I can't verify if I changed the startup procedure roughly at the same time. Nevertheless, please *don't* upgrade right now since I believe this isn't too hard to fix. > If you have any ideas how to fix this or patches to test let me know. I'd like to see the messages exchanged on your system. Can please do the following: *) enter "make xconfig" in the svn working copy of the Line6 driver sources *) open the Line6 driver options (menu "Edit->Find...", then enter "line6") *) select "dump control messages" *) save the configuration, compile and install the new Line6 kernel module The system log should now contain all relevant messages sent to and received from the device. You said that you observed periodic requests, so could you please extract all lines from the syslog from loading the new driver until the periodic message has appeared several times, and send this to me? Thanks & kind regards, Markus P.S.: I forward this message to the Line6 mailing list since a similar issue (driver module loaded, but no audio I/O) has just been raised there, so others might benefit as well if we find a solution. May I suggest that you subscribe to this list, and we continue the discussion on the mailing list? Here is the subscription URL: https://lists.sourceforge.net/lists/listinfo/line6linux-user |