Re: PnP modem under Debian

1997-01-12 Thread Peter Kim
In article <[EMAIL PROTECTED]>,
Jason Goldschmidt  <[EMAIL PROTECTED]> wrote:
>
>Hi, does anyone have any experience getting a US Robotics Sportster
>28.8-33.6 PnP modem to work with linux? Or any PnP modem for that matter.
>I've done all the common setup stuff for the modem. I found that if I want
>to use the modem under NT, I have to disable PnP in my bios. But if I do
>this for linux it changes nothing. 
>-Jay
>

   The USR PnP modems have a unique feature in that they actually have
jumpers.  You should be able to turn a USR PnP modem into a conventional
one just by jumpering..  Good luck!

  - Peter


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: PnP modem under Debian

1997-01-11 Thread Alexander Gieg
> Hi, does anyone have any experience getting a US Robotics Sportster
> 28.8-33.6 PnP modem to work with linux? Or any PnP modem for that matter.
> I've done all the common setup stuff for the modem. I found that if I
want
> to use the modem under NT, I have to disable PnP in my bios. But if I do
> this for linux it changes nothing. 
> -Jay

Hi! I'm using a Sportster 14.4 PnP, and it works fine. I don't
use the PnP features, even in W95, and I've set its jumpers
to SEL, COM4, IRQ 3. Try this. Don't forget that in Linux, COM4 is
/dev/ttyS3 (or /dev/cua3, which isn't good).

Alexander Gieg

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
By: Alexander Gieg
E-mail: [EMAIL PROTECTED]
URL: http://www.geocities.com/TimesSquare/3222
IRC: AlexG
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


RE: PnP modem under Debian

1997-01-10 Thread Casper BodenCummins
Jason Goldschmidt wrote:

>Hi, does anyone have any experience getting a US Robotics Sportster
>28.8-33.6 PnP modem to work with linux? Or any PnP modem for that matter.
>I've done all the common setup stuff for the modem. I found that if I want
>to use the modem under NT, I have to disable PnP in my bios. But if I do
>this for linux it changes nothing.
>-Jay

I recently installed one of these and had a problem with an IRQ
conflict. Maybe this is not the cause your problem, but it might be of
use. I apologize that some of the details may not be correct, 'cos this
is from memory.

I'm using a kernel compiled from the 2.0.27 sources, with PCMCIA modules
compiled from the 2.0.27 (must be same version).

The problem was that the default IRQ mask used by the low level PC card
driver module (called i832656, or something similar) allowed it to probe
the IRQ assigned to my PS/2 device. According to the man pages, this
driver can't detect conflicts using the controllers in my machine (a
Vadem), and it nabbed the IRQ.

I read lots of man pages, and found that you can pass an IRQ bitmask as
an argument to the card driver. I tried doing this in /etc/modules.conf,
but it didn't seem to work. Eventually I found that adding
`irq_mask=0x400' after CORE_OPTS in /etc/pcmcia.conf did the trick.

I must confess to not having read the PCMCIA HOWTO. I still have a
problem where the PC card device file /dev/ttyS2 appears busy all the
time, but /dev/cua2 doesn't. I think I'll go read it.

HTH a little,
Casper Boden-Cummins.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: PnP modem under Debian

1997-01-10 Thread Manoj Srivastava
Hi,

I do have a US Robotics Sportster 28.8 FAX modem (which _was_
 advertized as PnP), and have had no problems getting it to work -- my
 ppp-connect-with-diald script is attached below. (It did use to work
 without AT&F1M0Y0E1V1Q0&C1&D2S0=0S7=30S13=1 as well).

manoj

#! /bin/sh
#
# WARNING!  Make sure this file is not world-readable!!!

# The number of your PPP server.
phone=4768154

# The login of your PPP account.
login=

# The password of your PPP account.
password=

setserial /dev/ttyS0 spd_vhi

/usr/sbin/chat -v TIMEOUT 13 ABORT BUSY ABORT "NO CARRIER" '' ATZ OK \
  'AT&F1M0Y0E1V1Q0&C1&D2S0=0S7=30S13=1' OK ATM0DT$phone TIMEOUT 25 \
CONNECT-ATDT$phone-CONNECT

-- 
 "I have recently been examining all the known superstitions of the
 world, and do not find in our particular superstition (Christianity)
 one redeeming feature.  They are all alike founded on fables and
 mythology." Thomas Jefferson
Manoj Srivastava   mailto:[EMAIL PROTECTED]>
Mobile, Alabama USAhttp://www.datasync.com/%7Esrivasta/>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]