flat assembler
Message board for the users of flat assembler.

Index > MenuetOS > PPP.asm

Author
Thread Post new topic Reply to topic
7mX



Joined: 13 Feb 2004
Posts: 4
7mX 13 Feb 2004, 21:24
in ppp.txt it tells you to go to line 2172 in ppp.asm and find the 'free' strings and enter usename and pass i entered this and it wont work what am i doing wrong
Code:
PAPREQStr           db 14, 7, '*******', 6, '******'
IPCPREQStr          db 10, 3, 6, 0, 0, 0, 0
    


i sensored my username and password with * but the number of letters is the same
Post 13 Feb 2004, 21:24
View user's profile Send private message Reply with quote
Mike Hibbett



Joined: 02 Sep 2003
Posts: 88
Location: UK
Mike Hibbett 13 Feb 2004, 23:17
7mX wrote:
in ppp.txt it tells you to go to line 2172 in ppp.asm and find the 'free' strings and enter usename and pass i entered this and it wont work what am i doing wrong
Code:
PAPREQStr           db 14, 7, '*******', 6, '******'
IPCPREQStr          db 10, 3, 6, 0, 0, 0, 0
    



Thanks for the detailed information.

In ppp.txt, it also says

The first number, 14, is the length of the bytes that follow + 4

So there is an error on the first line - the 14 should be 19
So change that, re-assemble ppp.asm and run the new version.

You have followed the other changes required haven't you - ie, changing the telephone number to dial in chat.inc?

Mike.
Post 13 Feb 2004, 23:17
View user's profile Send private message AIM Address Reply with quote
7mX



Joined: 13 Feb 2004
Posts: 4
7mX 14 Feb 2004, 06:40
ok thanx but just to educate how did you get 19 out of 7 and 6 i dont understand but thanx ill try it the next time i reboot
Post 14 Feb 2004, 06:40
View user's profile Send private message Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 14 Feb 2004, 08:37
Quote:
ok thanx but just to educate how did you get 19 out of 7 and 6 i dont understand but thanx ill try it the next time i reboot


It's not too hard to see. First reread the instructions:

Quote:
The first number, 14, is the length of the bytes that follow + 4


In your example you have a seven byte string, a six byte string, and two bytes for the count of each string. So 7 + 6 + 2 = 15. Add 4 and you get 19.
Post 14 Feb 2004, 08:37
View user's profile Send private message Visit poster's website Reply with quote
7mX



Joined: 13 Feb 2004
Posts: 4
7mX 15 Feb 2004, 03:28
Tanx alot, oh um im not sure if i should post a new topic but I recompiled the ppp.asm file ande added my phone number to chat.inc and ran ppp but I don't here the modem pick up and it just sits there. I am guessing I have to configure the com ports, how would I go about that? I beleve my modem uses com 1.
Post 15 Feb 2004, 03:28
View user's profile Send private message Reply with quote
7mX



Joined: 13 Feb 2004
Posts: 4
7mX 18 Feb 2004, 16:50
tap.. tap hey buddy wake up Laughing
*BUMP*
Post 18 Feb 2004, 16:50
View user's profile Send private message Reply with quote
Mike Hibbett



Joined: 02 Sep 2003
Posts: 88
Location: UK
Mike Hibbett 28 Feb 2004, 01:39
Email me if you are still having problems - it will help me produce a better stack.

Mike.

mikeh @ oceanfree.net
Post 28 Feb 2004, 01:39
View user's profile Send private message AIM Address Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.