> What is the cpu requirements for the soundmodem driver? I have tried it on
> a 66Mhz 486, where the keyboard went crazy, so the only way to bring the
> thing back to life was using the reset button. But i don't know if it's
> because of a too small cpu, or some bugs in the driver..
Long time ago I had it running on a 486DX2/66. Unless I haven't
broken anything lately, it should still work on that class of
machines. Which mode did you try? I suggest first trying
half duplex 9600 baud, as this requires the least CPU power.
> Another thing, Tom Sailer made some software for the ezkit lite from analog
> devices, that can be used as a dual modem with flexnet, is there any linux
> drivers for this thing?
There's a german group around Joerg Reuter that asked me about
infos, which I gave them. Maybe they've something running...
It can be done quite easily in userspace. What you need to do
is HDLC de/encoding, as the EZKIT firmware just sends
raw bits plus state information (PTT, DCD) over the RS232
(but, unlike baycom ser12, it's a real RS232 with async framing...)
If you want to hack something, I could try to find misc bits
at home :-)
Tom