From owner-freebsd-mobile Wed Apr 11 15:14:25 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 90F6437B423 for ; Wed, 11 Apr 2001 15:14:22 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f3BMEKc01455; Wed, 11 Apr 2001 15:14:20 -0700 (PDT) Message-Id: <200104112214.f3BMEKc01455@ptavv.es.net> To: Simon Walton Cc: freebsd-mobile@FreeBSD.ORG, neal@nelsonnet.org Subject: Re: ThinkPad 600 Sound In-reply-to: Your message of "Wed, 11 Apr 2001 14:57:00 PDT." <3AD4D32C.D7A05CE7@lucent.com> Date: Wed, 11 Apr 2001 15:14:20 -0700 From: "Kevin Oberman" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Date: Wed, 11 Apr 2001 14:57:00 -0700 > From: Simon Walton > Sender: owner-freebsd-mobile@FreeBSD.ORG > > Don't know if this helps, but I have a 600E and use the config lines: > > device snd > device css0 at isa? port 0x530 irq 5 drq 1 > device mpu0 at isa? port 0x330 irq 0 > Best way (if you are not running PNP) is: device pcm0 at isa? port 0x52c irq 5 drq 1 flags 0x10 If you run PNP, just "device pcm0", but PNP wasted a lot of IRQs. Remove snd and css0 devices. cd /dev && ./MAKEDEV snd Edit /sys/conf/files. Since this file changes a lot, the line numbers will vary, but find "csa" and delete the line that reads: dev/sound/pci/csa.c optional pcm pci and edit the following line to read: dev/sound/pci/csapcm.c optional csa pcm pci Then rebuild your kernel and reboot. Sound should be fine. Thanks to Jonathan Chen for how to do this! 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