[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: minicom and/or setserial



On Fri, 30 Aug 2013 10:08:36 -0400 (EDT), cosme@esid.gecgr.co.cu wrote:
> 
> I have problem with my serial port
> 
> With dmseg | grep tty
> 
> [    0.004000] console [tty0] enabled
> [    1.769854] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    1.770070] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
> [    1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
> [    1.772842] 0000:02:02.0: ttyS2 at I/O 0x9400 (irq = 9) is a 16550A
> [    1.773360] 0000:02:02.1: ttyS3 at I/O 0x9800 (irq = 9) is a 16550A
> 
> How do change
> 
> [    1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
> 
> to
> 
> [    1.770721] 00:09: ttyS4 at I/O 0x3f8 (irq = 4) is a 16550A
> [    1.771023] 00:0a: ttyS5 at I/O 0x2f8 (irq = 3) is a 16550A
> 
> It posible resolve with setserial or minicom ???
> 
> Sorry my english is not good

What's the problem?  This is the standard way for Linux to name serial
ports.  3F8 gets /dev/ttyS0 and 2F8 gets /dev/ttyS1.  That is working
as designed.  I would be more concerned about /dev/ttyS2 and /dev/ttyS3
sharing IRQ 9.  IRQ sharing usually doesn't work with serial ports.
Also, IRQ 9 is normally used by the ACPI controller.

-- 
  .''`.     Stephen Powell    
 : :'  :
 `. `'`
   `-


Reply to: