From owner-freebsd-mobile Mon Oct 8 11:57:12 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 1434637B406 for ; Mon, 8 Oct 2001 11:57:10 -0700 (PDT) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f98Iv7k18506; Mon, 8 Oct 2001 11:57:07 -0700 (PDT) Message-Id: <200110081857.f98Iv7k18506@ptavv.es.net> To: "Philipp Westphal (aka Wasa)" Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Think Pad 600 In-reply-to: Your message of "Tue, 09 Oct 2001 18:32:31 +0200." <3BC3269E.9775A93C@dark-waves.de> Date: Mon, 08 Oct 2001 11:57:07 -0700 From: "Kevin Oberman" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Philipp, Unfortunately there is no tpctl for FreeBSD, do you need to use the DOS ps2 utility. You can download this as a bootable floppy image from the IBM web site. (See the archives for several references.) I have a 600E which uses Crystal Audio and is not a Sound Blaster clone, so I can't help too much. If you really have a Crystal Sound audio chip, use the kernel config line: device pcm0 at isa? port 0x52c irq 5 drq 1 flags 0x10 Remove the sbc line. Run the following script to edit the /sys/conf/files file to properly configure the kernel for the rather odd way the IBM handles this card. #!/bin/sh perl -pi.orig -e "s@(dev/sound/pci/csa.c\s+optional pcm)@#\1@g;s@(csapcm.c\s+optional) pcm@\1 csa pcm@g" /sys/conf/files Internal modem support is available by installing the mwavem port. You might want to checkout the FreeBSD Laptop page at: http://www.cse.ucsc.edu/~dkulp/fbsd/laptop.html R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message