paul- wrote: 
> https://sourceforge.net/projects/picoreplayer/files/repo/8.x/armv7/releases/RPi/src/kernel/
> 
> If you are not using the armv7 board, the armv6 files are there too.
> 
> You will find all built driver is the package <kernel
> version>_modules.tar.xz
> 
> looks like the ftdi-elan.ko driver is in there.

Hey Paul.

Okay, the right driver is ftdi_sio.ko
https://www.crystalfontz.com/blog/running-crystalfontz-usb-lcd-modules-under-linux/
but with the driver
in our packages it didn't run.

Code:
--------------------
    tc@PHILETTA:/etc/udev/rules.d$ cd 
/lib/modules/4.9.50-pcpAudioCore_v7/kernel/drivers/usb/
  tc@PHILETTA:/lib/modules/4.9.50-pcpAudioCore_v7/kernel/drivers/usb$ sudo 
mkdir serial
  tc@PHILETTA:/lib/modules/4.9.50-pcpAudioCore_v7/kernel/drivers/usb$ cd serial/
  tc@PHILETTA:/lib/modules/4.9.50-pcpAudioCore_v7/kernel/drivers/usb/serial$ 
sudo cp /tmp/ftdi_sio.ko .
  
  tc@PHILETTA:/lib/modules/4.9.50-pcpAudioCore_v7/kernel/drivers/usb/serial$ 
sudo depmod -a
  
  tc@PHILETTA:/lib/modules/4.9.50-pcpAudioCore_v7/kernel/drivers/usb/serial$ 
sudo modprobe ftdi_sio
  modprobe: can't load module ftdi_sio (kernel/drivers/usb/serial/ftdi_sio.ko): 
unknown symbol in module, or unknown parameter
  
  
--------------------
 Pity for me.
Regards droidbox


------------------------------------------------------------------------
droidbox's Profile: http://forums.slimdevices.com/member.php?userid=66696
View this thread: http://forums.slimdevices.com/showthread.php?t=108748

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to