Re: isapnp problems?

1999-12-07 Thread Marshal Wong
Well, IRQs are always a headache.  But if humans can't do it, do you
think computers can do it better?  look at /proc/interrupts and
/proc/ioports to see what your system is taking.  (You probably know
that already.)

Anyways, back to the problem.  My first suggestion is to change the
following line in isapnp.conf

L42  (CONFIGURE ROK4120/305419896 (LD 0

to

(CONFIGURE ROK4120/305419896 (LD 0 (ACT N)

See if that clears things up.  This resets the card.

Good luck!

Marshal


Re: isapnp problems?

1999-12-06 Thread Paul
 decodes 16 bit IO address lines
# Minimum IO base address 0x0300
# Maximum IO base address 0x0330
# IO base alignment 48 bytes
# Number of IO addresses required: 2
# (IO 1 (SIZE 2) (BASE 0x0300))
#   Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0388
# Maximum IO base address 0x0388
# IO base alignment 1 bytes
# Number of IO addresses required: 4
# (IO 2 (SIZE 4) (BASE 0x0388))

#   Start dependent functions: priority functional
#   IRQ 5, 7, 9 or 10.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 5 (MODE +E)))
#   First DMA channel 1 or 3.
# 8 bit DMA only
# Logical device is a bus master
# DMA may execute in count by byte mode
# DMA may not execute in count by word mode
# DMA channel speed in compatible mode
# (DMA 0 (CHANNEL 1))
#   Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0220
# Maximum IO base address 0x0280
# IO base alignment 32 bytes
# Number of IO addresses required: 16
# (IO 0 (SIZE 16) (BASE 0x0220))

# End dependent functions
 (NAME CTL0070/-1[0]{Audio   })
# (ACT Y)
))
#
# Logical device id CTL7001
# Device supports vendor reserved register @ 0x38
# Device supports vendor reserved register @ 0x3a
# Device supports vendor reserved register @ 0x3b
# Device supports vendor reserved register @ 0x3c
# Device supports vendor reserved register @ 0x3e
# Device supports vendor reserved register @ 0x3f
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if 
required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE CTL0070/-1 (LD 1
# Compatible device id PNPb02f
# ANSI string --Game--
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0200
# Maximum IO base address 0x0200
# IO base alignment 1 bytes
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x0200))
 (NAME CTL0070/-1[1]{Game})
# (ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Returns all cards to the Wait for Key state
(WAITFORKEY)



I haven`t tried removing CHECK yet, hoping someone can throw some more light on 
the situation first. I have to admit that trying to understand IOs and IRQs 
makes my brain bleed!

Thanks again

Paul





 From: [EMAIL PROTECTED]
 Subject: isapnp problems?
 Date: Sat, 4 Dec 1999 08:56:36 +
 
  Sorry for the legth of this one.
  I`m using potato and a 2.2.13 kernel. I`ve had a working modem for ages 
  under slink, but a floppy and an ethernet card that refused to work because 
  of irq and io errors so last night I tried to sort it out finally. It seems 
  that pnpdump --config had grabbed the floppy`s irq for the modem so I just 
  did a fresh pnpdump without uncommenting isapnp.conf and the floppy worked 
  fine. However when I tried to reconfigure the modem it only gave me the 
  option of irq3 which didn`t work or irq5 which was taken by the network 
  card.
  After a lot of reading and teeth gnashing I gave up and removed the 
  ethernet card as it is unessential so as to put the modem back on irq5 
  where it always was before. Now on boot isapnp tells me that that there`s a 
  fatal error trying to check the io because it`s already in use but the 
  modem works fine.
  Is the kernel already doing isapnp`s job and if so can I get rid of isapnp 
  altogether or am I misunderstanding something again. :-)
  
  Thanks 
  
  Paul 

 

-- 
Paul Walton * Powered by * 
Cambridge* Debian GNU Linux *   
U.K.   * http://www.debian.org *
  * PGP Public Key: http://pgp5.ai.mit.edu/ *


pgpDsrdJkuR3o.pgp
Description: PGP signature


isapnp problems?

1999-12-04 Thread paul
Sorry for the legth of this one.
I`m using potato and a 2.2.13 kernel. I`ve had a working modem for ages under 
slink, but a floppy and an ethernet card that refused to work because of irq 
and io errors so last night I tried to sort it out finally. It seems that 
pnpdump --config had grabbed the floppy`s irq for the modem so I just did a 
fresh pnpdump without uncommenting isapnp.conf and the floppy worked fine. 
However when I tried to reconfigure the modem it only gave me the option of 
irq3 which didn`t work or irq5 which was taken by the network card.
After a lot of reading and teeth gnashing I gave up and removed the ethernet 
card as it is unessential so as to put the modem back on irq5 where it always 
was before. Now on boot isapnp tells me that that there`s a fatal error trying 
to check the io because it`s already in use but the modem works fine.
Is the kernel already doing isapnp`s job and if so can I get rid of isapnp 
altogether or am I misunderstanding something again. :-)

Thanks 

Paul 



-- 
Paul Walton * Powered by * 
Cambridge* Debian GNU Linux *   
U.K.   * http://www.debian.org *
  * PGP Public Key: http://pgp5.ai.mit.edu/ *


pgpyKqeCHpID9.pgp
Description: PGP signature


Re: isapnp problems?

1999-12-04 Thread Marshal Wong
You may want to remove the (CHECK) from the end of the lines which
configure the IO addresses.  If you could send me the error messages,
I could tell you for sure.  Actually, you're whole isapnp.conf file
would be helpful too.

Marshal

From: [EMAIL PROTECTED]
Subject: isapnp problems?
Date: Sat, 4 Dec 1999 08:56:36 +

 Sorry for the legth of this one.
 I`m using potato and a 2.2.13 kernel. I`ve had a working modem for ages under 
 slink, but a floppy and an ethernet card that refused to work because of irq 
 and io errors so last night I tried to sort it out finally. It seems that 
 pnpdump --config had grabbed the floppy`s irq for the modem so I just did a 
 fresh pnpdump without uncommenting isapnp.conf and the floppy worked fine. 
 However when I tried to reconfigure the modem it only gave me the option of 
 irq3 which didn`t work or irq5 which was taken by the network card.
 After a lot of reading and teeth gnashing I gave up and removed the ethernet 
 card as it is unessential so as to put the modem back on irq5 where it always 
 was before. Now on boot isapnp tells me that that there`s a fatal error 
 trying to check the io because it`s already in use but the modem works fine.
 Is the kernel already doing isapnp`s job and if so can I get rid of isapnp 
 altogether or am I misunderstanding something again. :-)
 
 Thanks 
 
 Paul 
 
 
 
 -- 
 Paul Walton * Powered by * 
 Cambridge* Debian GNU Linux *   
 U.K.   * http://www.debian.org *
   * PGP Public Key: http://pgp5.ai.mit.edu/ *


Re: isapnp problems

1999-05-16 Thread Martin Bialasinski

Quoting Paul Nathan Puri([EMAIL PROTECTED]):

 I'm trying to get the modem going.  Windows reported that it sat on
 IRQ 4, on io port 0110-0117.

 WT == Wayne Topa [EMAIL PROTECTED] writes:

WT That is a strange looking port address. Common address for COM 1
WT is 3F8 on 'normal' PC hardware.

This is OK. It looks like it is an internal modem (evil), that's why
he uses isapnp

What modem is it anyway? It's not one of the winmodems that only work
with windows 95/98 ?

Ciao,
Martin


isapnp problems

1999-05-14 Thread Paul Nathan Puri
Hey folks!

I'm having a hell of a time getting the serial ports configured on my 
girlfriend's 486.  

I'm trying to get the modem going.  Windows reported that it sat on IRQ 4, on 
io port 0110-0117.

I've edited /etc/rc.boot/0setserial and /etc/isapnp.conf repeatedly.

I'm ready to give up and install either RH or windows if I can't make this 
work.  She needs a PC soon and this is getting serious.  Please help.

Thanks.

-- 
NatePuri
Certified Law Student
Debian GNU/Linux Monk
McGeorge School of Law
Sacramento, CA
[EMAIL PROTECTED]


Re: isapnp problems

1999-05-14 Thread Wayne Topa

Subject: isapnp problems
Date: Fri, May 14, 1999 at 01:13:33AM -0700

In reply to:Paul Nathan Puri

Quoting Paul Nathan Puri([EMAIL PROTECTED]):
 Hey folks!
 
 I'm having a hell of a time getting the serial ports configured on my 
 girlfriend's 486.  
 
 I'm trying to get the modem going.  Windows reported that it sat on IRQ 4, on 
 io port 0110-0117.

That is a strange looking port address. Common address for COM 1 is
3F8 on 'normal' PC hardware.

Checking all the references I have and can't find any io ports in the
110-117 range.

 
 I've edited /etc/rc.boot/0setserial and /etc/isapnp.conf repeatedly.
 
 I'm ready to give up and install either RH or windows if I can't make this 
 work.  She needs a PC soon and this is getting serious.  Please help.
 
 Thanks.
 
 -- 
 NatePuri
 Certified Law Student
 Debian GNU/Linux Monk
 McGeorge School of Law
 Sacramento, CA
 [EMAIL PROTECTED]
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 
Real Users find the one combination of bizarre input values that shuts
down the system for days.
___
Wayne T. Topa [EMAIL PROTECTED]