Subject: Re: Mail archive?
To: Robert Agustin, Jr. <agustin@apicom.com>
From: Brad Colbert <bcolbert@nimitz.ait.nrl.navy.mil>
List: netbsd-help
Date: 02/23/1998 16:28:45
On Feb 23, 1:10pm, Robert Agustin, Jr. wrote:
> Subject: Re: Mail archive?
> At 12:30 PM 2/23/98 -0500, Brad Colbert wrote:
> >
> > Hi folks,
> >
> > I've been having a problem getting my Zoom 56K flex PNP modem recognized
> > and was wondering if there was a searchable archive of the mail lists?
> >
> > I was hoping that someone has solved this problem.
> >
> > Thanks greatly,
> >
> > Brad
> >
> >--
> >-+-------------------------------------------------------------------------
> ----
> >-| Brad Colbert w: (202) 404-4708 ITT Systems & Sciences
> Corporation
> >-| bcolbert@acm.org m: (703) 862-4104 ITD Virtual Reality Lab, NRL
> >-+----------------| http://www.ait.nrl.navy.mil/people/bcolbert
> |--------------
> >
>
> Sounds like you're having one of the problems that I was having when I
> installed NetBSD a few weeks ago. This problem was pretty easy to solve.
>
> Basically, what needs to happen is that you need to tie down the IRQ that
> your modem uses by disabling PNP on your modem card and setting the IRQ
> manually.
>
> What I had to do to get a stable system (I'm out of slots and almost out of
> IRQs because I have two SCSI cards and two sound cards in my system) is to
> disable the COM2 port in my bios and set my modem to use the IRQ that COM2
> used (IRQ3, base address 02F8). NetBSD was pretty happy after that.
>
> Needless to say, one of the casualties of all of my IRQ tweaking was Win95
> because plug-and-pray couldn't figure out all of the IRQ conflicts after I
> tweaked some of them manually. I ended up having to reinstall Win95 from
> scratch, but hopefully you won't have that problem. (that part didn't
> matter too much though, I only use Win95 for playing games).
>
> -Robert
>
>-- End of excerpt from Robert Agustin, Jr.
Searching the news groups with deja news led me to an article that helped
a little.
It mentioned editing com_isapnp.c and adding to the test code...
in com_isapnp_match():
if (strcmp(ipa->ipa_devlogic, "ROK0010") &&
+++ strcmp(ipa->ipa_devlogic, "OZO8039") && /* my zoom 56k flex */
strcmp(ipa->ipa_devlogic, "BRI1400") && /* Boca 33.6 PnP */
strcmp(ipa->ipa_devcompat, "PNP0500") && /* generic 8250/16450 */
strcmp(ipa->ipa_devcompat, "PNP0501")) /* generic 16550A */
return (0);
Well my modem is now recognized and assigned to com2 (i.e. the third com
device). I have a device for tty02 and I am able to tip to it, sort of :) .
The moment I press a key, tip says something like EOT and then quits.
Weird.
I am paraphrasing a little since I am not at that machine right now.
Has anyone seen this?
Thanks,
Brad
--
-+-----------------------------------------------------------------------------
-| Brad Colbert w: (202) 404-4708 ITT Systems & Sciences Corporation
-| bcolbert@acm.org m: (703) 862-4104 ITD Virtual Reality Lab, NRL
-+----------------| http://www.ait.nrl.navy.mil/people/bcolbert |--------------