Okay, I find the error: 
Code:
--------------------
    [  208.904849] usb 1-1.3.1: new full-speed USB device number 6 using dwc_otg
  [  209.021359] usb 1-1.3.1: New USB device found, idVendor=0403, 
idProduct=fc0d
  [  209.021375] usb 1-1.3.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [  209.021385] usb 1-1.3.1: Product: Crystalfontz CFA635-USB LCD
  [  209.021395] usb 1-1.3.1: Manufacturer: Crystalfontz
  [  209.021404] usb 1-1.3.1: SerialNumber: CFU3MWQ6
  [  209.060965] usbcore: registered new interface driver usbserial
  [  209.061093] usbcore: registered new interface driver usbserial_generic
  [  209.061182] usbserial: USB Serial support registered for generic
  [  209.066632] usbcore: registered new interface driver ftdi_sio
  [  209.066749] usbserial: USB Serial support registered for FTDI USB Serial 
Device
  [  209.067266] ftdi_sio 1-1.3.1:1.0: FTDI USB Serial Device converter detected
  [  209.067596] usb 1-1.3.1: Detected FT232RL
  [  209.068620] usb 1-1.3.1: FTDI USB Serial Device converter now attached to 
ttyUSB0
  
--------------------

The display need two driver. 
Code:
--------------------
    tc@PHILETTA:/lib/modules/4.9.50-pcpAudioCore_v7/kernel/drivers/usb/serial$ 
lsmod 
  Module                  Size  Used by    Tainted: G  
  ftdi_sio               32963  0 
  usbserial              29637  1 ftdi_sio
--------------------

But now, how can i make the PCP reboot save with the new drivers? 
Code:
--------------------
    tc@PHILETTA:/lib/modules/4.9.50-pcpAudioCore_v7/kernel/drivers/usb/serial$ 
ls -la
  total 168
  drwxr-xr-x    2 root     root            80 Feb 25 00:21 ./
  drwxr-xr-x    5 root     root           100 Feb 25 00:21 ../
  -rw-r--r--    1 root     root        112440 Feb 25 00:21 ftdi_sio.ko
  -rw-r--r--    1 root     root         53344 Feb 25 00:21 usbserial.ko
--------------------


Regrads Markus


------------------------------------------------------------------------
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
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to