Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
values pairs corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan08p committed Mar 9, 2016
1 parent ea6fc82 commit 2c79282
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions share/goodie/cheat_sheets/json/raspberrypi.json
Expand Up @@ -119,14 +119,14 @@
"key": "afp://192.168.64.xxx"
}],
"Disable Power Management": [{
"val": "Check the power management flag using",
"val": "Check the power management flag",
"key": "cat /sys/module/8192cu/parameters/rtw_power_mgnt"
}, {
"val": "To set it to zero you can use",
"val": "Create power management file",
"key": "sudo touch /etc/modprobe.d/8192cu.conf"
}, {
"val": "Add this line to the created file",
"key": "options 8192cu rtw_power_mgnt=0 rtw_enusbss=0"
"val": "Set power management flag to zero in 8192cu.conf file",
"key": "options 8192cu rtw_power_mgnt = 0 rtw_enusbss = 0"
}, {
"val": "Reboot",
"key": "sudo reboot"
Expand Down

0 comments on commit 2c79282

Please sign in to comment.