From a384ada32934ae4f1291fb5e25c4e21af57bdcb3 Mon Sep 17 00:00:00 2001 From: torben Date: Tue, 23 Oct 2018 14:21:32 +0200 Subject: Add intel resolution modul. Updating all libs. --- modules.d/bashlink/bashlink | 2 +- modules.d/dialog/module-setup.sh | 4 ++++ modules.d/systemd-networkd-ext/module-setup.sh | 3 ++- modules.d/systemd-networkd-ext/restart-wireless-daemon.service | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/modules.d/bashlink/bashlink b/modules.d/bashlink/bashlink index cafa8590..f65a641a 160000 --- a/modules.d/bashlink/bashlink +++ b/modules.d/bashlink/bashlink @@ -1 +1 @@ -Subproject commit cafa859021de584e5e8e07e7f683b61702772805 +Subproject commit f65a641ab96e3acf91686b3e494d279c27168f61 diff --git a/modules.d/dialog/module-setup.sh b/modules.d/dialog/module-setup.sh index d7e2ce29..0089a75f 100755 --- a/modules.d/dialog/module-setup.sh +++ b/modules.d/dialog/module-setup.sh @@ -57,3 +57,7 @@ install() { done done } +installkernel() { + # Intel graphic driver to load available resolution. + instmods i915 +} diff --git a/modules.d/systemd-networkd-ext/module-setup.sh b/modules.d/systemd-networkd-ext/module-setup.sh index 5e47382f..d341dcd4 100755 --- a/modules.d/systemd-networkd-ext/module-setup.sh +++ b/modules.d/systemd-networkd-ext/module-setup.sh @@ -25,10 +25,11 @@ check() { # called by dracut depends() { - # TNNOTE: Add for interactive wlan authorisation: dialog + # NOTE: Add for interactive wlan authorisation: dialog echo \ bashlink \ custom-logging \ + dialog \ kernel-network-modules \ systemd } diff --git a/modules.d/systemd-networkd-ext/restart-wireless-daemon.service b/modules.d/systemd-networkd-ext/restart-wireless-daemon.service index 562ec5a9..e01d31cb 100644 --- a/modules.d/systemd-networkd-ext/restart-wireless-daemon.service +++ b/modules.d/systemd-networkd-ext/restart-wireless-daemon.service @@ -6,6 +6,7 @@ After=network.target # Before this service is running we got two ips for non static dhcp for the # wireless device. So we have to allow systemd-netword to deconfigure the # device and remove the old (coming from the initramfs) one. +# NOTE: If the network interface does not get any ip unloading and reloading the corresponding kernel module can help. ExecStartPre=-/run/initramfs/usr/bin/sed --in-place --regexp-extended 's/(CriticalConnection=true)/#\1/' /etc/systemd/network/wireless.network ExecStartPre=-/run/initramfs/usr/bin/killall --signal TERM -- iwd ExecStartPre=-/run/initramfs/usr/bin/killall --signal TERM -- netctl -- cgit v1.2.3-55-g7522