View previous topic :: View next topic |
Author |
Message |
Overpeer Apprentice
Joined: 17 Mar 2004 Posts: 200 Location: Valencia
|
Posted: Fri Dec 23, 2005 1:54 pm Post subject: [setserial] PCM 3643 ... what setserial config? |
|
|
Hi!
I have PCs with a PCM 3643 multiport board, it is a PC/104-compatible 8 port High-Speed RS-232 serial interface module.
I have now, a kernel version 2.4.31 and run OK. But, if i try to use a 2.6 series ... the ports don't run
I send a eMail to EMAC support and they responsed me that i must re-adjust the setserial script to work with kernel 2.6 series.
Now i have in the rc.serial :
Code: |
setserial /dev/ttyS0 port 0x3f8 auto_irq autoconfig ^skip_test session_lockout
setserial /dev/ttyS1 port 0x2f8 auto_irq autoconfig ^skip_test session_lockout
setserial /dev/ttyS2 port 0x240 irq 5 autoconfig ^skip_test session_lockout
setserial /dev/ttyS3 port 0x248 irq 5 autoconfig ^skip_test session_lockout
setserial /dev/ttyS4 port 0x250 irq 5 autoconfig ^skip_test session_lockout
setserial /dev/ttyS5 port 0x258 irq 5 autoconfig ^skip_test session_lockout
setserial /dev/ttyS6 port 0x260 irq 10 autoconfig ^skip_test session_lockout
setserial /dev/ttyS7 port 0x268 irq 10 autoconfig ^skip_test session_lockout
setserial /dev/ttyS8 port 0x270 irq 10 autoconfig ^skip_test session_lockout
setserial /dev/ttyS9 port 0x278 irq 10 autoconfig ^skip_test session_lockout
|
But... i dont know how "re-adjust" this script ...
Somebody have this board run in a 2.6 kernel o know how config the script??
A lot of thanks.
A greeting. |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20582
|
Posted: Fri Dec 23, 2005 2:27 pm Post subject: |
|
|
Moved from Other Things Gentoo _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
m_sqrd Guru
Joined: 18 Jul 2005 Posts: 367
|
Posted: Fri Dec 23, 2005 6:42 pm Post subject: |
|
|
I don't have your settup but I have settup a few multi-port boards in my day
so try this
the setserial config file is normaly in /etc/serial.conf
but if that is working on 2.4 I'd say its ok.
but make sure you have the kernel options in you .config file for
under
Device Drivers-->Character devices ---> Serial drivers --->
Extended 8250/16550 serial driver options
SERIAL_8250_EXTENDED [=y]
Support for sharing serial interrupts
SERIAL_8250_SHARE_IRQ [=y] |
|
Back to top |
|
|
|