remove old stuff ;)

This commit is contained in:
Francois B. (Makoto) 2020-07-04 20:44:45 +02:00
parent 9635ddbc8d
commit f8b457bf84
4 changed files with 0 additions and 34 deletions

View file

@ -92,18 +92,6 @@ function updateMicrocode () {
printf "\n"
}
#
# fix some config issue with Intel Wireless 6320 cards
#
function fixWirelessIntel6320 () {
runCmd "sudo cp /etc/modprobe.d/iwlwifi.conf /etc/modprobe.d/iwlwifi.conf.bak" \
"backing up config file"
runCmd "echo options iwlwifi bt_coex_active=0 swcrypto=1 11n_disable=8 | sudo tee /etc/modprobe.d/iwlwifi.conf" \
"applying new config"
printf "[INFO] reboot required !!!"
printf "\n"
}
#
# Key-ID USB Fido U2F device udev rules
#

View file

@ -92,18 +92,6 @@ function updateMicrocode () {
printf "\n"
}
#
# fix some config issue with Intel Wireless 6320 cards
#
function fixWirelessIntel6320 () {
runCmd "sudo cp /etc/modprobe.d/iwlwifi.conf /etc/modprobe.d/iwlwifi.conf.bak" \
"backing up config file"
runCmd "echo options iwlwifi bt_coex_active=0 swcrypto=1 11n_disable=8 | sudo tee /etc/modprobe.d/iwlwifi.conf" \
"applying new config"
printf "[INFO] reboot required !!!"
printf "\n"
}
#
# Key-ID USB Fido U2F device udev rules
#

View file

@ -421,7 +421,6 @@ function showHardwareMenu () {
"microcode" "Update Intel/AMD CPU microcode" \
"tlp" "Install/Enable TLP for better power management " \
"keyid" "Add udev rules for Key-ID FIDO U2F usb key" \
"WI6320" "Fix Intel Wireless 6320 card config problem" \
"Back" "Back" 3>&1 1>&2 2>&3)
case $hardwareMenuOptions in
@ -448,10 +447,6 @@ function showHardwareMenu () {
installKeyIDuDev
pressKey
;;
"WI6320")
fixWirelessIntel6320
pressKey
;;
"Back")
break
;;

View file

@ -421,7 +421,6 @@ function showHardwareMenu () {
"microcode" "Update Intel/AMD CPU microcode" \
"tlp" "Install/Enable TLP for better power management " \
"keyid" "Add udev rules for Key-ID FIDO U2F usb key" \
"WI6320" "Fix Intel Wireless 6320 card config problem" \
"Back" "Back" 3>&1 1>&2 2>&3)
case $hardwareMenuOptions in
@ -448,10 +447,6 @@ function showHardwareMenu () {
installKeyIDuDev
pressKey
;;
"WI6320")
fixWirelessIntel6320
pressKey
;;
"Back")
break
;;