Results 1 to 4 of 4

Thread: Rhythmbox: LIRC plugin does not work

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Location
    Slovenia
    Beans
    251
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Rhythmbox: LIRC plugin does not work

    Hello. I got my remote working, but Rhythmbox doesn't seem to understand the signals it's getting.

    When I run rhythmbox like this:
    Code:
    rhythmbox -d 2>&1 | grep lirc
    And press some buttons on my remote (for example Play, Stop, Previous, Next) this is what I get:

    (14:29:09) [0x1b3c500] [rb_plugins_engine_load] rb-plugins-engine.c:116: Loading plugin: /usr/lib/rhythmbox/plugins/rblirc/lirc.rb-plugin
    (14:29:09) [0x1b3c500] [rb_plugins_engine_load] rb-plugins-engine.c:206: Could not find 'Icon' in /usr/lib/rhythmbox/plugins/rblirc/lirc.rb-plugin
    (14:29:09) [0x1b3c500] [rb_module_load] rb-module.c:72: Loading /usr/lib/rhythmbox/plugins/rblirc/librblirc.so
    (14:29:09) [0x1b3c500] [register_rb_plugin] rb-lirc-plugin.c:91: Registering plugin RBLircPlugin
    (14:29:09) [0x1b3c500] [rb_lirc_plugin_init] rb-lirc-plugin.c:104: RBLircPlugin initialising
    (14:29:09) [0x1b3c500] [impl_activate] rb-lirc-plugin.c:202: Activating lirc plugin
    (14:29:09) [0x1b3c500] [rb_plugin_find_file] rb-plugin.c:263: found '/usr/lib/rhythmbox/plugins/rblirc/rhythmbox_lirc_default' when searching for file 'rhythmbox_lirc_default' for plugin 'rblirc'
    (14:29:19) [0x1b3c500] [rb_lirc_plugin_read_code] rb-lirc-plugin.c:136: unknown LIRC code "0000000083227986 00 Play Creative_RM-1500
    (14:29:20) [0x1b3c500] [rb_lirc_plugin_read_code] rb-lirc-plugin.c:136: unknown LIRC code "000000008322857a 00 Stop Creative_RM-1500
    (14:29:27) [0x1b3c500] [rb_lirc_plugin_read_code] rb-lirc-plugin.c:136: unknown LIRC code "0000000083227f80 00 Previous Creative_RM-1500
    (14:29:29) [0x1b3c500] [rb_lirc_plugin_read_code] rb-lirc-plugin.c:136: unknown LIRC code "0000000083227a85 00 Next Creative_RM-1500
    (14:29:37) [0x1b3c500] [impl_deactivate] rb-lirc-plugin.c:236: Deactivating lirc plugin
    This is the lirc config file I'm using:
    http://lirc.sourceforge.net/remotes/creative/RM-1500

  2. #2
    Join Date
    Feb 2007
    Location
    Slovenia
    Beans
    251
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Rhythmbox: LIRC plugin does not work

    bump?

  3. #3
    Join Date
    Feb 2007
    Location
    Slovenia
    Beans
    251
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Rhythmbox: LIRC plugin does not work

    OK solved it myself.

    What I had to do was use a correct .lircrc file (note: the lircrc entries called button= must relate to button names in /etc/lirc/lircd.conf)

    Here is my .lircrc file that works with Rhythmbox:
    Code:
    ##
    # Rhythmbox key bindings.
    ##
    begin
            prog = Rhythmbox
            button = Play
            config = playpause
    end
    begin
            prog = Rhythmbox
            button = Pause
            config = playpause
    end
    begin
            prog = Rhythmbox
            button = Stop
            config = stop
    end
    begin
            prog = Rhythmbox
            button = Step
            config = seek_forward
    end
    begin
            prog = Rhythmbox
            button = Slow
            config = seek_backward
    end
    begin
            prog = Rhythmbox
            button = Next
            config = next
    end
    begin
            prog = Rhythmbox
            button = Previous
            config = previous
    end
    Last edited by unimatrix; February 13th, 2009 at 05:38 PM.

  4. #4
    Join Date
    Apr 2007
    Location
    Fort Langley, BC
    Beans
    53
    Distro
    Kubuntu 14.04 Trusty Tahr

    Re: Rhythmbox: LIRC plugin does not work

    Thanks for the info !

    I've done a little how-to at http://tech.quagmire.ca
    Last edited by Ceyx; October 4th, 2011 at 06:06 PM. Reason: add site

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •