Touch Player on Samsung qb65h-tr

Hi Folks did somebody know if the touch player works on th samsung qb65h-tr. I tried but i think i make something wrong. It is not touching??? Is there someone who use this screen??

How is that screen connected to the Pi? Using USB I guess? Can you open a shell to that device and check if there’s anything happening if you touch the screen?

The Screen is connected with HDMI and USB. When i open a shell and have a look wih the logread -f command i dont see anything.

If you connect and disconnect USB, do you see added output if you run dmesg on the Pi? The screen should be registered as a HID (human interface device).

Do you know in wich line this happend? I dont see anything!

I think I see something: usbcore: registered new interface driver usbhid.

These are the relevant log lines I could find running dmesg | grep USB:

[    1.149899] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    1.150187] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.150197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.150864] hub 1-0:1.0: USB hub found
[    1.155909] usbhid: USB HID core driver
[    1.571550] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    1.811624] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    1.811641] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.812004] hub 1-1:1.0: USB hub found
[    2.131543] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.281651] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    2.281661] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0

I don’t see any obvious input device? What happens if you unplug/plug in the USB cable to the display again? It should add additional log lines, so we might see how and if anything is detected by the Pi.

OK Now everthing works!!! Wrong USB Connection

Nice. I guess it would make sense to have some kind of device output mode for that package where you can see all the connected USB devices to make debugging these kind of issues easier…