From owner-freebsd-mobile@FreeBSD.ORG Tue May 6 11:48:43 2003 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 5C7C137B401 for ; Tue, 6 May 2003 11:48:43 -0700 (PDT) Received: from purple.nge.isi.edu (wireless249.east.isi.edu [65.123.202.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C15443F75 for ; Tue, 6 May 2003 11:48:42 -0700 (PDT) (envelope-from csp@csperkins.org) Received: from purple.nge.isi.edu (localhost [127.0.0.1]) by purple.nge.isi.edu (8.12.9/8.12.9) with ESMTP id h46ImaIs065467; Tue, 6 May 2003 14:48:36 -0400 (EDT) (envelope-from csp@purple.nge.isi.edu) To: Jesse Sheidlower In-Reply-To: Your message of "Tue, 06 May 2003 13:41:33 EDT." <20030506174133.GA23816@panix.com> Date: Tue, 06 May 2003 14:48:36 -0400 Message-ID: <65466.1052246916@purple.nge.isi.edu> From: Colin Perkins cc: freebsd-mobile@freebsd.org Subject: Re: Sound/kernel problems on ThinkPad X23 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: Tue, 06 May 2003 18:48:44 -0000 --> Jesse Sheidlower writes: > >I just updated my ThinkPad X23 from FreeBSD 4.7-RC to 4.8; >I had previously not had sound compiled into my kernel. > >The update itself went fine, but during the boot process >I ran into a wall as follows: > >pci0: (vendor=0x8086, dev=0x2483) at 31.3 irq 11 >pcm0: irq 11 at device 31.5 on pci0 >pcm0: unable to map IO port space >device_probe_and_attach: pcm0 attach returned 6 > >At which point it completely freezes to the point where I >have to pull the battery to reboot and swap back to the >original kernel. > >Can someone tell me (a) how to fix this, and also preferably >(b) how to get sound working? You might try adding "options PCI_ENABLE_IO_MODES" to your kernel config. I need this to make the sound work on my X22. Cheers, Colin