Re: Help With Serial Port

2006-10-11 Thread Jeroen Lankheet
On Tue, 2006-10-10 at 13:45 -0700, Michael Schwartz wrote:
 Hi –
 
  
 
 I have an application that runs under Redhat 7.2 that expects to see a
 serial port at /dev/tty4 with characteristics 9600,N,1,1. Through my
 own ignorance or perhaps through failure of the PCI serial card
 (Dolphin 2-port PCI card) the application doesn’t appear to notice the
 serial port.  I know very little about linux and how to turn this back
 on or test to see of the port has failed.  Does anyone have a way (or
 can VNC to my computer) to see what’s going on?  Many thanks in
 advance.
 
  
 
 Michael
 
 Tenagra Observatories
 
  
 
 
 --
 fedora-legacy-list mailing list
 fedora-legacy-list@redhat.com
 https://www.redhat.com/mailman/listinfo/fedora-legacy-list

Michael,

You need to make sure that a proper driver is loaded for the serial
port.
If you type
 cat /var/log/messages 
after booting then you should see all your configured serial ports.
You can see the devices under /proc/bus/pci
 cat /proc/bus/pci/devices 
gives you a list of PCI devices. The serial board should be there.
If you type
 lsmod
you get a list of all loaded kernel modules. The serial driver should be
there. If not, you should install one.

You can test the port with minicom.

Regards,
Jeroen.


--
fedora-legacy-list mailing list
fedora-legacy-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-legacy-list


Re: Help With Serial Port

2006-10-10 Thread Karl Hudnut


Red Hat serial ports are /dev/ttyS0, S1 etc. /dev/tty4 is the 4th console 
port. Does your application use a .cfg or .conf file?

--
Dr. Karl HudnutSystem Administrator  UCAR - COSMIC
[EMAIL PROTECTED]http://www.cosmic.ucar.edu303 497 8024


On Tue, 10 Oct 2006, Michael Schwartz wrote:

 Hi -
  
 I have an application that runs under Redhat 7.2 that expects to see a
 serial port at /dev/tty4 with characteristics 9600,N,1,1.  Through my own
 ignorance or perhaps through failure of the PCI serial card (Dolphin 2-port
 PCI card) the application doesn't appear to notice the serial port.  I know
 very little about linux and how to turn this back on or test to see of the
 port has failed.  Does anyone have a way (or can VNC to my computer) to see
 what's going on?  Many thanks in advance.
  
 Michael
 Tenagra Observatories
  
 

--
fedora-legacy-list mailing list
fedora-legacy-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-legacy-list