Date: Thu, 9 Aug 2001 22:41:32 +0100 From: "Aleksandar Simic'" <alex@frustum.clara.co.uk> To: freebsd-hardware@freebsd.org Cc: Milsa Arlbaar <ervzaer@yahoo.com> Subject: Re: Trouble with PNP ISA modem Message-ID: <20010809224131.A1491@frustum.clara.co.uk> In-Reply-To: <20010805192637.59358.qmail@web20203.mail.yahoo.com>; from ervzaer@yahoo.com on Sun, Aug 05, 2001 at 12:26:37PM -0700 References: <20010805192637.59358.qmail@web20203.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 05, 2001 at 12:26:37PM -0700, Milsa Arlbaar wrote: > Hello, > > Recently, I have installed FreeBSD. However, I have been running > into trouble getting my pnp ISA modem to work. It is a Zoom K56FLEX > modem, and it is not a winmodem, and supports hayes commands. Hello, I used to have this model and it worked perfectly for me under FreeBSD. This is what I used to do in order to set it correctly: I would disable (both) COM ports in BIOS, then I would compile the kernel with _just_ this option (for serial ports): device sio2 at isa? port IO_COM3 irq 5 Where sio2 == COM 3. Also I wouldn't include the first two COM ports. And I think that in the documentation that came with the modem there are instructions on how to set it to irq 5, do that before you compile the kernel with the above instructions. I hope you get it working 'cos its a good modem. Good luck, --Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010809224131.A1491>