From owner-freebsd-questions Tue Dec 14 14:50:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from uswgne6.uswc.uswest.com (uswgne6.uswest.com [204.26.87.74]) by hub.freebsd.org (Postfix) with ESMTP id 3D0AE14F7B for ; Tue, 14 Dec 1999 14:50:56 -0800 (PST) (envelope-from mdewey@media.uswest.com) Received: from egate-co2.uswc.uswest.com (egate-co2.uswc.uswest.com [151.119.214.10]) by uswgne6.uswc.uswest.com (8.8.5/8.8.5) with ESMTP id QAA01336 for ; Tue, 14 Dec 1999 16:54:18 -0600 (CST) Received: from dexmail.uswmedia.com (localhost [127.0.0.1]) by egate-co2.uswc.uswest.com (8.8.8/8.8.8) with ESMTP id PAA24449 for ; Tue, 14 Dec 1999 15:50:51 -0700 (MST) Received: from worldsecure.dex.uswest.com (worldsecure.dex.uswest.com [155.70.2.88]) by dexmail.uswmedia.com (8.8.6/8.7.3) with SMTP id PAA08473 for ; Tue, 14 Dec 1999 15:51:00 -0700 (MST) Received: from 155.70.2.83 by worldsecure.dex.uswest.com with ESMTP ( WorldSecure Server SMTP Relay(WSS) v4.0.2); Tue, 14 Dec 99 15:50:49 -0700 X-Server-Uuid: aadd1a76-264d-11d1-91c7-080009d97107 Received: by DENIMS01.mrg.uswest.com with Internet Mail Service ( 5.5.2448.0) id ; Tue, 14 Dec 1999 15:50:50 -0700 Message-ID: <690C7049A180D11194BD00805F6F2CE003BEB19B@denex03.uswmedia.com> From: "Dewey, Michael" To: "'questions@Freebsd.org'" Subject: pccardd Date: Tue, 14 Dec 1999 15:50:48 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) X-WSS-ID: 14481643252838-01-01 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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