Private
Public Access
11
1

Update Setup Computer Debian 12

2024-01-22 16:20:18 +01:00
parent 73d4f4e312
commit 2fb191c856

@@ -34,7 +34,7 @@ sudo apt-get install linux-image-rt-amd64 linux-headers-rt-amd64
#this is only needed if you install the server version of debian (without initial gnome support)
sudo apt install gnome-terminal dbus-x11
#this disables automatic kernel updates, avoids problems with missing modules, as they would have to be recompiled for a new kernel version (e.g. comedi, ethercat...)
#this disables automatic kernel updates, avoids problems with missing modules, as they would have to be recompiled for a new kernel version (e.g. comedi, ethercat...)!!??!!
sudo apt remove linux-image-amd64 linux-image-rt-amd64 linux-headers-rt-amd64
#if you need tango support