Go to advanced search

by DougieLawson
Sun Oct 06, 2019 10:50 am
Forum: Beginners
Topic: [Pi4] What are config.txt sections ?
Replies: 12
Views: 1829

Re: [Pi4] What are config.txt sections ?

... stuff has been there for quite a while. [0xc2355259] # ** Odyssey : 00000000c2355259 ** # ** Raspberry Pi Model B Rev 2 dtparam=audio=on dtoverlay=lirc-rpi,gpio_in_pin=23,gpio_in_pull=high gpu_mem=128 start_x=1 disable_camera_led=1 hdmi_force_hotplug=1 hdmi_group=2 hdmi_mode=81 [0xdc2525db] # ** ...
by larow
Sat Oct 05, 2019 7:12 pm
Forum: Troubleshooting
Topic: Need Help: /boot/config.txt : pi 4 : 2x HDMI
Replies: 3
Views: 3570

Need Help: /boot/config.txt : pi 4 : 2x HDMI

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on ...
by spagetti231
Sat Oct 05, 2019 5:38 pm
Forum: Troubleshooting
Topic: LIRC fails to start up
Replies: 3
Views: 461

Re: LIRC fails to start up

... indeed tried using --raw with it and it still wont work. Here is what it says Using raw access on device /dev/lirc0 Problems: this device is not a LIRC kernel device (it does not support LIRC_GET_REC_MODE ioctl). This is not necessarily a problem, but mode2 will not work. If you are using the --raw ...
by Andyroo
Sat Oct 05, 2019 2:20 pm
Forum: Troubleshooting
Topic: LIRC fails to start up
Replies: 3
Views: 461

Re: LIRC fails to start up

The message gives you a little clue :lol:

Have you tried

Code: Select all

sudo mode2 --raw -d /dev/lirc0
at all?

By the way - its better to copy and paste to the forum (in code tags) rather than pictures as we can then copy the lines ourselves (reduces errors rather than being lazy)...
by mattmiller
Sat Oct 05, 2019 2:15 pm
Forum: Troubleshooting
Topic: LIRC fails to start up
Replies: 3
Views: 461

Re: LIRC fails to start up

I think this main thread for lirc issues

https://www.raspberrypi.org/forums/view ... c#p1438740
by spagetti231
Sat Oct 05, 2019 1:13 pm
Forum: Troubleshooting
Topic: LIRC fails to start up
Replies: 3
Views: 461

LIRC fails to start up

Hi, i'm trying to use Lirc to capture infra-red data from a remote control, i've managed to install it and modify all the needed settings however when i go to start it up it won't work. i've included an image below. any help is appreciated.

Thanks.

https://ibb.co/7bqdYTg
by Unactive
Sat Oct 05, 2019 8:06 am
Forum: Raspberry Pi OS
Topic: USB boot takes to long
Replies: 6
Views: 655

Re: USB boot takes to long

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=off ...
by Rascas
Wed Sep 25, 2019 10:22 pm
Forum: Raspberry Pi OS
Topic: [Guide] Kodi on Raspberry Pi OS / Raspbian Buster
Replies: 369
Views: 132574

Re: [Guide] Kodi on Raspbian Buster

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on ...
by chewy74
Wed Sep 25, 2019 10:16 pm
Forum: Raspberry Pi OS
Topic: [Guide] Kodi on Raspberry Pi OS / Raspbian Buster
Replies: 369
Views: 132574

Re: [Guide] Kodi on Raspbian Buster

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on ...
by Rascas
Wed Sep 25, 2019 9:08 pm
Forum: Raspberry Pi OS
Topic: [Guide] Kodi on Raspberry Pi OS / Raspbian Buster
Replies: 369
Views: 132574

Re: [Guide] Kodi on Raspbian Buster

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on ...
by chewy74
Wed Sep 25, 2019 8:56 pm
Forum: Raspberry Pi OS
Topic: [Guide] Kodi on Raspberry Pi OS / Raspbian Buster
Replies: 369
Views: 132574

Re: [Guide] Kodi on Raspbian Buster

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on ...
by plshelpme
Mon Sep 23, 2019 8:14 am
Forum: Troubleshooting
Topic: IR transmitter not working
Replies: 4
Views: 247

Re: IR transmitter not working

1, 6, and 12. I previously did try pins 18, 17, which also worked with the receiver but not for the transmitter.
neilgl wrote:
Fri Sep 20, 2019 9:11 pm
What pin have you got it connected to on the pi?
lirc default is transmit = GPIO 17 out, receive = GPIO 18 in
by neilgl
Fri Sep 20, 2019 9:11 pm
Forum: Troubleshooting
Topic: IR transmitter not working
Replies: 4
Views: 247

Re: IR transmitter not working

What pin have you got it connected to on the pi?
lirc default is transmit = GPIO 17 out, receive = GPIO 18 in
by plshelpme
Fri Sep 20, 2019 10:40 am
Forum: Troubleshooting
Topic: IR transmitter not working
Replies: 4
Views: 247

IR transmitter not working

I recently set up LIRC with the Pi. It currently works successfully with the IR receiver, however when the IR transmitter is connected, it does not give off an IR signal (I tested this using my phone camera, which did not show anything ...
by Malais
Thu Sep 19, 2019 10:35 am
Forum: Beginners
Topic: Display not displaying my raspberry PI
Replies: 34
Views: 2130

Re: Display not displaying my raspberry PI

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on ...
by 8686hso
Tue Sep 17, 2019 4:08 pm
Forum: HATs and other add-ons
Topic: POE fan control?
Replies: 15
Views: 1431

Re: POE fan control?

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on ...
by neuralassembly
Mon Sep 16, 2019 2:21 pm
Forum: Troubleshooting
Topic: [Stretch/Buster] Using LIRC with kernel 4.19.X and gpio-ir
Replies: 67
Views: 42354

Re: [Stretch/Buster] Using LIRC with kernel 4.19.X and gpio-ir

Please read "/etc/lirc/lircd.conf.d/README.conf.d".
by mattmiller
Mon Sep 16, 2019 7:38 am
Forum: Troubleshooting
Topic: [Stretch/Buster] Using LIRC with kernel 4.19.X and gpio-ir
Replies: 67
Views: 42354

Re: [Stretch/Buster] Using LIRC with kernel 4.19.X and gpio-ir

... that I didn't understand what this bit was about If you do not use devinput, please execute the following command. Code: Select all sudo mv /etc/lirc/lircd.conf.d/devinput.lircd.conf /etc/lirc/lircd.conf.d/devinput.lircd.conf.dist I ignored it but I'm wondering if it should be deleted?
by peppy.player
Sun Sep 15, 2019 9:07 pm
Forum: Automation, sensing and robotics
Topic: Automate IR Remote Control configuration
Replies: 0
Views: 224

Automate IR Remote Control configuration

Right now the configuration process of IR Remote Control using LIRC is a manual process. Is it possible to automate it somehow and avoid the need to go to the command line and run multiple utilities and change multiple files? Ideally just to show some simple ...
by PaulRB
Sun Sep 15, 2019 11:39 am
Forum: Media centres
Topic: SCART RGB output to old TV set
Replies: 23
Views: 2825

Re: SCART RGB output to old TV set

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on ...
by daniyar94
Fri Sep 13, 2019 6:31 pm
Forum: Troubleshooting
Topic: [Stretch/Buster] Using LIRC with kernel 4.19.X and gpio-ir
Replies: 67
Views: 42354

Re: [Stretch/Buster] Using LIRC with kernel 4.19.X and gpio-ir

I say instead of doing this "ugly stuff", just downgrade your Kernel to pre 4.19: kernel: Bump to 4.14.98 https://github.com/Hexxeh/rpi-firmware/tree/a08ece3d48c3c40bf1b501772af9933249c11c5b Instructions are here: https://isahatipoglu.com/2015/09/29/how-to-upgrade-or-downgrade-raspberrypis-kernel-se...
by Gasmeat
Mon Sep 09, 2019 10:09 am
Forum: Troubleshooting
Topic: Cannot get video work on Rasberry Pi 4
Replies: 4
Views: 725

Re: Cannot get video work on Rasberry Pi 4

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on ...
by FTrevorGowen
Sun Sep 08, 2019 12:29 pm
Forum: Troubleshooting
Topic: STICKY: Setting up HDMI output when video output is wrong.
Replies: 602
Views: 1057836

Re: STICKY: Setting up HDMI output when video output is wrong.

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on ...
by snIP3r23
Sun Sep 08, 2019 11:48 am
Forum: Troubleshooting
Topic: STICKY: Setting up HDMI output when video output is wrong.
Replies: 602
Views: 1057836

Re: STICKY: Setting up HDMI output when video output is wrong.

... some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on #dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on ...
by edgestuff
Sat Sep 07, 2019 10:00 pm
Forum: General discussion
Topic: Raspbian LIRC not working.
Replies: 2
Views: 645

Re: Raspbian LIRC not working.

see irrecord.c, max gap is 100000 or it is rejected, hence the double message. I tried changing the max gap to 110000 to allow the gap my generic ebay remote is apparently using but it still didn't decod any characters. mode2 also works. That said, among all the other issues (the move to gpio_ir and...

Go to advanced search