Bugzilla – Attachment 325115 Details for
Bug 551833
hotkey for wlan not working on thinkpad
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Script I use to manually handle the wlan device
thinkpad_wlan (text/plain), 395 bytes, created by
Johann Schuur
on 2009-11-02 12:30:06 UTC
(
hide
)
Description:
Script I use to manually handle the wlan device
Filename:
MIME Type:
Creator:
Johann Schuur
Created:
2009-11-02 12:30:06 UTC
Size:
395 bytes
patch
obsolete
>#!/bin/bash > >RF_KILL=`find /sys/bus/pci/drivers/ipw2200/0*/rf_kill` > if [ "x${RF_KILL}" != "x" ] ; then # only when driver is available > WLAN_STATE=`cat "$RF_KILL"` > #DCOP_KINTERNET=`run_on_xserver '/opt/kde3/bin/dcop | grep kinternet'` > if [ "${WLAN_STATE}" = "0" ] ; then # wlan is enabled > # disable wlan > echo 1 > "${RF_KILL}" > else > # enable wlan > echo 0 > "${RF_KILL}" > fi > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 551833
:
325109
| 325115