Page MenuHomePureOS Tracker

Byd Driver Not Loaded
Updated 2,500 Days AgoPublic

Version 1 of 7: You are viewing an older version of this document, as it appeared on Jun 20 2017, 11:27.

Main PageTroubleshootingByd driver not loaded

BYD touchpad on Librem 13 rev1 is not recognized


Create a file (if don't exist) /etc/rc.local with the following content:

#!/bin/bash
echo -n byd /sys/bus/serio/devices/serio1/protocol

The file must be executable.

Terminal command to do all this:

sudo touch /etc/rc.local
sudo sh -c 'echo "#!/bin/bash\necho -n byd > /sys/bus/serio/devices/serio1/protocol" > /etc/rc.local'
sudo chmod +x /etc/rc.local

Last Author
mladen
Last Edited
Jun 20 2017, 11:27

Event Timeline

mladen created this document.Jun 20 2017, 11:27
mladen edited the content of this document. (Show Details)
mladen edited the content of this document. (Show Details)
mladen edited the content of this document. (Show Details)Jun 20 2017, 11:37
mladen edited the content of this document. (Show Details)Jun 20 2017, 11:40
mladen edited the content of this document. (Show Details)Jun 20 2017, 11:48
mladen edited the content of this document. (Show Details)Nov 6 2017, 12:08
mladen changed the edit policy from "All Users" to "Restricted Project (Project)".May 10 2018, 07:47
mladen edited the content of this document. (Show Details)Jul 21 2018, 12:44