On Wed, Nov 10, 1999 at 04:08:26PM +0200, Alexei Kozhushkov wrote:
> [root@sealand pactor]# modprobe hfmodem iobase=0x220 irq=5 dma=1
> serio=0x3f8
> /lib/modules/2.2.5-15/misc/hfmodem.o: init_module: Device or resource
> busy
> parport: Device or resource busy

It means that some of the resources hfmodem needs are busy, so
it wasn't inserted successfully. In this case, it wants to access
the parallel port for PTT operation, but the parport device is already
using it. (Theoretically, hfmodem could use the shared parport
device scheme new in 2.2, which allows zip drive, printer, scanner
etc on the same port.)

I use the following line here:

modprobe hfmodem serio=0x2f8 iobase=0x220 dma=5 irq=5

This triggers the PTT from the serial port at 0x2F8 (/dev/ttyS1 usually).
You need to stop the serial driver from accessing that port at the
same time with

setserial /dev/ttyS1 uart none

I don't know if it is possible to disable PTT operation.
Perhaps pario=0 or serio=0 ?

Hamish
-- 
Hamish Moffatt       Mobile: +61 412 011 176     [EMAIL PROTECTED]
Rising Software Australia Pty. Ltd.    http://www.risingsoftware.com/
Phone: +61 3 9894 4788    Fax: +61 3 9894 3362    USA: 1 888 667 7839

Reply via email to