Re: WinModem Driver for Linux?

Pavel Machek (pavel@atrey.karlin.mff.cuni.cz)
Tue, 8 Jun 1999 15:11:21 +0200


Hi!

> > Isn't there a driver for a "SoundBlaster" modem in the recent kernels?
> > IIRC, it can do 9600 bps, so changing that driver to use a different DSP
> > might be a better way to do this.
>
> AFAIK this is only for amateur radio network protocols. Not only do
> winmodem drivers have to do the DSP work, but they also have to do the
> error correction and data compression algorithms as well, which if I
> remember right, are covered by numerous patents.

Gzzz. DSP is the hard part. You could use gzip for compression if you
really wanted to, and error correction is usually done with crc +
retransmits, so that's not problem, either.

Well, you could end up with driver that would only be able to connect
linux-to-linux, but I guess that it is WAY better than no driver at
all.

Pavel

-- 
The best software in life is free (not shareware)!		Pavel
GCM d? s-: !g p?:+ au- a--@ w+ v- C++@ UL+++ L++ N++ E++ W--- M- Y- R+

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/