08-08-2013 05:04 AM
I need to configure 8430/4 serial card on Ubuntu 13.04. The problem is 'lspci -vvv' command isn't displaying the I/O port assigned to the serial ports on the card. Here is the output of setserial -gv /dev/ttyS* command:
/dev/ttyS4, UART: 16950/954, Port: 0x0000, IRQ: 19
/dev/ttyS5, UART: 16950/954, Port: 0x0000, IRQ: 19
/dev/ttyS6, UART: 16950/954, Port: 0x0000, IRQ: 19
/dev/ttyS7, UART: 16950/954, Port: 0x0000, IRQ: 19
How do I configure the ports ?
08-08-2013 01:49 PM
These are memory-mapped ports, so there is no I/O address associated with them. You shouldn't need to access the UART directly in order to configure the port. What exactly are you trying to do?
-Jason S.