Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 1999 15:50:48 -0700
From:      "Dewey, Michael" <mdewey@media.uswest.com>
To:        "'questions@Freebsd.org'" <questions@Freebsd.org>
Subject:   pccardd
Message-ID:  <690C7049A180D11194BD00805F6F2CE003BEB19B@denex03.uswmedia.com>

next in thread | raw e-mail | index | archive | help
I am still trying to get my (non-winmodem) pcmcia modem to work, but I am
not having much luck with it.  When I run pccardd it gives me the error:

driver allocation failed for LUCENT-VENUS

I have done a little debugging and it looks like a call to ioctl on line 578
of cardd.c is failing with errno = 22 (EINVAL).  

My kernel configuration file has the following:

device	sio0 at isa? port "IO_COM1" flags 0x10 tty irq4
device	sio1 at isa? port "IO_COM2" tty irq3
device	sio2 at isa? port "IO_COM3" tty irq5
device	sio3 at isa? port "IO_COM4" tty irq9


My pccard.conf has:

card	"LUCENT-VENUS" "PCMCIA 56K DataFax"
	config 0xf "sio1" ?
	insert echo modem inserted
	remove echo modem removed


When I run pccardd with debugging on I get the following info about drv:

Assign sio1, io 0x3f8, mem 0x0, 0 bytes, irq 2, flags 0


Can anybody tell me what I am doing wrong or what additional information
would be useful?

Thanks for your help,
Mike



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?690C7049A180D11194BD00805F6F2CE003BEB19B>