remove old stuff ;)
This commit is contained in:
parent
9635ddbc8d
commit
f8b457bf84
4 changed files with 0 additions and 34 deletions
|
@ -92,18 +92,6 @@ function updateMicrocode () {
|
||||||
printf "\n"
|
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
|
# Key-ID USB Fido U2F device udev rules
|
||||||
#
|
#
|
||||||
|
|
|
@ -92,18 +92,6 @@ function updateMicrocode () {
|
||||||
printf "\n"
|
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
|
# Key-ID USB Fido U2F device udev rules
|
||||||
#
|
#
|
||||||
|
|
|
@ -421,7 +421,6 @@ function showHardwareMenu () {
|
||||||
"microcode" "Update Intel/AMD CPU microcode" \
|
"microcode" "Update Intel/AMD CPU microcode" \
|
||||||
"tlp" "Install/Enable TLP for better power management " \
|
"tlp" "Install/Enable TLP for better power management " \
|
||||||
"keyid" "Add udev rules for Key-ID FIDO U2F usb key" \
|
"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)
|
"Back" "Back" 3>&1 1>&2 2>&3)
|
||||||
|
|
||||||
case $hardwareMenuOptions in
|
case $hardwareMenuOptions in
|
||||||
|
@ -448,10 +447,6 @@ function showHardwareMenu () {
|
||||||
installKeyIDuDev
|
installKeyIDuDev
|
||||||
pressKey
|
pressKey
|
||||||
;;
|
;;
|
||||||
"WI6320")
|
|
||||||
fixWirelessIntel6320
|
|
||||||
pressKey
|
|
||||||
;;
|
|
||||||
"Back")
|
"Back")
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -421,7 +421,6 @@ function showHardwareMenu () {
|
||||||
"microcode" "Update Intel/AMD CPU microcode" \
|
"microcode" "Update Intel/AMD CPU microcode" \
|
||||||
"tlp" "Install/Enable TLP for better power management " \
|
"tlp" "Install/Enable TLP for better power management " \
|
||||||
"keyid" "Add udev rules for Key-ID FIDO U2F usb key" \
|
"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)
|
"Back" "Back" 3>&1 1>&2 2>&3)
|
||||||
|
|
||||||
case $hardwareMenuOptions in
|
case $hardwareMenuOptions in
|
||||||
|
@ -448,10 +447,6 @@ function showHardwareMenu () {
|
||||||
installKeyIDuDev
|
installKeyIDuDev
|
||||||
pressKey
|
pressKey
|
||||||
;;
|
;;
|
||||||
"WI6320")
|
|
||||||
fixWirelessIntel6320
|
|
||||||
pressKey
|
|
||||||
;;
|
|
||||||
"Back")
|
"Back")
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue