diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 105 |
1 files changed, 0 insertions, 105 deletions
diff --git a/docs/index.html b/docs/index.html index 088080f..b24d95b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,10 +128,6 @@ <h2>Miscallaneous</h2> <ul> - <li><a href="#x60_wifi">ThinkPad X60: Enable or disable wifi</a></li> - <li><a href="#x60_bluetooth">ThinkPad X60: Enable or disable bluetooth</a></li> - <li><a href="#x60_trackpoint">ThinkPad X60: Enable or disable trackpoint</a></li> - <li><a href="#x60_backlight">ThinkPad X60: Prevent scrolling backlight</a></li> <li><a href="#high_pitch_trisquel">High Pitched Whining Noise on Idle (how to remove in Trisquel)</a> <ul> <li><a href="#howtouse_powertop">Powertop - how to use</a></li> @@ -1348,14 +1344,6 @@ EndSection </p> <p> - <b> - After the 2nd flash, if this is a ThinkPad X60 then you can look at <a href="#x60_wifi">#x60_wifi</a> for how to enable/disable wifi. - You can also look at <a href="#x60_trackpoint">#x60_trackpoint</a> for how to enable/disable the trackpoint (red mouse on keyboard). - You might want to do the 2nd flash first (see below) before doing that. - </b> - </p> - - <p> When you have booted up again:<br/> <b>$ sudo ./lenovobios_secondflash bin/<a href="#rom">YOURBOARD/YOURROM</a></b> </p> @@ -1544,13 +1532,6 @@ EndSection </b> </p> - <p> - <b> - If this is a ThinkPad X60 then you can look at <a href="#x60_wifi">#x60_wifi</a> for how to enable/disable wifi. - You can also look at <a href="#x60_trackpoint">#x60_trackpoint</a> for how to enable/disable the trackpoint (red mouse on keyboard). - </b> - </p> - </div> <p><a href="#pagetop">Back to top of page</a></p> @@ -1632,92 +1613,6 @@ EndSection <hr/> - <h1 id="x60_wifi">ThinkPad X60: Enable or disable wifi</h1> - <p> - <a href="#build_dependencies">Install the build dependencies</a> and then build nvramtool.<br/> - nvramtool is in coreboot or libreboot source tree under util/:<br/> - <b>$ cd libreboot_src/coreboot/util/nvramtool</b><br/> - (nvramtool is also in libreboot_bin/nvramtool)<br/> - <b>$ make</b><br/> - Enable wifi:<br/> - <b>$ sudo ./nvramtool -w wlan=Enable</b><br/> - Disable wifi:<br/> - <b>$ sudo ./nvramtool -w wlan=Disable</b><br/> - If that doesn't work, try one of these instead:<br/> - <b>$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w wlan=Enable</b><br/> - <b>$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w wlan=Disable</b><br/> - If you are using libreboot_bin, do that instead:<br/> - <b>$ sudo ./nvramtool -y ../x60cmos.layout -w wlan=Enable</b><br/> - <b>$ sudo ./nvramtool -y ../x60cmos.layout -w wlan=Disable</b> - </p> - <p>The next time you boot, wifi will be enabled.</p> - <p><a href="#pagetop">Back to top of page</a></p> - -<hr/> - - <h1 id="x60_bluetooth">ThinkPad X60: Enable or disable bluetooth</h1> - <p> - <a href="#build_dependencies">Install the build dependencies</a> and then build nvramtool.<br/> - nvramtool is in coreboot or libreboot source tree under util/:<br/> - <b>$ cd libreboot_src/coreboot/util/nvramtool</b><br/> - (nvramtool is also in libreboot_bin/nvramtool)<br/> - <b>$ make</b><br/> - Enable bluetooth:<br/> - <b>$ sudo ./nvramtool -w bluetooth=Enable</b><br/> - Disable bluetooth:<br/> - <b>$ sudo ./nvramtool -w bluetooth=Disable</b><br/> - If that doesn't work, try one of these instead:<br/> - <b>$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w bluetooth=Enable</b><br/> - <b>$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w bluetooth=Disable</b><br/> - If you are using libreboot_bin, do that instead:<br/> - <b>$ sudo ./nvramtool -y ../x60cmos.layout -w bluetooth=Enable</b><br/> - <b>$ sudo ./nvramtool -y ../x60cmos.layout -w bluetooth=Disable</b> - </p> - <p>The next time you boot, wifi will be enabled.</p> - <p><a href="#pagetop">Back to top of page</a></p> - -<hr/> - - <h1 id="x60_trackpoint">ThinkPad X60: Enable or disable trackpoint</h1> - <p> - <a href="#build_dependencies">Install the build dependencies</a> and then build nvramtool.<br/> - nvramtool is in coreboot or libreboot source tree under util/:<br/> - <b>$ cd libreboot_src/coreboot/util/nvramtool</b><br/> - (nvramtool is also in libreboot_bin/nvramtool)<br/> - <b>$ make</b><br/> - Enable trackpoint:<br/> - <b>$ sudo ./nvramtool -w trackpoint=Enable</b><br/> - Disable trackpoint:<br/> - <b>$ sudo ./nvramtool -w trackpoint=Disable</b><br/> - If that doesn't work, try one of these instead:<br/> - <b>$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w trackpoint=Enable</b><br/> - <b>$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w trackpoint=Disable</b><br/> - If you are using libreboot_bin, do that instead:<br/> - <b>$ sudo ./nvramtool -y ../x60cmos.layout -w wlan=Enable</b><br/> - <b>$ sudo ./nvramtool -y ../x60cmos.layout -w wlan=Disable</b> - </p> - <p>The next time you boot, trackpoint will be enabled.</p> - <p><a href="#pagetop">Back to top of page</a></p> - - <h1 id="x60_backlight">ThinkPad X60: Prevent scrolling backlight</h1> - <p> - <a href="#build_dependencies">Install the build dependencies</a> and then build nvramtool.<br/> - nvramtool is in coreboot or libreboot source tree under util/:<br/> - <b>$ cd libreboot_src/coreboot/util/nvramtool</b><br/> - (nvramtool is also in libreboot_bin/nvramtool)<br/> - <b>$ make</b><br/> - Set tft_brightness:<br/> - <b>$ sudo ./nvramtool -w tft_brightness=0xff</b><br/> - If that doesn't work, try one of these instead:<br/> - <b>$ sudo ./nvramtool -y ../../src/mainboard/lenovo/x60/cmos.layout -w tft_brightness=0xff</b><br/> - If you are using libreboot_bin, do that instead:<br/> - <b>$ sudo ./nvramtool -y ../x60cmos.layout -w tft_brightness=0xff</b> - </p> - <p>Change will apply the next time you boot.</p> - <p><a href="#pagetop">Back to top of page</a></p> - -<hr/> - <h1 id="high_pitch_trisquel">High Pitched Whining Noise on Idle (how to remove in Trisquel)</h1> <p> |