Hi,
I recently bought a USB hardware fax modem for use with hylafax. That's the big idea anyway.. The hardware is: Rosewill RNX-USB K/V.92 hardware-based data/fax modem. It is seen on my system as:
.
My system is FreeBSD7.2 release.
Hylafax is version hylafax-6.0.5 installed from ports. After which it prompted my to edit /etc/ttys and add:
I didn't know any better. I expected without an "enable=YES" in /etc/rc.conf that nothing would start up. Immediately, almost, messages were logged about wedging:
So I commented out that line and rebooted, which stopped the messages.
But before that I had tried
to see if I could communicate with the modem, as per the hylafax website. Nothing. Not before, or after. I tried simply adding the entry without the getty as
and no difference. The response is "Connected" and then a hung terminal. I have to kill the job by PID from another session.
And the phone company hasn't yet connected the line. Would that matter? The USB device has 2 LEDs, both of which are unlit.
Long story. I'm hoping to figure out if this modem in particular will work with my system and hylafax. If not, there's always the possibility of a PIC internal modem.
Any advice much appreciated!
I recently bought a USB hardware fax modem for use with hylafax. That's the big idea anyway.. The hardware is: Rosewill RNX-USB K/V.92 hardware-based data/fax modem. It is seen on my system as:
Code:
ugen0: <Conexant USB Modem, class 2/0, rev 1.10/1.00, addr 2> on uhub0
My system is FreeBSD7.2 release.
Hylafax is version hylafax-6.0.5 installed from ports. After which it prompted my to edit /etc/ttys and add:
Code:
cuad1 "/usr/local/sbin/faxgetty" dialup on secure
I didn't know any better. I expected without an "enable=YES" in /etc/rc.conf that nothing would start up. Immediately, almost, messages were logged about wedging:
Code:
Apr 27 02:42:23 motive FaxGetty[22494]: OPEN /dev/cuad1 HylaFAX (tm) Version 6.0.5
Apr 27 02:43:32 motive FaxGetty[22494]: /dev/cuad1: Can not initialize modem.
Apr 27 02:46:49 motive FaxGetty[22494]: Unable to setup modem on /dev/cuad1; giving up after 2 attempts
Apr 27 02:46:49 motive FaxGetty[22494]: MODEM /dev/cuad1 appears to be wedged
Apr 27 02:46:49 motive FaxGetty[22494]: MODEM /dev/cuad1 appears to be wedged
Apr 27 02:46:49 motive FaxGetty[22494]: CLOSE /dev/cuad1
So I commented out that line and rebooted, which stopped the messages.
But before that I had tried
Code:
cu -l cuad1
Code:
cuad1 none dialup off insecure
And the phone company hasn't yet connected the line. Would that matter? The USB device has 2 LEDs, both of which are unlit.
Long story. I'm hoping to figure out if this modem in particular will work with my system and hylafax. If not, there's always the possibility of a PIC internal modem.
Any advice much appreciated!