You probably have two kernels now on disk. Compare their configs. Old kernel probably had trackpad compiled in. Anyway, you need to find the module which supports your device, and add it’s name into the list of modules to load.
Aary
- 0 Posts
- 5 Comments
Joined 4 months ago
Cake day: May 17th, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Непонятно, что нужно сделать. Выявить причину, по которой загрузка занимает 2 минуты? Починить трекпад?
Aary@lemmy.mlto
Linux@lemmy.ml•Is there a way to know the specifications of your cables?Русский
13·2 days agoИдея с программой для инвентаризации, в которую надо было помещать характеристики и происхождение предметов, была хороша.
If disks are not encrypted then he can just set a new password from chroot.
the disk is encrypted
Oh…
«I load ip_tables with modprobe, only to lose it after a reboot»
Write the module name into:
/etc/modules-load.d/<name>.conf — on most modern systemd distributions (Ubuntu, Arch, Fedora, etc.)
or /etc/modules on Debian-style systems.
OpenRC’s modules-load service reads configuration files from the following locations, in order of precedence
/usr/lib/modules-load.d/
/run/modules-load.d/
/etc/modules-load.d/
echo “ip_tables” >/etc/modules-load.d/ip_tables.conf