mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* RE:Re: v.34 rockwell support in 2.4.**
@ 2002-10-07 15:44 Hell.Surfers
  2002-10-07 23:33 ` Tomasz Rola
  0 siblings, 1 reply; 3+ messages in thread
From: Hell.Surfers @ 2002-10-07 15:44 UTC (permalink / raw)
  To: rtomek, linux-kernel, rtomek

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

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 <rtomek@cis.com.pl> wrote:

[-- Attachment #2: Type: message/rfc822, Size: 2933 bytes --]

From: Tomasz Rola <rtomek@cis.com.pl>
To: Hell.Surfers@cwctv.net
Cc: linux-kernel@vger.kernel.org, Tomasz Rola <rtomek@cis.com.pl>
Subject: Re: v.34 rockwell support in 2.4.**
Date: Mon, 7 Oct 2002 17:18:39 +0200 (CEST)
Message-ID: <Pine.LNX.3.96.1021007165819.2747B-100000@pioneer>

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

On Mon, 7 Oct 2002 Hell.Surfers@cwctv.net 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:tomasz_rola@bigfoot.com             **

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

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


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE:Re: v.34 rockwell support in 2.4.**
  2002-10-07 15:44 RE:Re: v.34 rockwell support in 2.4.** Hell.Surfers
@ 2002-10-07 23:33 ` Tomasz Rola
  0 siblings, 0 replies; 3+ messages in thread
From: Tomasz Rola @ 2002-10-07 23:33 UTC (permalink / raw)
  To: Hell.Surfers; +Cc: linux-kernel, Tomasz Rola

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

On Mon, 7 Oct 2002 Hell.Surfers@cwctv.net 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 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:tomasz_rola@bigfoot.com             **

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

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE:Re: v.34 rockwell support in 2.4.**
@ 2002-10-08  9:49 Hell.Surfers
  0 siblings, 0 replies; 3+ messages in thread
From: Hell.Surfers @ 2002-10-08  9:49 UTC (permalink / raw)
  To: rtomek, linux-kernel, rtomek

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

Actually only hardware Rockwell support is any good...

Cheers, Dean.

On 	Tue, 8 Oct 2002 01:33:45 +0200 (CEST) 	Tomasz Rola <rtomek@cis.com.pl> wrote:

[-- Attachment #2: Type: message/rfc822, Size: 3479 bytes --]

From: Tomasz Rola <rtomek@cis.com.pl>
To: Hell.Surfers@cwctv.net
Cc: linux-kernel@vger.kernel.org, Tomasz Rola <rtomek@cis.com.pl>
Subject: RE:Re: v.34 rockwell support in 2.4.**
Date: Tue, 8 Oct 2002 01:33:45 +0200 (CEST)
Message-ID: <Pine.LNX.3.96.1021008003314.2747C-100000@pioneer>

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

On Mon, 7 Oct 2002 Hell.Surfers@cwctv.net 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 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:tomasz_rola@bigfoot.com             **

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

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


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-08  9:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-07 15:44 RE:Re: v.34 rockwell support in 2.4.** Hell.Surfers
2002-10-07 23:33 ` Tomasz Rola
2002-10-08  9:49 Hell.Surfers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®