- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dial-in wierdness on predictive modem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:11 AM
07-25-2002 07:11 AM
dial-in wierdness on predictive modem
I'm trying to get dial-in access correctly set up on a predictive modem recently installed. I can get it to connect but I get garbage on the remote terminal until I enter the command: stty -parity, then it clears up.
Where would I make this change permanent?
thanks alot!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:15 AM
07-25-2002 07:15 AM
Re: dial-in wierdness on predictive modem
What are you using to connect to the modem?
K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:17 AM
07-25-2002 07:17 AM
Re: dial-in wierdness on predictive modem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:39 AM
07-25-2002 07:39 AM
Re: dial-in wierdness on predictive modem
eg:
a0:3:respawn:/usr/lbin/uucp/uugetty -r -t 60 -h ttyd1p0 192modem
In this case you need to find the 192modem entry in gettydefs. Next decide whether you want to modify gettydefs or the configuration of your communications software, ie Kermit/Hyperterm/etc.
Take great care when modifying gettydefs, make sure you keep a copy of the file before you modify it, and use getty -c /etc/gettydefs to check it for syntax errors (although it can't spot EVERY possible error.)
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:42 AM
07-25-2002 07:42 AM
Re: dial-in wierdness on predictive modem
ttp1:234:respawn:/usr/sbin/getty -h tty0p1 9600
If you then look in file /etc/gettydefs look for the entry for 9600 (using the above sample).
You can specify the parity and other terminal connection characteristics here. Do a "man gettdefs" for more info.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:50 AM
07-25-2002 07:50 AM
Re: dial-in wierdness on predictive modem
thanks!!!!!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:53 AM
07-25-2002 07:53 AM
Re: dial-in wierdness on predictive modem
-- Rod Hills