From owner-freebsd-questions@FreeBSD.ORG Sat Dec 28 10:10:47 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DE502D4 for ; Sat, 28 Dec 2013 10:10:47 +0000 (UTC) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 565451052 for ; Sat, 28 Dec 2013 10:10:47 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id jt11so9970216pbb.36 for ; Sat, 28 Dec 2013 02:10:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=AJyCGpCxBaJpaUd1rlZsKzEzTaz0Z7UHM7kqIGYOdIA=; b=m2GnZKkod+eGXv3CV1I9YU2PFeRKWhuw5owLGzkjOamDUcVIAUZBKkZtdOGifccqkX McuUiwk+QQwGlcHj8+pUC/VgPExOE95XWLk2+q1CawWZ8XD0Sge9a3o4duA0+TVmXw3+ TqF9YaulMQBxrJyzbHho1IFPOBXMtV2IEix9INVsTSB8JGRVT9GcDaLHHzhZ/VSy+FYd 1C8j29Ssc6pd5pAMKDKMlZToKv5ZQZoOt3vjwgTCeJagUiiO0ejiuNYpMvpn5Y3JVZsC /zqPEa1TXl1rwwR/a+ljkloIvRZHH7DRgZGttVSjz1LIHpNsRK+Hc0cofvv33n1uDe0l KFbg== MIME-Version: 1.0 X-Received: by 10.66.162.74 with SMTP id xy10mr32921682pab.4.1388225446841; Sat, 28 Dec 2013 02:10:46 -0800 (PST) Received: by 10.70.86.69 with HTTP; Sat, 28 Dec 2013 02:10:46 -0800 (PST) In-Reply-To: <52BE9F6F.5020603@gmail.com> References: <52BE9F6F.5020603@gmail.com> Date: Sat, 28 Dec 2013 11:10:46 +0100 Message-ID: Subject: Re: musicpd doesn't play musics From: Zsolt Udvari To: David Demelier Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 10:10:47 -0000 Thanks for your answer! 2013/12/28 David Demelier : > Try to remove the device from audio_output. I personally have : First I've tried with the default musicpd.conf, without oss/device. Now I've tried again but it doesn't work :( Vlc has audio output, and I can hear youtube videos, etc. And "cat anyfile > /dev/dsp" produces some "melody". I think the problem is in musicpd (because other programs has voice). But I noticed a strange thing: I've /dev/dsp0.0, sometimes I've got /dev/dsp0.1 too, and now only /dev/dsp0.1 (without /dev/dsp0.0). Is it normal? > > audio_output { > type "oss" > name "My OSS Device" > mixer_device "/dev/mixer" > mixer_control "vol" > } > > And it works. Do you have any output at all? mplayer, vlc, or so? > > Regards > >> What's wrong? >> >> Zsolt >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"