From owner-freebsd-sparc64@FreeBSD.ORG Thu Dec 24 21:11:22 2009 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81E7D106566B for ; Thu, 24 Dec 2009 21:11:22 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: from acm.poly.edu (acm.poly.edu [128.238.9.200]) by mx1.freebsd.org (Postfix) with ESMTP id 21F458FC0C for ; Thu, 24 Dec 2009 21:11:21 +0000 (UTC) Received: (qmail 67119 invoked from network); 24 Dec 2009 21:11:21 -0000 Received: from unknown (HELO ?10.0.0.158?) (spawk@128.238.64.31) by acm.poly.edu with AES256-SHA encrypted SMTP; 24 Dec 2009 21:11:21 -0000 Message-ID: <4B33D8EB.2000107@acm.poly.edu> Date: Thu, 24 Dec 2009 16:11:07 -0500 From: Boris Kochergin User-Agent: Thunderbird 2.0.0.23 (X11/20090910) MIME-Version: 1.0 To: Anton Shterenlikht References: <20091224193546.GA29965@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20091224193546.GA29965@mech-cluster241.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-sparc64@freebsd.org Subject: Re: sound on blade 1500? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2009 21:11:22 -0000 Anton Shterenlikht wrote: > Is it possible to get sound on blade 1500? > > I've got in dmesg: > > pci0: at device 8.0 (no driver attached) > > but nothing else > > After looking at the supported hardware for 8.0 > I added this to the kernel: > > device snd_audiocs > device sound > > snd_audiocs(4) is supposed to be for > > CS4231 on SBus based UltraSPARC > CS4231 on PCI/EBus based UltraSPARC > > How can I check which chip I've got in blade 1500? > I couldn't find anything is dmesg > Have a look at the output of "pciconf -lv". A device in the multimedia class and audio subclass will be your sound card. -Boris > After rebuilding the kernel with the above lines > I can't see anything useful: > > # cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 64bit 2009061500/sparc64) > Installed devices: > # > > Please advise > > many thanks > anton > > >