tips_and_tricks
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips_and_tricks [2012/02/13 20:53] – created paulf | tips_and_tricks [2013/02/15 17:13] (current) – [Using side LEDs and WiFi LED] turbooster | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Tips and tricks ====== | ====== Tips and tricks ====== | ||
| + | ===== Gordan' | ||
| + | Plenty of inspirational tricks including screen upgrade, overclocking, | ||
| + | |||
| + | ===== Optimising power consumption ===== | ||
| + | [[https:// | ||
| + | |||
| ===== Lid and jack insertion events ===== | ===== Lid and jack insertion events ===== | ||
| You can use a lightweight https:// | You can use a lightweight https:// | ||
| + | |||
| + | ===== Using side LEDs and WiFi LED ===== | ||
| + | (This is for the 12.04 kernel) | ||
| + | The LEDs on the side can be triggered by echoing values between 0 and 7 to | ||
| + | echo 7 > / | ||
| + | for different blinking-patterns (need to be root). Try | ||
| + | echo 0 > brightness ; sleep 1 ; echo 7 > brightness ; sleep .2;echo 1 > brightness | ||
| + | to ' | ||
| + | |||
| + | You can also set different triggers for the WiFi LED. To see the available options do | ||
| + | cat / | ||
| + | then to change the trigger (temporarily) do for example | ||
| + | echo mmc0 > / | ||
| + | to get eMMC activity. | ||
| + | |||
| ===== Video playback ===== | ===== Video playback ===== | ||
| Line 71: | Line 92: | ||
| ===== Wireless performance ===== | ===== Wireless performance ===== | ||
| - | * [[http:// | + | * [[http:// |
| * '' | * '' | ||
| + | |||
| + | ===== Wireless connectivity without NetworkManager ===== | ||
| + | Place this in ''/ | ||
| + | < | ||
| + | # interfaces(5) file used by ifup(8) and ifdown(8) | ||
| + | auto lo | ||
| + | iface lo inet loopback | ||
| + | |||
| + | allow-hotplug wlan0 | ||
| + | iface wlan0 inet manual | ||
| + | wpa-driver nl80211 | ||
| + | wpa-roam / | ||
| + | |||
| + | iface default inet dhcp | ||
| + | |||
| + | iface home inet dhcp | ||
| + | |||
| + | iface wwan0 inet dhcp | ||
| + | pre-up stty -F / | ||
| + | stty -F / | ||
| + | pre-up chat -v TIMEOUT 30 "" | ||
| + | AT OK \ | ||
| + | AT+CGREG=1 OK \ | ||
| + | AT+CFUN=1 " | ||
| + | "" | ||
| + | AT*ENAPDBG=1 OK \ | ||
| + | ' | ||
| + | " | ||
| + | ! chat -v "" | ||
| + | post-down chat -v "" | ||
| + | </ | ||
| + | |||
| + | This assumes your card has PIN disabled, if it's not, you should be able to add '' | ||
| + | < | ||
| + | #!/bin/sh | ||
| + | / | ||
| + | </ | ||
tips_and_tricks.1329162789.txt.gz · Last modified: by paulf · Currently locked by: 216.73.217.103,10.89.1.2
