At 03:20 PM 5/28/00 , Ray Olszewski said:

>It's sunny on this coast (nyah nyah), and I'll be leaving soon for a
>birthday party. Mainly need to wait for the isapnp results, but in the
>meantime, here are a few comments.

Ah go on with yerself :)

>Or just try "setserial
>/dev/ttyS0" -- if it works, you have serial support in the kernel, or
>autoloaded as a module.

Did this....results are:

ttyS0: 16550A, 0x03f8, irq 4 (correct)
ttyS1: 16550A, 0x02f8, irq 3 (correct)
ttyS2: 16550A, 0x03e8, irq 5 (correct and not correct. UART type is wrong. 
The rest is right but only because when I installed the OS, I ran a 
setserial command for it a few days ago. It's obviously not detecting the 
card though as it has a 16C750 UART.)

>Which kernel: 2.2.15 is out. Just FYI. 2.2.14 isn't quite the "latest"
>stable release.

2.2.14....so I guess it's not "the latest".

>Loading modules: I don't use Mandrake, but it probably loads modules the
>same as Red Hat -- via entries in /etc/rc.d/rc.local . Just a guess, though.

Will look into it.

Other info....i.e. isapnp results.

The pnpdump gave me this (edited some commented stuff out as well as all 
variations except for the one I used). I also removed the # in the lines 
specifying the settings desired.:

# $Id: pnpdump.c,v 1.20 1999/12/02 22:39:24 fox Exp $
# Release isapnptools-1.20
#
# Compiler flags: -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR
#
# Trying port address 0273
# Board 1 has serial identifier 4c 97 31 21 50 10 25 77 40
#
# (DEBUG)
(READPORT 0x0273)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
#
# Card 1: (serial identifier 4c 97 31 21 50 10 25 77 40)
# Vendor Id PCW2510, Serial Number 2536579408, checksum 0x4C.
# Version 1.0, Vendor version 0.0
# ANSI string -->Pacific CommWare Turbo Express 921.6 Kbs Serial I/O Adapter<--
#
# Logical device id PCW2510
#     Device supports I/O range check register
#     Device supports vendor reserved register @ 0x38
#     Device supports vendor reserved register @ 0x3b
#     Device supports vendor reserved register @ 0x3d
#
# 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 PCW2510/2536579408 (LD 0
#
# Multiple choice time, choose one only !
#
#       Start dependent functions: priority acceptable
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x03e8
#             Maximum IO base address 0x03e8
#             IO base alignment 8 bytes
#             Number of IO addresses required: 8
   (IO 0 (SIZE 8) (BASE 0x03e8) (CHECK))
#       IRQ 5.
#             High true, edge sensitive interrupt (by default)
   (INT 0 (IRQ 5 (MODE +E)))

#     End dependent functions
  (NAME "PCW2510/2536579408[0]{Pacific CommWare Turbo Express 921.6 Kbs 
Serial I/O Adapter}")
   (ACT Y)
))
# End tag... Checksum 0x00 (OK)

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


Now, when I tried to run this with /sbin/isapnp /etc/isapnp.conf I got the 
following errors:

[root@localhost /]# /sbin/isapnp /etc/isapnp.conf
Board 1 has Identity 4c 97 31 21 50 10 25 77 40:  PCW2510 Serial No 
2536579408 [checksum 4c]
/etc/isapnp.conf:48 -- Fatal - resource conflict allocating 8 bytes of IO 
at 3E8 (see /proc/ioports)
/etc/isapnp.conf:48 -- Fatal - IO range check attempted while device activated
/etc/isapnp.conf:48 -- Fatal - Error occurred executing request '<IORESCHECK> '
--- further action aborted


Just wondering.....Is it possible that having previously done a "setserial 
/dev/ttyS2 irq 5 port 0x03e8" is causeing a conflic when isapnp tries to 
set it?

Slan,

Jim


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to