This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:n770:config [2026/06/03 01:46] 65.108.103.51 old revision restored (2007/09/22 16:05) |
notes:n770:config [2026/06/07 07:17] (current) 43.166.130.62 old revision restored (2026/06/03 01:32) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| This is a complete list of steps I went through to configure my N770 in case I have to go through them again. Since I had previously messed the settings up. I am starting with a reflash to the latest version. | This is a complete list of steps I went through to configure my N770 in case I have to go through them again. Since I had previously messed the settings up. I am starting with a reflash to the latest version. | ||
| + | |||
| + | I couldn' | ||
| * Upgrade to the latest official version using [[ http:// | * Upgrade to the latest official version using [[ http:// | ||
| Line 11: | Line 13: | ||
| * Close, choose select connections and connect | * Close, choose select connections and connect | ||
| - | * Follow [[http:// | + | * Follow [[http:// |
| + | |||
| + | * Set user password, lock the root account, install ssh | ||
| + | < | ||
| + | $ sudo gainroot | ||
| + | $ passwd user | ||
| + | $ passwd root | ||
| + | $ passwd -l root | ||
| + | $ apt-get install ssh | ||
| + | </ | ||
| + | |||
| + | * Formatted my MMC with two partitions, a 500 MB vfat (mmc1) and a 1.5GB ext2 (mmc2). [[http:// | ||
| - | * Follow [[ http:// | ||