From owner-freebsd-ports@FreeBSD.ORG Tue Nov 11 18:40:58 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D9B516A4CE for ; Tue, 11 Nov 2003 18:40:58 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 241C243F85 for ; Tue, 11 Nov 2003 18:40:57 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.10/8.12.3) with ESMTP id hAC2esUF093019; Tue, 11 Nov 2003 21:40:54 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)hAC2esns093016; Tue, 11 Nov 2003 21:40:54 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 11 Nov 2003 21:40:53 -0500 (EST) From: Trevor Johnson To: Ar-NaHud In-Reply-To: Message-ID: <20031111212352.J86418@blues.jpj.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: pd-0.35.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 02:40:58 -0000 On 23 October 2003, Ar-NaHud wrote: > hi ! I enjoy running PureData on my FreeBsd4,8 but i have a problem : > > i don't know if you have really the time to answer stupid questions > from a frenchie ( yes my english is bad ) but that would be great if > you could help me, i can't find a solution exploring the newsgroups. > > when i run the testtone.pd patch, for example, there is an output on > the VUmeters of PD but nothing from my soundcard. > i have this message with dmesg : > > /...../ > pcm0: port 0xf400-0xf43f,0xf000-0xf0ff irq 10 at > device 31.5 on pci0 > /....../ > pcm0:play:0: play interrupt timeout, channel dead > > this is strange because in other applications i can listen to mp3 for > example. > i run puredata by simply typing pd, i tried to add :" -soundout dev 0" > but it changed nothing Hi Arno-- Those messages aren't coming from pd; they're coming from the kernel. It looks to me like you need to have the lines: device smbus device ichsmb in the configuration file for your kernel (see the LINT file). If that doesn't work, maybe someone on the sound list, or Archie Cobb (who imported the driver into FreeBSD) would have better advice for you. -- Trevor Johnson