PDA

View Full Version : QNX AmigaXL what about modems!?!??!


XDelusion
12-15-2002, 08:41 PM
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!?!?!?

tonyw
12-15-2002, 10:36 PM
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

XDelusion
12-15-2002, 10:54 PM
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?

T_Bone
12-16-2002, 12:37 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

XDelusion
12-16-2002, 10:05 AM
What do you guys use? I need to know by tomarrow as I am heading into the city, and need to pick one up.

Lo
12-16-2002, 10:17 AM
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:

xeron
12-16-2002, 10:20 AM
Buy an external one.

Mark
12-16-2002, 07:50 PM
I use an external modem, a Zoom 56k Faxmodem, and it wouldn't work at all with QNX until I patched phdialer.

Mark
12-17-2002, 10:06 AM
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.

XDelusion
12-17-2002, 10:52 PM
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. :/

Mark
12-18-2002, 03: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