Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Enabling SPI (spidev) on Debian Stretch PC

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
thucar
Posts: 1
Joined: 2018-12-10 01:56

Enabling SPI (spidev) on Debian Stretch PC

#1 Post by thucar »

I'm running my home automation on a Debian Stretch with 4.9.0-6-amd64 on a small mediaPC.

I'm trying to add a bunch of WS2801 to the setup and decided that using a SPI port to run them would be a thing to try. For the physical SPI interface I got me the Adafruit FT232H.
Now while enabling SPI on a raspberry is just a matter of running the raspi-config, I have not found any actual guides for how to do it on a regular PC.

Do I need to compile a new kernel or is it possible to just enable SPI support in the kernel I'm currently using?

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

Re: Enabling SPI (spidev) on Debian Stretch PC

#2 Post by llivv »

serial's a kernel basic - use some search foo
install inputattach
becasue the hard part is finding terminal acces to the port. Once that is done
the other stuff falls inline.
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

Post Reply