Amiga.org

The "Not Quite Amiga but still computer related category" => Amiga Emulation => Topic started by: XDelusion on December 16, 2002, 03:41:27 AM

Title: QNX AmigaXL what about modems!?!??!
Post by: XDelusion on December 16, 2002, 03:41:27 AM
 OooooK. I had a Winmodem, and of course QNX would not make use of it, so I picked up a USR V.92 Fax Win NT or something like that, and QNX did not see it either, so can someone please tell me if infact QNX supports any modems at all!?!?!?
Title: Re: QNX AmigaXL what about modems!?!??!
Post by: tonyw on December 16, 2002, 05:36:43 AM
While I can't find your modem in the list of supported hardware (http://www.qnx.com/support/sd_hardware/), I suggest you have a good look at the chip on the card and see if you can find something else in that list that uses the same chip.
Most of the QNX drivers (xxx.so) are written for a particular chipset, not a manufacturer. But then, how many internal modems are real hardware modems and not just secret-API Windows-only hardware?

tony
Title: Re: QNX AmigaXL what about modems!?!??!
Post by: XDelusion on December 16, 2002, 05:54:36 AM
 ya, that is the thing, I don't see ANY modems in that list, I looked under Network, and they only listed network cards, or am I overlooking something?
Title: Re: QNX AmigaXL what about modems!?!??!
Post by: T_Bone on December 16, 2002, 07:37:46 AM
> I picked up a USR V.92 Fax Win NT or something

Chances are, if the word "Win" is in the product name, you lose.
 :-P
Title: Re: QNX AmigaXL what about modems!?!??!
Post by: XDelusion on December 16, 2002, 05:05:14 PM
 What do you guys use? I need to know by tomarrow as I am heading into the city, and need to pick one up.
Title: Re: QNX AmigaXL what about modems!?!??!
Post by: Lo on December 16, 2002, 05:17:27 PM
I had to dust off my old SupraFax 14.4 modem which
worked as fast as expected.  Now if I could coax QNX into using my USB cable modem, but have not been successful so far. :hammer:
Title: Re: QNX AmigaXL what about modems!?!??!
Post by: xeron on December 16, 2002, 05:20:07 PM
Buy an external one.
Title: Re: QNX AmigaXL what about modems!?!??!
Post by: Mark on December 17, 2002, 02:50:24 AM
I use an external modem, a Zoom 56k Faxmodem, and it wouldn't work at all with QNX until I patched phdialer.
Title: Re: QNX AmigaXL what about modems!?!??!
Post by: Mark on December 17, 2002, 05:06:01 PM
If Dialer is saying "initializing modem" quickly followed by "connection failed," then you may need to patch /usr/photon/bin/phdialer.

What's happening is that before sending the modem initialization string and the phone number to dial, phdialer sends an "ATZ" command.  The problem is that some modems do a complete reset when they get ATZ and discard everything else that followed it.

To fix phdialer, using a hex editor, change 41 54 5A 00 to read 41 54 00 00.
Title: Re: QNX AmigaXL what about modems!?!??!
Post by: XDelusion on December 18, 2002, 05:52:28 AM
 Thankx for the tip, I'll try that, but does QNX come with a Hex ED? Where can I get QNX apps anyhow, there are only a few demos on there page and that is that, least that I have saw. :/
Title: Re: QNX AmigaXL what about modems!?!??!
Post by: Mark on December 18, 2002, 10:32:32 PM
Yes, QNX has an editor called spatch that works fine, or you can start AmigaXL and use your favorite Amiga hex/binary file editor.  In either case, I think you'll need to log in to QNX as root to do the job.

There is some QNX software at this URL:
http://www.qnx.com/developer/community/repositories.html