From owner-freebsd-mobile@FreeBSD.ORG Sun Mar 27 05:44:09 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C37016A4CE for ; Sun, 27 Mar 2005 05:44:09 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4088D43D31 for ; Sun, 27 Mar 2005 05:44:08 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id EAA9765211; Sun, 27 Mar 2005 06:40:58 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 46614-05; Sun, 27 Mar 2005 06:40:58 +0100 (BST) Received: from empiric.dek.spc.org (dhcp52.icir.org [192.150.187.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 0DC4C651FA; Sun, 27 Mar 2005 06:40:58 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 3292162DB; Sat, 26 Mar 2005 21:44:02 -0800 (PST) Date: Sat, 26 Mar 2005 21:44:02 -0800 From: Bruce M Simpson To: Espen Tagestad Message-ID: <20050327054402.GC749@empiric.icir.org> Mail-Followup-To: Espen Tagestad , freebsd-mobile@freebsd.org References: <4245DEE6.9000505@modula.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <4245DEE6.9000505@modula.no> cc: freebsd-mobile@freebsd.org Subject: Re: Sony Ericsson GC85 GPRS/EDGE pcmcia card X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 05:44:09 -0000 Hi, On Sat, Mar 26, 2005 at 11:15:02PM +0100, Espen Tagestad wrote: > The irq seems to be hardcoded to 3, but in Windows it shows up with irq= =20 > 7, which in the FreeBSD log I get a message like this: stray irq 7. The= =20 > card works well in Windows, so I don't think is a hardware problem. I've had a very, very similar problem before, with a Gemplus PCMCIA smartcard reader, under FreeBSD 4.x. Before anything else try hacking your /kernel.conf so that sio2 has the same ISA settings as under Windows. See man 5 kernel.conf for help here. Failing that, give my old 'route the PCMCIA ISA function interrupt separate= ly =66rom the ISA card service interrupt' patch at:- http://www.incunabulum.com/code/patches/sys/pccard-func-isa-routing.patch =2E..that is, assuming your PCMCIA-ISA bridge is a Ricoh chip. If it's another vendor, you may need to hack that patch a bit more. > Another one with the same problem as I (I guess) can be found here: > http://lists.freebsd.org/mailman/htdig/freebsd-mobile/2004-May/003813.html >=20 > PS. The reason why I don't run FreeBSD 5 is that it just don't work on=20 > thia laptop at all. FreeBSD 5 is less likely to suffer from the same problem because the pcmcia/cardbus code is totally different. Hope this helps, BMS