Comment 5 for bug 94780

Revision history for this message
AleksysP (kovalenya) wrote : Re: combination Fn+F5 does't work

my /etc/acpi/ibm-wireless.sh

#!/bin/bash
# Find and enable/disable wireless devices

state=`. /etc/acpi/wireless.sh`

if [ "$state" = "0" ]; then
    if [ -f /proc/acpi/ibm/bluetooth ]; then
        echo disable >/proc/acpi/ibm/bluetooth;
    fi
else
    if [ -f /proc/acpi/ibm/bluetooth ]; then
        echo enable >/proc/acpi/ibm/bluetooth;
    fi
fi

Script original (not edited)
No words about wifi