From owner-freebsd-mobile@FreeBSD.ORG Wed Apr 2 23:04:51 2003 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 789FD37B401 for ; Wed, 2 Apr 2003 23:04:51 -0800 (PST) Received: from leopard.wlwhosting.com (LanIP002.WingedLeopardWeb-gw.bil.oneeighty.com [216.187.187.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB0D43F93 for ; Wed, 2 Apr 2003 23:04:50 -0800 (PST) (envelope-from lucas@wlwhosting.com) Received: from wlwhosting.com (localhost.wlwhosting.com [127.0.0.1]) by leopard.wlwhosting.com (Postfix) with SMTP id 9EA9B124F95; Thu, 3 Apr 2003 00:04:49 -0700 (MST) Received: from 216.187.134.163 (SquirrelMail authenticated user lucas) by mail.wlwhosting.com with HTTP; Thu, 3 Apr 2003 00:04:49 -0700 (MST) Message-ID: <1961.216.187.134.163.1049353489.squirrel@mail.wlwhosting.com> Date: Thu, 3 Apr 2003 00:04:49 -0700 (MST) From: "Lucas Reddinger" To: In-Reply-To: <20030402234808.253711ff.list@wlwdesigns.com> References: <20030402234808.253711ff.list@wlwdesigns.com> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: freebsd-mobile@freebsd.org Subject: Re: Fw: cbb0: unsupported card type -- reboots 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: Thu, 03 Apr 2003 07:04:51 -0000 http://www.freebsd.org/cgi/getmsg.cgi?fetch=328514+332780+/usr/local/www/db/text/2003/freebsd-current/20030323.freebsd-current The NIC does _NOT_ use the cardbus. I had no cardbus or legacy card support in my kernel, and I could still use xl0. However, I could not get cardbus or legacy card support working on 5.0, which is why I'm now on 4.8. I tried making world up to 5.0-current from -release, and it never worked. I always got some odd error. Repeated cvsup did not help. I think the error code was hardware related. ACPI worked okay. With 'device card 1', I'd get a power cycle about 30 seconds after boot. I could not boot a cardbus enabled kernel, nor an eisa enabled kernel. If you can live with ACPI (maybe causing compilation errors with its hardware support?) that errors often, no card support (unless you can get it working ;D), and other oddities, I recommend you stick with 4.8. I also had a lot of trouble compiling ports on 5.0. It would often take me 10 tries of 'make install clean' to get it to go through all the way. I could not put up with this for 'make world'. 4.8 has been flawless. Some APM support, and PCCARD (all I need). Everything compiles, and I have done numerous make worlds to -stable. I would never go back to 5.0. Lucas Reddinger (lucas on bsdforums.org) > i'm trying to run freebsd 5.0-release on my dell laptop, and haven't > been having much luck. the boot process on the cd gets to a line where > it says > > cbb0: unsupported card type detected > > at which point it freezes for about 10 seconds and reboots the machine. > i have enabled the cardbus and pccard debugs as suggested in another > posting, and got the following output: > > cbb0: card inserted: event=0x00010001, state=0x00000001 > > anyway, every once in a while it decides to boot the cd, and once after > installation i've gotten it to boot the kernel from the hard drive using > 'boot -c' but i can't get it to boot again anymore. > > is there a way i can disable the cardbus completely before booting so i > don't run into this problem? i am running a dell i2650 with: > > nvidia geforce2go > 1.8ghz p4 > 256mb ddr ram > 40gig hd > 3com Integrated Fast Ethernet Controller (3C920) > > i got a reply on bsdforums of someone else experiencing the same problem > that was so kind to let me know that the integrated lan card uses the > cardbus, so i assume this is what bsd is detecting on the bus (since my > wlan card is not inserted at the time of the error). if anyone has any > suggestions on how to solve this i would greatly appreciate it. > > by the way, sorry about the lack of output but i have no way of storing > the intermediate output and retreiving it later that i know of, since i > cannot fully boot into the os. > > thanks, > > patrick