From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 23 04:38:20 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 04CDF94E; Wed, 23 Jan 2013 04:38:20 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 557278DF; Wed, 23 Jan 2013 04:38:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id r0N4Px6l077069; Wed, 23 Jan 2013 15:26:00 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 23 Jan 2013 15:25:59 +1100 (EST) From: Ian Smith To: Ralf Mardorf Subject: Re: FreeBSD and snd_hdspe last-ditch attempt In-Reply-To: Message-ID: <20130123144008.A62930@sola.nimnet.asn.au> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 04:38:20 -0000 On Tue, 22 Jan 2013, Ralf Mardorf wrote: > Cc: FreeBSD quest > Hi :) Hi Ralf, I've been following this saga for a while, with interest but no specific knowledge of your gear nor how you intend to use it. All I can comment on is the way you're going about reporting and debugging your issues. I'm not sure repeating these in questions@ will be much use if you can't get answers in multimedia@, but I'll leave that alone for now. I know you're new to FreeBSD from Linux and can't know what advice might be useful and what may be wild goose chases, harder to tell in questions@ > I can use Opera to play YouTube by the analog IOs of the HDSPe AIO sound > card. I can use Jack with OSS and play a WAV by Audacity and by Audacious and > I also can hear ZynAddSubFX. All of them only use the 2 analog IOs. > > If I test VLC with OSS and /dev/dsp or /dev/dsp* (* is for 0 to 7), it > doesn't work. What you're not telling people, now at least, is some of the basics from sound(4), ie which hints and sysctls you have set, for example how many channels and vchans you have enabled, which /dev/dsp* actually exist now (showing with 'ls -l /dev/dsp*' rather than telling), and how thoroughly you've taken the advice in sound(4) re setup and debugging, like setting sysctl hw.snd.verbose to 4 and reporting 'cat /dev/sndstat' results - this will be voluminous I'm sure, but will be needed by whoever is going to look at this. I suggest gathering all the necessary information in one place and submitting a PR, if you can't get direct help on lists. > I don't know how to use Gnome Music Player Client. It's asking for an ominous > host, it's seemingly not the name of the machine. > > cat file > /dev/dsp is mentioned in the handbook, but it doesn't work. ALSA > completely isn't available. > > Is there nobody able to help? Are there no correct instructions what to do? > Is anybody else using snd_hdspe besides the coder and me? I assume you've read what little there is in snd_hdspe(4) and the great deal that there is in sound(4) and are now well familiar with it, though your messages don't particularly indicate such familiarity. I realise that you're an audio professional, but being a new card with few if any other users you may have to do a fair bit of digging, like inspecting /sys/dev/sound/pci/hdspe* and playing around with hw.snd tunables. This is a new driver, first appearing in FreeBSD 10 :) according to snd_hdspe(4). I don't know when it was merged to 9 or what level of testing it's had in the field, but I have to assume you've already discussed your issues with its author, Ruslan Bukin ? Sorry I can't offer anything more concrete, and good luck. cheers, Ian