I thought I posted a response, but I guess I forgot to hit post.  

We are missing spidev.ko   I can fix this in future releases, but for
now..  You can download all modules here.....

https://sourceforge.net/projects/picoreplayer/files/repo/8.x/armv6/releases/RPi/src/kernel/4.9.50-pcpCore_modules.tar.xz/download


Code:
--------------------
    
  tc@piTouch:~$ cd /tmp
  tc@piTouch:/tmp$ wget 
https://sourceforge.net/projects/picoreplayer/files/repo/8.x/armv6/releases/RPi/src/kern
  el/4.9.50-pcpCore_modules.tar.xz
  Connecting to sourceforge.net (216.34.181.60:443)
  Connecting to sourceforge.net (216.34.181.60:443)
  Connecting to downloads.sourceforge.net (216.34.181.59:443)
  Connecting to newcontinuum.dl.sourceforge.net (64.79.96.4:443)
  4.9.50-pcpCore_modul 100% 
|*************************************************************| 11158k  0:00:00 
ETA
  tc@piTouch:/tmp$ sudo tar xvf 4.9.50-pcpCore_modules.tar.xz -C / 
lib/modules/4.9.50-pcpCore/kernel/drivers/spi
  /spidev.ko
  lib/modules/4.9.50-pcpCore/kernel/drivers/spi/spidev.ko
  tc@piTouch:/tmp$ echo lib/modules/4.9.50-pcpCore/kernel/drivers/spi/spidev.ko 
>> /opt/.filetool.lst
  tc@piTouch:/tmp$ pcp bu
  [ INFO ] Backing up files to /mnt/mmcblk0p2/tce/mydata.tgz\
  Done.
  [ OK ] Backup successful.
  tc@piTouch:/tmp$
  
--------------------


That will add the module to your system and restore it at boot time, but
likely you will still need to 

run 
sudo depmod -a

and possibly
sudo modprobe spidev.ko

At the beginning of your scripts.


------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=107137

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to