[SOLVED] LIRC config looks fine but my remote doesn't work.

Following the steps of the wiki and this post I've created the configs file for lirc. But something is not working and I don't know how to find out what.
I'm going to post some info so you guys can help me:
➜  ~  cat  /usr/lib/systemd/system/lirc.service
[Unit]
Description=Linux Infrared Remote Control
[Service]
Type=forking
EnvironmentFile=/etc/conf.d/lircd.conf
PIDFile=/run/lirc/lircd.pid
ExecStartPre=/bin/mkdir -p /run/lirc
ExecStartPre=/bin/rm -f /dev/lircd
ExecStartPre=/bin/rm -f /run/lirc/lircd
ExecStartPre=/bin/ln -s /run/lirc/lircd /dev/lircd
ExecStart=/usr/sbin/lircd -d $LIRC_DEVICE -P /run/lirc/lircd.pid -H $LIRC_DRIVER $LIRC_CONFIGFILE
ExecStopPost=/bin/rm -f /dev/lircd
ExecStopPost=/bin/rm -fR /run/lirc
[Install]
WantedBy=multi-user.target
➜  ~  cat /etc/conf.d/lircd.conf               
LIRC_DEVICE="/dev/lirc0"
LIRC_DRIVER="default"
LIRC_EXTRAOPTS=""
LIRC_CONFIGFILE="/etc/lirc/lircd.conf"
My lircd.conf
➜  ~  cat /etc/lirc/lircd.conf                                   
# Please make this file available to others
# by sending it to <[email protected]>
# this config file was automatically generated
# using lirc-0.9.0(default) on Sun Sep 29 15:25:37 2013
# contributed by
# brand: /tmp/lircd.conf
# model no. of remote control:
# devices being controlled by this remote:
begin remote
name /tmp/lircd.conf
bits 16
flags RC6|CONST_LENGTH
eps 30
aeps 100
header 2750 800
one 487 374
zero 487 374
pre_data_bits 21
pre_data 0x37FF0
gap 105336
toggle_bit_mask 0x0
rc6_mask 0x100000000
begin codes
KEY_OK 0xFBDD
KEY_PLAY 0x7B91
KEY_PLAYPAUSE 0xFB91
KEY_REWIND 0x7BEA
KEY_PREVIOUS 0xFBE4
KEY_FORWARD 0x7BEB
KEY_NEXT 0xFBE5
KEY_STOP 0x7BE6
KEY_MUTE 0xFBF1
KEY_VOLUMEUP 0x7BEF
KEY_VOLUMEDOWN 0xFBEE
KEY_PAGEUP 0x7BED
KEY_PAGEDOWN 0xFBEC
KEY_DOWN 0x7BE0
end codes
end remote
The service seems to be running fine:
➜  ~  systemctl status lirc.service
lirc.service - Linux Infrared Remote Control
Loaded: loaded (/usr/lib/systemd/system/lirc.service; enabled)
Active: active (running) since Sun 2013-09-29 16:38:49 ART; 20min ago
Process: 248 ExecStart=/usr/sbin/lircd -d $LIRC_DEVICE -P /run/lirc/lircd.pid -H $LIRC_DRIVER $LIRC_CONFIGFILE (code=exited, status=0/SUCCESS)
Process: 246 ExecStartPre=/bin/ln -s /run/lirc/lircd /dev/lircd (code=exited, status=0/SUCCESS)
Process: 244 ExecStartPre=/bin/rm -f /run/lirc/lircd (code=exited, status=0/SUCCESS)
Process: 240 ExecStartPre=/bin/rm -f /dev/lircd (code=exited, status=0/SUCCESS)
Process: 234 ExecStartPre=/bin/mkdir -p /run/lirc (code=exited, status=0/SUCCESS)
Main PID: 250 (lircd)
CGroup: /system.slice/lirc.service
└─250 /usr/sbin/lircd -d /dev/lirc0 -P /run/lirc/lircd.pid -H default /etc/...
➜  ~  cat /var/log/lircd                 
Sep 29 17:02:31 arch-HP lircd: caught signal
Sep 29 17:02:31 arch-HP lircd: lircd(default) ready, using /var/run/lirc/lircd
When I test it nothing happens
➜  ~  irw
the journalctl shows:
Sep 29 17:04:47 arch-HP systemd[1]: Stopping Linux Infrared Remote Control...
Sep 29 17:04:47 arch-HP systemd[1]: Starting Linux Infrared Remote Control...
Sep 29 17:04:47 arch-HP systemd[1]: Started Linux Infrared Remote Control.
Any clue?
Thanks in advance.
Last edited by Kummo666 (2013-09-30 18:10:19)

Solve it!
Looks like my /etc/lirc/lircd.conf was wrong.
The irrecord is generating a wrong config with my hp rc-6 remote.
I was able to fix it with this post

Similar Messages

  • [solved] Audio: Everything looks fine but I don't hear a sound

    Hi board,
    I installed my first Arch Linux a little while ago, and I don't manage to get the sound working. Everything looks fine in the debug output to me, Master and PCM are not muted and the volumes are raised in alsamixer, but still I don't get any sound when playing a mp3 file with madplay (though madplay is starting without error and counting the seconds).
    Here's the debug output:
    # lspci -v|grep -A4 audio
    00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
    Flags: medium devsel, IRQ 18
    I/O ports at e000 [size=256]
    Capabilities: [c0] Power Management version 2
    00:13.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
    Subsystem: TERRATEC Electronic GmbH Unknown device 1144
    Flags: bus master, stepping, medium devsel, latency 32, IRQ 20
    I/O ports at 8800 [size=256]
    Capabilities: [c0] Power Management version 2
    # lsmod|grep '^snd'
    snd_cmipci 31104 0
    snd_opl3_lib 8704 1 snd_cmipci
    snd_hwdep 7300 1 snd_opl3_lib
    snd_via82xx 23064 0
    snd_via82xx_modem 11528 0
    snd_ac97_codec 95780 2 snd_via82xx,snd_via82xx_modem
    snd_mpu401_uart 7040 2 snd_cmipci,snd_via82xx
    snd_rawmidi 19232 1 snd_mpu401_uart
    snd_seq_oss 29312 0
    snd_seq_midi_event 6528 1 snd_seq_oss
    snd_seq 46672 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6924 4 snd_opl3_lib,snd_rawmidi,snd_seq_oss,snd_seq
    snd_pcm_oss 38560 0
    snd_pcm 69124 5 snd_cmipci,snd_via82xx,snd_via82xx_modem,snd_ac97_codec,snd_pcm_oss
    snd_timer 19204 3 snd_opl3_lib,snd_seq,snd_pcm
    snd_page_alloc 7816 3 snd_via82xx,snd_via82xx_modem,snd_pcm
    snd_mixer_oss 14592 1 snd_pcm_oss
    snd 44644 15 snd_cmipci,snd_opl3_lib,snd_hwdep,snd_via82xx,snd_via82xx_modem,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
    # ls -l /dev/snd/
    total 0
    crw-rw---- 1 root audio 116, 0 2007-08-19 12:45 controlC0
    crw-rw---- 1 root audio 116, 32 2007-08-19 12:45 controlC1
    crw-rw---- 1 root audio 116, 36 2007-08-19 12:45 hwC1D0
    crw-rw---- 1 root audio 116, 24 2007-08-19 12:45 pcmC0D0c
    crw-rw---- 1 root audio 116, 16 2007-08-19 12:45 pcmC0D0p
    crw-rw---- 1 root audio 116, 25 2007-08-19 12:45 pcmC0D1c
    crw-rw---- 1 root audio 116, 17 2007-08-19 12:45 pcmC0D1p
    crw-rw---- 1 root audio 116, 56 2007-08-19 12:45 pcmC1D0c
    crw-rw---- 1 root audio 116, 48 2007-08-19 12:45 pcmC1D0p
    crw-rw---- 1 root audio 116, 49 2007-08-19 12:45 pcmC1D1p
    crw-rw---- 1 root audio 116, 58 2007-08-19 12:45 pcmC1D2c
    crw-rw---- 1 root audio 116, 50 2007-08-19 12:45 pcmC1D2p
    crw-rw---- 1 root audio 116, 1 2007-08-19 12:45 seq
    crw-rw---- 1 root audio 116, 33 2007-08-19 12:45 timer
    In lspci you can see two audio controllers: The VIA one is the onboard sound chip and the C-Media an additional PCI soundcard I installed because I suspected the onboard sound controller hardware to be broken. But it's not any better with the soundcard...
    I also tried to add
    options snd-via82xx ac97_quirk=0
    to /etc/modprobe.conf according to information in the wiki but it didn't help.
    Help would be greatly appreciated. Thanks for reading.
    Last edited by schallstrom (2007-08-22 21:27:56)

    milan wrote:
    Look at this:
    crw-rw---- 1 root audio 116,  0 2007-08-19 12:45 controlC0
    crw-rw---- 1 root audio 116, 32 2007-08-19 12:45 controlC1
    This means that kernel modules for both cards were loaded. I'm not using 2 sound cards at this moment, but I'm sure you can switch from one card to another while the system is running. If you are using KDE, you can do it in kmix. So try to switch from one card to another and play with the switches and I'm pretty sure you will make your sound card work.
    Cheers!
    Thanks for the hint, milan!
    I don't have KDE or Gnome installed, so maybe anyone could point me to some documentation on how to switch the sound hardware used on the CLI?

  • Need Help... Everything looks fine but only some of it works!

    All,
    I just bought an Airport Extreme last night at the apple store and hooked it up this morning and walked through the instructions and it works, but doesn't all at the same time. Let me explain...
    I have a MacBook (with wireless connection) running Leopard, a PowerMac (PPC model on ethernet connection running Tiger), an iMac G5 (PPC model running Tiger as well and on ethernet) an iPhone (running the latest software update) and a VoiP connection through a linksys modem as well as a Wii and an xBox 360 that I haven't gotten around to yet because of the issues.
    Now, before I set it all up I installed the software that came with the Extreme int my Tiger PowerMac and then plugged in the VoiP, PowerMac and iMac into the ethernet ports. I then connected my Comcast broadband modem into the WAN port on the back of the extreme and then configured it. Now, here's where it gets interesting...
    My VoiP service works great! My computers can recognize the Extreme Base and :I can configure it and update through all of them, whether its wirelessly or hard wired and they all pull an IP address to be able to access the internet through. BUT, none of my computers can connect to the internet when I open Safari or Firefox. So my phone works great, but my computers don't. I can connect each wired and wireless computer to the cable modem directly and they work fine, it's only when they connect to the router that I see a problem and cannot connect to the internet even though each of them recognizes the Base Station and I can configure it through them.
    I would appreciate any help on figuring out this dilemma! I need my internet on all of computers as well as my phone line! thanks in advance for any advice or help you can give me...

    Disconnect the VOIP device from the Base Station. Then restart the Base Station and the Macs, and see what happens (with the VOIP still disconnected).
    What make/model of VOIP device are you using?

  • I tried to import a PDF of a line drawing into Photoshop Elements. The thumbnail looks fine, but when imported the file is empty. This used to work in the past. What is wrong and how do I solve this?

    I tried to import a PDF of a line drawing into Photoshop Elements. The thumbnail looks fine, but when imported the file is empty. This used to work in the past. What is wrong and how do I solve this?

    Hi
    The value of the Channel Strip volume etc is not stored within the C Strip setting, as you have discovered.
    If you really wanted, you could add a Gain plug to the strip, with it set to give the correct output level with the Fader set to 0
    (Or just set the fader manually in MS)
    CCT

  • I am in Muse 2014.3. When I edit a page, in the preview everything looks fine, but when I upload it to FTP, the page does not change, even when I upload the whole site. Is this a bug? I don't know what to do.

    I am in Muse 2014.3. When I edit a page, in the preview everything looks fine, but when I upload it to FTP, the page does not change, even when I upload the whole site. Is this a bug? I don't know what to do.

    Hi Jaap,
    Are you sure about your FTP credentials (FTP folder and site URL) that you are using for the upload? Are you able to see the updated files in the remote directory of the FTP server, after you finish uploading the muse file, using an external FTP client like FileZilla?
    Thanks
    -Prashanth

  • Since I have installed iOS 6.1.3 on my iPhone 5 I have sometimes problems to start a phone call. Everything looks fine, but no ring tone... A workaround is to stop phone app in the multitasking bar. But this is more than inconvenient ;-) Any solution?

    In this cases everything looks fine, but no ring tone is there and after sometimes the phone informs me that no connection can be estabilished (its a German phone, therefore I am not sure about the message in English systems). A workaround is to stop the telephone app in the multitasking bar (double click on home button, hold the app symbol pressed for some seconds, close app). Next several call work after this.
    I am not sure if an incomming call would work in this mode...
    Faces anybody the same problems or has solution for it?

    Basic troubleshooting
    Restart
    Reset
    Restore with backup
    restore as new if required

  • Why is that when i take pictures with my new iphone 4s they look fine but when i download they to my computer or email them they are upside down? how do i fix this

    why is that when i take pictures with my new iphone 4s rotationally they look fine but when i try to download them onto my computer or email them to others they come out upside down or sideways. how can i fix it or is it an OS issue?

    I have iPad 2 and I am having same problem since I updated to iOS 5. All we can do it is rotate it from computer

  • When I print a Word document to a shared printer, print preview looks fine but the printed page has too much blank space at the top and doesn't print the bottom few lines.

    When I print a Word for Mac document to a shared printer (that is connected to my iMac) from my Macbook Pro, print preview looks fine but the printed page has too much blank space at the top and doesn't print the bottom few lines.  I have tried to adjust the margins and the page setup settings but to no avail.  It used to print fine until recently.  Is there a way to fix it so that the printer prints what print preview shows?

    I should add that when I e-mail this document to myself and print it directky from the iMac, it prints fine.

  • I need make mac browsers with windows compatibility, because if i try to se priview from Dw to all browsers on windows PC it will look fine, but same file i trying to see on mac all browsers it will not showing proper..... Please help me for that.

    i need make mac browsers with windows compatibility, because if i try to se priview from Dw to all browsers on windows PC it will look fine, but same file i trying to see on mac all browsers it will not showing proper..... Please help me for that.

    ASk in the DW firum and be much more specific. Web page rendering issues are specific to specific versions of browsers and you may simply be using some bad code that messes up your page.
    Mylenium

  • I converted a pdf to word and when it opens in word it looks fine but in a few seconds it converts t

                   I converted a pdf to word and when it opens in word it looks fine but in a few seconds it converts to multiple spelling errors ?

    Hi Jim,
    I just responded directly. Unfortunately the original PDF is from an old fax or scan. The random ink marks and blotches along with the runny font won't transfer the proper information from PDF to Word. The only thing I can recommend is to re-create the doc so you have a clean copy. As I offered - if you need a PDF of it after you have completed - I'd be happy to do that for you.
    Kind regards, Stacy

  • Range Expander Looks Fine - but cant connect to Internet.

    I connect to the range extender & things look fine, but I can't get onto the Internet.

    What's the model number of the Range Extender as well as the model number of the Router? The Linksys Wireless Range Extender and wireless router or access point’s wireless settings should match in order for them to work properly. You must first identify the following wireless settings of your router:
    • Wireless Network Name (SSID)
    • Wireless Channel
    • Wireless Security Mode (WPA/WPA2 Personal or WEP)
    • Network Key or Passphrase
    Here is the link for setting up the Range Extender:
    http://www6.nohold.net/Cisco2/ukp.aspx?vw=1&docid=aeb3109289c04de7800546f43771bfe0_3760.xml&pid=80&r...

  • When using Final Cut Express, the video in the Viewer window looks fine, but when I insert the video into the Canvas Timeline it appears to lose resolution, and look fuzzy and blurry. Are there preferences or settings for the Timeline that cause this?

    When using Final Cut Express, the video in the Viewer window looks fine, but when I insert the video into the Canvas Timeline it appears to lose resolution, and look fuzzy and blurry. Are there preferences or settings for the Timeline that cause this?

    Thanks David. I had to convert the mts file to Quick Time (using AunSoft Conversion software) before I could import it into Final Cut Express. And I made sure I kept the size of movie (720 X 480 with letterbox) to compliment what I set my Panaconic AVCCAM video recorder at (720/60). Even after I fully render it, it still looks fuzzy in the Canvas window at the right that plays what I have editing down in the Timeline. A friend that edits some using Final Cut Pro helped me to narrow things down to this problem. This is also wierd. If my Viewer window at the left is set to 200% to get the person's head the same size in the Canvas window at the right we needed to put it to 400%. Does this make any sense. We think we need to control the Time line resolution somehow but cannot find any options from my manual, or the help, or in the various drop down menus. Do you have any clue? What is going on?

  • Hello I have a problem with a Wifi Survey app, this app is from Access Agility, however this app was working fine, but without advise stop of working, I tried to open again, but app be close after few seconds.

    Hello I have a problem with a Wifi Survey app, this app is from Access Agility, however this app was working fine, but without advise stop of working, I tried to open again, but app be close after few seconds. Every time that I tried to open it, in diagnostic and use create some files, in special one named LatestCrash-WifiSurvey.plist, this one generate an incident identifier E73B0164-CDFA-4E9E-839E-A0C021BD17A2, but this incident identifier change every time that I tried to open, the last incident identifier is: DE600EB3-AB57-4C33-8DE8-71F6788A7441.
    After of it, I checked that the app had a new version available for downloading, I took a backup of my ipad and then upgrade this app, but is the same problem, all I want is to save the projects I had in this app, I´m afraid that if I delete this app and re-install it, probably I loss my projects.
    Thanks for your help indicating how I can save my projects and see them for example in an iphone for assurance that data is not lost.
    Something that called my attention is part of the log that shows a big CPU processing, but the strange thing is I killed all applications.
    Incident Identifier: E73B0164-CDFA-4E9E-839E-A0C021BD17A2
    CrashReporter Key:   ed0ca1405ce83d4f80cb3cce063d7248d7b76e91
    Hardware Model:      iPad2,5
    Process:         WifiSurvey [139]
    Path:            /var/mobile/Applications/1BEEE35A-85FC-4BE4-B62A-39A930CB3CE2/WifiSurvey.app/Wi fiSurvey
    Identifier:      WifiSurvey
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2013-08-08 19:01:13.476 -0500
    OS Version:      iOS 6.1.3 (10B329)
    Report Version:  104
    Exception Type:  00000020
    Exception Codes: 0x000000008badf00d
    Highlighted Thread:  0
    Application Specific Information:
    com.accessagility.wifisurvey failed to launch in time
    Elapsed total CPU time (seconds): 20.990 (user 20.990, system 0.000), 52% CPU
    Elapsed application CPU time (seconds): 19.954, 50% CPU

    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site if only one app.
    Restore from backup. See:
    iOS: How to back up              
    Restore to factory settings/new iPod

  • I have just recently installed ios6 to my iPad 3 an iPhone 4 my iPhone works fine but my iPad is not working at all I can not get a response from it, it seemed to download an then install but did not reset and turn on and will not turn on HELP!! Withdrawa

    I have just recently installed ios6 to my iPad 3 an iPhone 4 my iPhone works fine but my iPad is not working at all I can not get a response from it, it seemed to download an then install but did not reset and turn on and will not turn on HELP!! Withdrawal or what!! Lol

    Hi there,
    Firstly, try a hard reset. Hold the sleep/wake and home buttons together until the Apple logo appears.
    If this doesn't work, try restoring your device. Put it in recovery mode if iTunes doesn't recognise it, and restore it from there. I have linked to instructions below.
    Recovery Mode and Restore - Apple
    Let me know if this helps,
    Nathan

  • Disk Utility says everything's fine, but Install disk doesn't find my internal drive as a possible destination. When I startup with Command   S, I get a looping "cannot mount errno = 19" message.

    Disk Utility says everything's fine, but Install disk doesn't find my internal drive as a possible destination. When I startup with Command + S, I get a looping "cannot mount errno = 19" message.
    Problem started when I used Tech Tool Pro 6 to "de-fragment volume". Had to cancel that process before it finished because I ran out of time. Thereafter, when I startup my machine normally, I get the gray Apple logo at first, but it changes to a prohibited symbol (circle with a slash thru it) and hangs.
    When I startup holding the Option key, I can see my internal drive, but I get the same results as above.
    When I startup using the MacBook OSX Install DVD, it does not find my internal drive as possible destination.
    When I startup using the MacBook OSX Install DVD and then run Disk Utility, it finds my drive, allows me to "repair" and says everything is fine.
    When I startup with Command + S, I get a looping error message "errno = 19" and cannot stop it to do anything else.
    When I startup from Disk Warrior v4.4, it does not find my internal drive to do any repairs.
    When I startup from Tech Tool Pro 6 and run the "computer check" diagnostics, everything passes but the Volume Structure, which fails at "Volume Extents (B-tree)." When I use TTP's "Tools" option to run "volume repair" it will show my internal drive and allow me to click the GO button, but nothing happens and nothing changes.
    I have a Time Machine backup on an external USB drive, but for as long as the internal drive doesn't mount, I can't use the backup to restore.

    It's a false report and should be ignored.
    I would not rely on TT as I've already said earlier even before Grant posted similar advice.
    I really think the Rigid Disk Block may be corrupted. This holds the partition map and could prevent a volume from being unmounted. Unfortunately, there is no way to fix that without repartitioning the drive which will remove everything. So, before going down this road I hope you have backups or can make a backup.
    Drive Partition and Format
    1. Boot from your Snow Leopard Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Quit DU and return to the installer.  Proceed with reinstalling OS X.
    5. Download and install Mac OS X 10.6.8 Update Combo v1.1.

Maybe you are looking for