From owner-freebsd-ia32@FreeBSD.ORG Fri May 30 00:42:51 2003 Return-Path: Delivered-To: freebsd-ia32@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E7B37B401 for ; Fri, 30 May 2003 00:42:50 -0700 (PDT) Received: from relay2.masterhost.ru (relay2.masterhost.ru [213.59.3.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 882C743FB1 for ; Fri, 30 May 2003 00:42:49 -0700 (PDT) (envelope-from postmaster@apt-telecom.ru) Received: (qmail 90488 invoked from network); 30 May 2003 07:42:20 -0000 Received: from smtp.masterhost.ru (213.59.3.17) by relay2.masterhost.ru with SMTP; 30 May 2003 07:42:20 -0000 Received: (qmail 90466 invoked from network); 30 May 2003 07:42:20 -0000 Received: from unknown (HELO victor) (postmaster@apt-telecom.ru@213.247.145.106) by smtp.masterhost.ru with SMTP; 30 May 2003 07:42:20 -0000 Message-ID: <002e01c3267e$a2ae90f0$0400a8c0@ntl.ru> From: "Victor Bratsev" To: Date: Fri, 30 May 2003 11:39:42 +0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: RBEM10/100+56k at 32-bit cardBus X-BeenThere: freebsd-ia32@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD on the IA-32 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 07:42:51 -0000 Greetings! 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 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. I've got little knowledge in PC-internals and haven't got experience in system programming so if anybody will guide me I should try to solve this by myself. And I don't want to change my laptop or pc-card:) Thanks. VBratsev@netscape.net ---------------------------------------- No trees were harmed in the composition of this message, although some electrons were mildly inconvenienced. (after Chris Dillon - cdillon(at)wolves.k12.mo.us) FreeBSD: The fastest and most stable server OS on the planet - Available for IA32 (Intel x86) and Alpha architectures - IA64, PowerPC, UltraSPARC, ARM, and S/390 under development - http://www.freebsd.org From owner-freebsd-ia32@FreeBSD.ORG Fri May 30 07:06:36 2003 Return-Path: Delivered-To: freebsd-ia32@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58C6237B405 for ; Fri, 30 May 2003 07:06:36 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA43343FE1 for ; Fri, 30 May 2003 07:06:32 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 25472 invoked from network); 30 May 2003 14:06:31 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 30 May 2003 14:06:31 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h4UE6Tp0087781; Fri, 30 May 2003 10:06:30 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <002e01c3267e$a2ae90f0$0400a8c0@ntl.ru> Date: Fri, 30 May 2003 10:06:41 -0400 (EDT) From: John Baldwin To: Victor Bratsev cc: freebsd-ia32@freebsd.org Subject: RE: RBEM10/100+56k at 32-bit cardBus X-BeenThere: freebsd-ia32@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD on the IA-32 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 14:06:36 -0000 On 30-May-2003 Victor Bratsev wrote: > Greetings! > > 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 > 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. > > I've got little knowledge in PC-internals and haven't got experience in > system programming so if anybody will guide me I should try to solve > this by myself. > And I don't want to change my laptop or pc-card:) 4.x does not support cardbus cards. You can get better help on the mobile@ mailing list for laptop-related questions. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/