diff options
-rw-r--r-- | docs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index e89e831..9179ef3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1657,9 +1657,9 @@ EndSection <b>$ cd libreboot_src/coreboot/util/nvramtool</b><br/> (nvramtool is also in libreboot_bin/nvramtool)<br/> <b>$ make</b><br/> - Enable wifi:<br/> + Enable bluetooth:<br/> <b>$ sudo ./nvramtool -w bluetooth=Enable</b><br/> - Disable wifi:<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/> @@ -1680,9 +1680,9 @@ EndSection <b>$ cd libreboot_src/coreboot/util/nvramtool</b><br/> (nvramtool is also in libreboot_bin/nvramtool)<br/> <b>$ make</b><br/> - Enable wifi:<br/> + Enable trackpoint:<br/> <b>$ sudo ./nvramtool -w trackpoint=Enable</b><br/> - Disable wifi:<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/> @@ -1701,7 +1701,7 @@ EndSection <b>$ cd libreboot_src/coreboot/util/nvramtool</b><br/> (nvramtool is also in libreboot_bin/nvramtool)<br/> <b>$ make</b><br/> - Enable wifi:<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/> |