I-Appliance BBS
The Official Source for Internet Appliance Upgrades and Mods

Click Here!
BBS Main List | Sign In | Sign Up | Search | Help | Linux-Hacker.netReply to Thread | Printer |

Home / I-Opener Areas / I-Opener Technical Info Reference (MODERATED)
THE best method for transferring files between the i-opener and Windows -- honest! =)
PPP connection between i-opener and Windows, using dial-up networking on Windows to connect to the i-opener.

New MessageTHE best method for transferring files between the i-opener and Windows -- honest! =) (modified 0 times) PiGod
This is posted in the general areas, but I think it is valuable enough to be here, especially since the ASCII upload method made its way here. :)

The following method will from now on be known as David D.'s method for transferring files between the i-opener and Windows. :)
I am not going to take the time right now to go into great detail, but I'll give the gist of it...

I should add that this was with a virgin i-opener with the new (bad) BIOS and a Windows 98 machine.

1) boot the i-opener, login as root, get to the prompt, kill the processes

2) edit /etc/ppp/options, removing lcp commands, require-ns, user nctest@netpliance
(you will probably have to copy the file to a different name, remove the original, edit the copy, and then copy the new version to the original name)

3) create a chat script in the /app directory

put the following in it

"" ATZ
OK ATM0 (or OK ATM1L2 if you really want to hear the modem screech)
OK AT#CW0
OK AT#CWT6
OK ATX1
OK ATA
CONNECT ""


(as with any of the things I'm describing, some things might not be needed....I'm not going to take the time right now to figure out which ones aren't)

4) connect the i-opener modem to a modem on a windows machine with the i-opener supplied phone cord (any regular phone cord *should* work)

5) on the windows machine, create a new dial-up networking item configured as follows

- name it i-opener (just cool to see this name come up at the end :)
- phone number of "1"
- modem maximum speed of 115200 (don't check only connect at this speed)
- connection tab settings of 8-none-1, don't wait for dial tone before dialing, don't cancel the call if not connected in a certain time limit, don't disconnect if idle for more than a certain time limit
- advanced button settings from the connection tab of use error control, don't require to connect, compress data, use flow control, hardware (RTS/CTS), modulation type standard, extra settings "M0" if you want to turn off the modem volume ("M1L2" if you want to really hear it)
- Type of Dial-Up Server of PPP: Internet, Windows NT Server , Windows 98
- no advanced options checked on the server types tab
- only allow TCP/IP
- in TCP/IP settings, just leave things at the default of letting the server assign and header compression and use of the remote gateway checked
- save the dial-up networking item

6) go to networking in the control panel and go to properties of TCP/IP->Dial-Up Adapter (get this installed if you don't have it)

7) leave the IP address to be obtained automagically, add a gateway of 10.0.0.3
you'll probably have to reboot after doing this

(I'm not even sure if this is necessary, but I messed up something else so I tried setting this....I didn't try to undo it later to see if it is still needed)

8) go back to the i-opener and type this command, but DON'T press enter yet

pppd 10.0.0.3:10.0.0.4 noauth connect 'chat -f /app/nameofchatscriptfromstep3' &

(this is where I messed up....I had the chat script name wrong and I couldn't figure out why it wasn't working :)

9) double-click on the dial-up networking item you created on the Windows machine

10) blank out the username and password

11) disconnect the cable from your ethernet card if you are connected to the net via a cable modem or DSL or through a network of some kind at your location (scripts in /tmp like to run every so often, so I didn't take any chances on mine phoning home! that's the whole reason for this method instead of the ISP method)

12) click "connect" on the dial-up networking item

14) on the i-opener, press enter to run the pppd command from step 8

(you read correctly..no step 13...no need for bad luck :)

15) wait......you should see/hear the modems connect and you'll get carrier detect on the PC modem (if external and visible of course)

16) a window will pop up (if in Windows 98...don't remember this from my dial-up days on 95) saying you've connected to "i-opener"!!! way cool! :)

17) telnet from the Windows box to 10.0.0.3

18) mash the keys on the Windows keyboard until the stupid telnet server on the other end asks you for a terminal type....type in "vt100"

19) at the login, type "root"

20) at the password, type "osiw$6.4" or the appropriate password if yours is different/has been changed

21) do an ls/dir so you can believe your eyes ;)

22) find/run an ftp daemon for Windows (I use WarFTPd.exe, oddly enough from the WarFTP application)

23) setup a user (I just used anonymous) in the ftp daemon and give them access to whichever directories you will need

24) on the i-opener run

ftp 10.0.0.4

type in the appropriate username and password (e.g. "anonymous" and "you-owe-david-d@best-method.com")

25) type "bin" enter

26) cd to the directory containing the flasher and good BIOS

27) get "filename"

(repeat until all files are transferred)

28) do what you're supposed to do with the flasher!

29) Hey! You're done! Stop reading! ;)


Okay, so I got more detailed at the end...oh well. I have to say, it is a mighty nice sight to see Windows connect successfully and then to see i-opener directories showing up in telnet or Windows directories showing up in ftp on the i-opener. :)

If you want to know *why* this works, post on here with your question and include "PiGod" or "David D." in the text. That's the only way I'll find you and I'm not giving out my e-mail address on here. :) I'm sure others can tell you why it works too. I just happened to be the one to find the right steps.

I'll give you my e-mail address if you want to send me a lot of money. ;)

04-28-2000 16:32:57

New MessageRE:THE best method for transferring files between the i-opener and Windows -- honest! =) (modified 0 times) PiGod
My modem doesn't require disabling dialtone detection. Some modems might require this. Configure the modem on Windows to ignore dialtone by putting "X1" in the modem init string. This is the same place that my instructions say to put "M0". It is labelled "Extra Settings". So to turn off sound and ignore the lack of a dialtone, you would have "M0X1" in this textbox.
04-29-2000 12:06:13

New MessageRE:THE best method for transferring files between the i-opener and Windows -- honest! =) (modified 0 times) PiGod
I guess my modem does require it. I just forgot I had disabled this in the modem configuration of Windows. :)
04-29-2000 17:54:39

New MessageRE:THE best method for transferring files between the i-opener and Windows -- honest! =) (modified 0 times) Draz
Profile
I followed your proceedure but am getting an error 650 - the computer you are dialing does not respond to a network request - during vertifying username and password. Im using an intel 144 modem and windows 98. Any idea what's going on?

Draz

10-12-2000 20:14:03

New MessageRE:THE best method for transferring files between the i-opener and Windows -- honest! =) (modified 0 times) ASPguy
Profile | Email
Also, isn't this transfer method for v1,v2 only? v3-v5 don't have the qnx screen that let's you dial out.

so can this method be used for v3-v5?

-aspguy

10-23-2000 13:51:54

New MessageRE:THE best method for transferring files between the i-opener and Windows -- honest! =) (modified 0 times) tommy
Profile
Is there a way to do this between two Window running computers? I would like someone to verify that this modem - modem connection is via phone cord directly between two modems and never touching a wall connection. Where does the phone line get charge? Does it need energy or is it suppplied by the modem? Normal phones get the juice from the pone company. It has been mentioned there is no dial tone so I assume this is a true direct link we are discussing.
11-09-2000 22:05:16

New MessageRE:THE best method for transferring files between the i-opener and Windows -- honest! =) (modified 0 times) hijerry5
Profile
In response to the to tommy's question,
I was building a phone/intercom system and i stumbled across this:
http://www.hut.fi/Misc/Electronics/docs/telecom/fax_to_modem.html
The phone company uses between 6v to 12v to power your phone. This link describes the cirquitry. It is about midway down the page. It is very, very simple.
I hope this helps.
12-09-2000 09:26:21

Reply to Thread | Printer |
All times are PSTPowered by UltraBoard v1.62



Copyright © 2000, Netmake Inc. All Rights Reserved.
See Terms and Conditions for more information.




i-opener opener laptop notebook computer help drivers dll free windows dos repair fix linux mac macintosh 2000 95 98 nt pc configure hardware software sound video netscape explorer network networking lan wan software cmos fat bios printer card mouse modem ide scsi cd rom controllers scanner tape hard drive cgi scripts source code mp3