SnapStream Forums

Go Back   SnapStream Forums > User-to-User Troubleshooting & Support Forums > Firefly PC Remote User-to-User Troubleshooting & Support Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-27-2009, 06:33 PM
DTN DTN is offline
Registered User
 
Join Date: Jun 2007
Posts: 62
problem with LIRC. every other press.

I've got a problem with lirc. I have my irw window up and it is reading just fine.

Here's my irw readings to show the remote IS working.
Code:
000000147ea90000 00 PAUSE Snapstream
000000147ea90000 01 PAUSE Snapstream
00000014f11c0000 00 MENU Snapstream
00000014f11c0000 01 MENU Snapstream
00000014f11c0000 02 MENU Snapstream
00000014d5000000 00 FIREFLY Snapstream
00000014d5000000 01 FIREFLY Snapstream
000000147ea90000 00 PAUSE Snapstream
000000147ea90000 01 PAUSE Snapstream
here is my lircd.conf
Code:
begin remote
  name            Snapstream Firefly
  bits            40
  eps             30
  aeps            100
  one             0 0
  zero            0 0
  gap             219964

  begin codes
                       
       MAXI            0x00000014012C0000
       CLOSE           0x0000001457820000
       1               0x00000014E20D0000
       2               0x00000014638E0000
       3               0x00000014E40F0000
       4               0x0000001465900000
       5               0x00000014E6110000
       6               0x0000001467920000
       7               0x00000014E8130000
       8               0x0000001469940000
       9               0x00000014EA150000
       0               0x000000146C970000
       BACK            0x00000014EB160000
       ENT             0x000000146D980000
       VOL+            0x00000014DE090000
       VOL-            0x00000014DD080000
       MUTE            0x00000014DF0A0000
       FIREFLY         0x00000014D5000000
       CH+             0x00000014E00B0000
       CH-             0x00000014E10C0000
       INFO            0x00000014032E0000
       OPTION          0x00000014042F0000
       UP              0x00000014EF1A0000
       LEFT            0x00000014F21D0000
       DOWN            0x00000014F7220000
       RIGHT           0x00000014F41F0000
       OK              0x00000014F31E0000
       MENU            0x00000014F11C0000
       EXIT            0x00000014F5200000
       REC             0x000000147CA70000
       PLAY            0x000000147AA50000
       STOP            0x000000147DA80000
       REW             0x0000001479A40000
       FWD             0x000000147BA60000
       PREV            0x0000001480AB0000
       PAUSE           0x000000147EA90000
       NEXT            0x000000147FAA0000
       MUSIC           0x000000145B860000
       PHOTOS          0x000000145A850000
       DVD             0x0000001459840000
       TV              0x0000001458830000
       VIDEO           0x000000145C870000
       HELP            0x0000001456810000
       MOUSE           0x0000001482AD0000
       A               0x000000146E990000
       B               0x00000014709B0000
       C               0x0000001476A10000
       D               0x0000001478A30000

  end codes

end remote

The problem occurs when I try to press a button and then press it, or another button. It only reads every other button press, no matter how long I wait.

What could possibly cause it to not receive every other button press? is there a setting I have wrong?
__________________
Model : Mobile AMD Sempron(tm) Processor 3000+
Mainboard : ECS 761GX-M754-964
Total Memory : 1.5GB DDR
Adapter : ATI Radeon HD 2600 PRO (256MB, PCIe 2.00 x16, PS3.0, VS3.0)
Windows System : Microsoft Windows XP (2002) Home 5.01.2600 (Service Pack 3)
TV: Hauppauge WinTV HVR-1600 NTSC/ATSC/QAM Combo
Reply With Quote
  #2 (permalink)  
Old 10-27-2009, 07:25 PM
DTN DTN is offline
Registered User
 
Join Date: Jun 2007
Posts: 62
Re: problem with LIRC. every other press.

I found my problem.

/etc/lirc/Lirc.conf should read like this:

Code:
begin remote
name  Snapstream Firefly
bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   8
  pre_data       0x14
  post_data_bits  16
  post_data      0x0
  gap          235978
  toggle_bit_mask 0x80800000

      begin codes
          maximize                 0x81AC
          close                    0xD702
          1                        0x628D
          2                        0xE30E
          3                        0x648F
          4                        0xE510
          5                        0x6691
          6                        0xE712
          7                        0x6893
          8                        0xE914
          9                        0x6A95
          0                        0xEC17
          back                     0x6B96
          ent                      0xED18
          volup                    0x5E89
          voldown                  0xDD08
          mute                     0x5F8A
          chup                     0xE00B
          chdown                   0x618C
          firefly                  0xD500
          info                     0x83AE
          option                   0x042F
          up                       0x6F9A
          down                     0xF722
          left                     0x729D
          right                    0xF41F
          ok                       0x739E
          menu                     0xF11C
          exit                     0x75A0
          rec                      0xFC27
          play                     0x7AA5
          stop                     0xFD28
          rew                      0x79A4
          prev                     0x002B
          pause                    0x7EA9
          ffwd                     0xFB26
          next                     0x7FAA
          music                    0xDB06
          photo                    0x5A85
          dvd                      0xD904
          tv                       0x5883
          video                    0xDC07
          help                     0x5681
          mouse                    0x022D
          a                        0x6E99
          b                        0xF01B
          c                        0x76A1
          d                        0xF823
      end codes

end remote
I have no idea why the lirc database repository has the snapstream LIRC.CONF programmed wrong, but the correct codes are posted above. It was expecting a 40 bit command but it was only getting 16 i guess.
__________________
Model : Mobile AMD Sempron(tm) Processor 3000+
Mainboard : ECS 761GX-M754-964
Total Memory : 1.5GB DDR
Adapter : ATI Radeon HD 2600 PRO (256MB, PCIe 2.00 x16, PS3.0, VS3.0)
Windows System : Microsoft Windows XP (2002) Home 5.01.2600 (Service Pack 3)
TV: Hauppauge WinTV HVR-1600 NTSC/ATSC/QAM Combo
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Press Release on BTV 4.5 cfaslave Beyond TV 4.x 30 11-17-2006 12:46 PM
Streamzap remote 2X for 1 press. Raymond Day Beyond TV and Beyond TV Link 2 07-24-2006 05:54 AM
button press faint_trace Firefly PC Remote User-to-User Troubleshooting & Support Forum 4 06-27-2006 05:15 PM
Blank options screen when I press G bbspieler Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum 2 02-21-2006 11:54 PM
1st press release -- we exist! SnapStream alia Announcements 0 07-11-2000 04:48 PM


All times are GMT -6. The time now is 09:09 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0 RC1
©2004-2006 Snapstream Media