n0cmonkey, don't say it... cause I am seaching this info for hours and hours on the net! And I've searched that site suggested for DaHitman (in fact, a very good site!), but unfortunately didn't find anything specific to make this modem work.
Fortunately, I found
this page, describing the procedure for this exact modem to work under Linux!
DaHitman, I guess you are correct when says that this modem uses non-standard IRQ/address. In WinMe it is assigned to COM5 (it ONLY WORKS if assigned to COM5). In Linux it is alocated to ttyS4! This device does not exist in kpp configuration options and I couldn't change it. Interestingly, under Win2k it is assigned to COM3.
Following the step by step described on that page I've found, I can make the modem work and the message "modem busy" no more appear. But I must run the commands again at every boot to make the modem work.
The commands are:
setserial /dev/ttyS4 irq 11 port 0xc000 ^fourport ^auto_irq skip_test autoconfig spd_vhi
ln -sf ttyS4 modem (under the /dev directory)
I want to make it permanent. Is there a way to create an executable file (like a .bat file under DOS/WIN) to run these commands at every boot under Mandrake 8?