Comments for Filter Failure https://filter-failure.eu It is not information overflow. It is Sat, 16 Jun 2018 22:51:50 +0000 hourly 1 https://wordpress.org/?v=6.9.4 Comment on Raspberry Pi 2: LIRC with an active-low IR-receiver with raspbian Jessie by Tianming https://filter-failure.eu/2015/11/raspberry-pi-2-lirc-with-an-active-low-ir-receiver-with-raspbian-jessie/#comment-10821 Sat, 16 Jun 2018 22:51:50 +0000 http://filter-failure.eu/?p=490#comment-10821 Thank you so much! I was trying to get my IR receiver to work with LIRC on Raspberry Pi Zero W, but I couldn’t get anything from mode2, except when I plug in or pull out the receiver from breadboard. After reading your post and adding “dtparam=gpio_in_pull=up” to /boot/config.txt, it worked!

]]>
Comment on Raspberry Pi 2: LIRC with an active-low IR-receiver with raspbian Jessie by Andy https://filter-failure.eu/2015/11/raspberry-pi-2-lirc-with-an-active-low-ir-receiver-with-raspbian-jessie/#comment-8426 Tue, 02 Jan 2018 09:31:50 +0000 http://filter-failure.eu/?p=490#comment-8426 Everything used to work fine on my Raspi3 with stretch. Suddenly it stopped working, maybe it was because of the kernel update in december 2017..
Anyhow, I’ve also added the “dtparam=gpio_in_pull=up” to config.txt and now everything is working fine. OMG, thanks!!

]]>
Comment on Raspberry Pi 2: LIRC with an active-low IR-receiver with raspbian Jessie by Aidan https://filter-failure.eu/2015/11/raspberry-pi-2-lirc-with-an-active-low-ir-receiver-with-raspbian-jessie/#comment-8028 Tue, 28 Nov 2017 21:38:31 +0000 http://filter-failure.eu/?p=490#comment-8028 Thank you so much for taking the time to post this – I spent hours trying to get my TSOP1136 working before I came across your page and now with the dtparam to apply an internal pullup it’s working sweetly.

]]>
Comment on Raspberry Pi 2: LIRC with an active-low IR-receiver with raspbian Jessie by JayJay https://filter-failure.eu/2015/11/raspberry-pi-2-lirc-with-an-active-low-ir-receiver-with-raspbian-jessie/#comment-7846 Sat, 11 Nov 2017 19:48:58 +0000 http://filter-failure.eu/?p=490#comment-7846 Thank you so much Patrick! You saved my day. I just added “dtparam=gpio_in_pull=up” to /boot/config.txt and it worked on my Raspbian Stretch distro.

]]>
Comment on Raspberry Pi 2: LIRC with an active-low IR-receiver with raspbian Jessie by Patrick https://filter-failure.eu/2015/11/raspberry-pi-2-lirc-with-an-active-low-ir-receiver-with-raspbian-jessie/#comment-7807 Wed, 08 Nov 2017 10:44:22 +0000 http://filter-failure.eu/?p=490#comment-7807 In reply to Stephen Mann.

Try to use the mode2 tool to check whether anything is captured on the pins assigned to the lirc-receiver.

]]>
Comment on Raspberry Pi 2: LIRC with an active-low IR-receiver with raspbian Jessie by Stephen Mann https://filter-failure.eu/2015/11/raspberry-pi-2-lirc-with-an-active-low-ir-receiver-with-raspbian-jessie/#comment-7800 Tue, 07 Nov 2017 19:03:36 +0000 http://filter-failure.eu/?p=490#comment-7800 I am having a heck of a time getting LIRC to work on Jessie. Could you share some code to get me going? I want to have a Pi Zero send IR commands to my TV and STB as part of my home IOT. But first, I need to capture the existing remote’s IR codes.

]]>
Comment on Gitolite and gitweb on Synology DS415+ with standard packages by Dark Light CZ https://filter-failure.eu/2016/02/gitolite-and-gitweb-on-synology-ds415-with-standard-packages/#comment-6347 Wed, 07 Jun 2017 20:51:09 +0000 http://filter-failure.eu/?p=537#comment-6347 Great tutorial. thank you!

]]>
Comment on Python – my personal FAQ with StackOverflow by Everyone can have a Heiligenschein (Halo) | Filter Failure https://filter-failure.eu/2015/01/python-the-stackoverflow-com-method/#comment-4424 Sun, 03 Jul 2016 12:42:27 +0000 http://filter-failure.eu/?p=135#comment-4424 […] written previously, I’m a big fan of the StackOverflow Q/A-sites. Fortunately there is page dedicated to physics […]

]]>
Comment on Raspberry Pi 2, Raspbian Jessie and WiFi vs. Ethernet at boot-time by Patrick https://filter-failure.eu/2015/10/raspberry-pi-2-raspbian-jessie-and-wifi-vs-ethernet-at-boot-time/#comment-2972 Tue, 03 Nov 2015 08:02:34 +0000 http://filter-failure.eu/?p=471#comment-2972 In reply to rodymary.

If the RPi gets an 169.x.x.x address it means it has not discovered a DHCP-server (the one who assigns IP-addresses in an IP-network). I assume that when you connect the RPi via an Ethernet cable in the same network and other WiFi-devices are working well. So most likely, even though the RPi could connect to the WiFi using Wheezy it wasn’t able to communicate with other devices.

Have you checked the log-files? In /var/log/syslog or by running dmesg? Maybe there are some messages giving you some clues.

Have you tried your Edimax adapter on a Laptop or a PC? Try to make sure that it works.

What do you use as power supply? Maybe the RPi is not able to power correctly your USB-devices and thus gives this strange behaviour?

]]>
Comment on Raspberry Pi 2, Raspbian Jessie and WiFi vs. Ethernet at boot-time by rodymary https://filter-failure.eu/2015/10/raspberry-pi-2-raspbian-jessie-and-wifi-vs-ethernet-at-boot-time/#comment-2957 Mon, 02 Nov 2015 16:15:22 +0000 http://filter-failure.eu/?p=471#comment-2957 Never succeed with RPi2B + edimax dongle + fresh Jessie install + apt upgrade, to make wifi working 🙁
SSIDs are well displayed and I’m abble to select one of them and key my password in, but RPi never connect, even with the conf you mentionned.

So I tryed Wheezy and that’s just a little better as the wifi logo is now displayed, and I am probably connected, but not with an automatic local IP my routers DHCP should give me. Usually i’ve got something like 192.168… and here RPi has 169…. ?

Maybe you can help me… thanks a lot (i’m a real noobs in linux and rpi world)

]]>