Hello, On fimmtudagur, 25. júlí 2019 12:18:47 CEST Greg KH wrote: > On Tue, Jul 23, 2019 at 04:27:47PM +0300, Mike Bogdanov wrote: > > > In dmesg i found the follow message with yuor email: > > [ 2.180347] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled > > [ 2.207661] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a > > 16550A > > [ 2.237213] 0000:01:00.0: ttyS4 at I/O 0xe050 (irq = 16, base_baud = > > 115200) is a ST16650V2 > > [ 2.266932] 0000:01:00.0: ttyS5 at I/O 0xe040 (irq = 16, base_baud = > > 115200) is a ST16650V2 > > [ 2.296576] 0000:01:00.1: ttyS6 at I/O 0xe030 (irq = 17, base_baud = > > 115200) is a ST16650V2 > > [ 2.326296] 0000:01:00.1: ttyS7 at I/O 0xe020 (irq = 17, base_baud = > > 115200) is a ST16650V2 > > [ 2.334970] serial 0000:01:00.2: NetMos/Mostech serial driver ignoring > > port > > on ambiguous config. > > [ 2.343895] serial 0000:01:00.2: 0000:01:00.2: unknown NetMos/Mostech > > device Please send the output of lspci -vv, this > > message (0x9710,0x9900,0xa000,0x1000), the > > manufacturer and name of serial board or > > modem board to <linux-serial@xxxxxxxxxxxxxxx>. This appears to be the case referenced by the "something" part of /* two possibilities: 0x30ps encodes number of parallel and * serial ports, or 0x1000 indicates *something*. This is not * immediately obvious, since the 2s1p+4s configuration seems * to offer all functionality on functions 0..2, while still * advertising the same function 3 as the 4s+2s1p config. */ in 8250_pci.c… You have two serial ports each on the 0xa000 0x3002 subsystems seen in lspci output, and then presumably the remaining two on the mystery 0xa000 0x1000. It's been 8 years since I scraped that information from documentation and experiments, and all I had at hand was a card with 2 serial ports and a parallel port (that I couldn't even test and that proved problematic since then), so I'm afraid I cannot be of more help here. I could hunt around and see if I still have the reference material somewhere if that'd be any help. Regards, Nicos