View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 46 posts ] 
Go to page Previous  1, 2, 3, 4  Next

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Mon Mar 19, 2012 9:57 pm 
Offline
Joined: Tue Nov 14, 2006 2:55 pm
Posts: 245
Location: South Jersey
Guys, thanks so much for your time. It's genuinely appreciated.

When you say that it has to be the keybindings, are you referring to /etc/rc_keymaps/streamzap or the database keybindings table?

I did see this peculiar message in mythfrontend log:

2012-03-19 12:34:03.261 Key > is bound to multiple actions in context Music.


Here's output from my keybindings table for context Music.

Code:
[code][code]mysql>  select * from keybindings where context='Music' order by hostname,keylist;
+---------+---------------+------------------------------------+---------------------+----------+
| context | action        | description                        | keylist             | hostname |
+---------+---------------+------------------------------------+---------------------+----------+
| Music   | PLAY          | Start playback                     |                     | mythbuzz |
| Music   | BLANKSCR      | Blank screen                       | 5                   | mythbuzz |
| Music   | CYCLEVIS      | Cycle visualizer mode              | 6                   | mythbuzz |
| Music   | THMBDOWN      | Decrease rating                    | 7                   | mythbuzz |
| Music   | REFRESH       | Refresh music tree                 | 8                   | mythbuzz |
| Music   | THMBUP        | Increase rating                    | 9                   | mythbuzz |
| Music   | RWND          | Rewind                             | <                   | mythbuzz |
| Music   | FFWD          | Fast forward                       | >                   | mythbuzz |
| Music   | NEXTTRACK     | Move to the next track             | >,.,Z,End           | mythbuzz |
| Music   | INCSEARCHNEXT | Incremental search find next match | Ctrl+N              | mythbuzz |
| Music   | INCSEARCH     | Show incremental search dialog     | Ctrl+S              | mythbuzz |
| Music   | TOGGLEUPMIX   | Toggle audio upmixer               | Ctrl+U              | mythbuzz |
| Music   | FILTER        | Filter All My Music                | F                   | mythbuzz |
| Music   | STOP          | Stop playback                      | O                   | mythbuzz |
| Music   | PAUSE         | Pause/Start playback               | P,l                 | mythbuzz |
| Music   | NEXTTTRACK    | NULL                               | PgDown,.,Z,End      | mythbuzz |
| Music   | PREVTRACK     | Move to the previous track         | PgUp,Q,Home         | mythbuzz |
| Music   | SPEEDUP       | Increase Play Speed                | W                   | mythbuzz |
| Music   | SPEEDDOWN     | Decrease Play Speed                | X                   | mythbuzz |
| Music   | VOLUMEDOWN    | Volume down                        | [,{,F10,Volume Down | mythbuzz |
| Music   | VOLUMEUP      | Volume up                          | ],},F11,Volume Up   | mythbuzz |
| Music   | MUTE          | Mute                               | |,\,F9,Volume Mute  | mythbuzz |
| Music   | PLAY          | Start playback                     |                     | mythfe   |
| Music   | PREVTRACK     | Move to the previous track         | ,,<,Q,Home          | mythfe   |
| Music   | BLANKSCR      | Blank screen                       | 5                   | mythfe   |
| Music   | CYCLEVIS      | Cycle visualizer mode              | 6                   | mythfe   |
| Music   | THMBDOWN      | Decrease rating                    | 7                   | mythfe   |
| Music   | REFRESH       | Refresh music tree                 | 8                   | mythfe   |
| Music   | THMBUP        | Increase rating                    | 9                   | mythfe   |
| Music   | NEXTTRACK     | Move to the next track             | >,.,Z,End           | mythfe   |
| Music   | INCSEARCHNEXT | Incremental search find next match | Ctrl+N              | mythfe   |
| Music   | INCSEARCH     | Show incremental search dialog     | Ctrl+S              | mythfe   |
| Music   | TOGGLEUPMIX   | Toggle audio upmixer               | Ctrl+U              | mythfe   |
| Music   | FILTER        | Filter All My Music                | F                   | mythfe   |
| Music   | STOP          | Stop playback                      | O                   | mythfe   |
| Music   | PAUSE         | Pause/Start playback               | P                   | mythfe   |
| Music   | FFWD          | Fast forward                       | PgDown              | mythfe   |
| Music   | RWND          | Rewind                             | PgUp                | mythfe   |
| Music   | SPEEDUP       | Increase Play Speed                | W                   | mythfe   |
| Music   | SPEEDDOWN     | Decrease Play Speed                | X                   | mythfe   |
| Music   | VOLUMEDOWN    | Volume down                        | [,{,F10,Volume Down | mythfe   |
| Music   | VOLUMEUP      | Volume up                          | ],},F11,Volume Up   | mythfe   |
| Music   | MUTE          | Mute                               | |,\,F9,Volume Mute  | mythfe   |
+---------+---------------+------------------------------------+---------------------+----------+
43 rows in set (0.00 sec)[/code][/code]

_________________
R6.04, dual core 3ghz, 3 gig memory, Zotac 8400 passive heat sink dvi/hdmi out video, 500 gig sata, dual tuner hdhomerun, streamzap remote

Abby


Top
 Profile  
 
PostPosted: Tue Mar 20, 2012 6:08 am 
Offline
Joined: Mon Dec 24, 2007 9:47 am
Posts: 535
Location: Ottawa, Canada
abigailsweetashoney wrote:
When you say that it has to be the keybindings, are you referring to /etc/rc_keymaps/streamzap or the database keybindings table?

the database ones per the wiki entry:
http://linhes.org/projects/linhes/wiki/ ... y-Bindings

What did ircat produce?

abigailsweetashoney wrote:
I did see this peculiar message in mythfrontend log:

2012-03-19 12:34:03.261 Key > is bound to multiple actions in context Music.


Here's output from my keybindings table for context Music.

Code:
| Music   | FFWD          | Fast forward                       | >                   | mythbuzz |
| Music   | NEXTTRACK     | Move to the next track             | >,.,Z,End           | mythbuzz |

There is the duplicate indicated in the error. It doesn't know which action you want ">" to perform. But this in itself doesn't yet explain the rest of your issues.


Top
 Profile  
 
PostPosted: Tue Mar 20, 2012 10:33 am 
Offline
Joined: Tue Nov 14, 2006 2:55 pm
Posts: 245
Location: South Jersey
ircat produced the expected results.

# ircat mythtv | tee /var/tmp/ircat-out

# cat /var/tmp/ircat-out
Return
Down
Left
Right
Up
p
m
Esc


Note also that all these keys work properly when I use my keyboard, of course.

I may build a test box on spare hw using the streamzap usb receiver and remote just to prove that it works. At least then I can have something to compare against.

Again, any comments/thoughts are appreciated. Thanks.

_________________
R6.04, dual core 3ghz, 3 gig memory, Zotac 8400 passive heat sink dvi/hdmi out video, 500 gig sata, dual tuner hdhomerun, streamzap remote

Abby


Top
 Profile  
 
PostPosted: Tue Mar 20, 2012 10:51 am 
Offline
Joined: Mon Dec 24, 2007 9:47 am
Posts: 535
Location: Ottawa, Canada
Interesting. So what we know is everything is working all the way through lirc but mythtv itself is not getting the keys. Either there is a missing setting in mythtv that needs fixing or something is broken between lirc and mythtv. Go ahead with your test which I expect will work on a clean install. I'll give this some thought when I get home from work.


Top
 Profile  
 
PostPosted: Tue Mar 20, 2012 3:45 pm 
Offline
Joined: Sat Feb 03, 2007 12:52 am
Posts: 187
Location: Manitoba, Canada
christ wrote:
So what we know is everything is working all the way through lirc but mythtv itself is not getting the keys. Either there is a missing setting in mythtv that needs fixing or something is broken between lirc and mythtv.

have you checked this?
Service Menu -> Mythtv Configuration -> Setup -> General -> Page 9(last page) Change 'lirc daemon socket' to read '/var/run/lirc/lircd' restart frontend.


Top
 Profile  
 
PostPosted: Tue Mar 20, 2012 8:09 pm 
Offline
Joined: Mon Dec 24, 2007 9:47 am
Posts: 535
Location: Ottawa, Canada
goofee wrote:
have you checked this?
Service Menu -> Mythtv Configuration -> Setup -> General -> Page 9(last page) Change 'lirc daemon socket' to read '/var/run/lirc/lircd' restart frontend.

Depending where Abi started the upgrade from, this is a good bet. I've added this to the wiki entry.

But I'm still wondering why the arrow keys worked anyway.


Top
 Profile  
 
PostPosted: Wed Mar 21, 2012 7:50 am 
Offline
Joined: Tue Nov 14, 2006 2:55 pm
Posts: 245
Location: South Jersey
Goofee! You nailed it. Thanks a ton. I would've never found that myself.

That fixed the issue. The remote is now working! It's seeing button down (press) and button up (release) as two presses, but I've seen posts previously on how to fix that.

Christ >> What do you mean by "Depending where Abi started the upgrade from, this is a good bet."?? I did the standard upgrade from xterm. Why would this have created an issue such as mine?

I'm also very curious how the arrow keys and volume keys worked but other remote keys did not. I re-ran ircat and noticed two unintelligible characters before the Left, Right, Up, Down words that did not translate to text. Perhaps this offers a clue. No unintelligible characters were seen with the volume keys tho.

Note that the 'lirc daemon socket' was set to /dev/lircd yet there is no such file on my system.

Thanks again. I hope this helps someone else in my situation.

_________________
R6.04, dual core 3ghz, 3 gig memory, Zotac 8400 passive heat sink dvi/hdmi out video, 500 gig sata, dual tuner hdhomerun, streamzap remote

Abby


Top
 Profile  
 
PostPosted: Wed Mar 21, 2012 12:24 pm 
Offline
Joined: Mon Dec 24, 2007 9:47 am
Posts: 535
Location: Ottawa, Canada
abigailsweetashoney wrote:
Christ >> What do you mean by "Depending where Abi started the upgrade from, this is a good bet."?? I did the standard upgrade from xterm. Why would this have created an issue such as mine?

My recollection is lircd moved when we switched to the runit architecture. I can't remember exactly when that was but I think it was in 6.x somewhere. I remember everyone running around sym linking lircd at that time as a work around until the service panel was known. If you were running fine on 6.04 then there is a good chance you may have done a sym link of lircd at the time and then it got wiped during the upgrade to 7.2.

I've added this to the wiki entry for the lirc architecture. At this point I think that wiki entry is a pretty good step by step diagnostic entry too.


Top
 Profile  
 
PostPosted: Sun Mar 25, 2012 12:57 pm 
Offline
Joined: Mon Dec 24, 2007 9:47 am
Posts: 535
Location: Ottawa, Canada
I looked a little more into this and the db change is required when you move to lirc 0.8.6 and beyond. Oddly the LinHES upgrade code is supposed to handle this and change the mythtv variable (see http://linhes.org/issues/745). But on at least a few systems this did not happen. I opened a new bug (http://linhes.org/issues/822) to capture this however if others have concrete data including upgrade log files, then please comment in the bug report and add the relevant log files.


Top
 Profile  
 
PostPosted: Tue Mar 27, 2012 8:05 am 
Offline
Joined: Mon Dec 24, 2007 9:47 am
Posts: 535
Location: Ottawa, Canada
christ wrote:
But on at least a few systems this did not happen. I opened a new bug (http://linhes.org/issues/822) to capture this

brfransen found the issue. Turns out if you upgrade online via the upgrade scripts then this conversion will happen properly but if you upgrade from CD then the change happens but the db restore occurs after and undoes the change to the db.


Top
 Profile  
 
PostPosted: Tue Mar 27, 2012 12:49 pm 
Offline
Joined: Tue Nov 14, 2006 2:55 pm
Posts: 245
Location: South Jersey
I upgraded online, not via cd, yet this happened. Sorry to burst your bubble.

_________________
R6.04, dual core 3ghz, 3 gig memory, Zotac 8400 passive heat sink dvi/hdmi out video, 500 gig sata, dual tuner hdhomerun, streamzap remote

Abby


Top
 Profile  
 
PostPosted: Tue Mar 27, 2012 8:57 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
abigailsweetashoney,

This was an an FE only machine right? When you did the update via xterm was your backend up and running?

If you have time to test this could you change your lirc socket back to /dev/lirc and then do a pacman -Sy lirc and see if the socket gets updated?


Top
 Profile  
 
PostPosted: Thu Mar 29, 2012 2:54 am 
Offline
Joined: Sat Nov 05, 2005 4:37 am
Posts: 191
Location: Cornwall - uk
Mine was a BE/FE machine that was upgraded online and had this problem.

_________________
--
stinga

as of 17-May-2018
R8.2 - sort of working.
MB: gigabyte GA-P43-ES3G | RAM: 2GB
VGA: PNY Nvidia GT240 1GB
4 x Technisat skystar 2 dvb | 1 x TBS6981 dvb-s2
pata: 1x300Gb | sata: 2x1Tb 2x2Tb
Problems:
TBS6981 Does not work.


Top
 Profile  
 
PostPosted: Thu Mar 29, 2012 6:24 am 
Offline
Joined: Tue Nov 14, 2006 2:55 pm
Posts: 245
Location: South Jersey
Mine is a FE/BE also.

_________________
R6.04, dual core 3ghz, 3 gig memory, Zotac 8400 passive heat sink dvi/hdmi out video, 500 gig sata, dual tuner hdhomerun, streamzap remote

Abby


Top
 Profile  
 
PostPosted: Thu Mar 29, 2012 9:33 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
I have been unable to reproduce it not getting updated using the upgrade script. Could either of you that have seen this issue change your lirc socket back to /dev/lirc and then do a pacman -Sy lirc and see if the socket gets updated?


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 46 posts ] 
Go to page Previous  1, 2, 3, 4  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu