(E-Mail Removed) (Shashank Khanvilkar) writes:
]Hi,
]I have a RH 9.0 system (Kernel: 2.4.20), with a modem using the
]connexant chipset.
]#>lspci -vvv
]02:0b.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
] Subsystem: Mac System Co Ltd: Unknown device 8d8b
]--SNIPP--
]I downloaded the appropriate drivers from
]http://www.linuxant.com/company/index.html and tried dialing out using
]wvdial, which works pretty fine.
]Now I want to use this as a dial-in server.
]Questions:
]----------
]1. I am trying to use mgetty+sendfax for this. Is there something else
]that is better than mgetty that i should use?
NO. It is the best for the purpose.
]2. Has anyone configured mgetty with a similar modem. If yes, what
]entry do they use in /etc/inittab. Linuxant drivers create a device
]/dev/ttySHSF0 and
]a /dev/modem link to this, and the manual for inittab suggest that :
]"
]Note: For gettys or other login processes, the id field should
]be the tty suffix of the corresponding tty, e.g. 1 for tty1.
]Otherwise, the login accounting might not work correctly.
]"
That number is purely an informational thing. Just put whatever you want
in there, just make sure another entry does not have the same name.
]Any suggestions?
]
]3. any suggestions on /etc/mgetty+sendfax/mgetty.config, login.config,
]dialin.config
in login.config enable AutoPPP
Put in the appropriate arguments to pppd.
In mgetty, you need to put in the appropriate init string to send to the
modem.
]4. Anything extra that i need to do.