2002-10-07 11:30:53

by Hell.Surfers

[permalink] [raw]
Subject: v.34 rockwell support in 2.4.**

Where in the kernel is 33.6 enhanced support? Basic Rockwell support for it seems to be missing.

Cheers, Dean McEwan. Currently hacking KGI, which I don't understand, oh and ask me about OpenModemTalk...


2002-10-07 15:08:55

by Tomasz Rola

[permalink] [raw]
Subject: Re: v.34 rockwell support in 2.4.**

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 7 Oct 2002 [email protected] wrote:

> Where in the kernel is 33.6 enhanced support? Basic Rockwell support for
> it seems to be missing.

Let me guess - do you have a so called 'winmodem'? Then perhaps you should
read this:

http://www.linmodems.org/

http://www.iac.es/galeria/eddie/linux/modem/winmodem.html

Otherwise, if your modem claims to support v34 then it should be able to
do this by itself. IMHO, the kernel's most important task is to make
serial ports available to communication programs, not to implement
protocols (especially when manufacturers won't give specifications to
people wanting to port them to Linux).

You can also try this:

http://www.56k.com/

I'm not sure if this is the answer to your question.

bye
T.

- --
** A C programmer asked whether computer had Buddha's nature. **
** As the answer, master did "rm -rif" on the programmer's home **
** directory. And then the C programmer became enlightened... **
** **
** Tomasz Rola mailto:[email protected] **

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv

iQA/AwUBPaGl1hETUsyL9vbiEQIvWACg9apZgii53utRqQ5Oa9evvmVsBfQAn3Be
3VihAdRbZZpGGUfJmDlY2fat
=J2JV
-----END PGP SIGNATURE-----


2002-10-07 15:40:16

by Hell.Surfers

[permalink] [raw]
Subject: RE:Re: v.34 rockwell support in 2.4.**

No, I think I know the difference, the kernel IS supposed to support hardware modems, as for winmodems, ive written a HSP to help port them, which if anybody wants, mail me, i'll set up a sourceforge site for it soon.

Cheers, Dean.

On Mon, 7 Oct 2002 17:18:39 +0200 (CEST) Tomasz Rola <[email protected]> wrote:


Attachments:
(No filename) (2.86 kB)

2002-10-07 23:23:56

by Tomasz Rola

[permalink] [raw]
Subject: RE:Re: v.34 rockwell support in 2.4.**

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 7 Oct 2002 [email protected] wrote:

> No, I think I know the difference, the kernel IS supposed to support hardware modems, as for winmodems, ive written a HSP to help port them, which if anybody wants, mail me, i'll set up a sourceforge site for it soon.
>
> Cheers, Dean.

Well, you are right - the kernel support for winmodem is good if one wants
to use ppp et al. On the other hand, it seems that having support for some
specialised protocol can produce a lot of overhead in some cases. For
example, I once owned very simple Zoltrix, that could do error correction
and compression only via the software driver (available only for windows,
of course). So, it was almost unusable until I started doing ppp on it.
The ppp driver took care about errors and compression - now, with the same
futures implemented in lower layers it would be a waste of cpu.

So, if you want to do kernel support for winmodem, it would be probably
good to remember about ppp. Of course, if you choose to implement full
support and emulate v34 or anything else, you would be able to turn the
compression (and || or) error correction off either on the emulated
'modem' or in ppp options.

Anyway, I think you could have a look at http://www.linmodems.org. It seems to
contain some interesting things.

bye
T.

- --
** A C programmer asked whether computer had Buddha's nature. **
** As the answer, master did "rm -rif" on the programmer's home **
** directory. And then the C programmer became enlightened... **
** **
** Tomasz Rola mailto:[email protected] **

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv

iQA/AwUBPaIZ3xETUsyL9vbiEQKPTQCgjkpc5XOnc2Odk99KjxPueMNc5WMAn3L3
cywKCdIoTjERP9ET9lkwMBhC
=ErB6
-----END PGP SIGNATURE-----


2002-10-08 09:44:21

by Hell.Surfers

[permalink] [raw]
Subject: RE:Re: v.34 rockwell support in 2.4.**

Actually only hardware Rockwell support is any good...

Cheers, Dean.

On Tue, 8 Oct 2002 01:33:45 +0200 (CEST) Tomasz Rola <[email protected]> wrote:


Attachments:
(No filename) (3.40 kB)