From owner-freebsd-questions@FreeBSD.ORG Sun Jul 6 02:02:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78E041065741 for ; Sun, 6 Jul 2008 02:02:10 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 4AB198FC1E for ; Sun, 6 Jul 2008 02:02:10 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1540620wfg.7 for ; Sat, 05 Jul 2008 19:02:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=pbOLcxGrXUSKH09rYMYl3oJG6dbZmYMoUu8rRpXVmBs=; b=fT88K9OwjQWJLvroMZGmGaev2vj+BB4JRoXTV02Bb26qulbuetee3gM1ph3Ioeu1Tt 9KYIQAXsgO0YRfFA299S+mf4ftto03ymVk+vz9wDvT2Ke+8pSh6HQi/BeZGeL/jfOCkJ YFg0vqu+Q35tUmnFdFOKew3CbdyBRohnMXmbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=OZQLQWfRzrGa+m7bw9x7v3PMNOxXi1/UMUJMBMSj7dIJYhYBDxV91ogl1AQKEeMrZJ Yt8n+N3w7hcsZmzfGq6yM8/DSMKchK6Wt/9NQHhIlEqnmGxKBxCTOye2y2UKUDWpClLu OhrCoOw3nEoB+DWnCTcQhLzzB6ud5FmHzqRbo= Received: by 10.142.217.17 with SMTP id p17mr774473wfg.97.1215309729560; Sat, 05 Jul 2008 19:02:09 -0700 (PDT) Received: by 10.142.104.17 with HTTP; Sat, 5 Jul 2008 19:02:09 -0700 (PDT) Message-ID: Date: Sat, 5 Jul 2008 19:02:09 -0700 From: "Kurt Buff" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Sound on amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2008 02:02:10 -0000 I'm trying to update the kernel in 7.0-Stable (updated today) with either snd_hda or snd_ich, and it's erroring out during buildkernel with one or the other of these failure messages: For snd_ich, I get this: In file included from /usr/src/sys/dev/sound/pcm/sound.h:94 from /usr/src/sys/dev/sound/pci/ich.c:28: /usr/src/sys/dev/sound/pcm/channel.h:216:24 error: channel_if.h: No such file or directory In file included from /usr/src/sys/dev/sound/pci/ich.c:29: /usr/src/sys/dev/sound/pcm/ac97.h:91:21: error ac97_if.h: No such file or directory mkdep: compile failed For snd_hda, I get this: In file included from /usr/src/sys/dev/sound/pcm/sound.h:94 from /usr/src/sys/dev/sound/pci/hda/hdac.c:70: /usr/src/sys/dev/sound/pcm/channel.h:216:24 error: channel_if.h: No such file or directory In file included from /usr/src/sys/dev/sound/pci/ich.c:29: /usr/src/sys/dev/sound/pci/hda/hdac.c:82:22: mixer_if.h: No such file or directory mkdep: compile failed Hardware is an Lenovo Thinkpad T61 7658 CTO, and I've confirmed that it has an Intel hda controller - or at least that is what SLES thinks when it boots on this machine. What next? Kurt