kernel

Fix errors when compiling Linux Kernel 4.12 with GCC 8

Error: In file included from arch/mips/kernel/syscall.c:17: ./include/linux/syscalls.h:196:18: Fehler: »sys_mips_mmap« Alias zwischen unverträglichen Funktionstypen »long int(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, off_t)« {alias »long int(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int, long int)«} und »long int(long int, long int, […]

Fix errors when compiling Linux Kernel 4.12 with GCC 8 Read More »

DisplayLink-Driver / i-teck Docking Station Driver for Debian and Ubuntu

Long story short: https://raw.githubusercontent.com/AdnanHodzic/displaylink-debian/master/displaylink-debian.sh local mirror here (dated 2018/03/13) See it in Action: root@nb-fpanzer:~# ./displaylink-debian.sh ————————— displaylink-debian —————————- DisplayLink driver installer for Debian based Linux distributions: * Debian GNU/Linux * Ubuntu * Elementary OS * Linux Mint * Kali Linux * Deepin Options: [I]nstall [U]ninstall [R]e-install [Q]uit Select a key: [i/u/r/q]: I ——————————————————————- Checking dependencies

DisplayLink-Driver / i-teck Docking Station Driver for Debian and Ubuntu Read More »

Intel NUC: Lautes brummen aus dem Lautsprecher, wenn keine Anwendung Ton abspielt

Ich habe heute einen Intel NUC mit CentOS7 neu installiert und beobachtet, dass etwa 5 Sekunden nachdem die Audiowiedergabe stoppt – beispielsweise VLC – die Lautsprecher extrem laut zu brummen anfangen, so als würde man das Klinkenkabel nur halb einstecken. Meine Vermutung, CentOS schaltet die Soundkarte ab, war dann auch tatsächlich richtig, der Workaround ist

Intel NUC: Lautes brummen aus dem Lautsprecher, wenn keine Anwendung Ton abspielt Read More »

Quick Tip: How to rebuild all initrds with dracut in CentOS 6/7

If you need to automatically rebuild all initrds for all installed kernels: rpm -qa | grep kernel | grep -v headers | grep -v tools | sed ’s/^kernel\-//g‘ | xargs -i dracut -v -f /boot/initramfs-{}.img {} Oh, and while we’re at it, the same for Ubuntu update-initramfs -u -k all

Quick Tip: How to rebuild all initrds with dracut in CentOS 6/7 Read More »

Nach oben scrollen