You will probably have to set it manually with the setserial command to get it to work. I have an old RH system and to get addon serial cards to work I run <br><br>lspci -v<br><br>to find the card and get it I/O addresses. Then write those I/O addresses down and then run
<br><br>setserial /dev/ttyS? port 0x????<br><br>where the first question mark is the serial port you want to assign to it and the next four is one of the I/O addresses you found. Then run <br><br>setserial /dev/ttyS? -v autoconfig
<br><br>to see if it is the I/O address. You know when you have the right one because the uart will be 16650. It is usually the first I/O address. If the uart doesn't look right or says unknown then try the first setserial with another port until you get it right. When you find the right one set the irq with
<br><br>setserial /dev/ttyS? irq ?<br><br>and then check your /proc/tty/driver/serial file to see if it looks correct. Once you have done all this you have to make sure that your card is initialized again on bootup. Different distros do this in different ways. Anyhow hope this helps and if you still have problems tell us your distro so I can be more specific.
<br><br>Allan<br><br><div><span class="gmail_quote">On 2/24/06, <b class="gmail_sendername">Nick</b> &lt;<a href="mailto:knowledgejunkie@gmail.com">knowledgejunkie@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 24/02/06, Steve Dorsey &lt;<a href="mailto:info@dorseygraphics.com">info@dorseygraphics.com</a>&gt; wrote:<br>&gt; Hello<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;I have one on-board serial port on my motherboard. I use it to<br>&gt; control my DirecTV DRD435RH Satellite receiver. It works great.
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;I bought a second identical receiver, and it also works great, but<br>&gt; I had no second serial port, so I bought a PCI card that had one port<br>&gt; on it. I dropped it in the PC, and it does not work.
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;It is a SYBA IOC-2000 DB9 Serial card with Netmos 9820 Chipset.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Can anyone help me get this working? I'm not sure even where to<br>&gt; start.<br><br>Does the card get detected by the BIOS/kernel, and does it appear in lspci?
<br><br>Are there jumpers on the card to control the serial port config? Does<br>it work if you disable the onboard serial port? (could be conflicting)<br><br>Nick<br>_______________________________________________<br>mythtv-users mailing list
<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div>
<br>