-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix touch isn't enabled on first boot #58
Comments
sighmon
changed the title
Touch isn't enabled on first boot
Fix touch isn't enabled on first boot
Dec 18, 2020
When I visited the gallery on the 21st this bug wasn't happening... |
sighmon
added a commit
that referenced
this issue
Jan 28, 2021
sighmon
added a commit
that referenced
this issue
Feb 2, 2021
sighmon
added a commit
that referenced
this issue
Feb 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/api/count/
API containerbootcount
https://github.com/acmilabs/boot-countcount=1
, restart the containerNo errors are shown when the touch fails, and it doesn't happen all the time, but one way to get it back is to reboot the
spotlights
container, so perhaps add a manual restart of the container after the first boot happens?Details
Touch rotation bug is fixed, but touch itself isn't enabled on first boot. Investigate a way of determining if it's missing, and restart
spotlights
container if it isn't.See also: #54
Errors
dmesg when spotlights container has been rebooted:
root@d3e2141ef523:/code# dmesg | grep SamsungUSBTouch_CAP_043 [ 0.864153] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0001/input/input3 [ 0.864204] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0001/input/input4 [ 0.864247] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0001/input/input5 [ 0.864305] hid-generic 0003:04E8:20A6.0001: input,hiddev96,hidraw0: USB HID v1.11 Mouse [Advanced Silicon S.A. SamsungUSBTouch_CAP_043] on usb-0000:00:14.0-3/input0 [ 1.985981] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0001/input/input6 [ 1.986259] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0001/input/input8 [ 1.986560] hid-multitouch 0003:04E8:20A6.0001: input,hiddev96,hidraw0: USB HID v1.11 Mouse [Advanced Silicon S.A. SamsungUSBTouch_CAP_043] on usb-0000:00:14.0-3/input0
dmesg when touch fails:
root@cf66db0dae10:/code# dmesg | grep SamsungUSBTouch_CAP_043 [ 0.865939] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0001/input/input3 [ 0.866017] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0001/input/input4 [ 0.866061] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0001/input/input5 [ 0.866311] hid-generic 0003:04E8:20A6.0001: input,hiddev96,hidraw0: USB HID v1.11 Mouse [Advanced Silicon S.A. SamsungUSBTouch_CAP_043] on usb-0000:00:14.0-3/input0 [ 3.300410] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0001/input/input6 [ 3.300462] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0001/input/input8 [ 3.300649] hid-multitouch 0003:04E8:20A6.0001: input,hiddev96,hidraw0: USB HID v1.11 Mouse [Advanced Silicon S.A. SamsungUSBTouch_CAP_043] on usb-0000:00:14.0-3/input0 [ 17.142690] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0002/input/input17 [ 17.142755] input: Advanced Silicon S.A. SamsungUSBTouch_CAP_043 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04E8:20A6.0002/input/input19 [ 17.142825] hid-multitouch 0003:04E8:20A6.0002: input,hiddev96,hidraw0: USB HID v1.11 Mouse [Advanced Silicon S.A. SamsungUSBTouch_CAP_043] on usb-0000:00:14.0-3/input0
The text was updated successfully, but these errors were encountered: