Linux Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsLinux Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old July 19th, 2002, 01:23 AM
pentium5 pentium5 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Location: entlegen
Posts: 442 pentium5 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
null modem cable for small ISP project....

go the last part of the url


DB-9 To Null Modem DB-9
DB-9 NULL DB-9
1 4,6
2 3
3 2
4 1
5 5
6 1
7 8
8 7


http://groups.google.com/groups?q=n...borg.com&rnum=4

tera term 2.3 set to com2,
192.168.1.50 window 98SE COM2


but no garbage characters coming out on tera term terminal at all.


192.168.1.80 com1 redhat 7.2

I followed the url and soldered one cable with with female db-9 for myself to test out ppp linux with windows 98 SE so that I do not have go to boy-friend's to test dial in from remote to PPP server.

purpose - small isp to dial in from remote and via 192.168.1.80 go out to linksys router ( 192.168.1.1).

/var/log/mgetty.ttyS0

07/19 15:06:08 yS0 mgetty: experimental test release 1.1.26-Apr16
07/19 15:06:08 yS0 check for lockfiles
07/19 15:06:08 yS0 locking the line
07/19 15:06:08 yS0 WARNING: DSR is off - modem turned off or bad cable?
07/19 15:06:08 yS0 lowering DTR to reset Modem
07/19 15:06:09 yS0 send: \dATQ0V1H0[0d]
07/19 15:06:10 yS0 waiting for ``OK''
07/19 15:06:30 yS0 timeout in chat script, waiting for `OK'
07/19 15:06:30 yS0 init chat timed out, trying force-init-chat
07/19 15:06:30 yS0 send: \d[10][03]\d\d\d+++\d\d\d[0d]\dATQ0V1H0[0d]
07/19 15:06:34 yS0 waiting for ``OK''
07/19 15:06:54 yS0 timeout in chat script, waiting for `OK'
07/19 15:06:54 yS0 init chat failed, exiting...: Interrupted system call
07/19 15:06:54 ##### failed in mg_init_data, dev=ttyS0, pid=5943

--
07/19 15:06:54 yS0 mgetty: experimental test release 1.1.26-Apr16
07/19 15:06:54 yS0 check for lockfiles


hope someone can enlighten me.

TIA.
__________________
regards,

wish to use AT 89c51 single chip computer to do remote sensing and send the data back from woods to office via nokie 3330 and internet. HOW?
first I must revise C program thro' example, what's next?

Last edited by pentium5 : July 19th, 2002 at 02:11 AM.

Reply With Quote
  #2  
Old July 19th, 2002, 09:03 AM
christo's Avatar
christo christo is offline
Introspective
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Nov 2001
Location: London, UK
Posts: 3,296 christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 3 Days 1 h 5 m 9 sec
Reputation Power: 101
Send a message via ICQ to christo Send a message via Yahoo to christo
DSR stands for device set ready. This is the line that's causing you problems. (RS232 line 6). The only thing that you can do is check the cable again..

Don't forget that the D-type connectors appear to be the 'other way round' when you're soldering your wires into the back. It's sort of confusing, I know !!

You have to fix this cable error before anything else can be debugged.
I don't have any experience in soldering DB25 cables, but the google-gem looks reasonable.

christo

Last edited by christo : July 19th, 2002 at 09:06 AM.

Reply With Quote
  #3  
Old July 19th, 2002, 11:44 AM
pentium5 pentium5 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Location: entlegen
Posts: 442 pentium5 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
I found a "true" null modem cable both ends are db-9 female type.

connected to IBM 560E and redhat 7.2 serial port.
run tera terms 2.3

speed, 56700. n,8,1 and xon- xoff.
ATQ0V1H0 and I hot return a few times no login screen.


/etc/log/mgetty.ttyS0
--
07/20 01:30:26 yS0 mgetty: experimental test release 1.1.26-Apr16
07/20 01:30:26 yS0 check for lockfiles
07/20 01:30:26 yS0 locking the line
07/20 01:30:27 yS0 lowering DTR to reset Modem
07/20 01:30:27 yS0 send: \dATQ0V1H0[0d]
07/20 01:30:28 yS0 waiting for ``OK''
07/20 01:30:48 yS0 timeout in chat script, waiting for `OK'
07/20 01:30:48 yS0 init chat timed out, trying force-init-chat
07/20 01:30:48 yS0 send: \d[10][03]\d\d\d+++\d\d\d[0d]\dATQ0V1H0[0d]
07/20 01:30:52 yS0 waiting for ``OK''


what's next?

Last edited by pentium5 : July 19th, 2002 at 12:34 PM.

Reply With Quote
  #4  
Old July 19th, 2002, 10:47 PM
pentium5 pentium5 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Location: entlegen
Posts: 442 pentium5 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
/var/log/ppp ( last part)Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/ntalk [line=13]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/qmail [line=12]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/rexec [line=11]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/rlogin [line=14]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/rsh [line=14]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/rsync [line=15]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/sgi_fam [line=13]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/swat [line=17]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/talk [line=15]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/telnet [line=12]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/time [line=13]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/time-udp [line=13]
Jul 20 11:38:08 energy xinetd[635]: Reading included configuration file: /etc/xinetd.d/wu-ftpd [line=14]
Jul 20 11:38:08 energy xinetd[635]: chargen disabled, removing
Jul 20 11:38:08 energy xinetd[635]: chargen disabled, removing
Jul 20 11:38:08 energy xinetd[635]: daytime disabled, removing
Jul 20 11:38:08 energy xinetd[635]: daytime disabled, removing
Jul 20 11:38:08 energy xinetd[635]: echo disabled, removing
Jul 20 11:38:08 energy xinetd[635]: echo disabled, removing
Jul 20 11:38:08 energy xinetd[635]: finger disabled, removing
Jul 20 11:38:08 energy xinetd[635]: linuxconf disabled, removing
Jul 20 11:38:08 energy xinetd[635]: ntalk disabled, removing
Jul 20 11:38:08 energy xinetd[635]: rsync disabled, removing
Jul 20 11:38:08 energy xinetd[635]: sgi_fam disabled, removing
Jul 20 11:38:08 energy xinetd[635]: talk disabled, removing
Jul 20 11:38:08 energy xinetd[635]: time disabled, removing
Jul 20 11:38:08 energy xinetd[635]: time disabled, removing
Jul 20 11:38:08 energy xinetd[635]: bind failed (Address already in use (errno = 98)). service = smtp
Jul 20 11:38:08 energy xinetd[635]: xinetd Version 2.3.3 started with libwrap options compiled in.
Jul 20 11:38:08 energy xinetd[635]: Started working: 6 available services
Jul 20 11:38:01 energy init: Entering runlevel: 5
Jul 20 11:38:23 energy gdm[868]: gdm_slave_xioerror_handler: Fatal X error - Restarting :0
Jul 20 11:38:27 energy gdm[877]: gdm_slave_xioerror_handler: Fatal X error - Restarting :0
Jul 20 11:38:33 energy gdm[886]: gdm_slave_xioerror_handler: Fatal X error - Restarting :0
Jul 20 11:38:40 energy gdm[895]: gdm_slave_xioerror_handler: Fatal X error - Restarting :0
Jul 20 11:38:40 energy gdm[859]: deal_with_x_crashes: Running the XKeepsCrashing script
Jul 20 11:38:40 energy gdm[859]: Failed to start X server several times in a short time period; disabling display :0

the home-cable that I made work as the null-modem cable that I found last nite.

on the IBM 560E, tera term, it only ATQ0V1H0 and nothing else?


goggle searching and nothing much help at all.


any help?

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsLinux Help > null modem cable for small ISP project....


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway