From owner-freebsd-questions@FreeBSD.ORG Wed Jul 21 16:16:30 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 AB0BE16A4CF for ; Wed, 21 Jul 2004 16:16:30 +0000 (GMT) Received: from amcuxfw802.amc.af.mil (amcuxns802.amc.af.mil [131.9.254.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F1E43D48 for ; Wed, 21 Jul 2004 16:16:29 +0000 (GMT) (envelope-from david.hauan@fairchild.af.mil) Received: from amcw2av808.amc.ds.af.mil (amcw2av808.amc.af.mil [131.9.19.137]) by fw2.amc.af.mil with SMTP id i6LGEgHx022828; Wed, 21 Jul 2004 11:16:28 -0500 (CDT) Received: from AMCW2BH506.amc.ds.af.mil ([131.9.25.136]) M2004072111162800907 ; Wed, 21 Jul 2004 11:16:28 -0500 Received: from amcw2ms517.amc.ds.af.mil ([131.9.19.74]) by AMCW2BH506.amc.ds.af.mil with Microsoft SMTPSVC(5.0.2195.6713); Wed, 21 Jul 2004 11:16:28 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 21 Jul 2004 11:16:27 -0500 Message-ID: <59FD5336D1B1FA40AF6DDD241D8DBAC681B6B9@amcw2ms517.amc.ds.af.mil> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ORiNOCO Wireless - troubles Thread-Index: AcRvOuJ+BF/R9mtBSUehYKB2ZQR1+QAAyF6w From: "Hauan, David" To: X-OriginalArrivalTime: 21 Jul 2004 16:16:28.0041 (UTC) FILETIME=[13951790:01C46F3E] 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 16:16:30 -0000 > -----Original Message----- > From: Andrew L. Gould [mailto:algould@datawok.com] > Sent: Wednesday, July 21, 2004 8:54 AM > To: freebsd-questions@freebsd.org > Cc: Maksym Marchenko > Subject: Re: ORiNOCO Wireless - troubles >=20 >=20 > On Wednesday 21 July 2004 10:27 am, Maksym Marchenko wrote: > > Andrew L. Gould wrote: > > > 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=20 > 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=20 > disabled. (If it's > > > disabled, try booting with it enabled.) > > > 3. You might also consider changing to FreeBSD 4.10, the=20 > production > > > version of FreeBSD. > > > > I was already at http://gerda.univie.ac.at/freebsd-laptops/ > > > > I'm running 5.2 , I had 4.9, bat it was the same trouble. > > May be 4.10 is better that way ... > > > > I've not found a reference about including OLDCARD during kernel > > compiling. How can I do that? >=20 > If I'm reading OLDCARD correctly, it references GENERIC; so if you're=20 > still using a GENERIC kernel, you can: >=20 > #unless you're the only user on a standalone pc, boot=20 > into single user > #login as root > cd /usr/src > make clean > make buildkernel KERNCONF=3DOLDCARD > make installkernel KERNCONF=3DOLDCARD > shutdown -r now >=20 > I am running an orinoco silver on a hp omnibook 800ct Durning install, when pccard is enabled choose the=20 default address range, then select irq 3 and the card should be recognized. Mind you this is on 4.9-Release. Works very nicely for me. btw I had to give ssid to ifconfig extras. dave =20