From owner-freebsd-questions@FreeBSD.ORG Fri May 30 07:05:02 2003 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 D776137B401 for ; Fri, 30 May 2003 07:05:02 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3079E43FAF for ; Fri, 30 May 2003 07:05:02 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by attbi.com (rwcrmhc51) with ESMTP id <200305301405010510024u5le>; Fri, 30 May 2003 14:05:01 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h4UE50OA022121; Fri, 30 May 2003 10:05:00 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h4UE4x5H022115; Fri, 30 May 2003 10:04:59 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: "Victor Bratsev" References: <004a01c3267e$f3a9eb80$0400a8c0@ntl.ru> From: Lowell Gilbert Date: 30 May 2003 10:04:59 -0400 In-Reply-To: <004a01c3267e$f3a9eb80$0400a8c0@ntl.ru> Message-ID: <44y90o4jjo.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: RBEM10/100+56k at 32-bit cardBus 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: Fri, 30 May 2003 14:05:03 -0000 "Victor Bratsev" writes: > Can anybody help me to solve this - > I've got RBEM10/100+56k PCMCIA card and I can't get it work. > Because my cardBus - it's 32-bit, and driver is 16-bit. > I've got a message at startup pcmcia: 32-bit cardbus is unsupported This message means exactly what it says. Cardbus is not supported on 4.x. You can either run 5.x (which isn't ready for full production use yet, but works great for lots of people) or get a 16-bit PCMCIA card. > and as result if_xe.ko is unloaded with strange fhdjklsah - if I try to > kldload if_xe it says that it can't load module because it is already > loaded, but kldstat says that there is NO if_xe loaded. > FreeBSD is RELEASE-4.7 with custom kernel with device xe included. There is no if_xe module loaded because it's already compiled into the kernel. That's fine.