TS-WXL1.0TL/R1
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
(Created page with "'''TS-WXL1.0TL/R1''' == cpuinfo == Processor : Feroceon rev 0 (v5l) BogoMIPS : 799.53 Features : swp half thumb fastmult vfp edsp CPU implemente…") |
|||
| (2 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | + | == TS-WXL1.0TL/R1 == | |
| + | [[Image:TS-WX1.0TL-R1.jpg|right]] | ||
== cpuinfo == | == cpuinfo == | ||
| Line 16: | Line 17: | ||
| - | == Gaining access [http://forum.buffalo.nas-central.org/viewtopic.php?f=69&t=22137 | + | == Gaining access [http://forum.buffalo.nas-central.org/viewtopic.php?f=69&t=22137] == |
To gain root access you need to use [http://downloads.nas-central.org/TOOLS/ALL_LS_KB_ARM9/ACP_COMMANDER/acp_commander.jar ACP_COMMANDER] then run the following commands:- | To gain root access you need to use [http://downloads.nas-central.org/TOOLS/ALL_LS_KB_ARM9/ACP_COMMANDER/acp_commander.jar ACP_COMMANDER] then run the following commands:- | ||
| Line 39: | Line 40: | ||
You should now have access to your terastation, use putty to log in! | You should now have access to your terastation, use putty to log in! | ||
| - | == Optware [http://forum.buffalo.nas-central.org/viewtopic.php?f=37&t=21386#p135272 | + | == Optware [http://forum.buffalo.nas-central.org/viewtopic.php?f=37&t=21386#p135272] == |
Once you've logged into your Terrastation through SSH, perform the following commands: | Once you've logged into your Terrastation through SSH, perform the following commands: | ||
| Line 48: | Line 49: | ||
sh ./lspro-bootstrap_1.2-7_arm.xsh | sh ./lspro-bootstrap_1.2-7_arm.xsh | ||
ipkg update | ipkg update | ||
| + | |||
| + | [[category:Terastation]] | ||
Latest revision as of 17:45, 31 October 2011
Contents |
TS-WXL1.0TL/R1
cpuinfo
Processor : Feroceon rev 0 (v5l) BogoMIPS : 799.53 Features : swp half thumb fastmult vfp edsp CPU implementer : 0x41 CPU architecture: 5TE CPU variant : 0x1 CPU part : 0x926 CPU revision : 0 Hardware : Feroceon-MV78XX0 Revision : 0000 Serial : 0000000000000000
Gaining access [1]
To gain root access you need to use ACP_COMMANDER then run the following commands:-
Firstly test access using acp_commander (change the IP and password).
java -jar acp_commander.jar -t 192.168.1.101 -ip 192.168.1.101 -pw password -c "ls /"
You should get a directory listing & an error informing you that it cannot change the IP address (ignore this warning), if you don't get a directory listing check your password, now change the root password.
java -jar acp_commander.jar -t 192.168.1.101 -ip 192.168.1.101 -pw password -c "(echo myrootpass;echo myrootpass)|passwd"
It should output OK (ACP_STATE_OK), now we need to fix permissions to allow root access.
java -jar acp_commander.jar -t 192.168.1.101 -ip 192.168.1.101 -pw password -c "sed -i 's/PermitRootLogin no/PermitRootLogin yes/g' /etc/sshd_config" java -jar acp_commander.jar -t 192.168.1.101 -ip 192.168.1.101 -pw password -c "sed -i 's/UsePAM yes/UsePAM no/g' /etc/sshd_config"
Once again it'll just output OK and throw that IP error, now restart sshd.
java -jar acp_commander.jar -t 192.168.1.101 -ip 192.168.1.101 -pw password -c "/etc/init.d/sshd.sh restart"
You should now have access to your terastation, use putty to log in!
Optware [2]
Once you've logged into your Terrastation through SSH, perform the following commands:
mkdir -p /mnt/array1/tmp cd /mnt/array1/tmp wget http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/lspro-bootstrap_1.2-7_arm.xsh sh ./lspro-bootstrap_1.2-7_arm.xsh ipkg update


