-
- Posts: 13
- Joined: Wed Jul 23, 2014 4:43 pm
Lcd Plate
I recently built and installed a LCD Pi Plate on version 1 Rasp Pi. I walked through the tutorials and downloaded all required files. When I owe up the Pi I get the announced IP and am able to access the FPPD page and have selected the Pi 2x16 LCD Enabled box. When typing sudo in detect -y 0 the tool comes up but no device is detected. What could I be overlooking.?
- DougieLawson
- Posts: 40554
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Lcd Plate
Wrong I2C.
sudo i2cdetect -y 1
Unless you have a very old model B.
Or the i2c-dev and i2c-bcm2708 modules aren't loaded or might be blacklisted.
sudo i2cdetect -y 1
Unless you have a very old model B.
Or the i2c-dev and i2c-bcm2708 modules aren't loaded or might be blacklisted.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
-
- Posts: 13
- Joined: Wed Jul 23, 2014 4:43 pm
Re: Lcd Plate
I believe have a model A not B I tried both codes 0 and 1 neither one worked. Also searched for blacklist files and not showed. I am new using Linux so I will check again.DougieLawson wrote:Wrong I2C.
sudo i2cdetect -y 1
Unless you have a very old model B.
Or the i2c-dev and i2c-bcm2708 modules aren't loaded or might be blacklisted.
-
- Posts: 13
- Joined: Wed Jul 23, 2014 4:43 pm
Re: Lcd Plate
Checked blacklist made sure I had a # in front of file name, did a reboot and still not able to detect.
- DougieLawson
- Posts: 40554
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Lcd Plate
Try the following commands
sudo modprobe i2c-bcm2708
sudo modprobe i2c-dev
lsmod
dmesg
sudo modprobe i2c-bcm2708
sudo modprobe i2c-dev
lsmod
dmesg
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
-
- Posts: 13
- Joined: Wed Jul 23, 2014 4:43 pm
Re: Lcd Plate
DougieLawson wrote:Try the following commands
sudo modprobe i2c-bcm2708 (modprobe: FATAL: Module i2c-bcm2708 not found.
sudo modprobe i2c-dev
lsmod
dmesg
- DougieLawson
- Posts: 40554
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Lcd Plate
What OS distro are you using?
Is your firmware/kernel up to date?
Is your firmware/kernel up to date?
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
-
- Posts: 13
- Joined: Wed Jul 23, 2014 4:43 pm
Re: Lcd Plate
FPP Version v0.3.0-54-g3be8526DougieLawson wrote:What OS distro are you using?
Is your firmware/kernel up to date?
Os Build 0.3.0
Os Vernon Raspbian GNU/Linux 7
(WHEEZY)
Kernel Version 3.10.33+
Local Git Version 3be8526
- DougieLawson
- Posts: 40554
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Lcd Plate
Your kernel is two versions out of date (soon to be eight versions out of date).
sudo apt-get update && sudo apt-get dist-upgrade
sudo raspi-config # will then have an option to enable i2c and spi
sudo apt-get update && sudo apt-get dist-upgrade
sudo raspi-config # will then have an option to enable i2c and spi
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
-
- Posts: 13
- Joined: Wed Jul 23, 2014 4:43 pm
Re: Lcd Plate
Followed first 2 stepsDougieLawson wrote:Your kernel is two versions out of date (soon to be eight versions out of date).
sudo apt-get update && sudo apt-get dist-upgrade
sudo raspi-config # will then have an option to enable i2c and spi
3rd step got message command not found
Went to about and nothing changed. I am still able to access pi using IP address
- DougieLawson
- Posts: 40554
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Lcd Plate
Get a new SDCard.
Get a copy of the latest Raspbian on it.
Get a copy of the latest Raspbian on it.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
-
- Posts: 13
- Joined: Wed Jul 23, 2014 4:43 pm
Re: Lcd Plate
It has been a few days and I have bought and loaded new NOOBS card and have everything working to the point of adding LCD Screen. I have performed all 4 above steps with no fatal errors. Be fore the LCD screen at least lit up, now nothing. When I ran command sudo i2cdetect -y 1 I get a message can not open file /dev/i2c/-1 no such file or directory, when I view modules the appropriate steps have been taken to edit script.
- DougieLawson
- Posts: 40554
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Lcd Plate
Have you enabled SPI & I2C by using sudo raspi-config (advanced options)?
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
-
- Posts: 13
- Joined: Wed Jul 23, 2014 4:43 pm
Re: Lcd Plate
Yes I have
-
- Posts: 13
- Joined: Wed Jul 23, 2014 4:43 pm
Re: Lcd Plate
I have rechecked. In advanced options is there anything that should be disabled that would interfere with this operation?DougieLawson wrote:Have you enabled SPI & I2C by using sudo raspi-config (advanced options)?
-
- Posts: 13
- Joined: Wed Jul 23, 2014 4:43 pm
Re: Lcd Plate
Also under blacklist is there anything that should not have # preceeding