avren on Nostr: If you’re using LUKS encryption, you need to run the following in the terminal to ...
If you’re using LUKS encryption, you need to run the following in the terminal to make the keyboard work:
————————————
Surface Laptop 3 + Debian: Internal keyboard not working (I²C keyboard not loaded in initramfs).
Fix:
1. Edit: sudo nano /etc/initramfs-tools/modules
2. Add drivers (see below)
3. Run: sudo update-initramfs -u
4. Reboot
————————————-
Add to /etc/initramfs-tools/modules:
i2c_designware_core
i2c_designware_platform
i2c_hid
hid_multitouch
intel_lpss_pci
surface_hid
surface_kbd
surface_aggregator
surface_aggregator_registry
surface_aggregator_hub
pinctrl_tigerlake
Published at
2025-05-03 13:37:01Event JSON
{
"id": "13bedb5f57c1dc892a761ccdc5f53216bc9b05af26ba8df9ff8090ff525a25ea",
"pubkey": "9063ef6b926f3f4d0d36b0d87198c81c3e01bfc311e260ec519b7feafd1e9a09",
"created_at": 1746279421,
"kind": 1,
"tags": [
[
"e",
"c82c4d0774661ac79fb754a672876d7be346e05f70b6211e1e4b448a015031cd",
"wss://relay.primal.net",
"root"
]
],
"content": "If you’re using LUKS encryption, you need to run the following in the terminal to make the keyboard work:\n\n————————————\n\nSurface Laptop 3 + Debian: Internal keyboard not working (I²C keyboard not loaded in initramfs).\n\nFix:\n\t1.\tEdit: sudo nano /etc/initramfs-tools/modules\n\t2.\tAdd drivers (see below)\n\t3.\tRun: sudo update-initramfs -u\n\t4.\tReboot\n\n————————————-\nAdd to /etc/initramfs-tools/modules:\n\ni2c_designware_core \ni2c_designware_platform \ni2c_hid \nhid_multitouch \nintel_lpss_pci \nsurface_hid \nsurface_kbd \nsurface_aggregator \nsurface_aggregator_registry \nsurface_aggregator_hub \npinctrl_tigerlake ",
"sig": "a3f15f0d277183ff745cd2b96b9acc452c0038150582bab91d97b7cecd04daaa1dce89b943bd6d1ff9ef7753a3e2ef25320012d3f05b897ad010b74d0364aada"
}