HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Faxaddmodem with Mainpine IQ Express R3.2
Samuel Zats wrote:
This is what I initially thought, but it seems there are only two
serial ports active. Can you suggest any reason for the problem?
The system identifies the modem under hardware. So it is being
recognized at some level.
At terminal:
[root@localhost ~]# setserial -g /dev/ttyS*
/dev/ttyS0, UART: 16550A, Port: 0xe800, IRQ: 209
/dev/ttyS1, UART: 16550A, Port: 0xe400, IRQ: 209
/dev/ttyS2, UART: unknown, Port: 0x03e8, IRQ: 4
/dev/ttyS3, UART: unknown, Port: 0x02e8, IRQ: 3
[root@localhost ~]#
The Linux kernel serial driver allows you to specify the number of UARTs
to auto-detect. Normally the default is four. Thus, it's stopping
after it finds two on your IQ Express because it already found two
others on the mainboard (ttyS0, ttyS1).
So in your /etc/grub.conf file on the "kernel" line at the end put an
additional parameter: 8250.nr_uarts=32
Then reboot. That should do it for you.
Thanks,
Lee.
--
*Lee Howard*
*Mainpine, Inc. Software Development Lead*
Tel: +1 866 363 6680 ext 805 | Fax: +1 360 462 8160
lee.howard@xxxxxxxxxxxx | www.mainpine.com
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*