Router Install
From FridaV
* Execute the TFTP commands below: | * Execute the TFTP commands below: | ||
| - | + | atftp 192.168.1.1 | |
| - | tftp> | + | tftp> mode octet |
tftp> trace | tftp> trace | ||
tftp> put openwrt-brcm47xx-squashfs.trx | tftp> put openwrt-brcm47xx-squashfs.trx | ||
* The router will reboot itself automatically after the upgrade is complete. Rebooting may take a while. It might be the case that the router does not reboot by itself; if this happens it should be safe to wait for the period mentioned and then to do a manual reboot (pull the power-cord). | * The router will reboot itself automatically after the upgrade is complete. Rebooting may take a while. It might be the case that the router does not reboot by itself; if this happens it should be safe to wait for the period mentioned and then to do a manual reboot (pull the power-cord). | ||
* You are done! You should be able to telnet to your router (IP address: 192.168.1.1) and start configuring. First set a password for root so you can use ssh instead of telnet from now on. | * You are done! You should be able to telnet to your router (IP address: 192.168.1.1) and start configuring. First set a password for root so you can use ssh instead of telnet from now on. | ||
| + | |||
| + | telnet 192.168.1.1 | ||
| + | |||
| + | passwd | ||
NOTES: | NOTES: | ||
=== Initial Configuration === | === Initial Configuration === | ||
| - | + | opkg update | |
| + | opkg install kmod-usb kmod-usb-storage kmod-usb2 kmod-usb-serial-ftdi kmod-usb-serial-pl2303 kmod-fs-ext2 kmod-fs-ext3 | ||
| - | + | this might also work: | |
| - | opkg install kmod-usb... | + | opkg install kmod-usb |
| + | |||
| + | |||
| + | IP: 10.11.12.1 | ||
Add autoinet.sh | Add autoinet.sh | ||
