https://www.raspberrypi.org/documentati ... ine-txt.md
I suggest you test with "usbhid.mousepoll=0", see link above
Code: Select all
//raspi1/hdd1 /mnt/raspi1 cifs user=pi,password='',x-systemd.automount 0 0
Code: Select all
' Y'
Code: Select all
# Difficult code
import time
import sys
b = 0xff
for i in range(0, 4):
a = b << 1
b = a
print(bin(b))
print(bin(a))
# endWhat are the contents of /etc/default/keyboard ?biengoodgutbenehao wrote:Thank you for your replies, but none of the solutions work...
Code: Select all
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="de"
XKBVARIANT="nodeadkeys"
XKBOPTIONS=""
BACKSPACE="guess"
Code: Select all
gpio readall