From owner-freebsd-questions@FreeBSD.ORG Wed Jul 21 14:47:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E5416A4CE for ; Wed, 21 Jul 2004 14:47:03 +0000 (GMT) Received: from invasion.mail.pas.earthlink.net (invasion.mail.pas.earthlink.net [207.217.120.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id D534C43D58 for ; Wed, 21 Jul 2004 14:47:03 +0000 (GMT) (envelope-from algould@datawok.com) Received: from 20-74.lctv-b4.cablelynx.com ([24.204.20.74] helo=[192.168.63.10]) by invasion.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1BnIN0-0002yK-LL; Wed, 21 Jul 2004 07:46:58 -0700 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Wed, 21 Jul 2004 09:48:13 -0500 User-Agent: KMail/1.6.2 References: <40FE7221.6050002@in.tum.de> In-Reply-To: <40FE7221.6050002@in.tum.de> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407210948.13702.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b14db27e1181f37f02d248de17fb05012350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.204.20.74 cc: Maksym Marchenko Subject: Re: ORiNOCO Wireless - troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 14:47:04 -0000 On Wednesday 21 July 2004 08:39 am, Maksym Marchenko wrote: > Hi! > > > I have a Siemens 510 laptop with 128 MB RAM and 4GB HDD. > It has no Network card onboard. So I have only wireless pccard > ORiNOCO Silver. > I had before Intel Wireless/PRO 2011B. This one was bad (for FreeBSD) > Now I have ORiNOCO, but I can't make it working. > It works in Linux, but I want FreeBSD. > I have compile new kernel, but it says: > CIS is too long - truncating! > pccard0: Card has no functions! > cbb0: PC Card card activation failed > > Can anybody say, what must I doing? > > Thanks in advance. Look for information regarding your laptop brand/model, or similar models, at: http://gerda.univie.ac.at/freebsd-laptops/ What version of FreeBSD are you running? I'm not familiar with the laptop; but FreeBSD 5.* has problems with many of the older pcmcia slots. If you're running FreeBSD 5.*, consider: 1. recompiling the kernel using the OLDCARD kernel configuration file. 2. If ACPI is enabled, try booting with it disabled. (If it's disabled, try booting with it enabled.) 3. You might also consider changing to FreeBSD 4.10, the production version of FreeBSD. Best of luck, Andrew Gould