From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 20 18:21:02 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 9406716A420 for ; Fri, 20 Jan 2006 18:21:02 +0000 (GMT) (envelope-from freebsd-mobile@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13B143D48 for ; Fri, 20 Jan 2006 18:21:01 +0000 (GMT) (envelope-from freebsd-mobile@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1F00s9-0000TM-4s for freebsd-mobile@freebsd.org; Fri, 20 Jan 2006 19:20:29 +0100 Received: from 206.162.187.199 ([206.162.187.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jan 2006 19:20:29 +0100 Received: from eric by 206.162.187.199 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jan 2006 19:20:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mobile@freebsd.org From: Storkman Date: Fri, 20 Jan 2006 18:12:32 +0000 (UTC) Lines: 41 Message-ID: References: <20050913095341.GA52017@r0ck.mine.nu> <200509131634.52067.tijl@ulyssis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 206.162.187.199 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5) Sender: news Subject: Re: Toshiba ToPIC95B not working on 6.0-BETA4 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2006 18:21:02 -0000 Tijl Coosemans ulyssis.org> writes: > > I used to have a 480CDT which has the same controller. Support for it > has always been troublesome, but I think it works in FreeBSD 5.x. > Otherwise PCIC mode should work, but then you need the OLDCARD kernel > and I'm not sure if FreeBSD 6 still has that. Try compiling a kernel > without > > device cbb > device pccard > device cardbus > > and instead use > > device card > device pcic > > You also need to add 'pccard_enable="YES"' to /etc/rc.conf and since > you're using a NIC you also have to setup 'pccard_ifconfig'. Good afternoon... I've got a Toshiba Satellite 2140CDS with the same controller. My problem is that the ethernet card I use (a 3Com 575) is recognized, get's a DHCP address (not quickly, but after a few tries), but then can NOT do anything (i.e.: can't ping, nslookup can't connect to a server, other hosts cannot ping it). There is a related thread at BSD forums: http://www.freebsdforums.org/forums/showthread.php?t=37600 My floppy drive is not working either, and I only got my thumbdrive back today so hopefully I will able to get some info off the machine for further analysis. In the BIOS I have set the controller to CardBus because of a tip I read for (excuse me) Win 95. I will try PCIC tonight/this weekend. But I also noticed in man pccbb that the controller was explicitly listed. So is there a way I can get the kernel to use that driver? If it is a driver?! Or am up the wrong tree? Thanks.