On Thu, 21 Dec 2000, Ken Cole wrote:

> RH5.2 Standard kernel
> 
> Base machine only had one serial port /dev/cua1
> 
> Added PCI multi i/o card with two serial ports which supposedly auto set
> up as DOS com2 and com3 if put in a machien with a com1 only.
> 
> cat /proc/pci sees the card as follows:
> 
>  Bus  0, device  10, function  0:
> Serial controller: Unknown vendor Unknown device (rev 1).
> Vendor id=1409. Device id=7168.
> Medium devsel.  Fast back-to-back capable.  IRQ 10.
> I/O at 0xd000.
> 
> and /dev/cua* shows:
> 
> crw-rw----   1 root     uucp       5,  64 May  6  1998 /dev/cua0
> crw-r-----   1 root     uucp       5,  65 Dec 21 14:21 /dev/cua1
> crw-rw----   1 root     uucp       5,  66 May  6  1998 /dev/cua2
> crw-rw----   1 root     uucp       5,  67 May  6  1998 /dev/cua3
> 
> /dev/cua1 was "created" on the reboot after putting in the card.  That
> is the date and time of the reboot.
> 
> My question:  Is this all I have to do?  Should I now be able to use
> /dev/cua1?
> 
> I am sceptical as cat /proc/interrupts does not show 10 in use and cat
> /proc/iiports does not show 0xd000 in use or am I reading to much into
> this?
> 
> All help is very appreciated.
> 
We will need a bit more information about the card.  Chances are, it came
with drivers to make it work with DOS/Windows.  You will probably have to
use setpci to configure it for use under Linux, and then use setserial to
let the serial port drivers know what I/O and irq the ports are using.  Or
you may be lucky and someone has already written a driver for your card.

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to