Re: Soekris second serial port in Debian Linux Wheezy on net6501
Conrad Kostecki <[email protected]>
| Newsgroups | gmane.comp.hardware.soekris.technical |
|---|---|
| Message-ID | <DB3PR04MB0763C9D15C53EA7AB2C971E2E25E0@DB3PR04MB0763.eurprd04.prod.outlook.com> |
> You need to get the 'PCH UART' driver out of the way as it claims the port and does not work on the Soekris board... PCH UART is working fine with Soekris net6501.. I am using also the second on-board serial port with that driver without any problems.. [ 1.938356] pch_uart 0000:02:0a.1: PCI->APIC IRQ transform: INT D -> IRQ 19 [ 1.944065] pch_uart 0000:02:0a.1: irq 24 for MSI/MSI-X [ 1.944131] pch_uart 0000:02:0a.1: ttyPCH0 at I/O 0x1040 (irq = 24, base_baud = 0) is a pch_uart [ 1.957425] pch_uart 0000:02:0a.2: PCI->APIC IRQ transform: INT D -> IRQ 19 [ 1.963122] pch_uart 0000:02:0a.2: irq 25 for MSI/MSI-X [ 1.963172] pch_uart 0000:02:0a.2: ttyPCH1 at I/O 0x1048 (irq = 25, base_baud = 0) is a pch_uart [ 1.976438] pch_uart 0000:02:0a.3: PCI->APIC IRQ transform: INT D -> IRQ 19 [ 1.982136] pch_uart 0000:02:0a.3: irq 26 for MSI/MSI-X [ 1.982184] pch_uart 0000:02:0a.3: ttyPCH2 at I/O 0x1050 (irq = 26, base_baud = 0) is a pch_uart [ 1.995453] pch_uart 0000:02:0a.4: PCI->APIC IRQ transform: INT D -> IRQ 19 [ 2.001147] pch_uart 0000:02:0a.4: irq 27 for MSI/MSI-X [ 2.001198] pch_uart 0000:02:0a.4: ttyPCH3 at I/O 0x1058 (irq = 27, base_baud = 0) is a pch_uart [ 2.020732] pch-dma 0000:02:0a.0: PCI->APIC IRQ transform: INT D -> IRQ 19 [ 2.032356] pch-dma 0000:02:0c.0: PCI->APIC IRQ transform: INT C -> IRQ 18 [ 4.118612] ptp_pch 0000:02:0c.4: PCI->APIC IRQ transform: INT C -> IRQ 18 I am also accessing my APC UPS as /dev/ttyPCH0 without any problems. Conrad