-
Notifications
You must be signed in to change notification settings - Fork 494
Boot up (systemd) fails to load modules for Waveshare 3.5 Spotpear, but manual modprobe works #365
Comments
The module arguments goes into a file of it's own: https://github.com/notro/fbtft/wiki#make-it-permanent-debian-jessie-arch-linux-systemd |
Ok, now I'm ashamed for not reading thoroughly the wiki :( sorry about that, abused Google and failed to read first. However, I have still some issue between
And, the
The
(the last one is in /etc/modules and is unrelated to all this) The kernel message are in the syslog, a bit further down, the related to fbtft_device are:
It seems as if there is some SPI error, but the Now that the options are correctly set, I can make the screen work by simply doing:
(with no further options) from an ssh connection. Am I missing something? Race condition? Hardware initialization issues? Or some mix-up in module loading order? Thanks a lot for the software and for all your help. On a sidenote, the link of the wiki you just sent me has the Donations link broken, just saying ;) |
This means spi-bcm2835 hasn't been registered as spi master driver (yet). |
Yeah, it seems you are right, seems as if the
However, the lines in the fbtft.conf file are as follows:
Just thinking, does The lines of the I will keep looking into it. But using rc.local in order to perform the "late |
Which kernel are you using? I don't remember when the switch to spi-bcm2835 was made, but I see that you use spi_bcm2708. |
Closing old issues, reopen if needed. |
I don't understand what is happening. I have read #215 and found a lot of good advice, but I have the following problem:
systemd-modules-load.service
fails. The/etc/modules
contains the following:And the
systemd
error (found through the syslog):However, I can just login through ssh and do:
and everything works. I have fiddled with adding the SPI module in the modprobe, but it has no impact (I have already enabled it through the
raspi-config
). I started with the official Raspberry Raspbian Jessy Lite image and I have updated the rpi-firmware (because of #215 trend).I am almost ready to do some dirty patching at rc.local, but I would like to set it up "the right way". Unfortunately, I am stuck. I don't understand the difference between the
/etc/modules
file and themodprobe
command approach.The text was updated successfully, but these errors were encountered: