From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:28:18 2007 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 5BA2B16A417 for ; Sun, 30 Sep 2007 07:28:18 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 2937513C467 for ; Sun, 30 Sep 2007 07:28:18 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so6464573pyb for ; Sun, 30 Sep 2007 00:28:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=OdNBEUKI4CiDFepz4/ay+jBvdtItoldT4LsCjmJ69tM=; b=axXuP/Xvmv4ytY36yPQcv0HJShmbylu6TeYZgeEk0BHNXqzP+Z9vFNzwgFncNVcI2Ga8W5MHKHMrhe00MPAEkcgSXVGp34s8pJN2A8/3Yu4gOP/5WDUKZDX9b34mEOWtVWV+dD29EniTQQGHbCuPyj7coBPfchWYhyqcpwGkE8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rrYcFbblFhHWZE3vG79d+NZlEjQYl/V6lNvRDG7lnvfPxKbP/UjMMz+cyypI04jE0/UsQ+L1LVRQ96hpnxMAt29PzQSwew+duTOCdrN/M7Cj9mU+Jax6RvgRJ7hiCGxTsQR8XNt2u7YRIEG0o2fJZw+wIF5neoQtuQZuaYbuTtQ= Received: by 10.65.114.11 with SMTP id r11mr708684qbm.1191137296210; Sun, 30 Sep 2007 00:28:16 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Sun, 30 Sep 2007 00:28:16 -0700 (PDT) Message-ID: Date: Sun, 30 Sep 2007 07:28:16 +0000 From: "Aryeh Friedman" To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: (amd64) kernel reconizes sound card but no dev nodes are made 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, 30 Sep 2007 07:28:18 -0000 My kernel reconizes my sound card: monster# kldload snd_hda monster# kldstat Id Refs Address Size Name 1 12 0xffffffff80100000 b2b1d0 kernel 2 1 0xffffffff80c2c000 9dc0 linprocfs.ko 3 2 0xffffffff80c36000 3a060 linux.ko 4 1 0xffffffffb11ac000 e3de snd_hda.ko 5 1 0xffffffffb11bb000 33c10 sound.ko monster# sysctl -a|grep snd hw.snd.latency_profile: 1 hw.snd.latency: 5 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.feeder_buffersize: 16384 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.verbose: 1 hw.snd.maxautovchans: 16 hw.snd.default_unit: 0 hw.snd.version: 2007061600/amd64 hw.snd.default_auto: 0 monster# ls /dev acd0 cuad0.lock mixer0 stdout ttyvb acpi dcons net sysmouse ttyvc ad10 devctl net1 ttyd0 ttyvd ad10s1 devstat net2 ttyd0.init ttyve ad10s1a dgdb net3 ttyd0.lock ttyvf ad10s1b fd network ttyp0 ums0 ad10s1c fido nfs4 ttyp1 urandom ad10s1d geom.ctl nfslock ttyp2 usb ad10s1e io null ttyv0 usb0 ad10s1f kbd0 nvram ttyv1 usb1 ata kbd1 pci ttyv2 usb2 atkbd0 kbdmux0 ppi0 ttyv3 usb3 audit klog ptyp0 ttyv4 usb4 bpf0 kmem ptyp1 ttyv5 usb5 console lpt0 ptyp2 ttyv6 usb6 consolectl lpt0.ctl random ttyv7 usb7 ctty mdctl sndstat ttyv8 xpt0 cuad0 mem stderr ttyv9 zero cuad0.init midistat stdin ttyva % cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) Installed devices: pcm0: at memory 0xfcdf8000 irq 22 kld snd_hda [20070710_0047] [MPSAFE] (1p:1v/1r:1v channels duplex default) But doesn't create the device node for it: