Re: Updated version of MusicJukebox (v1.0.2) released
Dave Dodge <[email protected]>
| Newsgroups | gmane.comp.hardware.roku.technical |
|---|---|
| Message-ID | <20040531201829.GP6903@basmati> |
On Sun, May 30, 2004 at 06:58:51AM -0400, Jeff Curtin wrote:
> Is there anybody awake out there that can help me telnet?????? Once I telnet
> with my roku ip address is asks for a login and password. I thought I had
> read that the login was root and we didn't need a password but it won't let
> me get past the password point without losing connection. Help!
That sounds pretty strange.
Here's the step-by-step procedure:
Get the IP address from the HD1000's "setup" screen, for example
10.5.17.11, then use the command "telnet 10.5.17.11". It should show
something like this (the exact wording depends on the telnet program):
Trying 10.5.17.11...
Connected to 10.5.17.11.
Escape character is '^]'.
(none) login:
Type "root" (without the quotes) and hit return. It should now prompt:
Password:
Just hit return to enter a blank password. Now it _ought_ to show you
a root shell prompt:
#
If you get that, you're connected and can start entering commands.
For example:
# pwd
/mnt/flash0/home/root
-Dave Dodge