From owner-freebsd-current@FreeBSD.ORG Fri Nov 28 20:42:42 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3824516A4CE; Fri, 28 Nov 2003 20:42:42 -0800 (PST) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.5.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A9043F93; Fri, 28 Nov 2003 20:42:41 -0800 (PST) (envelope-from kellers@njit.edu) Received: from 10.0.1.9 (ool-4353d5dd.dyn.optonline.net [67.83.213.221]) by mta5.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HP300BFHJQ83S@mta5.srv.hcvlny.cv.net>; Fri, 28 Nov 2003 23:42:09 -0500 (EST) Date: Fri, 28 Nov 2003 23:41:36 -0500 From: T Kellers In-reply-to: To: Robert Watson Message-id: <200311282341.36460.kellers@njit.edu> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.5.4 References: cc: current@freebsd.org Subject: Re: no /dev/dsp.x X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 04:42:42 -0000 On Friday 28 November 2003 11:27 pm, Robert Watson wrote: > On Fri, 28 Nov 2003, T Kellers wrote: > > I can't ssh to the laptop at this moment, but if the sound card is not > > detected by the kernel, can I force the detection by editing /boot/ > > loader.conf with: > > > > userconfig_script_load="YES" > > snd_maestro3_load="YES" > > ? > > > > I have that in loader.conf on an identical laptop running 4.9-STABLE, and > > on > > > > that laptop: > > > dmesg -a | grep pcm > > > > Preloaded elf module "snd_pcm.ko" at 0xc0588140. > > pcm0: port 0xec00-0xecff mem > > 0xf8ffe000-0xf8ffffff irq 5 at device 3.0 on pci2 > > pcm0: > > Preloaded elf module "snd_pcm.ko" at 0xc0588140. > > pcm0: port 0xec00-0xecff mem > > 0xf8ffe000-0xf8ffffff irq 5 at device 3.0 on pci2 > > pcm0: > > > > I suppose on the 5.2-BETA laptop I should see something similar? > > I'm running 5.1-CURRENT from about a month ago on my notebook right now, > and it sounds like I have almost identical hardware (Dell C600, etc). > > paprika:/boot> dmesg | grep -i pcm > Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc0aa8280. > pcm0: port 0xd800-0xd8ff mem > 0xf3ffe000-0xf3ffffff irq 5 at device 8.0 on pci0 > pcm0: > Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc0aa8280. > pcm0: port 0xd800-0xd8ff mem > 0xf3ffe000-0xf3ffffff irq 5 at device 8.0 on pci0 > pcm0: > > I have the following in my loader.conf: > > paprika:/boot> grep -i maes /boot/loader.conf > snd_maestro3_load="YES" > > I'm about to update to 5.2-BETA on the notebook; I'm running 5.1-CURRENT > with some modifications to ACPI to make it like my configuration better > (the old Dell notebook patch that's floating around). I don't believe > that patch applies in the new world order, so once I update my notebook > tomorrow, I'll see if I have the same problem. It looks like most of that > patch has been applied to the vendor ACPI code, so I'm hopeful it won't > > :-). You might try disabling ACPI in device.hints and see if your sound > > device "magically appears". Thanks, I'll try disabling ACPI in device.hints, tomorrow. When I first upgraded from 5.1-RELEASE to 5.2-BETA on Monday, I had to disable ACPI on the FreeBSD text startup menu or the laptop wouldn't talk network with anything. Although an nmap from a remote machine said that ssh and ftp ports were open, I couldn't ftp or ssh to or from the machine with the default boot (number 1) selection. Another cvs update and buildkernel/ buildworld seems to have corrected the problem. Unfortunately, I didn't install the KDE stuff until after the 5.2-BETA upgrade, so I don't know if the /dev/dsp issue was there with 5.1-RELEASE. Please let me know if you encounter similar wierdness after you do the 5.2-BETA upgrade. Thanks Tim Kellers CPE/NJIT