From owner-freebsd-mobile@FreeBSD.ORG Thu Jul 8 19:30:24 2004 Return-Path: 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 55FD216A4D1 for ; Thu, 8 Jul 2004 19:30:24 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88CF43D45 for ; Thu, 8 Jul 2004 19:30:17 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id E02DB6520E; Thu, 8 Jul 2004 20:30:16 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 55871-01-2; Thu, 8 Jul 2004 20:30:16 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 4D133651F4; Thu, 8 Jul 2004 20:30:07 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id ACDEE613D; Thu, 8 Jul 2004 20:30:06 +0100 (BST) Date: Thu, 8 Jul 2004 20:30:06 +0100 From: Bruce M Simpson To: Per olof Ljungmark Message-ID: <20040708193006.GC15368@empiric.dek.spc.org> Mail-Followup-To: Per olof Ljungmark , freebsd-mobile@freebsd.org References: <40EC7533.4070805@intersonic.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40EC7533.4070805@intersonic.se> cc: freebsd-mobile@freebsd.org Subject: Re: Two questions on Thinkpad T41 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2004 19:30:24 -0000 On Thu, Jul 08, 2004 at 12:12:03AM +0200, Per olof Ljungmark wrote: > 1) The CDRW is apparently a problem. Using 5.2.1 I can boot with it but > if I compile the kernel with atapicam it will crash on boot, similar to > -current where I cannot boot at all with the drive inserted. I assume > there is no way around this at the moment? For what it's worth, I managed to test the other day with two separate T41 machines (one with help from a local FreeBSD user) on -CURRENT, and the machine I was testing on did *not* demonstrate the CD-RW/DVD related crash. This was based on a simple hard drive swap with my own T40 which doesn't have any problems running -CURRENT: empiric:~ % uname -a FreeBSD empiric.dek.spc.org 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Tue Jul 6 23:17:47 BST 2004 bms@kimchi.dek.spc.org:/usr/src/sys/i386/compile/EMPIRIC i386 Further inspection revealed that the part numbers, and indeed firmware revisions, of the modules were IDENTICAL... The BIOS and ACPI embedded controller versions were also identical. At the moment I have very little to go on and don't have kernel crash dumps to work from. > 2) Modem. The built-in one is a winmodem and as such cannot be used att > all. After digging around in the closet I found a MultiTech pccard modem > that is not in the /etc/defaults/pccard.conf list. Should I proceed > anyway and try it? I had a look at what it would take to support IBM's T4x series integrated modems. The Linux driver is actually just a wrapper around the software modem code which is linked using obfuscated ELF symbols. I haven't had time to sit down and attempt to port, but I believe the porting process should be very similar to that used for the Lucent ltmdm port. Most 'standard' PCMCIA modems with their own microcontrollers should work. > 3) What is the proper device name for a pccard moden inserted into slot1? Quite often these are numbered as sio3 upwards in my experience, but this isn't guaranteed. The last time I used such a card, I had to rebuild sio as a module with a patch from Warner which supplied a pccard attachment in addition to the ISA one so that the card would probe and attach (exca, cardbus, and pccard were also built as modules). Regards, BMS