Hello, I found the solution myself. The pikeyd service could not be started because the kernel module /dev/uinput in pcp6 is not started. The solution was to enter the "modprobe uinput" command in the /opt/bootlocal.sh file before pikeyd was started. Here are my installation steps for "Slimmer" under pcp 6.0.0:
- Open the Picoreplayer web interface - Execute Resize FS (100MB) - Install ipv6-4.19.105-pcpCore.tcz from PiCorePlayer repo - Install libusb-compat.tcz from the Official PiCore repo (if this error occurs: mount: / tmp / tcloop / libudev: failed to setup loop device for /mnt/mmcblk0p2/tce/optional/libudev.tcz) - Press "load" a second time to completely install the extension - Establish an ssh connection with Putty - cd /mnt/mmcblk0p2/tce/optional - wget http://distro.ibiblio.org/tinycorelinux/9.x/armv7/tcz/libftdi.tcz - wget http://distro.ibiblio.org/tinycorelinux/9.x/armv7/tcz/libftdi.tcz.dep - md5sum libftdi.tcz> libftdi.tcz.md5.txt - continue according to instructions point 3 to point 15: https://github.com/terba/slimmer/wiki/Building-a-player - note: at this point, slimmer will not work properly yet - Enter the following command at point 16: cat >> /opt/bootlocal.sh << EOF modprobe uinput /usr/local/etc/init.d/lcdproc-server start /usr/local/etc/init.d/pikeyd start /usr/local/etc/init.d/slimmer start EOF - sudo filetool.sh -b - Reboot After Raspberry Pi has rebooted, Slimmer starts correctly. Regards PiPlayer ------------------------------------------------------------------------ piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280 View this thread: http://forums.slimdevices.com/showthread.php?t=105819 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
