Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.15 KB

Debian-11.md

File metadata and controls

52 lines (38 loc) · 1.15 KB

Debian 11 (Bullseye)

Prerequisite

  • Setup network

  • Update system packages to latest version

apt-get update
  • Install packages
apt-get install build-essential linux-headers-`uname -r` -y

Issue: Device or resource busy when load gpio-it87 driver

  • Add acpi_enforce_resources=lax on boot parameter
# Edit grub config
vi /etc/default/grub
GRUB_CMDLINE_LINUX="[...] acpi_enforce_resources=lax"

# If you change this file, run 'update-grub' afterwards to update
update-grub

Enforce to use super IO (it87) chip driver instead of iTCO driver

vi /lib/modprobe.d/iTCO-blacklist.conf

blacklist iTCO_wdt
blacklist iTCO_vendor_support

--

Build necessary drivers (please refer to product page)

Product Pages Link


LTE cellular module dial up on Debian 11 (Telit LE910C4 modules)

Telit/LE910C4


Wi-Fi dial up on Debian 11

Sparklan/WPEQ-261ACNI