From owner-freebsd-questions@FreeBSD.ORG Fri Feb 26 16:15:19 2010 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1C08106564A for ; Fri, 26 Feb 2010 16:15:19 +0000 (UTC) (envelope-from plukawski@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 3849A8FC19 for ; Fri, 26 Feb 2010 16:15:18 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 19so540013fgg.13 for ; Fri, 26 Feb 2010 08:15:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type; bh=AcoFbzjhwNYWgSFy4LS8Q8FFaamhbg9ZMB66xtA31Aw=; b=kzAsJuTEuJMig/+NR8gfmNcJFzYD7quYZ6UCYHOQrVIlLNUB3U+GqOHLNRuupYC2A/ I9QfNs3jZkXj+s9ppKRYyynL3yssvbg3e4iVhvvkb3TDxkJZNsk0llJ4JrCytHHxwTFR IAvEFTcAiunD9kUUDBFleoUO+avDWcsf9pEOI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=J5v0lZOseoJb+gxRJLfO6U2DEKBTaDRNZBoFCW7D9goKPvGsf8r6R6m8o3vQ4sif0c +LIbxlVR78M3V6nLrof586c1G1avk8leZYN/6dIkvRjqZf/8tJuw64hZsm+G/7lAM1UA 28N9PNsIs/uYET+ckzznE5Q6zr+hIaA7Gg2LY= MIME-Version: 1.0 Received: by 10.239.189.13 with SMTP id r13mr58328hbh.92.1267199534831; Fri, 26 Feb 2010 07:52:14 -0800 (PST) Date: Fri, 26 Feb 2010 16:52:14 +0100 Message-ID: From: Piotr Lukawski To: questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Problem with a sound card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: plukawski@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2010 16:15:19 -0000 Hi, Please help me with a problem. I installed FreeBSD casiopea.lukawski.net 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 12:21:39 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 on Cassiopea Fiva MPC-205E ( http://world.casio.com/system/pa/products/ht/fiva_mpc205e_spec.html ) with build in sound card "AC-Link connected sound chip (16-bit stereo PCM)" Then I tried "kldload snd_driver" and the driver was recognised as: casiopea# cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at io 0x1000 irq 10 kld snd_t4dwave [GIANT] (1p:1v/1r:1v channels duplex default) but... still no sound then I enabled the driver in /boot/defaults/loader.conf snd_t4dwave_load="YES" # t4dwave the driver is loading properly, but ... still no sound Following the suggestion from http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-November/005322.html I've put these into my /etc/sysctl.conf: > > > > hw.snd.maxautovchans=10 > > hw.snd.pcm0.vchans=4 still no sound if I try casiopea# mpg123 puszek.mp3 I get: High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3 version 1.10.0; written and copyright by Michael Hipp and others free software (LGPL/GPL) without any warranty but with best wishes Playing MPEG stream 1 of 1: puszek.mp3 ... [...] MPEG 1.0 layer III, 320 kbit/s, 44100 Hz joint-stereo but still no sound. Please help to solve it, I have no more idea what I can do with. Thanks in advance, Take care, Piotr