From owner-freebsd-mobile Mon May 29 11:24:55 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from eddings.acpub.duke.edu (eddings.acpub.duke.edu [152.3.233.76]) by hub.freebsd.org (Postfix) with ESMTP id 1EDC537BC6B for ; Mon, 29 May 2000 11:24:47 -0700 (PDT) (envelope-from sto@stat.Duke.EDU) Received: from bobzilla.adsl.duke.edu (bobzilla.adsl.duke.edu [152.16.67.15]) by eddings.acpub.duke.edu (8.9.3/8.9.3/Duke-5.0.0) with ESMTP id OAA05591; Mon, 29 May 2000 14:24:45 -0400 (EDT) Received: (from sto@localhost) by bobzilla.adsl.duke.edu (8.9.3/8.9.3) id OAA04490; Mon, 29 May 2000 14:24:43 -0400 (EDT) (envelope-from sto) Date: Mon, 29 May 2000 14:24:43 -0400 From: "Sean O'Connell" To: Tristan Seligmann Cc: FreeBSD mobile Subject: Re: PCMCIA Modem not working!! Message-ID: <20000529142443.A4134@stat.Duke.EDU> Reply-To: "Sean O'Connell" References: <20000529180527.17223.qmail@web905.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000529180527.17223.qmail@web905.mail.yahoo.com>; from sorc_qd@yahoo.com on Mon, May 29, 2000 at 11:05:27AM -0700 X-Organization: House of Schmutzli X-Kitties: Bitty Maya CJ Keisha Jacob X-Hound: Bob X-OS-OF-Choice: FreeBSD Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tristan Seligmann stated: > --- Warner Losh wrote: > > Add a delay in the reset. > > > > # AT&T Paradyne KeepInTouch 14.4 modem > > card "AT&T Paradyne" "KeepInTouch Card" > > config 0x23 "sio3" ? > > reset 1000 > > insert logger -t pccard:$device -s ATT Paradyne 14.4 inserted > > remove logger -t pccard:$device -s ATT Paradyne 14.4 removed > > > > I added a "reset 1000" line to my card entry, but no luck. System still > locks up whenever I try to cat the device or otherwise access it in any > way (ppp etc.) > > I've tried switching IRQs around, so I'm pretty sure it's not an IRQ > conflict. > > Any other ideas? Tristan- What does the output of dmesg show, in particular, the areas around the pcic attachment. Wether it is using a management irq or not. What is your kernel entry for pccard support? What does windows say? Does your machine have anything that listens on the port that the modem is attaching to? USB? sound card? pcic? What are the sio entries in the kerenel config? I would recommend: # PCCARD (PCMCIA) support device card device pcic0 at isa? # Serial (COM) ports device sio and include options PNPBIOS This should have the pcic run in what is called polling mode (no irq), but you can always enable one using the following line /boot/loader.conf machdep.pccard.pcic_irq="N" where N is a known free irq. dmesg | grep irq can give you some idea of where things are attaching and also where things (esp. pci devices) are listening. S -- 1--------01---------01--------01--------01--------01--------01--------0 Sean O'Connell sean@stat.Duke.EDU To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message