From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 00:59:00 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6073216A415; Sun, 1 Oct 2006 00:59:00 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF8C543D45; Sun, 1 Oct 2006 00:58:59 +0000 (GMT) (envelope-from alex.kovalenko@verizon.net) Received: from RabbitsDen ([70.21.206.89]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J6F00K33MPMKYH9@vms042.mailsrvcs.net>; Sat, 30 Sep 2006 19:58:36 -0500 (CDT) Date: Sat, 30 Sep 2006 20:58:28 -0400 From: "Alexandre \"Sunny\" Kovalenko" In-reply-to: <20060929044401.5c52bef3.ariff@FreeBSD.org> To: Ariff Abdullah Message-id: <1159664308.778.8.camel@RabbitsDen.RabbitsLawn.verizon.net> MIME-version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-type: multipart/mixed; boundary="Boundary_(ID_+trYNgqdAj/ag/csVoQydw)" References: <20060929044401.5c52bef3.ariff@FreeBSD.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@FreeBSD.org Subject: Re: HEADS UP: Last call for snd_hda(4) testers - High Definition Audio driver X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 00:59:00 -0000 --Boundary_(ID_+trYNgqdAj/ag/csVoQydw) Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8BIT On Fri, 2006-09-29 at 04:44 +0800, Ariff Abdullah wrote: > [ > Please remove current@ and stable@ from your CC: . This mail serves > only as an announcement (or a death threat, if you prefer that way). > ] > > Allright folks, I've had enough. It is time to go gold. This driver is > proven stable and works (mostly) after several weeks of testing and > bug hunting, thanks to those unfortunate unpaid victims at > #freebsd-azalia@freenode and few other unsung heroes. If you're using > previous driver, please remove it, get a latest/pristine RELENG_6 or > -CURRENT, and apply these patches: > > For RELENG_6: > http://people.freebsd.org/~ariff/test/hda_releng6.diff > > For -CURRENT: > http://people.freebsd.org/~ariff/test/hda_current.diff > > While applying these patches using patch(1), DO NOT forget about "-p0" > argument. I'm getting tired with people reporting the same old "patch > failed" or "compile failed" because of this. Stick this into your > mind, forever, eternally. The proper way to apply it is like this: > > patch -d /usr/src -p0 < hda_yada.diff > > You don't have to buildworld, buildkernel or any other sacrificial > ritual. Simply "cd /usr/src/sys/modules/sound/ && make clean cleandir > && make && make install" should do the trick. Well, it is up to you, > really :) > > Unfortunately, those who are still stuck with 6.1-RELEASE and earlier > had to rely on the binary driver instead. Please grab both sound.ko > and snd_hda.ko at http://people.freebsd.org/~ariff/HDA/kmod/ and > replace whatever sound.ko you have there. > > HDA Driver Revision: 20060929_0025 <- see ? There are $((9999 - 25)) > more iterations before it reach its equilibrium state. > > Issues: > 1) SPDIF not working - I had to disable it, for now. > 2) Multichannel/surround not working - The driver tries to output > the sound to all possible path. If you have speakers attach to > all of them, chances are it all works, but not in a true sense of > multichannel/surround. There are few more works left to do on the > upper layer of the sound driver to make it works properly. > 3) Recording is broken on few hardwares - As far as I can tell, it > should work flawlessly, but not to all. This is a bit tricky to > handle, but I'm working on it. > 4) Pluging in headset does not mute speakers - This is easy (read > #5) > 5) Nothing works at all - more like a null driver, isn't it? Please > follow the instructions from > http://people.freebsd.org/~ariff/HDA/ . The death threat is real > :) > 6) The driver cause panic, killing my first unborn child - nahh.. I > don't believe this. If you're running -CURRENT, the issues are > probably elsewhere :) > > As suggested by netchild@, please report your success or failure like > this to freebsd-multimedia@FreeBSD.org: > > Success > ------- > Hardware/chipset: Compaq Presario V3000 series > > http://h10025.www1.hp.com/ewfrf/wc/product?product=3190957&lc=en&cc=us&dlc=en〈=en&cc=us > Playback: Works flawlessly > Recording: Works flawlessly > Specific Issues: None. It works out of the box, including analog CD. > Special request: I want to die in peace. > Verbose dmesg: > pcm0: Controller> mem 0xc0000000-0xc0003fff irq 10 at device 16.1 on pci0 > pcm0: > pcm0: > (optional, you don't have to include those boring > and uneventfull kernel noises since the driver > already works for you) > > Failure > ------- > Hardware/chipset: Karipap series > http://www.karipap.com/ > Playback: NONE! > Recording: NONE! > Specific Issues: I would rather amaze if this works since it is a > food to begin with. > Special request: I can donate this to you, but even so, you can buy > it at the nearest food stall for an RM 0.50 > Verbose dmesg: > (please put your verbose dmesg here or I'll send > another death threat to your first unborn child) > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ On -CURRENT as of late September 30th (EST) /usr/src/sys/modules/sound/driver/Makefile failed to patch (Makefile.rej attached) for reasons I do not quite understand. No big deal -- fixed that manually. Ensuing compilation errors attached -- sorry but they are way beyond what I can figure out on my own. -- Alexandre "Sunny" Kovalenko (Олександр Коваленко) P.S. I am not subscribing to multimedia@, please, do not remove me from CC list. --Boundary_(ID_+trYNgqdAj/ag/csVoQydw)-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 01:09:01 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7F6B16A417 for ; Sun, 1 Oct 2006 01:09:01 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9742843D45; Sun, 1 Oct 2006 01:09:01 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k9118xHY004410; Sun, 1 Oct 2006 01:09:00 GMT (envelope-from ariff@FreeBSD.org) Date: Sun, 1 Oct 2006 09:07:12 +0800 From: Ariff Abdullah To: "Alexandre \"Sunny\" Kovalenko" Message-Id: <20061001090712.091d1a71.ariff@FreeBSD.org> In-Reply-To: <1159664308.778.8.camel@RabbitsDen.RabbitsLawn.verizon.net> References: <20060929044401.5c52bef3.ariff@FreeBSD.org> <1159664308.778.8.camel@RabbitsDen.RabbitsLawn.verizon.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sun__1_Oct_2006_09_07_12_+0800_FMQVOugDj_R2E5f1" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: HEADS UP: Last call for snd_hda(4) testers - High Definition Audio driver X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 01:09:01 -0000 --Signature=_Sun__1_Oct_2006_09_07_12_+0800_FMQVOugDj_R2E5f1 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, 30 Sep 2006 20:58:28 -0400 "Alexandre \"Sunny\" Kovalenko" wrote: > On -CURRENT as of late September 30th > (EST) /usr/src/sys/modules/sound/driver/Makefile failed to patch > (Makefile.rej attached) for reasons I do not quite understand. No > big deal -- fixed that manually. Ensuing compilation errors attached > -- sorry but they are way beyond what I can figure out on my own. >=20 > --=20 > Alexandre "Sunny" Kovalenko (=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD= =D0=B4=D1=80 =D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=BD=D0=BA=D0=BE) >=20 > P.S. I am not subscribing to multimedia@, please, do not remove me > from CC list. >=20 Things are moving so fast (for good) for the past several hours. Even "2 hours ago" can be considered outdated. Please cvsup to the latest -CURRENT and fetch back the diff. -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Sun__1_Oct_2006_09_07_12_+0800_FMQVOugDj_R2E5f1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFHxTDlr+deMUwTNoRAgtbAJ91JJpr2jd8CcUmFfj7Z6V+l7UlTQCgxfmR krk9K9vrT5GzGJpNMf9XrOo= =xAqQ -----END PGP SIGNATURE----- --Signature=_Sun__1_Oct_2006_09_07_12_+0800_FMQVOugDj_R2E5f1-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 01:44:58 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C74E16A407; Sun, 1 Oct 2006 01:44:58 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 158F043D45; Sun, 1 Oct 2006 01:44:58 +0000 (GMT) (envelope-from alex.kovalenko@verizon.net) Received: from RabbitsDen ([70.21.206.89]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J6F0054SOU6K2M7@vms044.mailsrvcs.net>; Sat, 30 Sep 2006 20:44:32 -0500 (CDT) Date: Sat, 30 Sep 2006 21:44:24 -0400 From: "Alexandre \"Sunny\" Kovalenko" In-reply-to: <20061001090712.091d1a71.ariff@FreeBSD.org> To: Ariff Abdullah Message-id: <1159667064.778.17.camel@RabbitsDen.RabbitsLawn.verizon.net> MIME-version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-type: multipart/mixed; boundary="Boundary_(ID_dcKzNJo8ma2UllOChdp4uA)" References: <20060929044401.5c52bef3.ariff@FreeBSD.org> <1159664308.778.8.camel@RabbitsDen.RabbitsLawn.verizon.net> <20061001090712.091d1a71.ariff@FreeBSD.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@FreeBSD.org Subject: Re: HEADS UP: Last call for snd_hda(4) testers - High Definition Audio driver X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 01:44:58 -0000 --Boundary_(ID_dcKzNJo8ma2UllOChdp4uA) Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT On Sun, 2006-10-01 at 09:07 +0800, Ariff Abdullah wrote: > On Sat, 30 Sep 2006 20:58:28 -0400 > "Alexandre \"Sunny\" Kovalenko" wrote: > > On -CURRENT as of late September 30th > > (EST) /usr/src/sys/modules/sound/driver/Makefile failed to patch > > (Makefile.rej attached) for reasons I do not quite understand. No > > big deal -- fixed that manually. Ensuing compilation errors attached > > -- sorry but they are way beyond what I can figure out on my own. > > > > -- > > Alexandre "Sunny" Kovalenko (ОлекÑандр Коваленко) > > > > P.S. I am not subscribing to multimedia@, please, do not remove me > > from CC list. > > > Things are moving so fast (for good) for the past several hours. Even > "2 hours ago" can be considered outdated. > > Please cvsup to the latest -CURRENT and fetch back the diff. > > > > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ Did cvsup (Sep 30 21:29 EST), fetched diff, patched, Makefile is still failing (did that again manually). Did 'make clean cleandir && make'. Ensuing errors attached. BTW: I forgot to mention first time around -- /usr/src/sys/modules/sound/driver/hda/Makefile seemed to contain two identical sections: --------------------------------------------------------------------------------- # $FreeBSD$ .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda KMOD= snd_hda SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h SRCS+= hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h .include # $FreeBSD$ .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda KMOD= snd_hda SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h SRCS+= hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h .include ----------------------------------------------------------------------------------- I have manually removed the second of the two, otherwise I would have different compilation error (-I- used twice on the command line). Sorry, should have reported it first time around. -- Alexandre "Sunny" Kovalenko (Олександр Коваленко) --Boundary_(ID_dcKzNJo8ma2UllOChdp4uA)-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 01:58:24 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D68616A412 for ; Sun, 1 Oct 2006 01:58:24 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C94A043D6E; Sun, 1 Oct 2006 01:58:23 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k911wLjp010574; Sun, 1 Oct 2006 01:58:22 GMT (envelope-from ariff@FreeBSD.org) Date: Sun, 1 Oct 2006 09:56:33 +0800 From: Ariff Abdullah To: "Alexandre \"Sunny\" Kovalenko" Message-Id: <20061001095633.669030b6.ariff@FreeBSD.org> In-Reply-To: <1159667064.778.17.camel@RabbitsDen.RabbitsLawn.verizon.net> References: <20060929044401.5c52bef3.ariff@FreeBSD.org> <1159664308.778.8.camel@RabbitsDen.RabbitsLawn.verizon.net> <20061001090712.091d1a71.ariff@FreeBSD.org> <1159667064.778.17.camel@RabbitsDen.RabbitsLawn.verizon.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sun__1_Oct_2006_09_56_33_+0800_5mXUKjrci1_Yn0+c" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: HEADS UP: Last call for snd_hda(4) testers - High Definition Audio driver X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 01:58:24 -0000 --Signature=_Sun__1_Oct_2006_09_56_33_+0800_5mXUKjrci1_Yn0+c Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, 30 Sep 2006 21:44:24 -0400 "Alexandre \"Sunny\" Kovalenko" wrote: > On Sun, 2006-10-01 at 09:07 +0800, Ariff Abdullah wrote: > > On Sat, 30 Sep 2006 20:58:28 -0400 > > "Alexandre \"Sunny\" Kovalenko" > > wrote: > > > On -CURRENT as of late September 30th > > > (EST) /usr/src/sys/modules/sound/driver/Makefile failed to patch > > > (Makefile.rej attached) for reasons I do not quite understand. > > > No big deal -- fixed that manually. Ensuing compilation errors > > > attached -- sorry but they are way beyond what I can figure out > > > on my own. > > >=20 > > > --=20 > > > Alexandre "Sunny" Kovalenko (=C3=90=C5=BE=C3=90=C2=BB=C3=90=C2=B5=C3= =90=C2=BA=C3=91=C3=90=C2=B0=C3=90=C2=BD=C3=90=C2=B4=C3=91=E2=82=AC > > > =C3=90=C5=A1=C3=90=C2=BE=C3=90=C2=B2=C3=90=C2=B0=C3=90=C2=BB=C3=90=C2= =B5=C3=90=C2=BD=C3=90=C2=BA=C3=90=C2=BE) > > >=20 > > > P.S. I am not subscribing to multimedia@, please, do not remove > > > me from CC list. > > >=20 > > Things are moving so fast (for good) for the past several hours. > > Even "2 hours ago" can be considered outdated. > >=20 > > Please cvsup to the latest -CURRENT and fetch back the diff. > >=20 > >=20 > >=20 > > -- > > Ariff Abdullah > > FreeBSD > >=20 > > ... Recording in stereo is obviously too advanced > > and confusing for us idiot ***** users :P ........ >=20 > Did cvsup (Sep 30 21:29 EST), fetched diff, patched, Makefile is > still failing (did that again manually). Did 'make clean cleandir && > make'. Ensuing errors attached. >=20 > BTW: I forgot to mention first time around > -- /usr/src/sys/modules/sound/driver/hda/Makefile seemed to contain > two identical sections: > ------------------------------------------------------------------- > -------------- How did you apply the patch? Show me the full command along with all the arguments. Did you do the "cleanup" first before applying another? > # $FreeBSD$ >=20 > .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda >=20 > KMOD=3D snd_hda > SRCS=3D device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h > SRCS+=3D hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h >=20 > .include > # $FreeBSD$ >=20 > .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda >=20 > KMOD=3D snd_hda > SRCS=3D device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h > SRCS+=3D hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h >=20 > .include > ------------------------------------------------------------------- > ---------------- I have manually removed the second of the two, > otherwise I would have different compilation error (-I- used twice > on the command line). Sorry, should have reported it first time > around. >=20 > --=20 > Alexandre "Sunny" Kovalenko (=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD= =D0=B4=D1=80 =D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=BD=D0=BA=D0=BE) >=20 -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Sun__1_Oct_2006_09_56_33_+0800_5mXUKjrci1_Yn0+c Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFHyBVlr+deMUwTNoRArTUAKDcS+7/zvZ697jrBUidTgI5ZNIvMACgkSM0 LOof74eJ43HOst0ujV+wptw= =MUyd -----END PGP SIGNATURE----- --Signature=_Sun__1_Oct_2006_09_56_33_+0800_5mXUKjrci1_Yn0+c-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 02:13:05 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECED216A412; Sun, 1 Oct 2006 02:13:05 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB6D43D9E; Sun, 1 Oct 2006 02:12:41 +0000 (GMT) (envelope-from alex.kovalenko@verizon.net) Received: from RabbitsDen ([70.21.206.89]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J6F00AC9Q4Q55O5@vms044.mailsrvcs.net>; Sat, 30 Sep 2006 21:12:27 -0500 (CDT) Date: Sat, 30 Sep 2006 22:12:19 -0400 From: "Alexandre \"Sunny\" Kovalenko" In-reply-to: <20061001095633.669030b6.ariff@FreeBSD.org> To: Ariff Abdullah Message-id: <1159668739.778.22.camel@RabbitsDen.RabbitsLawn.verizon.net> MIME-version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-type: multipart/mixed; boundary="Boundary_(ID_S4W8hySz3+ae54mYnk3C4w)" References: <20060929044401.5c52bef3.ariff@FreeBSD.org> <1159664308.778.8.camel@RabbitsDen.RabbitsLawn.verizon.net> <20061001090712.091d1a71.ariff@FreeBSD.org> <1159667064.778.17.camel@RabbitsDen.RabbitsLawn.verizon.net> <20061001095633.669030b6.ariff@FreeBSD.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@FreeBSD.org Subject: Re: HEADS UP: Last call for snd_hda(4) testers - High Definition Audio driver X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 02:13:06 -0000 --Boundary_(ID_S4W8hySz3+ae54mYnk3C4w) Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT On Sun, 2006-10-01 at 09:56 +0800, Ariff Abdullah wrote: > On Sat, 30 Sep 2006 21:44:24 -0400 > "Alexandre \"Sunny\" Kovalenko" wrote: > > BTW: I forgot to mention first time around > > -- /usr/src/sys/modules/sound/driver/hda/Makefile seemed to contain > > two identical sections: > > ------------------------------------------------------------------- > > -------------- > > How did you apply the patch? Show me the full command along with all > the arguments. Did you do the "cleanup" first before applying another? > > > # $FreeBSD$ > > > > .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda > > > > KMOD= snd_hda > > SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h > > SRCS+= hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h > > > > .include > > # $FreeBSD$ > > > > .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda > > > > KMOD= snd_hda > > SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h > > SRCS+= hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h > > > > .include > > ------------------------------------------------------------------- > > ---------------- I have manually removed the second of the two, > > otherwise I would have different compilation error (-I- used twice > > on the command line). Sorry, should have reported it first time > > around. > > > > -- > > Alexandre "Sunny" Kovalenko (ОлекÑандр Коваленко) > > > > > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ OK, now, when I removed all the relevant bits (I think), did another cvsup and fetched patch again, both of Makefile problems are gone (sorry for the noise), but compilation problems persist. Typescript attached. -- Alexandre "Sunny" Kovalenko (Олександр Коваленко) --Boundary_(ID_S4W8hySz3+ae54mYnk3C4w)-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 06:23:05 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D81D16A417 for ; Sun, 1 Oct 2006 06:23:05 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CFC43D64; Sun, 1 Oct 2006 06:22:58 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k916MtUm039733; Sun, 1 Oct 2006 06:22:57 GMT (envelope-from ariff@FreeBSD.org) Date: Sun, 1 Oct 2006 14:21:08 +0800 From: Ariff Abdullah To: "Alexandre \"Sunny\" Kovalenko" Message-Id: <20061001142108.3b3fd21b.ariff@FreeBSD.org> In-Reply-To: <1159668739.778.22.camel@RabbitsDen.RabbitsLawn.verizon.net> References: <20060929044401.5c52bef3.ariff@FreeBSD.org> <1159664308.778.8.camel@RabbitsDen.RabbitsLawn.verizon.net> <20061001090712.091d1a71.ariff@FreeBSD.org> <1159667064.778.17.camel@RabbitsDen.RabbitsLawn.verizon.net> <20061001095633.669030b6.ariff@FreeBSD.org> <1159668739.778.22.camel@RabbitsDen.RabbitsLawn.verizon.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sun__1_Oct_2006_14_21_08_+0800_lwHiuF+2J4Jp.CWY" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: HEADS UP: Last call for snd_hda(4) testers - High Definition Audio driver X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 06:23:05 -0000 --Signature=_Sun__1_Oct_2006_14_21_08_+0800_lwHiuF+2J4Jp.CWY Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, 30 Sep 2006 22:12:19 -0400 "Alexandre \"Sunny\" Kovalenko" wrote: > On Sun, 2006-10-01 at 09:56 +0800, Ariff Abdullah wrote: > > On Sat, 30 Sep 2006 21:44:24 -0400 > > "Alexandre \"Sunny\" Kovalenko" > > wrote: > > > BTW: I forgot to mention first time around > > > -- /usr/src/sys/modules/sound/driver/hda/Makefile seemed to > > > contain two identical sections: > > > --------------------------------------------------------------- > > > ---- -------------- > >=20 > > How did you apply the patch? Show me the full command along with > > all the arguments. Did you do the "cleanup" first before applying > > another? > >=20 > > > # $FreeBSD$ > > >=20 > > > .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda > > >=20 > > > KMOD=3D snd_hda > > > SRCS=3D device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h > > > SRCS+=3D hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h > > >=20 > > > .include > > > # $FreeBSD$ > > >=20 > > > .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda > > >=20 > > > KMOD=3D snd_hda > > > SRCS=3D device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h > > > SRCS+=3D hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h > > >=20 > > > .include > > > --------------------------------------------------------------- > > > ---- ---------------- I have manually removed the second of the > > > two, otherwise I would have different compilation error (-I- > > > used twice on the command line). Sorry, should have reported it > > > first time around. > > >=20 > > > --=20 > > > Alexandre "Sunny" Kovalenko (=C3=90=C5=BE=C3=90=C2=BB=C3=90=C2=B5=C3= =90=C2=BA=C3=91=C3=90=C2=B0=C3=90=C2=BD=C3=90=C2=B4=C3=91=E2=82=AC > > > =C3=90=C5=A1=C3=90=C2=BE=C3=90=C2=B2=C3=90=C2=B0=C3=90=C2=BB=C3=90=C2= =B5=C3=90=C2=BD=C3=90=C2=BA=C3=90=C2=BE) > > >=20 > >=20 > >=20 > > -- > > Ariff Abdullah > > FreeBSD > >=20 > > ... Recording in stereo is obviously too advanced > > and confusing for us idiot ***** users :P ........ > OK, now, when I removed all the relevant bits (I think), did another You did not. rm -rf /usr/src/sys/dev/sound /usr/src/sys/conf/files /usr/src/sys/modules/sound, cvsup, patch. I asked about how you apply the patch and you didn't answer anything about. Please _answer_ that question, first. >From your error messages: ev/sound/pci/hda/hdac.c:4634:1: "HDA_DRV_TEST_REV" redefined ^^^^ hdac.c is about 4584 lines, _NOT_ 4634. You did not do the proper cleanup and patch. > cvsup and fetched patch again, both of Makefile problems are gone > (sorry for the noise), but compilation problems persist. Typescript > attached. >=20 > --=20 > Alexandre "Sunny" Kovalenko (=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD= =D0=B4=D1=80 =D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=BD=D0=BA=D0=BE) >=20 -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Sun__1_Oct_2006_14_21_08_+0800_lwHiuF+2J4Jp.CWY Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFH15Xlr+deMUwTNoRApeeAJ4xF0XNfUzmYCxCAixDQyAU1YuNdgCdHBBY O45/PP7VYYH9xmGgc2UchWU= =WuKv -----END PGP SIGNATURE----- --Signature=_Sun__1_Oct_2006_14_21_08_+0800_lwHiuF+2J4Jp.CWY-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 06:44:34 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 832E316A412 for ; Sun, 1 Oct 2006 06:44:34 +0000 (UTC) (envelope-from vadim@uch.net) Received: from mail.frolov.ck.ua (oper-t.uch.net [193.108.248.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6F843D80 for ; Sun, 1 Oct 2006 06:44:32 +0000 (GMT) (envelope-from vadim@uch.net) Received: from mail.frolov.ck.ua (localhost.ck.ua [127.0.0.1]) by mail.frolov.ck.ua (Postfix) with ESMTP id AF7FD50 for ; Sun, 1 Oct 2006 09:44:30 +0300 (EEST) Received: by mail.frolov.ck.ua (Postfix, from userid 1001) id 821444C; Sun, 1 Oct 2006 09:44:30 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by mail.frolov.ck.ua (Postfix) with ESMTP id 798B849 for ; Sun, 1 Oct 2006 09:44:30 +0300 (EEST) Date: Sun, 1 Oct 2006 09:44:30 +0300 (EEST) From: Vadim Frolov X-X-Sender: vadim@frolov.ck.ua To: freebsd-multimedia@FreeBSD.org Message-ID: <20061001091616.I14982@frolov.ck.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: HEADS UP: Last call for snd_hda(4) testers - High Definition Audio driver X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 06:44:34 -0000 Hardware/chipset: ASUS P5PL2 I945PL http://www.asus.com/products4.aspx?modelmenu=2&model=941&l1=3&l2=11&l3=244 Playback: Works flawlessly, including volume regulation Recording: Not tested Specific Issues: None Special request: None Verbose dmesg: # dmesg | grep ^pcm pcm0: mem 0xdacf8000-0xdacfbfff irq 19 at device 27.0 on pci0 pcm0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xdacf8000 pcm0: [MPSAFE] pcm0: Vendor: 0x000011d4 pcm0: Device: 0x00001986 pcm0: Revision: 0x00000005 pcm0: Stepping: 0x00000000 pcm0: PCI Subvendor: 0x817f1043 pcm0: Nodes: start=2 endnode=44 total=42 pcm0: node 18: WARNING!!! Connection length=8 != found=7 pcm0: [ 2] Ctl nid=4 DISABLED pcm0: [ 3] Ctl nid=5 DISABLED pcm0: [ 4] Ctl nid=9 Bind to NONE pcm0: [ 5] Ctl nid=9 childnid=4 DISABLED pcm0: [ 6] Ctl nid=9 childnid=5 DISABLED pcm0: [ 9] Ctl nid=19 Bind to NONE pcm0: [10] Ctl nid=20 Bind to NONE pcm0: [12] Ctl nid=22 Bind to NONE pcm0: [13] Ctl nid=23 Bind to NONE pcm0: [15] Ctl nid=26 Bind to NONE pcm0: [16] Ctl nid=27 Bind to NONE pcm0: [17] Ctl nid=28 Bind to NONE pcm0: [18] Ctl nid=29 Bind to NONE pcm0: [19] Ctl nid=30 DISABLED pcm0: Mixer "vol": pcm0: Mixer "pcm": pcm0: Mixer "speaker": pcm0: Mixer "mic": pcm0: Mixer "cd": pcm0: Mixer "rec": pcm0: sndbuf_setmap 3e7bc000, 4000; 0xe719c000 -> 3e7bc000 pcm0: sndbuf_setmap 3e7b8000, 4000; 0xe71a0000 -> 3e7b8000 pcm0: pcm0: pcm0: pcm0: HDA quirks: FIXEDRATE FORCESTEREO pcm0: pcm0: +-------------------+ pcm0: | DUMPING HDA NODES | pcm0: +-------------------+ pcm0: pcm0: Default Parameter pcm0: ----------------- pcm0: Stream cap: 0x00000001 pcm0: Format: PCM pcm0: PCM cap: 0x000e007f pcm0: PCM size: 16 20 24 pcm0: PCM rate: 44 48 88 96 176 192 pcm0: IN amp: 0x80000000 pcm0: OUT amp: 0x80051f1f pcm0: pcm0: nid: 2 [DIGITAL] [DISABLED] pcm0: name: audio output pcm0: widget_cap: 0x00030311 pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: Stream cap: 0x00000005 pcm0: Format: AC3 PCM pcm0: PCM cap: 0x00020060 pcm0: PCM size: 16 pcm0: PCM rate: 44 48 pcm0: connections: 2 pcm0: | pcm0: + <- nid=1 [GHOST!] [UNKNOWN] pcm0: | pcm0: + <- nid=6 [audio input] pcm0: pcm0: nid: 3 [ANALOG] pcm0: name: audio output pcm0: widget_cap: 0x0000044d pcm0: Parse flags: 0x00000001 pcm0: Ctl flags: 0x00000011 pcm0: Stream cap: 0x00000001 pcm0: Format: PCM pcm0: PCM cap: 0x000e007f pcm0: PCM size: 16 20 24 pcm0: PCM rate: 44 48 88 96 176 192 pcm0: Output amp: 0x80051f17 pcm0: mute=1 step=31 size=5 offset=23 pcm0: connections: 0 pcm0: pcm0: nid: 4 [ANALOG] [DISABLED] pcm0: name: audio output pcm0: widget_cap: 0x0000040d pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: Stream cap: 0x00000001 pcm0: Format: PCM pcm0: PCM cap: 0x000e007f pcm0: PCM size: 16 20 24 pcm0: PCM rate: 44 48 88 96 176 192 pcm0: Output amp: 0x80051f17 pcm0: mute=1 step=31 size=5 offset=23 pcm0: connections: 0 pcm0: pcm0: nid: 5 [ANALOG] [DISABLED] pcm0: name: audio output pcm0: widget_cap: 0x0000040d pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: Stream cap: 0x00000001 pcm0: Format: PCM pcm0: PCM cap: 0x000e007f pcm0: PCM size: 16 20 24 pcm0: PCM rate: 44 48 88 96 176 192 pcm0: Output amp: 0x80051f17 pcm0: mute=1 step=31 size=5 offset=23 pcm0: connections: 0 pcm0: pcm0: nid: 6 [ANALOG] pcm0: name: audio input pcm0: widget_cap: 0x00100511 pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000800 pcm0: Stream cap: 0x00000001 pcm0: Format: PCM pcm0: PCM cap: 0x0006007f pcm0: PCM size: 16 20 pcm0: PCM rate: 44 48 88 96 176 192 pcm0: connections: 1 pcm0: | pcm0: + <- nid=18 [audio selector] pcm0: pcm0: nid: 7 [ANALOG] pcm0: name: audio mixer pcm0: widget_cap: 0x00200101 pcm0: Parse flags: 0x00000003 pcm0: Ctl flags: 0x000001b1 pcm0: connections: 8 pcm0: | pcm0: + <- nid=3 [audio output] pcm0: | pcm0: + <- nid=9 [audio mixer] pcm0: | pcm0: + <- nid=19 [audio selector] pcm0: | pcm0: + <- nid=20 [audio selector] pcm0: | pcm0: + <- nid=21 [audio selector] pcm0: | pcm0: + <- nid=22 [audio selector] pcm0: | pcm0: + <- nid=23 [audio selector] pcm0: | pcm0: + <- nid=24 [audio selector] pcm0: pcm0: nid: 8 [ANALOG] pcm0: name: audio mixer pcm0: widget_cap: 0x00200100 pcm0: Parse flags: 0x00000003 pcm0: Ctl flags: 0x00000011 pcm0: connections: 1 pcm0: | pcm0: + <- nid=7 [audio mixer] pcm0: pcm0: nid: 9 [ANALOG] pcm0: name: audio mixer pcm0: widget_cap: 0x0020010e pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: Output amp: 0x80000000 pcm0: mute=1 step=0 size=0 offset=0 pcm0: Input amp: 0x80000000 pcm0: mute=1 step=0 size=0 offset=0 pcm0: connections: 2 pcm0: | pcm0: + <- nid=4 [audio output] [DISABLED] pcm0: | pcm0: + <- nid=5 [audio output] [DISABLED] pcm0: pcm0: nid: 10 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x00300101 pcm0: Parse flags: 0x00000001 pcm0: Ctl flags: 0x00000011 pcm0: connections: 3 pcm0: | pcm0: + <- nid=7 [audio mixer] (selected) pcm0: | pcm0: + <- nid=4 [audio output] [DISABLED] pcm0: | pcm0: + <- nid=5 [audio output] [DISABLED] pcm0: pcm0: nid: 11 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x00300101 pcm0: Parse flags: 0x00000001 pcm0: Ctl flags: 0x00000011 pcm0: connections: 2 pcm0: | pcm0: + <- nid=7 [audio mixer] (selected) pcm0: | pcm0: + <- nid=4 [audio output] [DISABLED] pcm0: pcm0: nid: 12 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x00300101 pcm0: Parse flags: 0x00000001 pcm0: Ctl flags: 0x00000011 pcm0: connections: 2 pcm0: | pcm0: + <- nid=4 [audio output] [DISABLED] pcm0: | pcm0: + <- nid=7 [audio mixer] (selected) pcm0: pcm0: nid: 13 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x00300101 pcm0: Parse flags: 0x00000001 pcm0: Ctl flags: 0x00000011 pcm0: connections: 2 pcm0: | pcm0: + <- nid=5 [audio output] [DISABLED] pcm0: | pcm0: + <- nid=8 [audio mixer] (selected) pcm0: pcm0: nid: 14 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x00300100 pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: connections: 2 pcm0: | pcm0: + <- nid=8 [audio mixer] (selected) pcm0: | pcm0: + <- nid=17 [audio selector] pcm0: pcm0: nid: 15 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x0030010d pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000081 pcm0: Output amp: 0x270300 pcm0: mute=0 step=3 size=39 offset=0 pcm0: connections: 8 pcm0: | pcm0: + <- nid=31 [pin: Mic in (jack)] (selected) pcm0: | pcm0: + <- nid=32 [pin: line in (jack)] pcm0: | pcm0: + <- nid=29 [pin: line out (jack)] pcm0: | pcm0: + <- nid=29 [pin: line out (jack)] pcm0: | pcm0: + <- nid=39 [audio mixer] pcm0: | pcm0: + <- nid=40 [audio mixer] pcm0: | pcm0: + <- nid=41 [audio mixer] pcm0: | pcm0: + <- nid=42 [audio mixer] pcm0: pcm0: nid: 16 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x00300101 pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000000 pcm0: connections: 3 pcm0: | pcm0: + <- nid=32 [pin: line in (jack)] (selected) pcm0: | pcm0: + <- nid=28 [pin: line out (jack)] pcm0: | pcm0: + <- nid=31 [pin: Mic in (jack)] pcm0: pcm0: nid: 17 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x00300941 pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000081 pcm0: connections: 2 pcm0: | pcm0: + <- nid=15 [audio selector] (selected) pcm0: | pcm0: + <- nid=43 [audio mixer] pcm0: pcm0: nid: 18 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x0030010d pcm0: Parse flags: 0x00000006 pcm0: Ctl flags: 0x00000800 pcm0: Output amp: 0x80050f00 pcm0: mute=1 step=15 size=5 offset=0 pcm0: connections: 8 pcm0: | pcm0: + <- nid=17 [audio selector] (selected) pcm0: | pcm0: + <- nid=34 [pin: CD (fixed)] pcm0: | pcm0: + <- nid=33 [pin: AUX (none)] [DISABLED] pcm0: | pcm0: + <- nid=16 [audio selector] pcm0: | pcm0: + <- nid=7 [audio mixer] pcm0: | pcm0: + <- nid=8 [audio mixer] pcm0: | pcm0: + <- nid=35 [pin: telephony (none)] [DISABLED] pcm0: | pcm0: + <- nid=0 [GHOST!] [UNKNOWN] pcm0: pcm0: nid: 19 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x0030010d pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000081 pcm0: Output amp: 0x80051f17 pcm0: mute=1 step=31 size=5 offset=23 pcm0: connections: 1 pcm0: | pcm0: + <- nid=17 [audio selector] pcm0: pcm0: nid: 20 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x0030010c pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: Output amp: 0x80051f17 pcm0: mute=1 step=31 size=5 offset=23 pcm0: connections: 1 pcm0: | pcm0: + <- nid=35 [pin: telephony (none)] [DISABLED] pcm0: pcm0: nid: 21 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x0030010d pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000101 pcm0: Output amp: 0x80051f17 pcm0: mute=1 step=31 size=5 offset=23 pcm0: connections: 1 pcm0: | pcm0: + <- nid=34 [pin: CD (fixed)] pcm0: pcm0: nid: 22 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x0030010d pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: Output amp: 0x80051f17 pcm0: mute=1 step=31 size=5 offset=23 pcm0: connections: 1 pcm0: | pcm0: + <- nid=33 [pin: AUX (none)] [DISABLED] pcm0: pcm0: nid: 23 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x0030010d pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000000 pcm0: Output amp: 0x80051f17 pcm0: mute=1 step=31 size=5 offset=23 pcm0: connections: 1 pcm0: | pcm0: + <- nid=16 [audio selector] pcm0: pcm0: nid: 24 [ANALOG] pcm0: name: audio selector pcm0: widget_cap: 0x0030010c pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000021 pcm0: Output amp: 0x800b0f0f pcm0: mute=1 step=15 size=11 offset=15 pcm0: connections: 2 pcm0: | pcm0: + <- nid=25 [beep widget] (selected) pcm0: | pcm0: + <- nid=36 [pin: other (none)] [DISABLED] pcm0: pcm0: nid: 25 [ANALOG] pcm0: name: beep widget pcm0: widget_cap: 0x00700000 pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000021 pcm0: connections: 0 pcm0: pcm0: nid: 26 [ANALOG] pcm0: name: pin: headphones out (jack) pcm0: widget_cap: 0x00400185 pcm0: Parse flags: 0x00000001 pcm0: Ctl flags: 0x00000000 pcm0: Pin cap: 0x0000001f pcm0: ISC TRQD HP OUT : UNSOL pcm0: Pin config: 0x02214021 pcm0: Pin control: 0x000000c0 HP OUT pcm0: Output amp: 0x80051f1f pcm0: mute=1 step=31 size=5 offset=31 pcm0: connections: 1 pcm0: | pcm0: + <- nid=10 [audio selector] pcm0: pcm0: nid: 27 [ANALOG] pcm0: name: pin: line out (jack) pcm0: widget_cap: 0x00400185 pcm0: Parse flags: 0x00000001 pcm0: Ctl flags: 0x00000000 pcm0: Pin cap: 0x0001001f pcm0: ISC TRQD HP OUT EAPD : UNSOL pcm0: Pin config: 0x01014011 pcm0: Pin control: 0x00000040 OUT pcm0: EAPD: 0x00000002 pcm0: Output amp: 0x80051f1f pcm0: mute=1 step=31 size=5 offset=31 pcm0: connections: 1 pcm0: | pcm0: + <- nid=11 [audio selector] pcm0: pcm0: nid: 28 [ANALOG] pcm0: name: pin: line out (jack) pcm0: widget_cap: 0x00400185 pcm0: Parse flags: 0x00000001 pcm0: Ctl flags: 0x00000000 pcm0: Pin cap: 0x00000037 pcm0: ISC TRQD OUT IN : UNSOL pcm0: Pin config: 0x01013012 pcm0: Pin control: 0x00000040 OUT pcm0: Output amp: 0x80051f1f pcm0: mute=1 step=31 size=5 offset=31 pcm0: connections: 1 pcm0: | pcm0: + <- nid=12 [audio selector] pcm0: pcm0: nid: 29 [ANALOG] pcm0: name: pin: line out (jack) pcm0: widget_cap: 0x00400985 pcm0: Parse flags: 0x00000001 pcm0: Ctl flags: 0x00000000 pcm0: Pin cap: 0x00001737 pcm0: ISC TRQD OUT IN : UNSOL pcm0: Pin config: 0x01019015 pcm0: Pin control: 0x00000040 OUT pcm0: Output amp: 0x80051f1f pcm0: mute=1 step=31 size=5 offset=31 pcm0: connections: 1 pcm0: | pcm0: + <- nid=13 [audio selector] pcm0: pcm0: nid: 30 [ANALOG] [DISABLED] pcm0: name: pin: speaker (none) pcm0: widget_cap: 0x00400104 pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: Pin cap: 0x00000010 pcm0: OUT pcm0: Pin config: 0x501700f0 pcm0: Pin control: 0x00000040 OUT pcm0: Output amp: 0x80051f1f pcm0: mute=1 step=31 size=5 offset=31 pcm0: connections: 1 pcm0: | pcm0: + <- nid=14 [audio selector] pcm0: pcm0: nid: 31 [ANALOG] pcm0: name: pin: Mic in (jack) pcm0: widget_cap: 0x00400081 pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000081 pcm0: Pin cap: 0x00001727 pcm0: ISC TRQD IN : UNSOL pcm0: Pin config: 0x02a190f0 pcm0: Pin control: 0x00000020 IN pcm0: connections: 0 pcm0: pcm0: nid: 32 [ANALOG] pcm0: name: pin: line in (jack) pcm0: widget_cap: 0x00400081 pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000000 pcm0: Pin cap: 0x00001727 pcm0: ISC TRQD IN : UNSOL pcm0: Pin config: 0x018130f0 pcm0: Pin control: 0x00000020 IN pcm0: connections: 0 pcm0: pcm0: nid: 33 [ANALOG] [DISABLED] pcm0: name: pin: AUX (none) pcm0: widget_cap: 0x00400081 pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: Pin cap: 0x00000027 pcm0: ISC TRQD IN : UNSOL pcm0: Pin config: 0x509700f0 pcm0: Pin control: 0x00000020 IN pcm0: connections: 0 pcm0: pcm0: nid: 34 [ANALOG] pcm0: name: pin: CD (fixed) pcm0: widget_cap: 0x00400001 pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000101 pcm0: Pin cap: 0x00000020 pcm0: IN pcm0: Pin config: 0x993310f0 pcm0: Pin control: 0x00000020 IN pcm0: connections: 0 pcm0: pcm0: nid: 35 [ANALOG] [DISABLED] pcm0: name: pin: telephony (none) pcm0: widget_cap: 0x00400000 pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: Pin cap: 0x00000020 pcm0: IN pcm0: Pin config: 0x50b700f0 pcm0: Pin control: 0x00000020 IN pcm0: connections: 0 pcm0: pcm0: nid: 36 [ANALOG] [DISABLED] pcm0: name: pin: other (none) pcm0: widget_cap: 0x00400000 pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: Pin cap: 0x00000020 pcm0: IN pcm0: Pin config: 0x50f700f0 pcm0: Pin control: 0x00000020 IN pcm0: connections: 0 pcm0: pcm0: nid: 37 [DIGITAL] [DISABLED] pcm0: name: pin: SPDIF out (jack) pcm0: widget_cap: 0x00400301 pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: Pin cap: 0x00000010 pcm0: OUT pcm0: Pin config: 0x0145f0f0 pcm0: Pin control: 0x00000040 OUT pcm0: connections: 1 pcm0: | pcm0: + <- nid=2 [audio output] [DISABLED] pcm0: pcm0: nid: 38 [ANALOG] pcm0: name: power widget pcm0: widget_cap: 0x00500500 pcm0: Parse flags: 0x00000000 pcm0: Ctl flags: 0x00000000 pcm0: connections: 8 pcm0: | pcm0: + <- nid=7 [audio mixer] (selected) pcm0: | pcm0: + <- nid=8 [audio mixer] pcm0: | pcm0: + <- nid=19 [audio selector] pcm0: | pcm0: + <- nid=20 [audio selector] pcm0: | pcm0: + <- nid=21 [audio selector] pcm0: | pcm0: + <- nid=22 [audio selector] pcm0: | pcm0: + <- nid=23 [audio selector] pcm0: | pcm0: + <- nid=24 [audio selector] pcm0: pcm0: nid: 39 [ANALOG] pcm0: name: audio mixer pcm0: widget_cap: 0x00200101 pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000000 pcm0: connections: 2 pcm0: | pcm0: + <- nid=31 [pin: Mic in (jack)] pcm0: | pcm0: + <- nid=29 [pin: line out (jack)] pcm0: pcm0: nid: 40 [ANALOG] pcm0: name: audio mixer pcm0: widget_cap: 0x00200101 pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000000 pcm0: connections: 2 pcm0: | pcm0: + <- nid=31 [pin: Mic in (jack)] pcm0: | pcm0: + <- nid=32 [pin: line in (jack)] pcm0: pcm0: nid: 41 [ANALOG] pcm0: name: audio mixer pcm0: widget_cap: 0x00200101 pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000000 pcm0: connections: 2 pcm0: | pcm0: + <- nid=29 [pin: line out (jack)] pcm0: | pcm0: + <- nid=32 [pin: line in (jack)] pcm0: pcm0: nid: 42 [ANALOG] pcm0: name: audio mixer pcm0: widget_cap: 0x00200101 pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000000 pcm0: connections: 3 pcm0: | pcm0: + <- nid=31 [pin: Mic in (jack)] pcm0: | pcm0: + <- nid=29 [pin: line out (jack)] pcm0: | pcm0: + <- nid=32 [pin: line in (jack)] pcm0: pcm0: nid: 43 [ANALOG] pcm0: name: audio mixer pcm0: widget_cap: 0x00200100 pcm0: Parse flags: 0x00000002 pcm0: Ctl flags: 0x00000000 pcm0: connections: 1 pcm0: | pcm0: + <- nid=15 [audio selector] pcm0: pcm0: +------------------------+ pcm0: | DUMPING HDA AMPLIFIERS | pcm0: +------------------------+ pcm0: pcm0: 1: nid=3 dir=0x1 index=0 ossmask=0x00000011 ossdev=4 pcm0: 2: nid=4 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 [DISABLED] pcm0: 3: nid=5 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 [DISABLED] pcm0: 4: nid=9 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 pcm0: 5: nid=9 cnid=4 dir=0x2 index=0 ossmask=0x00000000 ossdev=0 [DISABLED] pcm0: 6: nid=9 cnid=5 dir=0x2 index=1 ossmask=0x00000000 ossdev=0 [DISABLED] pcm0: 7: nid=15 dir=0x1 index=0 ossmask=0x00000081 ossdev=7 pcm0: 8: nid=18 dir=0x1 index=0 ossmask=0x00000800 ossdev=0 pcm0: 9: nid=19 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 pcm0: 10: nid=20 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 pcm0: 11: nid=21 dir=0x1 index=0 ossmask=0x00000101 ossdev=8 pcm0: 12: nid=22 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 pcm0: 13: nid=23 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 pcm0: 14: nid=24 dir=0x1 index=0 ossmask=0x00000021 ossdev=5 pcm0: 15: nid=26 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 pcm0: 16: nid=27 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 pcm0: 17: nid=28 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 pcm0: 18: nid=29 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 pcm0: 19: nid=30 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 [DISABLED] pcm0: pcm0: +-----------------------------------+ pcm0: | DUMPING HDA AUDIO/VOLUME CONTROLS | pcm0: +-----------------------------------+ pcm0: pcm0: Master Volume (OSS: vol) pcm0: | pcm0: +- nid: 3 index: 0 mute: 1 step: 31 size: 5 off: 23 dir=0x1 ossmask=0x00000011 pcm0: | pcm0: +- nid: 15 index: 0 mute: 0 step: 3 size: 39 off: 0 dir=0x1 ossmask=0x00000081 pcm0: | pcm0: +- nid: 21 index: 0 mute: 1 step: 31 size: 5 off: 23 dir=0x1 ossmask=0x00000101 pcm0: | pcm0: +- nid: 24 index: 0 mute: 1 step: 15 size: 11 off: 15 dir=0x1 ossmask=0x00000021 pcm0: pcm0: PCM Volume (OSS: pcm) pcm0: | pcm0: +- nid: 3 index: 0 mute: 1 step: 31 size: 5 off: 23 dir=0x1 ossmask=0x00000011 pcm0: pcm0: CD Volume (OSS: cd) pcm0: | pcm0: +- nid: 21 index: 0 mute: 1 step: 31 size: 5 off: 23 dir=0x1 ossmask=0x00000101 pcm0: pcm0: Microphone Volume (OSS: mic) pcm0: | pcm0: +- nid: 15 index: 0 mute: 0 step: 3 size: 39 off: 0 dir=0x1 ossmask=0x00000081 pcm0: pcm0: Recording Level (OSS: rec) pcm0: | pcm0: +- nid: 18 index: 0 mute: 1 step: 15 size: 5 off: 0 dir=0x1 ossmask=0x00000800 pcm0: pcm0: Speaker/Beep (OSS: speaker) pcm0: | pcm0: +- nid: 24 index: 0 mute: 1 step: 15 size: 11 off: 15 dir=0x1 ossmask=0x00000021 pcm0: pcm0: Recording sources: pcm0: pcm0: nid=18 [audio selector] pcm0: | pcm0: + <- nid=17 [audio selector] [recsrc: vol, mic] pcm0: | pcm0: + <- nid=34 [pin: CD (fixed)] [recsrc: vol, cd] pcm0: | pcm0: + <- nid=16 [audio selector] pcm0: | pcm0: + <- nid=7 [audio mixer] [recsrc: vol, pcm, speaker, mic, cd] pcm0: | pcm0: + <- nid=8 [audio mixer] [recsrc: vol, pcm] pcm0: pcm0: +--------------------------------------+ pcm0: | DUMPING PCM Playback/Record Channels | pcm0: +--------------------------------------+ pcm0: pcm0: PCM Playback: 1 pcm0: Stream cap: 0x00000001 pcm0: Format: PCM pcm0: PCM cap: 0x000e007f pcm0: PCM size: 16 20 24 pcm0: PCM rate: 44 48 88 96 176 192 pcm0: DAC: 3 -1 pcm0: pcm0: PCM Record: 1 pcm0: Stream cap: 0x00000001 pcm0: Format: PCM pcm0: PCM cap: 0x000e007f pcm0: PCM size: 16 20 24 pcm0: PCM rate: 44 48 88 96 176 192 pcm0: ADC: 6 -1 frolov# uname -a FreeBSD frolov.uch.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Sep 30 15:22:35 EEST 2006 root@frolov.uch.net:/usr/obj/usr/src/sys/FROLOV i386 frolov# pciconf -lv | grep -B 4 -E multimedia subclass = PCI-PCI pcm0@pci0:27:0: class=0x040300 card=0x817f1043 chip=0x27d88086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) High Definition Audio' class = multimedia frolov# sysctl hw.snd.verbose=2 hw.snd.verbose: 1 -> 2 frolov# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at memory 0xdacf8000 irq 19 kld snd_hda [20060929_0026] (1p/1r/0v channels duplex default) [pcm0:play:0:dsp0.0]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, underruns 0, ready 0 [b:16384/8192/2|bs:0/0/0] {userland} -> feeder_root(0x00000000) -> {hardware} [pcm0:record:0:dsp0.1]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, overruns 0, hfree 16384, sfree 0 [b:16384/8192/2|bs:0/0/0] {hardware} -> feeder_root(0x00000000) -> {userland} frolov# sysctl hw.snd hw.snd.report_soft_formats: 1 hw.snd.targetirqrate: 32 hw.snd.verbose: 2 hw.snd.maxautovchans: 0 hw.snd.unit: 0 hw.snd.pcm0.buffersize: 16384 hw.snd.pcm0.vchans: 0 frolov# /usr/sbin/mixer Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer speaker is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer cd is currently set to 75:75 Mixer rec is currently set to 0:0 Recording source: mic frolov# kenv LINES="24" acpi_load="YES" bootfile="kernel" comconsole_speed="9600" console="vidconsole" currdev="disk0s2a:" hint.acpi.0.oem="ACPIAM" hint.acpi.0.revision="2" hint.acpi.0.rsdt="0x3ffa0000" hint.acpi.0.xsdt="0x000000003ffa0100" hint.acpi.0.xsdt_length="36" hint.adv.0.at="isa" hint.adv.0.disabled="1" hint.apm.0.disabled="1" hint.apm.0.flags="0x20" hint.ata.0.at="isa" hint.ata.0.irq="14" hint.ata.0.port="0x1F0" hint.ata.1.at="isa" hint.ata.1.irq="15" hint.ata.1.port="0x170" hint.atkbd.0.at="atkbdc" hint.atkbd.0.flags="0" hint.atkbd.0.irq="1" hint.atkbdc.0.at="isa" hint.atkbdc.0.port="0x060" hint.fd.0.at="fdc0" hint.fd.0.drive="0" hint.fdc.0.at="isa" hint.fdc.0.drq="2" hint.fdc.0.irq="6" hint.fdc.0.port="0x3F0" hint.ppc.0.at="isa" hint.ppc.0.irq="7" hint.psm.0.at="atkbdc" hint.psm.0.irq="12" hint.sc.0.at="isa" hint.sc.0.flags="0x100" hint.sio.0.at="isa" hint.sio.0.flags="0x10" hint.sio.0.irq="4" hint.sio.0.port="0x3F8" hint.vga.0.at="isa" hint.vt.0.at="isa" hint.vt.0.disabled="1" interpret="OK" kernel="kernel" kernel_options="" kernelname="/boot/kernel/kernel" loaddev="disk0s2a:" mac_ifoff="NO" module_path="/boot/kernel;/boot/modules" smbios.bios.reldate="12/01/2005" smbios.bios.vendor="American Megatrends Inc." smbios.bios.version="0509 " smbios.chassis.maker="Chassis Manufacture" smbios.chassis.serial="Chassis Serial Number" smbios.chassis.tag="Asset-1234567890" smbios.chassis.version="Chassis Version" smbios.planar.maker="ASUSTeK Computer INC." smbios.planar.product="P5PL2" smbios.planar.serial="MB-1234567890" smbios.planar.version="Rev 1.xx" smbios.socket.enabled="1" smbios.socket.populated="1" smbios.system.maker="System manufacturer" smbios.system.product="System Product Name" smbios.system.serial="System Serial Number" smbios.system.uuid="00E344FB-5A5A-DA11-A866-6B4FFA219C6F" smbios.system.version="System Version" vfs.root.mountfrom="ufs:/dev/ad6s2a" -- WBR, Vadim VF-RIPE From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 10:51:05 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AC1A16A407 for ; Sun, 1 Oct 2006 10:51:05 +0000 (UTC) (envelope-from SRS0=aPbzRu=DO=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailout06.yourhostingaccount.com (mailout06.yourhostingaccount.com [65.254.254.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id D916C43D49 for ; Sun, 1 Oct 2006 10:51:03 +0000 (GMT) (envelope-from SRS0=aPbzRu=DO=vvelox.net=v.velox@yourhostingaccount.com) Received: from scan18.yourhostingaccount.com ([10.1.1.246] helo=scan18.yourhostingaccount.com) by mailout06.yourhostingaccount.com with esmtp (Exim) id 1GTyuU-0002Xh-To for freebsd-multimedia@freebsd.org; Sun, 01 Oct 2006 06:51:02 -0400 Received: from webmail01.yourhostingaccount.com ([10.1.1.58] ident=exim) by scan18.yourhostingaccount.com with spamscanlookuphost (Exim) id 1GTyuU-00033u-Od for freebsd-multimedia@freebsd.org; Sun, 01 Oct 2006 06:51:02 -0400 Received: from webmail01.yourhostingaccount.com ([10.1.1.58] helo=webmail01.yourhostingaccount.com) by scan18.yourhostingaccount.com with esmtp (Exim) id 1GTyuS-00033S-Sc; Sun, 01 Oct 2006 06:51:00 -0400 Received: from nobody by webmail01.yourhostingaccount.com with local (Exim) id 1GTyte-0003tP-QP; Sun, 01 Oct 2006 06:50:10 -0400 Received: from 68.0.98.63 (SquirrelMail authenticated user vvelox2@pop.powweb.com) by email.powweb.com with HTTP; Sun, 1 Oct 2006 06:50:10 -0400 (EDT) Message-ID: <54302.68.0.98.63.1159699810.squirrel@email.powweb.com> In-Reply-To: <20061001075645.391fe2bf.ariff@FreeBSD.org> References: <60438.68.0.98.63.1159655635.squirrel@email.powweb.com> <20061001065131.64af817c.ariff@FreeBSD.org> <58103.68.0.98.63.1159660280.squirrel@email.powweb.com> <20061001075645.391fe2bf.ariff@FreeBSD.org> Date: Sun, 1 Oct 2006 06:50:10 -0400 (EDT) From: v.velox@vvelox.net To: "Ariff Abdullah" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20061001065010_89306" X-Priority: 3 (Normal) Importance: Normal Sender: v.velox@vvelox.net Cc: freebsd-multimedia@freebsd.org Subject: Re: no sound with the HDA patch X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: v.velox@vvelox.net List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 10:51:05 -0000 ------=_20061001065010_89306 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit > On Sat, 30 Sep 2006 19:51:20 -0400 (EDT) > v.velox@vvelox.net wrote: >> > On Sat, 30 Sep 2006 18:33:55 -0400 (EDT) >> > v.velox@vvelox.net wrote: >> >> There is no playback on the HDA chip on the Toshiba Satellite >> >P100 > series of laptops. This is true for the line out, head >> >phones out, > and speakers. >> >> >> >> dmesg... >> >> pcm0: mem >> >> 0xd2400000-0xd2403fff irq 22 at device 27.0 on pci0 >> >> pcm0: >> >> pcm0: >> >> >> >> >> > Verbose dmesg, please. >> >> What does verbose mean in this case? I am not finding any flag or >> the like for more verbose output in the dmesg man page. >> > > Here: > > http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-September/004720.html #uname -a FreeBSD chama.vulpes 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Fri Sep 29 23:39:34 UTC 2006 kitsune@charma.vulpes:/usr/obj/usr/src/sys/SMP i386 #pciconf -lv | grep -B 4 multimedia subclass = PCI-PCI pcm0@pci0:27:0: class=0x040300 card=0xff311179 chip=0x27d88086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) High Definition Audio' class = multimedia # sysctl hw.snd.verbose=2 ; cat /dev/sndstat hw.snd.verbose: 1 -> 2 FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at memory 0xd2400000 irq 22 kld snd_hda [20060929_0026] (1p/1r/0v channels duplex default) [pcm0:play:0:dsp0.0]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, underruns 0, ready 0 [b:16384/8192/2|bs:0/0/0] {userland} -> feeder_root(0x00000000) -> {hardware} [pcm0:record:0:dsp0.1]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, overruns 0, hfree 16384, sfree 0 [b:16384/8192/2|bs:0/0/0] {hardware} -> feeder_root(0x00000000) -> {userland} # sysctl hw.snd hw.snd.targetirqrate: 32 hw.snd.report_soft_formats: 1 hw.snd.verbose: 2 hw.snd.unit: 0 hw.snd.maxautovchans: 0 hw.snd.pcm0.buffersize: 16384 hw.snd.pcm0.vchans: 0 # mixer Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer cd is currently set to 75:75 Mixer rec is currently set to 0:0 Recording source: mic #dmesg | grep pcm0: ------=_20061001065010_89306 Content-Type: application/octet-stream; name="pcm0.out" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="pcm0.out" cGNtMDogPEludGVsIDgyODAxRyBIaWdoIERlZmluaXRpb24gQXVkaW8gQ29udHJvbGxlcj4gbWVt IDB4ZDI0MDAwMDAtMHhkMjQwM2ZmZiBpcnEgMjIgYXQgZGV2aWNlIDI3LjAgb24gcGNpMApwY20w OiA8SERBIENvZGVjOiBDb25leGFudCAoVW5rbm93bik+CnBjbTA6IDxIREEgRHJpdmVyIFJldmlz aW9uOiAyMDA2MDkyOV8wMDI2PgpwY20wOiB1bnJlZ2lzdGVyOiBtaXhlciBidXN5CnBjbTA6IGRl dGFjaGVkCnBjbTA6IDxJbnRlbCA4MjgwMUcgSGlnaCBEZWZpbml0aW9uIEF1ZGlvIENvbnRyb2xs ZXI+IG1lbSAweGQyNDAwMDAwLTB4ZDI0MDNmZmYgaXJxIDIyIGF0IGRldmljZSAyNy4wIG9uIHBj aTAKcGNtMDogW01QU0FGRV0KcGNtMDogICAgICAgIFZlbmRvcjogMHgwMDAwMTRmMQpwY20wOiAg ICAgICAgRGV2aWNlOiAweDAwMDA1MDQ3CnBjbTA6ICAgICAgUmV2aXNpb246IDB4MDAwMDAwMDAK cGNtMDogICAgICBTdGVwcGluZzogMHgwMDAwMDAwMApwY20wOiBQQ0kgU3VidmVuZG9yOiAweGZm MzExMTc5CnBjbTA6ICAgICAgICAgTm9kZXM6IHN0YXJ0PTE2IGVuZG5vZGU9MzEgdG90YWw9MTUK cGNtMDogWyAzXSBDdGwgbmlkPTE5IEJpbmQgdG8gTk9ORQpwY20wOiBbIDRdIEN0bCBuaWQ9MjAg QmluZCB0byBOT05FCnBjbTA6IFsgNV0gQ3RsIG5pZD0yMSBCaW5kIHRvIE5PTkUKcGNtMDogWyA3 XSBDdGwgbmlkPTI1IGNoaWxkbmlkPTI3IEJpbmQgdG8gTk9ORQpwY20wOiBbIDhdIEN0bCBuaWQ9 MjUgY2hpbGRuaWQ9MjYgQmluZCB0byBOT05FCnBjbTA6IFsxMV0gQ3RsIG5pZD0yOCBCaW5kIHRv IE5PTkUKcGNtMDogWzEyXSBDdGwgbmlkPTI5IEJpbmQgdG8gTk9ORQpwY20wOiBNaXhlciAidm9s IjoKcGNtMDogTWl4ZXIgInBjbSI6CnBjbTA6IE1peGVyICJtaWMiOgpwY20wOiBNaXhlciAiY2Qi OgpwY20wOiBNaXhlciAicmVjIjoKcGNtMDogc25kYnVmX3NldG1hcCA3ZDNjNTAwMCwgNDAwMDsg MHhlYjgxOTAwMCAtPiA3ZDNjNTAwMApwY20wOiBzbmRidWZfc2V0bWFwIDdkM2IyMDAwLCA0MDAw OyAweGViODFkMDAwIC0+IDdkM2IyMDAwCnBjbTA6IDxIREEgQ29kZWM6IENvbmV4YW50IChVbmtu b3duKT4KcGNtMDogPEhEQSBEcml2ZXIgUmV2aXNpb246IDIwMDYwOTI5XzAwMjY+CnBjbTA6IApw Y20wOiBIREEgcXVpcmtzOiBGSVhFRFJBVEUgRk9SQ0VTVEVSRU8KcGNtMDogCnBjbTA6ICstLS0t LS0tLS0tLS0tLS0tLS0tKwpwY20wOiB8IERVTVBJTkcgSERBIE5PREVTIHwKcGNtMDogKy0tLS0t LS0tLS0tLS0tLS0tLS0rCnBjbTA6IApwY20wOiBEZWZhdWx0IFBhcmFtZXRlcgpwY20wOiAtLS0t LS0tLS0tLS0tLS0tLQpwY20wOiAgICAgIFN0cmVhbSBjYXA6IDB4MDAwMDAwMDEKcGNtMDogICAg ICAgICAgRm9ybWF0OiBQQ00KcGNtMDogICAgICAgICBQQ00gY2FwOiAweDAwMDIwMDQwCnBjbTA6 ICAgICAgICBQQ00gc2l6ZTogMTYKcGNtMDogICAgICAgIFBDTSByYXRlOiA0NCA0OApwY20wOiAg ICAgICAgICBJTiBhbXA6IDB4MDAwMDAwMDAKcGNtMDogICAgICAgICBPVVQgYW1wOiAweDAwMDAw MDAwCnBjbTA6IApwY20wOiAgICAgICAgICAgICBuaWQ6IDE2IFtBTkFMT0ddCnBjbTA6ICAgICAg ICAgICAgbmFtZTogYXVkaW8gb3V0cHV0CnBjbTA6ICAgICAgd2lkZ2V0X2NhcDogMHgwMDAwMDQx ZApwY20wOiAgICAgUGFyc2UgZmxhZ3M6IDB4MDAwMDAwMDEKcGNtMDogICAgICAgQ3RsIGZsYWdz OiAweDAwMDAwMDExCnBjbTA6ICAgICAgU3RyZWFtIGNhcDogMHgwMDAwMDAwMQpwY20wOiAgICAg ICAgICBGb3JtYXQ6IFBDTQpwY20wOiAgICAgICAgIFBDTSBjYXA6IDB4MDAwMjAwNDAKcGNtMDog ICAgICAgIFBDTSBzaXplOiAxNgpwY20wOiAgICAgICAgUENNIHJhdGU6IDQ0IDQ4CnBjbTA6ICAg ICAgT3V0cHV0IGFtcDogMHg4MDA1MWUxNwpwY20wOiAgICAgICAgICAgICAgICAgIG11dGU9MSBz dGVwPTMwIHNpemU9NSBvZmZzZXQ9MjMKcGNtMDogICAgIGNvbm5lY3Rpb25zOiAwCnBjbTA6IApw Y20wOiAgICAgICAgICAgICBuaWQ6IDE3IFtESUdJVEFMXSBbRElTQUJMRURdCnBjbTA6ICAgICAg ICAgICAgbmFtZTogYXVkaW8gb3V0cHV0CnBjbTA6ICAgICAgd2lkZ2V0X2NhcDogMHgwMDAwMDYx MQpwY20wOiAgICAgUGFyc2UgZmxhZ3M6IDB4MDAwMDAwMDAKcGNtMDogICAgICAgQ3RsIGZsYWdz OiAweDAwMDAwMDAwCnBjbTA6ICAgICAgU3RyZWFtIGNhcDogMHgwMDAwMDAwMQpwY20wOiAgICAg ICAgICBGb3JtYXQ6IFBDTQpwY20wOiAgICAgICAgIFBDTSBjYXA6IDB4MDAwMjAwNDAKcGNtMDog ICAgICAgIFBDTSBzaXplOiAxNgpwY20wOiAgICAgICAgUENNIHJhdGU6IDQ0IDQ4CnBjbTA6ICAg ICBjb25uZWN0aW9uczogMApwY20wOiAKcGNtMDogICAgICAgICAgICAgbmlkOiAxOCBbQU5BTE9H XQpwY20wOiAgICAgICAgICAgIG5hbWU6IGF1ZGlvIGlucHV0CnBjbTA6ICAgICAgd2lkZ2V0X2Nh cDogMHgwMDEwMGQxYgpwY20wOiAgICAgUGFyc2UgZmxhZ3M6IDB4MDAwMDAwMDYKcGNtMDogICAg ICAgQ3RsIGZsYWdzOiAweDAwMDAwODAwCnBjbTA6ICAgICAgU3RyZWFtIGNhcDogMHgwMDAwMDAw MQpwY20wOiAgICAgICAgICBGb3JtYXQ6IFBDTQpwY20wOiAgICAgICAgIFBDTSBjYXA6IDB4MDAw MjAwNDAKcGNtMDogICAgICAgIFBDTSBzaXplOiAxNgpwY20wOiAgICAgICAgUENNIHJhdGU6IDQ0 IDQ4CnBjbTA6ICAgICAgIElucHV0IGFtcDogMHg4MDA1MGUwMApwY20wOiAgICAgICAgICAgICAg ICAgIG11dGU9MSBzdGVwPTE0IHNpemU9NSBvZmZzZXQ9MApwY20wOiAgICAgY29ubmVjdGlvbnM6 IDYKcGNtMDogICAgICAgICAgIHwKcGNtMDogICAgICAgICAgICsgPC0gbmlkPTI1IFthdWRpbyBt aXhlcl0KcGNtMDogICAgICAgICAgIHwKcGNtMDogICAgICAgICAgICsgPC0gbmlkPTIwIFtwaW46 IGxpbmUgaW4gKGphY2spXQpwY20wOiAgICAgICAgICAgfApwY20wOiAgICAgICAgICAgKyA8LSBu aWQ9MjEgW3BpbjogTWljIGluIChqYWNrKV0gKHNlbGVjdGVkKQpwY20wOiAgICAgICAgICAgfApw Y20wOiAgICAgICAgICAgKyA8LSBuaWQ9MjYgW2F1ZGlvIHNlbGVjdG9yXQpwY20wOiAgICAgICAg ICAgfApwY20wOiAgICAgICAgICAgKyA8LSBuaWQ9MjIgW3BpbjogQ0QgKGZpeGVkKV0KcGNtMDog ICAgICAgICAgIHwKcGNtMDogICAgICAgICAgICsgPC0gbmlkPTE2IFthdWRpbyBvdXRwdXRdCnBj bTA6IApwY20wOiAgICAgICAgICAgICBuaWQ6IDE5IFtBTkFMT0ddCnBjbTA6ICAgICAgICAgICAg bmFtZTogcGluOiBzcGVha2VyIChqYWNrIC8gZml4ZWQpCnBjbTA6ICAgICAgd2lkZ2V0X2NhcDog MHgwMDQwMDU4ZApwY20wOiAgICAgUGFyc2UgZmxhZ3M6IDB4MDAwMDAwMDEKcGNtMDogICAgICAg Q3RsIGZsYWdzOiAweDAwMDAwMDAwCnBjbTA6ICAgICAgICAgUGluIGNhcDogMHgwMDAxMDAxYwpw Y20wOiAgICAgICAgICAgICAgICAgIEhQIE9VVCBFQVBEIDogVU5TT0wKcGNtMDogICAgICBQaW4g Y29uZmlnOiAweGMzMTExMDEwCnBjbTA6ICAgICBQaW4gY29udHJvbDogMHgwMDAwMDA0MCBPVVQK cGNtMDogICAgICAgICAgICBFQVBEOiAweDAwMDAwMDAyCnBjbTA6ICAgICAgT3V0cHV0IGFtcDog MHg4MDA1MWUxZgpwY20wOiAgICAgICAgICAgICAgICAgIG11dGU9MSBzdGVwPTMwIHNpemU9NSBv ZmZzZXQ9MzEKcGNtMDogICAgIGNvbm5lY3Rpb25zOiAzCnBjbTA6ICAgICAgICAgICB8CnBjbTA6 ICAgICAgICAgICArIDwtIG5pZD0yNSBbYXVkaW8gbWl4ZXJdIChzZWxlY3RlZCkKcGNtMDogICAg ICAgICAgIHwKcGNtMDogICAgICAgICAgICsgPC0gbmlkPTE2IFthdWRpbyBvdXRwdXRdCnBjbTA6 ICAgICAgICAgICB8CnBjbTA6ICAgICAgICAgICArIDwtIG5pZD0yMiBbcGluOiBDRCAoZml4ZWQp XQpwY20wOiAKcGNtMDogICAgICAgICAgICAgbmlkOiAyMCBbQU5BTE9HXQpwY20wOiAgICAgICAg ICAgIG5hbWU6IHBpbjogbGluZSBpbiAoamFjaykKcGNtMDogICAgICB3aWRnZXRfY2FwOiAweDAw NDAwNThkCnBjbTA6ICAgICBQYXJzZSBmbGFnczogMHgwMDAwMDAwMgpwY20wOiAgICAgICBDdGwg ZmxhZ3M6IDB4MDAwMDAwMDAKcGNtMDogICAgICAgICBQaW4gY2FwOiAweDAwMDAwMzNjCnBjbTA6 ICAgICAgICAgICAgICAgICAgSFAgT1VUIElOIDogVU5TT0wKcGNtMDogICAgICBQaW4gY29uZmln OiAweDAzODExMDExCnBjbTA6ICAgICBQaW4gY29udHJvbDogMHgwMDAwMDAyMCBJTgpwY20wOiAg ICAgIE91dHB1dCBhbXA6IDB4ODAwNTFlMWYKcGNtMDogICAgICAgICAgICAgICAgICBtdXRlPTEg c3RlcD0zMCBzaXplPTUgb2Zmc2V0PTMxCnBjbTA6ICAgICBjb25uZWN0aW9uczogMgpwY20wOiAg ICAgICAgICAgfApwY20wOiAgICAgICAgICAgKyA8LSBuaWQ9MjUgW2F1ZGlvIG1peGVyXSAoc2Vs ZWN0ZWQpCnBjbTA6ICAgICAgICAgICB8CnBjbTA6ICAgICAgICAgICArIDwtIG5pZD0yMiBbcGlu OiBDRCAoZml4ZWQpXQpwY20wOiAKcGNtMDogICAgICAgICAgICAgbmlkOiAyMSBbQU5BTE9HXQpw Y20wOiAgICAgICAgICAgIG5hbWU6IHBpbjogTWljIGluIChqYWNrKQpwY20wOiAgICAgIHdpZGdl dF9jYXA6IDB4MDA0MDA1OGQKcGNtMDogICAgIFBhcnNlIGZsYWdzOiAweDAwMDAwMDAyCnBjbTA6 ICAgICAgIEN0bCBmbGFnczogMHgwMDAwMDA4MQpwY20wOiAgICAgICAgIFBpbiBjYXA6IDB4MDAw MDAzM2MKcGNtMDogICAgICAgICAgICAgICAgICBIUCBPVVQgSU4gOiBVTlNPTApwY20wOiAgICAg IFBpbiBjb25maWc6IDB4MDNhMTEwMTIKcGNtMDogICAgIFBpbiBjb250cm9sOiAweDAwMDAwMDIw IElOCnBjbTA6ICAgICAgT3V0cHV0IGFtcDogMHg4MDA1MWUxZgpwY20wOiAgICAgICAgICAgICAg ICAgIG11dGU9MSBzdGVwPTMwIHNpemU9NSBvZmZzZXQ9MzEKcGNtMDogICAgIGNvbm5lY3Rpb25z OiAzCnBjbTA6ICAgICAgICAgICB8CnBjbTA6ICAgICAgICAgICArIDwtIG5pZD0yOCBbYXVkaW8g b3V0cHV0XSAoc2VsZWN0ZWQpCnBjbTA6ICAgICAgICAgICB8CnBjbTA6ICAgICAgICAgICArIDwt IG5pZD0yNSBbYXVkaW8gbWl4ZXJdCnBjbTA6ICAgICAgICAgICB8CnBjbTA6ICAgICAgICAgICAr IDwtIG5pZD0yMiBbcGluOiBDRCAoZml4ZWQpXQpwY20wOiAKcGNtMDogICAgICAgICAgICAgbmlk OiAyMiBbQU5BTE9HXQpwY20wOiAgICAgICAgICAgIG5hbWU6IHBpbjogQ0QgKGZpeGVkKQpwY20w OiAgICAgIHdpZGdldF9jYXA6IDB4MDA0MDA0MDEKcGNtMDogICAgIFBhcnNlIGZsYWdzOiAweDAw MDAwMDAyCnBjbTA6ICAgICAgIEN0bCBmbGFnczogMHgwMDAwMDEwMQpwY20wOiAgICAgICAgIFBp biBjYXA6IDB4MDAwMDAwNjAKcGNtMDogICAgICAgICAgICAgICAgICBJTiBCQUwKcGNtMDogICAg ICBQaW4gY29uZmlnOiAweDk5MzMwMTAwCnBjbTA6ICAgICBQaW4gY29udHJvbDogMHgwMDAwMDAy MCBJTgpwY20wOiAgICAgY29ubmVjdGlvbnM6IDAKcGNtMDogCnBjbTA6ICAgICAgICAgICAgIG5p ZDogMjMgW0FOQUxPR10KcGNtMDogICAgICAgICAgICBuYW1lOiBwaW46IE1pYyBpbiAoZml4ZWQp CnBjbTA6ICAgICAgd2lkZ2V0X2NhcDogMHgwMDQwMDQ4MQpwY20wOiAgICAgUGFyc2UgZmxhZ3M6 IDB4MDAwMDAwMDIKcGNtMDogICAgICAgQ3RsIGZsYWdzOiAweDAwMDAwMDAwCnBjbTA6ICAgICAg ICAgUGluIGNhcDogMHgwMDAwMDMyNApwY20wOiAgICAgICAgICAgICAgICAgIElOIDogVU5TT0wK cGNtMDogICAgICBQaW4gY29uZmlnOiAweGI3YTAwMTAwCnBjbTA6ICAgICBQaW4gY29udHJvbDog MHgwMDAwMDAyMCBJTgpwY20wOiAgICAgY29ubmVjdGlvbnM6IDAKcGNtMDogCnBjbTA6ICAgICAg ICAgICAgIG5pZDogMjQgW0RJR0lUQUxdIFtESVNBQkxFRF0KcGNtMDogICAgICAgICAgICBuYW1l OiBwaW46IFNQRElGIG91dCAoamFjaykKcGNtMDogICAgICB3aWRnZXRfY2FwOiAweDAwNDAwNzAx CnBjbTA6ICAgICBQYXJzZSBmbGFnczogMHgwMDAwMDAwMApwY20wOiAgICAgICBDdGwgZmxhZ3M6 IDB4MDAwMDAwMDAKcGNtMDogICAgICAgICBQaW4gY2FwOiAweDAwMDAwMDEwCnBjbTA6ICAgICAg ICAgICAgICAgICAgT1VUCnBjbTA6ICAgICAgUGluIGNvbmZpZzogMHgyMTQ0MDEwMApwY20wOiAg ICAgUGluIGNvbnRyb2w6IDB4MDAwMDAwNDAgT1VUCnBjbTA6ICAgICBjb25uZWN0aW9uczogMQpw Y20wOiAgICAgICAgICAgfApwY20wOiAgICAgICAgICAgKyA8LSBuaWQ9MTcgW2F1ZGlvIG91dHB1 dF0gW0RJU0FCTEVEXQpwY20wOiAKcGNtMDogICAgICAgICAgICAgbmlkOiAyNSBbQU5BTE9HXQpw Y20wOiAgICAgICAgICAgIG5hbWU6IGF1ZGlvIG1peGVyCnBjbTA6ICAgICAgd2lkZ2V0X2NhcDog MHgwMDIwMDUwYgpwY20wOiAgICAgUGFyc2UgZmxhZ3M6IDB4MDAwMDAwMDMKcGNtMDogICAgICAg Q3RsIGZsYWdzOiAweDAwMDAwMTkxCnBjbTA6ICAgICAgIElucHV0IGFtcDogMHg4MDA1MWUxNwpw Y20wOiAgICAgICAgICAgICAgICAgIG11dGU9MSBzdGVwPTMwIHNpemU9NSBvZmZzZXQ9MjMKcGNt MDogICAgIGNvbm5lY3Rpb25zOiA0CnBjbTA6ICAgICAgICAgICB8CnBjbTA6ICAgICAgICAgICAr IDwtIG5pZD0xNiBbYXVkaW8gb3V0cHV0XQpwY20wOiAgICAgICAgICAgfApwY20wOiAgICAgICAg ICAgKyA8LSBuaWQ9MjcgW2F1ZGlvIHNlbGVjdG9yXQpwY20wOiAgICAgICAgICAgfApwY20wOiAg ICAgICAgICAgKyA8LSBuaWQ9MjYgW2F1ZGlvIHNlbGVjdG9yXQpwY20wOiAgICAgICAgICAgfApw Y20wOiAgICAgICAgICAgKyA8LSBuaWQ9MjIgW3BpbjogQ0QgKGZpeGVkKV0KcGNtMDogCnBjbTA6 ICAgICAgICAgICAgIG5pZDogMjYgW0FOQUxPR10KcGNtMDogICAgICAgICAgICBuYW1lOiBhdWRp byBzZWxlY3RvcgpwY20wOiAgICAgIHdpZGdldF9jYXA6IDB4MDAzMDA1MGQKcGNtMDogICAgIFBh cnNlIGZsYWdzOiAweDAwMDAwMDAyCnBjbTA6ICAgICAgIEN0bCBmbGFnczogMHgwMDAwMDA4MQpw Y20wOiAgICAgIE91dHB1dCBhbXA6IDB4MWYwMzAwCnBjbTA6ICAgICAgICAgICAgICAgICAgbXV0 ZT0wIHN0ZXA9MyBzaXplPTMxIG9mZnNldD0wCnBjbTA6ICAgICBjb25uZWN0aW9uczogMwpwY20w OiAgICAgICAgICAgfApwY20wOiAgICAgICAgICAgKyA8LSBuaWQ9MjEgW3BpbjogTWljIGluIChq YWNrKV0gKHNlbGVjdGVkKQpwY20wOiAgICAgICAgICAgfApwY20wOiAgICAgICAgICAgKyA8LSBu aWQ9MjAgW3BpbjogbGluZSBpbiAoamFjayldCnBjbTA6ICAgICAgICAgICB8CnBjbTA6ICAgICAg ICAgICArIDwtIG5pZD0yMyBbcGluOiBNaWMgaW4gKGZpeGVkKV0KcGNtMDogCnBjbTA6ICAgICAg ICAgICAgIG5pZDogMjcgW0FOQUxPR10KcGNtMDogICAgICAgICAgICBuYW1lOiBhdWRpbyBzZWxl Y3RvcgpwY20wOiAgICAgIHdpZGdldF9jYXA6IDB4MDAzMDA1MDEKcGNtMDogICAgIFBhcnNlIGZs YWdzOiAweDAwMDAwMDAyCnBjbTA6ICAgICAgIEN0bCBmbGFnczogMHgwMDAwMDAwMApwY20wOiAg ICAgY29ubmVjdGlvbnM6IDIKcGNtMDogICAgICAgICAgIHwKcGNtMDogICAgICAgICAgICsgPC0g bmlkPTIwIFtwaW46IGxpbmUgaW4gKGphY2spXSAoc2VsZWN0ZWQpCnBjbTA6ICAgICAgICAgICB8 CnBjbTA6ICAgICAgICAgICArIDwtIG5pZD0yMSBbcGluOiBNaWMgaW4gKGphY2spXQpwY20wOiAK cGNtMDogICAgICAgICAgICAgbmlkOiAyOCBbQU5BTE9HXQpwY20wOiAgICAgICAgICAgIG5hbWU6 IGF1ZGlvIG91dHB1dApwY20wOiAgICAgIHdpZGdldF9jYXA6IDB4MDAwMDA0MWQKcGNtMDogICAg IFBhcnNlIGZsYWdzOiAweDAwMDAwMDAwCnBjbTA6ICAgICAgIEN0bCBmbGFnczogMHgwMDAwMDAw MApwY20wOiAgICAgIFN0cmVhbSBjYXA6IDB4MDAwMDAwMDEKcGNtMDogICAgICAgICAgRm9ybWF0 OiBQQ00KcGNtMDogICAgICAgICBQQ00gY2FwOiAweDAwMDIwMDQwCnBjbTA6ICAgICAgICBQQ00g c2l6ZTogMTYKcGNtMDogICAgICAgIFBDTSByYXRlOiA0NCA0OApwY20wOiAgICAgIE91dHB1dCBh bXA6IDB4ODAwNTFlMTcKcGNtMDogICAgICAgICAgICAgICAgICBtdXRlPTEgc3RlcD0zMCBzaXpl PTUgb2Zmc2V0PTIzCnBjbTA6ICAgICBjb25uZWN0aW9uczogMApwY20wOiAKcGNtMDogICAgICAg ICAgICAgbmlkOiAyOSBbQU5BTE9HXQpwY20wOiAgICAgICAgICAgIG5hbWU6IHBpbjogc3BlYWtl ciAoZml4ZWQpCnBjbTA6ICAgICAgd2lkZ2V0X2NhcDogMHgwMDQwMDU4ZApwY20wOiAgICAgUGFy c2UgZmxhZ3M6IDB4MDAwMDAwMDEKcGNtMDogICAgICAgQ3RsIGZsYWdzOiAweDAwMDAwMDAwCnBj bTA6ICAgICAgICAgUGluIGNhcDogMHgwMDAwMDMxNApwY20wOiAgICAgICAgICAgICAgICAgIE9V VCA6IFVOU09MCnBjbTA6ICAgICAgUGluIGNvbmZpZzogMHg5MDEwMDExMgpwY20wOiAgICAgUGlu IGNvbnRyb2w6IDB4MDAwMDAwNDAgT1VUCnBjbTA6ICAgICAgT3V0cHV0IGFtcDogMHg4MDA1MWUx ZgpwY20wOiAgICAgICAgICAgICAgICAgIG11dGU9MSBzdGVwPTMwIHNpemU9NSBvZmZzZXQ9MzEK cGNtMDogICAgIGNvbm5lY3Rpb25zOiAzCnBjbTA6ICAgICAgICAgICB8CnBjbTA6ICAgICAgICAg ICArIDwtIG5pZD0yOCBbYXVkaW8gb3V0cHV0XQpwY20wOiAgICAgICAgICAgfApwY20wOiAgICAg ICAgICAgKyA8LSBuaWQ9MjUgW2F1ZGlvIG1peGVyXSAoc2VsZWN0ZWQpCnBjbTA6ICAgICAgICAg ICB8CnBjbTA6ICAgICAgICAgICArIDwtIG5pZD0yMiBbcGluOiBDRCAoZml4ZWQpXQpwY20wOiAK cGNtMDogICAgICAgICAgICAgbmlkOiAzMCBbQU5BTE9HXQpwY20wOiAgICAgICAgICAgIG5hbWU6 IHZlbmRvciB3aWRnZXQKcGNtMDogICAgICB3aWRnZXRfY2FwOiAweDAwZjAwMDAwCnBjbTA6ICAg ICBQYXJzZSBmbGFnczogMHgwMDAwMDAwMApwY20wOiAgICAgICBDdGwgZmxhZ3M6IDB4MDAwMDAw MDAKcGNtMDogICAgIGNvbm5lY3Rpb25zOiAwCnBjbTA6IApwY20wOiArLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tKwpwY20wOiB8IERVTVBJTkcgSERBIEFNUExJRklFUlMgfApwY20wOiArLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tKwpwY20wOiAKcGNtMDogICAxOiBuaWQ9MTYgZGlyPTB4MSBpbmRl eD0wIG9zc21hc2s9MHgwMDAwMDAxMSBvc3NkZXY9NApwY20wOiAgIDI6IG5pZD0xOCBkaXI9MHgy IGluZGV4PTAgb3NzbWFzaz0weDAwMDAwODAwIG9zc2Rldj0wCnBjbTA6ICAgMzogbmlkPTE5IGRp cj0weDEgaW5kZXg9MCBvc3NtYXNrPTB4MDAwMDAwMDAgb3NzZGV2PTAKcGNtMDogICA0OiBuaWQ9 MjAgZGlyPTB4MSBpbmRleD0wIG9zc21hc2s9MHgwMDAwMDAwMCBvc3NkZXY9MApwY20wOiAgIDU6 IG5pZD0yMSBkaXI9MHgxIGluZGV4PTAgb3NzbWFzaz0weDAwMDAwMDAwIG9zc2Rldj0wCnBjbTA6 ICAgNjogbmlkPTI1IGNuaWQ9MTYgZGlyPTB4MiBpbmRleD0wIG9zc21hc2s9MHgwMDAwMDAxMSBv c3NkZXY9NApwY20wOiAgIDc6IG5pZD0yNSBjbmlkPTI3IGRpcj0weDIgaW5kZXg9MSBvc3NtYXNr PTB4MDAwMDAwMDAgb3NzZGV2PTAKcGNtMDogICA4OiBuaWQ9MjUgY25pZD0yNiBkaXI9MHgyIGlu ZGV4PTIgb3NzbWFzaz0weDAwMDAwMDAwIG9zc2Rldj0wCnBjbTA6ICAgOTogbmlkPTI1IGNuaWQ9 MjIgZGlyPTB4MiBpbmRleD0zIG9zc21hc2s9MHgwMDAwMDEwMSBvc3NkZXY9OApwY20wOiAgMTA6 IG5pZD0yNiBkaXI9MHgxIGluZGV4PTAgb3NzbWFzaz0weDAwMDAwMDgxIG9zc2Rldj03CnBjbTA6 ICAxMTogbmlkPTI4IGRpcj0weDEgaW5kZXg9MCBvc3NtYXNrPTB4MDAwMDAwMDAgb3NzZGV2PTAK cGNtMDogIDEyOiBuaWQ9MjkgZGlyPTB4MSBpbmRleD0wIG9zc21hc2s9MHgwMDAwMDAwMCBvc3Nk ZXY9MApwY20wOiAKcGNtMDogKy0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tKwpw Y20wOiB8IERVTVBJTkcgSERBIEFVRElPL1ZPTFVNRSBDT05UUk9MUyB8CnBjbTA6ICstLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSsKcGNtMDogCnBjbTA6IE1hc3RlciBWb2x1bWUg KE9TUzogdm9sKQpwY20wOiAgICB8CnBjbTA6ICAgICstICBuaWQ6IDE2IGluZGV4OiAgMCAgICAg ICAgICAgbXV0ZTogMSBzdGVwOiAgMzAgc2l6ZTogICA1IG9mZjogIDIzIGRpcj0weDEgb3NzbWFz az0weDAwMDAwMDExCnBjbTA6ICAgIHwKcGNtMDogICAgKy0gIG5pZDogMjUgaW5kZXg6ICAwIChu aWQ6IDE2KSBtdXRlOiAxIHN0ZXA6ICAzMCBzaXplOiAgIDUgb2ZmOiAgMjMgZGlyPTB4MiBvc3Nt YXNrPTB4MDAwMDAwMTEKcGNtMDogICAgfApwY20wOiAgICArLSAgbmlkOiAyNSBpbmRleDogIDMg KG5pZDogMjIpIG11dGU6IDEgc3RlcDogIDMwIHNpemU6ICAgNSBvZmY6ICAyMyBkaXI9MHgyIG9z c21hc2s9MHgwMDAwMDEwMQpwY20wOiAgICB8CnBjbTA6ICAgICstICBuaWQ6IDI2IGluZGV4OiAg MCAgICAgICAgICAgbXV0ZTogMCBzdGVwOiAgIDMgc2l6ZTogIDMxIG9mZjogICAwIGRpcj0weDEg b3NzbWFzaz0weDAwMDAwMDgxCnBjbTA6IApwY20wOiBQQ00gVm9sdW1lIChPU1M6IHBjbSkKcGNt MDogICAgfApwY20wOiAgICArLSAgbmlkOiAxNiBpbmRleDogIDAgICAgICAgICAgIG11dGU6IDEg c3RlcDogIDMwIHNpemU6ICAgNSBvZmY6ICAyMyBkaXI9MHgxIG9zc21hc2s9MHgwMDAwMDAxMQpw Y20wOiAgICB8CnBjbTA6ICAgICstICBuaWQ6IDI1IGluZGV4OiAgMCAobmlkOiAxNikgbXV0ZTog MSBzdGVwOiAgMzAgc2l6ZTogICA1IG9mZjogIDIzIGRpcj0weDIgb3NzbWFzaz0weDAwMDAwMDEx CnBjbTA6IApwY20wOiBDRCBWb2x1bWUgKE9TUzogY2QpCnBjbTA6ICAgIHwKcGNtMDogICAgKy0g IG5pZDogMjUgaW5kZXg6ICAzIChuaWQ6IDIyKSBtdXRlOiAxIHN0ZXA6ICAzMCBzaXplOiAgIDUg b2ZmOiAgMjMgZGlyPTB4MiBvc3NtYXNrPTB4MDAwMDAxMDEKcGNtMDogCnBjbTA6IE1pY3JvcGhv bmUgVm9sdW1lIChPU1M6IG1pYykKcGNtMDogICAgfApwY20wOiAgICArLSAgbmlkOiAyNiBpbmRl eDogIDAgICAgICAgICAgIG11dGU6IDAgc3RlcDogICAzIHNpemU6ICAzMSBvZmY6ICAgMCBkaXI9 MHgxIG9zc21hc2s9MHgwMDAwMDA4MQpwY20wOiAKcGNtMDogUmVjb3JkaW5nIExldmVsIChPU1M6 IHJlYykKcGNtMDogICAgfApwY20wOiAgICArLSAgbmlkOiAxOCBpbmRleDogIDAgICAgICAgICAg IG11dGU6IDEgc3RlcDogIDE0IHNpemU6ICAgNSBvZmY6ICAgMCBkaXI9MHgyIG9zc21hc2s9MHgw MDAwMDgwMApwY20wOiAKcGNtMDogUmVjb3JkaW5nIHNvdXJjZXM6CnBjbTA6IApwY20wOiAgICAg bmlkPTE4IFthdWRpbyBpbnB1dF0KcGNtMDogICAgICAgfApwY20wOiAgICAgICArIDwtIG5pZD0y NSBbYXVkaW8gbWl4ZXJdIFtyZWNzcmM6IHZvbCwgcGNtLCBtaWMsIGNkXQpwY20wOiAgICAgICB8 CnBjbTA6ICAgICAgICsgPC0gbmlkPTIwIFtwaW46IGxpbmUgaW4gKGphY2spXQpwY20wOiAgICAg ICB8CnBjbTA6ICAgICAgICsgPC0gbmlkPTIxIFtwaW46IE1pYyBpbiAoamFjayldIFtyZWNzcmM6 IHZvbCwgbWljXQpwY20wOiAgICAgICB8CnBjbTA6ICAgICAgICsgPC0gbmlkPTI2IFthdWRpbyBz ZWxlY3Rvcl0gW3JlY3NyYzogdm9sLCBtaWNdCnBjbTA6ICAgICAgIHwKcGNtMDogICAgICAgKyA8 LSBuaWQ9MjIgW3BpbjogQ0QgKGZpeGVkKV0gW3JlY3NyYzogdm9sLCBjZF0KcGNtMDogICAgICAg fApwY20wOiAgICAgICArIDwtIG5pZD0xNiBbYXVkaW8gb3V0cHV0XSBbcmVjc3JjOiB2b2wsIHBj bV0KcGNtMDogCnBjbTA6ICstLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSsK cGNtMDogfCBEVU1QSU5HIFBDTSBQbGF5YmFjay9SZWNvcmQgQ2hhbm5lbHMgfApwY20wOiArLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0rCnBjbTA6IApwY20wOiAgICBQQ00g UGxheWJhY2s6IDEKcGNtMDogICAgICBTdHJlYW0gY2FwOiAweDAwMDAwMDAxCnBjbTA6ICAgICAg ICAgIEZvcm1hdDogUENNCnBjbTA6ICAgICAgICAgUENNIGNhcDogMHgwMDAyMDA0MApwY20wOiAg ICAgICAgUENNIHNpemU6IDE2CnBjbTA6ICAgICAgICBQQ00gcmF0ZTogNDQgNDgKcGNtMDogICAg ICAgICAgICAgREFDOiAxNiAtMQpwY20wOiAKcGNtMDogICAgICBQQ00gUmVjb3JkOiAxCnBjbTA6 ICAgICAgU3RyZWFtIGNhcDogMHgwMDAwMDAwMQpwY20wOiAgICAgICAgICBGb3JtYXQ6IFBDTQpw Y20wOiAgICAgICAgIFBDTSBjYXA6IDB4MDAwMjAwNDAKcGNtMDogICAgICAgIFBDTSBzaXplOiAx NgpwY20wOiAgICAgICAgUENNIHJhdGU6IDQ0IDQ4CnBjbTA6ICAgICAgICAgICAgIEFEQzogMTgg LTEK ------=_20061001065010_89306-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 11:29:18 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 367CC16A403; Sun, 1 Oct 2006 11:29:18 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E94543D46; Sun, 1 Oct 2006 11:29:17 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k91BTF0S068696; Sun, 1 Oct 2006 11:29:16 GMT (envelope-from ariff@FreeBSD.org) Date: Sun, 1 Oct 2006 19:27:28 +0800 From: Ariff Abdullah To: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org Message-Id: <20061001192728.0cc7cdf6.ariff@FreeBSD.org> In-Reply-To: <200610011113.k91BD09L005884@repoman.freebsd.org> References: <200610011113.k91BD09L005884@repoman.freebsd.org> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sun__1_Oct_2006_19_27_28_+0800_8p5RGTU+CkE7S6/6" Cc: Subject: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 11:29:18 -0000 --Signature=_Sun__1_Oct_2006_19_27_28_+0800_8p5RGTU+CkE7S6/6 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've just committed support for Intel (and compatible) High Definition Audio (Controller). Please give it a good punch. For RELENG_6 users, you're left with http://people.freebsd.org/~ariff/test/hda_releng6.diff. The rest 6.1-RELEASE mostly, or simply because you're too lazy to apply the patch, I've provided binary kmod for both i386 and amd64, found at http://people.freebsd.org/~ariff/HDA/kmod/ . Get _BOTH_ sound.ko and snd_hda.ko, no question about it. Welcome To HDA. On Sun, 1 Oct 2006 11:13:00 +0000 (UTC) Ariff Abdullah wrote: > ariff 2006-10-01 11:13:00 UTC >=20 > FreeBSD src repository >=20 > Added files: > sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h=20 > hdac_reg.h=20 > sys/modules/sound/driver/hda Makefile=20 > Log: > Add support for Intel High Definition Audio Controller. > =20 > This driver make a special guarantee that "playback" works > on majority hardwares with minimal or without specific vendor > quirk. > =20 > This driver is a product of collaborative effort made by: > =20 > Stephane E. Potvin > Andrea Bittau > Wesley Morgan > Daniel Eischen > Maxime Guillaud > Ariff Abdullah > =20 > ....and various people from freebsd-multimedia@FreeBSD.org > =20 > Refer to snd_hda(4) for features and issues. > =20 > Welcome To HDA. > =20 > Sponsored by: Defenxis Sdn. Bhd. > =20 > Revision Changes Path > 1.1 +1226 -0 src/sys/dev/sound/pci/hda/hda_reg.h (new) > 1.1 +4584 -0 src/sys/dev/sound/pci/hda/hdac.c (new) > 1.1 +69 -0 src/sys/dev/sound/pci/hda/hdac.h (new) > 1.1 +335 -0 src/sys/dev/sound/pci/hda/hdac_private.h > (new) 1.1 +266 -0 src/sys/dev/sound/pci/hda/hdac_reg.h > (new) 1.1 +9 -0 =20 > src/sys/modules/sound/driver/hda/Makefile (new) >=20 -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Sun__1_Oct_2006_19_27_28_+0800_8p5RGTU+CkE7S6/6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFH6Yjlr+deMUwTNoRAtAmAJwObJUiGku607iNeNNd45WOMi0l3wCfRQWT EIwwZ35OZR9HZ2mvegeqjSQ= =a/VN -----END PGP SIGNATURE----- --Signature=_Sun__1_Oct_2006_19_27_28_+0800_8p5RGTU+CkE7S6/6-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 14:10:13 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6539B16A403; Sun, 1 Oct 2006 14:10:13 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0377E43D46; Sun, 1 Oct 2006 14:10:13 +0000 (GMT) (envelope-from alex.kovalenko@verizon.net) Received: from RabbitsDen ([70.21.206.89]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J6G005GNNCXTXR7@vms046.mailsrvcs.net>; Sun, 01 Oct 2006 09:10:10 -0500 (CDT) Date: Sun, 01 Oct 2006 10:10:02 -0400 From: "Alexandre \"Sunny\" Kovalenko" In-reply-to: <20061001192728.0cc7cdf6.ariff@FreeBSD.org> To: Ariff Abdullah Message-id: <1159711802.919.7.camel@RabbitsDen.RabbitsLawn.verizon.net> MIME-version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 14:10:13 -0000 On Sun, 2006-10-01 at 19:27 +0800, Ariff Abdullah wrote: > I've just committed support for Intel (and compatible) > High Definition Audio (Controller). Please give it a good punch. > > For RELENG_6 users, you're left with > http://people.freebsd.org/~ariff/test/hda_releng6.diff. > > The rest 6.1-RELEASE mostly, or simply because you're too lazy to > apply the patch, I've provided binary kmod for both i386 and amd64, > found at http://people.freebsd.org/~ariff/HDA/kmod/ . Get _BOTH_ > sound.ko and snd_hda.ko, no question about it. > > > Welcome To HDA. > > On Sun, 1 Oct 2006 11:13:00 +0000 (UTC) > Ariff Abdullah wrote: > > ariff 2006-10-01 11:13:00 UTC > > > > FreeBSD src repository > > > > Added files: > > sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h > > hdac_reg.h > > sys/modules/sound/driver/hda Makefile > > Log: > > Add support for Intel High Definition Audio Controller. > > > > This driver make a special guarantee that "playback" works > > on majority hardwares with minimal or without specific vendor > > quirk. > > > > This driver is a product of collaborative effort made by: > > > > Stephane E. Potvin > > Andrea Bittau > > Wesley Morgan > > Daniel Eischen > > Maxime Guillaud > > Ariff Abdullah > > > > ....and various people from freebsd-multimedia@FreeBSD.org > > > > Refer to snd_hda(4) for features and issues. > > > > Welcome To HDA. > > > > Sponsored by: Defenxis Sdn. Bhd. > > > > Revision Changes Path > > 1.1 +1226 -0 src/sys/dev/sound/pci/hda/hda_reg.h (new) > > 1.1 +4584 -0 src/sys/dev/sound/pci/hda/hdac.c (new) > > 1.1 +69 -0 src/sys/dev/sound/pci/hda/hdac.h (new) > > 1.1 +335 -0 src/sys/dev/sound/pci/hda/hdac_private.h > > (new) 1.1 +266 -0 src/sys/dev/sound/pci/hda/hdac_reg.h > > (new) 1.1 +9 -0 > > src/sys/modules/sound/driver/hda/Makefile (new) > > > > > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ Success ------- Hardware/chipset: IBM^H^H^HLenovo ThinkPad X60 (1709-73U) http://www.pc.ibm.com/us/notebooks/thinkpad/x-series/xseries_byo_x60.html Playback: Works flawlessly Recording: Works flawlessly Specific Issues: None. Haven't got an analog CD or any kind of optical drive though. Special request: Please forgive me for not being too helpful. Verbose dmesg: pcm0: mem 0xee240000-0xee243fff irq 17 at device 27.0 on pci0 pcm0: pcm0: Thank you very much for great work. -- Alexandre "Sunny" Kovalenko (Олександр Коваленко) From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 14:26:43 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DD6F16A412 for ; Sun, 1 Oct 2006 14:26:43 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3943C43D49; Sun, 1 Oct 2006 14:26:43 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k91EQexS086265; Sun, 1 Oct 2006 14:26:42 GMT (envelope-from ariff@FreeBSD.org) Date: Sun, 1 Oct 2006 22:24:54 +0800 From: Ariff Abdullah To: "Alexandre \"Sunny\" Kovalenko" Message-Id: <20061001222454.6e859135.ariff@FreeBSD.org> In-Reply-To: <1159711802.919.7.camel@RabbitsDen.RabbitsLawn.verizon.net> References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> <1159711802.919.7.camel@RabbitsDen.RabbitsLawn.verizon.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sun__1_Oct_2006_22_24_54_+0800_rHp7lJjgxWrkKdcr" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 14:26:43 -0000 --Signature=_Sun__1_Oct_2006_22_24_54_+0800_rHp7lJjgxWrkKdcr Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 01 Oct 2006 10:10:02 -0400 "Alexandre \"Sunny\" Kovalenko" wrote: >=20 > Success > ------- > Hardware/chipset: IBM^H^H^HLenovo ThinkPad X60 (1709-73U) > =20 > http://www.pc.ibm.com/us/notebooks/thinkpad/x-series/xseries_byo_x60.html >=20 > Playback: Works flawlessly > Recording: Works flawlessly > Specific Issues: None. Haven't got an analog CD or any kind of > optical > drive though. > Special request: Please forgive me for not being too helpful. Hey, don't worry. I'm more than happy to know that everything works as expected :) Have fun. > Verbose dmesg: > pcm0: Controller> > mem 0xee240000-0xee243fff irq 17 at device 27.0 on pci0 > pcm0: > pcm0: >=20 > Thank you very much for great work. >=20 -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Sun__1_Oct_2006_22_24_54_+0800_rHp7lJjgxWrkKdcr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFH8+4lr+deMUwTNoRAvgJAJ0aLfl3NjHQviOlbKm4SYjtpWu2uwCg25oR sua+OLkgAV8O3XfTKuUoJ6M= =6QCR -----END PGP SIGNATURE----- --Signature=_Sun__1_Oct_2006_22_24_54_+0800_rHp7lJjgxWrkKdcr-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 16:08:36 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FBC916A407; Sun, 1 Oct 2006 16:08:36 +0000 (UTC) (envelope-from creep@desk.pl) Received: from hera.desk.pl (ip321.dc.desk.pl [194.50.83.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0E743D46; Sun, 1 Oct 2006 16:08:35 +0000 (GMT) (envelope-from creep@desk.pl) Received: from localhost (hera.local [127.0.0.1]) by hera.desk.pl (Postfix) with ESMTP id 2208675C37F; Sun, 1 Oct 2006 18:08:25 +0200 (CEST) Received: from hera.desk.pl ([127.0.0.1]) by localhost (hera [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13198-08; Sun, 1 Oct 2006 18:08:22 +0200 (CEST) Received: from [10.6.14.1] (sifr.dembego6.waw.pl [89.171.73.18]) by hera.desk.pl (Postfix) with ESMTP id E840F75C36E; Sun, 1 Oct 2006 18:08:21 +0200 (CEST) Message-ID: <451FE7F4.8020907@desk.pl> Date: Sun, 01 Oct 2006 18:08:20 +0200 From: Marcin Koziej User-Agent: Thunderbird 1.5.0.5 (X11/20060904) MIME-Version: 1.0 To: freebsd-stable@freebsd.org, freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: Skaner Antywirusowy DESK.pl Cc: Subject: vmstat -i output after solving snd problems. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 16:08:36 -0000 Hello, I use FreeBSD STABLE on Acer Aspire 1525, with VIA K8M400 chipset and VIA1612A on-motherboard sound card. I've beet tracing STABLE from some time ago, and at some point of 5.X series my sound started to be distorted (clicks, lags, metallic sounds) in a random manner, with distortions correlated with network/disk activity. (This was reported before -- kern/81599, and some posts here and there) After setting hint.pcm.0.buffersize to a bigger value and applying patches from http://people.freebsd.org/~ariff/ (BTW: contrary to the message there, these don't seem to be MFC'ed (?)) the sound distortions were completely simultaneous with network activity. Neither CPU load (and acpi_perf changing the cpu speed) nor high disk i/o (unpacking sources, making /usr/libexec/locate.updatedb) affected the sound, but only as I entered IRC or openned some pages in a browser I did hear clicks and lags. Apparently the reason was pcm0 and re0 (Ethernet card) sharing one irq. By setting a different IRQ for some of devices in BIOS and turning off APIC, I got a new irq layout which gives pcm0 an exclusive IRQ. I rejoiced, because the sound is perfect now. However, I have few questions: 1) Is turning off APIC a disadvantage? (I have read the wikipedia page on IO-APIC and I the machine is uniprocessor) Will it bring my performance down? Or do other scary things to me? Maybe there is a better way to force different IRQ layout. 2) vmstat -i now shows: interrupt total rate irq0: clk 6824889 968 irq1: atkbd0 13103 1 irq4: sio0 2 0 irq7: ppc0 71 0 irq8: rtc 890176 126 irq9: nvidia0 cbb* 464262 65 irq10: cbb0 uhci1* 3 0 irq11: ndis0 re0+ 130633 18 irq12: psm0 597273 84 irq14: ata0 118892 16 irq15: ata1 74 0 Total 9039378 1283 Does it look normal? What do '*' and '+' after device names mean? I couldn't find this information in man vmstat, google or even quich grep through vmstat.c. What am I missing? Is there something to be worried about this? Thank's for Your time and sorry for crossposting to -multimedia@ (some people searching it might (?) find this post helpful). Regards, m. From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 17:22:10 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A21C16A403; Sun, 1 Oct 2006 17:22:10 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57CBB43D5E; Sun, 1 Oct 2006 17:22:08 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan [127.0.0.1]) by aldan.algebra.com (8.13.8/8.13.7) with ESMTP id k91HM7eg071768 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Oct 2006 13:22:07 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.13.8/8.13.7/Submit) id k91HM7u4071767; Sun, 1 Oct 2006 13:22:07 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: Anders Nordby Date: Sun, 1 Oct 2006 13:22:06 -0400 User-Agent: KMail/1.9.1 References: <200609271445.32223.mi+mx@aldan.algebra.com> <20060927203427.GA36786@totem.fix.no> In-Reply-To: <20060927203427.GA36786@totem.fix.no> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: multimedia@freebsd.org Subject: Re: Video-editing on FreeBSD? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 17:22:10 -0000 On Wednesday 27 September 2006 16:34, Anders Nordby wrote: = For grabbing DV through FireWire, use the FreeBSD built-in program = fwcontrol(8). Does not work -- same symptomps as described in: http://lists.freebsd.org/pipermail/freebsd-firewire/2005-September/000384.html (except the format is 0x20 in my case, whereas Erik's Canon was giving 0x1e). Considering that his posting is unanswered for over a year now and the problem remains unsolved, the fwcontrol must be an unmaintained piece of software, whose author(s) no longer have interest in it. Indeed, the error comes from a file last edited in 2003... Is there any other way? Thanks! -mi P.S. Having patched fwcontrol as below, I'm able to get the data, but mplayer plays it as garbage and file(1) identifies it as merely "data". It is supposed to be Sony's HDV (16:9)... --- fwdv.c 17 Apr 2003 03:38:03 -0000 1.5 +++ fwdv.c 1 Oct 2006 17:19:48 -0000 @@ -167,5 +167,5 @@ ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */ if (ciph->fmt != CIP_FMT_DVCR) - errx(1, "unknown format 0x%x", ciph->fmt); + warnx("unknown format 0x%x", ciph->fmt); ptr = (u_int32_t *) (ciph + 1); /* skip cip header */ #if DEBUG From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 19:10:35 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECE7716A407 for ; Sun, 1 Oct 2006 19:10:35 +0000 (UTC) (envelope-from nullpt@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C2B43D5A for ; Sun, 1 Oct 2006 19:10:34 +0000 (GMT) (envelope-from nullpt@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so406644uge for ; Sun, 01 Oct 2006 12:10:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HxNjJ3e+uB1pQMIZszaTcMcwAS5edUqvemPS0n4H1XZ+4SH6HNdD0J/1efH76xCrHzo1V/anO6zseW6K6OkcVuxftfigZRHWZqvIGrTslJEiFSf6CrUONxjUZA6A8jpm50NpEEasfwjn6//1KxbJRDWIf4Nhh6KgyQlSZugyfUg= Received: by 10.67.117.18 with SMTP id u18mr2154162ugm; Sun, 01 Oct 2006 12:10:33 -0700 (PDT) Received: by 10.66.237.20 with HTTP; Sun, 1 Oct 2006 12:10:33 -0700 (PDT) Message-ID: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> Date: Sun, 1 Oct 2006 20:10:33 +0100 From: "Alexandre Vieira" To: freebsd-questions@freebsd.org, freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 19:10:36 -0000 Hello folks, I'm having some troubles setting up my freebsd workstation. blackpearl# vmstat -i interrupt total rate irq1: atkbd0 1248 3 irq9: acpi0 720 1 irq12: psm0 4614 12 irq14: ata0 45465 123 irq16: pcm0 rl0++ 369 1 cpu0: timer 733657 1993 Total 786073 2136 blackpearl# I recently got sound in my laptop trough the recent snd_hda(4) driver by Ariff. Whenevr artds (our anything else opens the device) I get a panic fatal trap 19 (non-maskable interrupt trap while in kernel mode). What info do I need to submit in order to investigate this issue? Regards, -- Alexandre Vieira - nullpt@gmail.com From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 19:33:45 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35C3B16A415; Sun, 1 Oct 2006 19:33:45 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34FAA43D64; Sun, 1 Oct 2006 19:33:42 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k91JXd1r014478; Sun, 1 Oct 2006 19:33:40 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 2 Oct 2006 03:31:53 +0800 From: Ariff Abdullah To: "Alexandre Vieira" Message-Id: <20061002033153.12e66f84.ariff@FreeBSD.org> In-Reply-To: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__2_Oct_2006_03_31_53_+0800_0pGAtDcxiUSK3Ajg" Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 19:33:45 -0000 --Signature=_Mon__2_Oct_2006_03_31_53_+0800_0pGAtDcxiUSK3Ajg Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [CC: current@ as this issue related with the current state of -current] On Sun, 1 Oct 2006 20:10:33 +0100 "Alexandre Vieira" wrote: > Hello folks, >=20 > I'm having some troubles setting up my freebsd workstation. >=20 > blackpearl# vmstat -i > interrupt total rate > irq1: atkbd0 1248 3 > irq9: acpi0 720 1 > irq12: psm0 4614 12 > irq14: ata0 45465 123 > irq16: pcm0 rl0++ 369 1 > cpu0: timer 733657 1993 > Total 786073 2136 > blackpearl# >=20 > I recently got sound in my laptop trough the recent snd_hda(4) > driver by Ariff. >=20 > Whenevr artds (our anything else opens the device) I get a panic > fatal trap 19 (non-maskable interrupt trap while in kernel mode). >=20 > What info do I need to submit in order to investigate this issue? >=20 I thought yours works flawlessly? I can't tell. The origin of the problem is probably somewhere else :( . Perhaps output of the crashdump and backtrace would help us to investigate the issue. Please update to the latest -current since snd_hda is already part of the -current build process. Besides, read /usr/src/UPDATING for latest breaking news. By the way, please fetch http://people.freebsd.org/~ariff/test/hdac.c and put it into sys/dev/sound/pci/hda/ , rebuild, etc. Stay in plain console (no X) while try to play something, perhaps using mpg123/mplayer etc. Few people reported simmilar issue which cannot be reproduced after staying out of X/KDE while abusing sound playback through plain console. -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__2_Oct_2006_03_31_53_+0800_0pGAtDcxiUSK3Ajg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFIBerlr+deMUwTNoRAofIAJ9jf4BWK9BbdJyigBOL/Tm+wPTh+ACghzeG GOspL5OOqxMj552ahF1seZw= =urr6 -----END PGP SIGNATURE----- --Signature=_Mon__2_Oct_2006_03_31_53_+0800_0pGAtDcxiUSK3Ajg-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 19:43:23 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6C4E16A5E2 for ; Sun, 1 Oct 2006 19:43:23 +0000 (UTC) (envelope-from nullpt@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D9743D6B for ; Sun, 1 Oct 2006 19:42:55 +0000 (GMT) (envelope-from nullpt@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so408217uge for ; Sun, 01 Oct 2006 12:42:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=SenHf5V5towdgngIE7FsFpGJ1XpcB+cwojUeq276ymEOIsxNQx4I58xQiiEVJjTIRE43HKv/jdasjtdx3BCi3NIhWQYbQ5T8B26fUqtCuRCJsrJlMsrcrHrQ4B3o2jz9/NYaae1rGjINoFhV/EzRTduQWb0pvonjJpNu2h4BPPo= Received: by 10.67.117.18 with SMTP id u18mr2173225ugm; Sun, 01 Oct 2006 12:42:54 -0700 (PDT) Received: by 10.66.237.20 with HTTP; Sun, 1 Oct 2006 12:42:54 -0700 (PDT) Message-ID: <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> Date: Sun, 1 Oct 2006 20:42:54 +0100 From: "Alexandre Vieira" To: freebsd-multimedia@freebsd.org, freebsd-current@freebsd.org, freebsd-questions@freebsd.org In-Reply-To: <20061002033153.12e66f84.ariff@FreeBSD.org> MIME-Version: 1.0 References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <20061002033153.12e66f84.ariff@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 19:43:23 -0000 On 10/1/06, Ariff Abdullah wrote: > > [CC: current@ as this issue related with the current state of > -current] > > On Sun, 1 Oct 2006 20:10:33 +0100 > "Alexandre Vieira" wrote: > > Hello folks, > > > > I'm having some troubles setting up my freebsd workstation. > > > > blackpearl# vmstat -i > > interrupt total rate > > irq1: atkbd0 1248 3 > > irq9: acpi0 720 1 > > irq12: psm0 4614 12 > > irq14: ata0 45465 123 > > irq16: pcm0 rl0++ 369 1 > > cpu0: timer 733657 1993 > > Total 786073 2136 > > blackpearl# > > > > I recently got sound in my laptop trough the recent snd_hda(4) > > driver by Ariff. > > > > Whenevr artds (our anything else opens the device) I get a panic > > fatal trap 19 (non-maskable interrupt trap while in kernel mode). > > > > What info do I need to submit in order to investigate this issue? > > > > I thought yours works flawlessly? > > I can't tell. The origin of the problem is probably somewhere else :( > . Perhaps output of the crashdump and backtrace would help us to > investigate the issue. > > Please update to the latest -current since snd_hda is already part of > the -current build process. Besides, read /usr/src/UPDATING for latest > breaking news. > > By the way, please fetch http://people.freebsd.org/~ariff/test/hdac.c > and put it into sys/dev/sound/pci/hda/ , rebuild, etc. Stay in plain > console (no X) while try to play something, perhaps using > mpg123/mplayer etc. Few people reported simmilar issue which cannot > be reproduced after staying out of X/KDE while abusing sound playback > through plain console. > > > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ > > > Hello, I'm sorry, forgot to add an important info. I'm now testing stuff in 6.2-PRERELEASE. I don't know if I did anything that different but I didn't see this happening in -CURRENT. I've made a simple test with mpg123. Played a mp3 file really fine without panicing.. what does artsd do that would cause the panic? Maybe I can't stress this as much as artsd? Regards, -- Alexandre Vieira - nullpt@gmail.com From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 19:52:33 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC9E816A407 for ; Sun, 1 Oct 2006 19:52:33 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16CB643D79 for ; Sun, 1 Oct 2006 19:52:32 +0000 (GMT) (envelope-from amistry@am-productions.biz) Received: from [192.168.1.100] (cpe-24-210-75-119.columbus.res.rr.com [24.210.75.119]) (authenticated bits=0) by mail.united-ware.com (8.13.6/8.13.6) with ESMTP id k91K7KPo050172 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Oct 2006 16:07:27 -0400 (EDT) (envelope-from amistry@am-productions.biz) From: Anish Mistry Organization: AM Productions To: freebsd-multimedia@freebsd.org Date: Sun, 1 Oct 2006 15:52:51 -0400 User-Agent: KMail/1.9.1 References: <200609271445.32223.mi+mx@aldan.algebra.com> <20060927203427.GA36786@totem.fix.no> <200610011322.07089@aldan> In-Reply-To: <200610011322.07089@aldan> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1587914.t1aN5FI5AN"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200610011552.52426.amistry@am-productions.biz> X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,MYFREEBSD2, RCVD_IN_NJABL_DUL,SPF_SOFTFAIL autolearn=no version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88.4/1954/Sat Sep 30 19:32:15 2006 on mail.united-ware.com X-Virus-Status: Clean Cc: Mikhail Teterin Subject: Re: Video-editing on FreeBSD? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 19:52:34 -0000 --nextPart1587914.t1aN5FI5AN Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 01 October 2006 13:22, Mikhail Teterin wrote: > On Wednesday 27 September 2006 16:34, Anders Nordby wrote: > =3D For grabbing DV through FireWire, use the FreeBSD built-in > program =3D fwcontrol(8). > > Does not work -- same symptomps as described in: > > http://lists.freebsd.org/pipermail/freebsd-firewire/2005-September/ >000384.html > > (except the format is 0x20 in my case, whereas Erik's Canon was > giving 0x1e). > > Considering that his posting is unanswered for over a year now and > the problem remains unsolved, the fwcontrol must be an unmaintained > piece of software, whose author(s) no longer have interest in it. > Indeed, the error comes from a file last edited in 2003... > > Is there any other way? Thanks! > > -mi > > P.S. Having patched fwcontrol as below, I'm able to get the data, > but mplayer plays it as garbage and file(1) identifies it as merely > "data". It is supposed to be Sony's HDV (16:9)... Does avidemux have any better luck understanding the file? =2D-=20 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --nextPart1587914.t1aN5FI5AN Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBFIByUxqA5ziudZT0RAtSUAKDdB31qL+i9mxChgYvVIhB9PxmPDgCdFStJ hGfUXK1oHtTaVrsMiEcX2Zw= =QuGn -----END PGP SIGNATURE----- --nextPart1587914.t1aN5FI5AN-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 20:13:07 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8BE716A40F; Sun, 1 Oct 2006 20:13:07 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B9D43D73; Sun, 1 Oct 2006 20:13:07 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k91KD4X3017555; Sun, 1 Oct 2006 20:13:05 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 2 Oct 2006 04:11:18 +0800 From: Ariff Abdullah To: "Alexandre Vieira" Message-Id: <20061002041118.1d4b3908.ariff@FreeBSD.org> In-Reply-To: <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <20061002033153.12e66f84.ariff@FreeBSD.org> <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__2_Oct_2006_04_11_18_+0800_ZsJX5L_UJl4ZQNl2" Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 20:13:08 -0000 --Signature=_Mon__2_Oct_2006_04_11_18_+0800_ZsJX5L_UJl4ZQNl2 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [Please avoid freebsd-questions@, for now] On Sun, 1 Oct 2006 20:42:54 +0100 "Alexandre Vieira" wrote: > On 10/1/06, Ariff Abdullah wrote: > > > > [CC: current@ as this issue related with the current state of > > -current] > > > > On Sun, 1 Oct 2006 20:10:33 +0100 > > "Alexandre Vieira" wrote: > > > Hello folks, > > > > > > I'm having some troubles setting up my freebsd workstation. > > > > > > blackpearl# vmstat -i > > > interrupt total rate > > > irq1: atkbd0 1248 3 > > > irq9: acpi0 720 1 > > > irq12: psm0 4614 12 > > > irq14: ata0 45465 123 > > > irq16: pcm0 rl0++ 369 1 > > > cpu0: timer 733657 1993 > > > Total 786073 2136 > > > blackpearl# > > > > > > I recently got sound in my laptop trough the recent snd_hda(4) > > > driver by Ariff. > > > > > > Whenevr artds (our anything else opens the device) I get a panic > > > fatal trap 19 (non-maskable interrupt trap while in kernel > > > mode). > > > > > > What info do I need to submit in order to investigate this > > > issue? > > > > > > > I thought yours works flawlessly? > > > > I can't tell. The origin of the problem is probably somewhere else > > :( . Perhaps output of the crashdump and backtrace would help us > > to investigate the issue. > > > > Please update to the latest -current since snd_hda is already part > > of the -current build process. Besides, read /usr/src/UPDATING for > > latest breaking news. > > > > By the way, please fetch > > http://people.freebsd.org/~ariff/test/hdac.c > > and put it into sys/dev/sound/pci/hda/ , rebuild, etc. Stay in > > plain console (no X) while try to play something, perhaps using > > mpg123/mplayer etc. Few people reported simmilar issue which > > cannot be reproduced after staying out of X/KDE while abusing > > sound playback through plain console. > > > > >=20 > I'm sorry, forgot to add an important info. >=20 > I'm now testing stuff in 6.2-PRERELEASE. I don't know if I did > anything that different but I didn't see this happening in -CURRENT. >=20 What do you mean? Even with simple test like this (below) makes the -CURRENT panic too? > I've made a simple test with mpg123. Played a mp3 file really fine > without panicing.. what does artsd do that would cause the panic? > Maybe I can't stress this as much as artsd? >=20 sysctl hw.snd.pcm0.vchans=3D200 Open as many playback apps as possible So how about artsd+6.2-PRERELEASE ? Simmilar issue has been reported with this combination too, but I'm afraid the real problem is somewhere else, maybe this one: http://lists.freebsd.org/pipermail/cvs-all/2006-October/190629.html Don't hesitate to post your panic backtrace right here. -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__2_Oct_2006_04_11_18_+0800_ZsJX5L_UJl4ZQNl2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFICDolr+deMUwTNoRAj/tAKDRPXVgbU+hbuOo/ChZEmqi+Ih03ACfXfkn 5OBsIzLEbAUUR7FrvPyyLt4= =sZ3u -----END PGP SIGNATURE----- --Signature=_Mon__2_Oct_2006_04_11_18_+0800_ZsJX5L_UJl4ZQNl2-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 20:26:28 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B8516A47E for ; Sun, 1 Oct 2006 20:26:28 +0000 (UTC) (envelope-from nullpt@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F2C43D45 for ; Sun, 1 Oct 2006 20:26:26 +0000 (GMT) (envelope-from nullpt@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so410344uge for ; Sun, 01 Oct 2006 13:26:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lTcRtq1QxPDmo8MiJECIVZk2PqCgJbCOruePdu7OV3rh7kHpRl9I57VvC1ymuBAuFRIb2vwCprg9EaocBAVwPzGn1DFRbW9zKYppahFeXUnKauwM1HufcJ5CSc+CyGUB3fN6OHQdr/GAu5V2OJ82dqxNjvis4Mur53TsyRkoPH8= Received: by 10.66.221.19 with SMTP id t19mr2198563ugg; Sun, 01 Oct 2006 13:26:25 -0700 (PDT) Received: by 10.66.237.20 with HTTP; Sun, 1 Oct 2006 13:26:25 -0700 (PDT) Message-ID: <755cb9fc0610011326u6f478e44o6ff9f2693ebc0623@mail.gmail.com> Date: Sun, 1 Oct 2006 21:26:25 +0100 From: "Alexandre Vieira" To: "Ariff Abdullah" In-Reply-To: <20061002041118.1d4b3908.ariff@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <20061002033153.12e66f84.ariff@FreeBSD.org> <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> <20061002041118.1d4b3908.ariff@FreeBSD.org> Cc: freebsd-multimedia@freebsd.org, freebsd-current@freebsd.org Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 20:26:28 -0000 Hello, I think i didn't explained myself: With 6.2-PRERLEASE I tested mpg123 in the console and it played fine, no problems. When I start kde it will panic with kernel trap 19 being the criminal proc "artsd". If I skip artsd it will run just fine (like now). With -CURRENT I've used KDE also but don't remember if I used artsd in any ocasion. It worked with applications like mplayer or amarok. I could only repro this problem with artsd, everything else works just fine.. Dont think that its related to the link you posted. Also, I haven't crashdumped anything for ages, my kernel has the "makeoptions DEBUG=-g" and I've set dumpdev to my swap device ad03b (/dev/ad0s3b none swap sw 0 0) but this is what I get: Checking for core dump on /dev/ad0s3b... savecore: no dumps found And when it panics I see it saving the stack trace. Anything changed in the stack trace recovery process? Thanks for the help. Regards On 10/1/06, Ariff Abdullah wrote: > [Please avoid freebsd-questions@, for now] > > On Sun, 1 Oct 2006 20:42:54 +0100 > "Alexandre Vieira" wrote: > > On 10/1/06, Ariff Abdullah wrote: > > > > > > [CC: current@ as this issue related with the current state of > > > -current] > > > > > > On Sun, 1 Oct 2006 20:10:33 +0100 > > > "Alexandre Vieira" wrote: > > > > Hello folks, > > > > > > > > I'm having some troubles setting up my freebsd workstation. > > > > > > > > blackpearl# vmstat -i > > > > interrupt total rate > > > > irq1: atkbd0 1248 3 > > > > irq9: acpi0 720 1 > > > > irq12: psm0 4614 12 > > > > irq14: ata0 45465 123 > > > > irq16: pcm0 rl0++ 369 1 > > > > cpu0: timer 733657 1993 > > > > Total 786073 2136 > > > > blackpearl# > > > > > > > > I recently got sound in my laptop trough the recent snd_hda(4) > > > > driver by Ariff. > > > > > > > > Whenevr artds (our anything else opens the device) I get a panic > > > > fatal trap 19 (non-maskable interrupt trap while in kernel > > > > mode). > > > > > > > > What info do I need to submit in order to investigate this > > > > issue? > > > > > > > > > > I thought yours works flawlessly? > > > > > > I can't tell. The origin of the problem is probably somewhere else > > > :( . Perhaps output of the crashdump and backtrace would help us > > > to investigate the issue. > > > > > > Please update to the latest -current since snd_hda is already part > > > of the -current build process. Besides, read /usr/src/UPDATING for > > > latest breaking news. > > > > > > By the way, please fetch > > > http://people.freebsd.org/~ariff/test/hdac.c > > > and put it into sys/dev/sound/pci/hda/ , rebuild, etc. Stay in > > > plain console (no X) while try to play something, perhaps using > > > mpg123/mplayer etc. Few people reported simmilar issue which > > > cannot be reproduced after staying out of X/KDE while abusing > > > sound playback through plain console. > > > > > > > > > > I'm sorry, forgot to add an important info. > > > > I'm now testing stuff in 6.2-PRERELEASE. I don't know if I did > > anything that different but I didn't see this happening in -CURRENT. > > > What do you mean? Even with simple test like this (below) makes the > -CURRENT panic too? > > > I've made a simple test with mpg123. Played a mp3 file really fine > > without panicing.. what does artsd do that would cause the panic? > > Maybe I can't stress this as much as artsd? > > > sysctl hw.snd.pcm0.vchans=200 > > Open as many playback apps as possible > > So how about artsd+6.2-PRERELEASE ? Simmilar issue has been reported > with this combination too, but I'm afraid the real problem is > somewhere else, maybe this one: > > http://lists.freebsd.org/pipermail/cvs-all/2006-October/190629.html > > Don't hesitate to post your panic backtrace right here. > > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ > > -- Alexandre Vieira - nullpt@gmail.com From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 20:47:57 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B482416A40F; Sun, 1 Oct 2006 20:47:57 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2A4143D4C; Sun, 1 Oct 2006 20:47:56 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k91Klsrj021394; Sun, 1 Oct 2006 20:47:55 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 2 Oct 2006 04:46:07 +0800 From: Ariff Abdullah To: "Alexandre Vieira" Message-Id: <20061002044607.4698cdcc.ariff@FreeBSD.org> In-Reply-To: <755cb9fc0610011326u6f478e44o6ff9f2693ebc0623@mail.gmail.com> References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <20061002033153.12e66f84.ariff@FreeBSD.org> <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> <20061002041118.1d4b3908.ariff@FreeBSD.org> <755cb9fc0610011326u6f478e44o6ff9f2693ebc0623@mail.gmail.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__2_Oct_2006_04_46_07_+0800__02P70ThssL6VuLz" Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 20:47:57 -0000 --Signature=_Mon__2_Oct_2006_04_46_07_+0800__02P70ThssL6VuLz Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 1 Oct 2006 21:26:25 +0100 "Alexandre Vieira" wrote: > Hello, >=20 > I think i didn't explained myself: >=20 > With 6.2-PRERLEASE I tested mpg123 in the console and it played > fine, no problems. When I start kde it will panic with kernel trap > 19 being the criminal proc "artsd". If I skip artsd it will run just > fine (like now). >=20 > With -CURRENT I've used KDE also but don't remember if I used artsd > in any ocasion. It worked with applications like mplayer or amarok. >=20 > I could only repro this problem with artsd, everything else works > just fine.. Dont think that its related to the link you posted. >=20 > Also, I haven't crashdumped anything for ages, my kernel has the > "makeoptions DEBUG=3D-g" and I've set dumpdev to my swap device ad03b > (/dev/ad0s3b none swap sw 0 > 0) but this is what I get: >=20 > Checking for core dump on /dev/ad0s3b... > savecore: no dumps found >=20 > And when it panics I see it saving the stack trace. >=20 > Anything changed in the stack trace recovery process? >=20 > Thanks for the help. >=20 Try running artsd while in console and see whether its panicking. Then, play simple .wav file using artsplay. -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__2_Oct_2006_04_46_07_+0800__02P70ThssL6VuLz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFICkSlr+deMUwTNoRAls3AJ9xtWSpK9lGyxraH9ISGX2quz1OlwCcCc+U oEKtToqQ1jmL2Rj+09egGCU= =PP0v -----END PGP SIGNATURE----- --Signature=_Mon__2_Oct_2006_04_46_07_+0800__02P70ThssL6VuLz-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 20:57:13 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB4D016A403 for ; Sun, 1 Oct 2006 20:57:13 +0000 (UTC) (envelope-from rainer.alves@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F43A43D49 for ; Sun, 1 Oct 2006 20:57:12 +0000 (GMT) (envelope-from rainer.alves@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1515977wxd for ; Sun, 01 Oct 2006 13:57:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=PJkyvWF9Q9b4igJjQqMTMr4x7GHq+go7rEyCCD3GCV5NbF/FblEYWr+eFFUw447JVFJiNv2LoFUT8uxoFcamuRa2qP186SEFsrXQW8DZW2oSN5edM6zBRqe47Q5cYPoIl63DSPxQZb4gdDMAVX2haDsaJlbOjlKMpOUC3aPiV0w= Received: by 10.70.117.3 with SMTP id p3mr5354241wxc; Sun, 01 Oct 2006 13:57:11 -0700 (PDT) Received: from ?10.0.0.30? ( [200.96.168.91]) by mx.gmail.com with ESMTP id i12sm8099182wxd.2006.10.01.13.57.10; Sun, 01 Oct 2006 13:57:11 -0700 (PDT) Message-ID: <45202B42.4000902@gmail.com> Date: Sun, 01 Oct 2006 17:55:30 -0300 From: Rainer Alves User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20060915 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Ariff Abdullah References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> In-Reply-To: <20061001192728.0cc7cdf6.ariff@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 20:57:13 -0000 Ariff Abdullah wrote: > I've just committed support for Intel (and compatible) > High Definition Audio (Controller). Please give it a good punch. ... My Thinkpad T42 uses a plain old AC'97 chipset, but I no longer have any sound output after your HDA commit. Sound output was OK up until yesterday's CURRENT. With today's CURRENT, sound is gone, even though the kernel detects my card. [rainer@bsd ~]$ dmesg | grep pcm pcm0: port 0x1c00-0x1cff,0x18c0-0x18ff mem 0xc0000c00-0xc0000dff,0xc0000800-0xc00008ff irq 11 at device 31.5 on pci0 pcm0: [rainer@bsd ~]$ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xc0000c00, 0xc0000800 irq 11 bufsz 16384 (1p/1r/1v channels duplex default) [rainer@bsd ~]$ mixer Mixer vol is currently set to 84:84 Mixer pcm is currently set to 80:80 Mixer line is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer cd is currently set to 75:75 Mixer rec is currently set to 0:0 Mixer igain is currently set to 0:0 Mixer ogain is currently set to 50:50 Mixer line1 is currently set to 75:75 Mixer phin is currently set to 0:0 Mixer phout is currently set to 0:0 Recording source: mic -- Rainer Alves From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 21:04:04 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E4116A417; Sun, 1 Oct 2006 21:04:04 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from aaron.protected-networks.net (aaron.protected-networks.net [202.12.127.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4D643D72; Sun, 1 Oct 2006 21:03:49 +0000 (GMT) (envelope-from imb@protected-networks.net) Received: from localhost (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id 47AABC3B9; Sun, 1 Oct 2006 17:03:49 -0400 (EDT) Received: from [192.168.1.10] (socker.hsd1.ma.comcast.net [24.218.145.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks Certificate Authority" (verified OK)) (Authenticated sender: imb@protected-networks.net) by aaron.protected-networks.net (Postfix) with ESMTP id AC197C375; Sun, 1 Oct 2006 17:03:44 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=Zj0Hwk9vfgYW8sQ7uWX5IZmMS4AIuNfvi2lZq07l7iWJlwuVJDKQAL9LuyK8lv7Qg dW27lZs9LVph+3SNUMOLhz8bziFSS2KzAuKKLXr9TUngYdTenwguGxqhQ6AV3yp Message-ID: <45202D2F.2070203@protected-networks.net> Date: Sun, 01 Oct 2006 17:03:43 -0400 From: Michael Butler User-Agent: Thunderbird 1.5.0.7 (X11/20060917) MIME-Version: 1.0 To: Ariff Abdullah References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <20061002033153.12e66f84.ariff@FreeBSD.org> <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> <20061002041118.1d4b3908.ariff@FreeBSD.org> <755cb9fc0610011326u6f478e44o6ff9f2693ebc0623@mail.gmail.com> <20061002044607.4698cdcc.ariff@FreeBSD.org> In-Reply-To: <20061002044607.4698cdcc.ariff@FreeBSD.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 21:04:04 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ariff Abdullah wrote: > Try running artsd while in console and see whether its panicking. > Then, play simple .wav file using artsplay. Simply starting artsd is enough to kill my laptop yet I can use mpg123 in a konsole window w/o issue, Michael -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFIC0vQv9rrgRC1JIRApYZAKDFWWrImRZkwBgE/gLiO3ePZS34ogCeOv6s RS/7W2nUTdHbTqIL2oV5s9g= =KSnd -----END PGP SIGNATURE----- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 21:11:04 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7495116A4CE for ; Sun, 1 Oct 2006 21:11:04 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401E043DEA; Sun, 1 Oct 2006 21:10:25 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k91LA0Sj022606; Sun, 1 Oct 2006 21:10:01 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 2 Oct 2006 05:08:12 +0800 From: Ariff Abdullah To: Rainer Alves Message-Id: <20061002050812.0044af86.ariff@FreeBSD.org> In-Reply-To: <45202B42.4000902@gmail.com> References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> <45202B42.4000902@gmail.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__2_Oct_2006_05_08_12_+0800_JYWqdRqXLm6uiO51" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 21:11:04 -0000 --Signature=_Mon__2_Oct_2006_05_08_12_+0800_JYWqdRqXLm6uiO51 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 01 Oct 2006 17:55:30 -0300 Rainer Alves wrote: > Ariff Abdullah wrote: > > I've just committed support for Intel (and compatible) > > High Definition Audio (Controller). Please give it a good punch. > ... >=20 > My Thinkpad T42 uses a plain old AC'97 chipset, but I no longer have > any sound output after your HDA commit. > Sound output was OK up until yesterday's CURRENT. With today's > CURRENT, sound is gone, even though the kernel detects my card. >=20 How about setting your "ogain" and "phout" to 100 > [rainer@bsd ~]$ dmesg | grep pcm > pcm0: port 0x1c00-0x1cff,0x18c0-0x18ff mem=20 > 0xc0000c00-0xc0000dff,0xc0000800-0xc00008ff irq 11 at device 31.5 on > pci0 pcm0: >=20 > [rainer@bsd ~]$ cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0xc0000c00, 0xc0000800 irq 11 > bufsz 16384 (1p/1r/1v channels duplex default) >=20 > [rainer@bsd ~]$ mixer > Mixer vol is currently set to 84:84 > Mixer pcm is currently set to 80:80 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 0:0 > Mixer cd is currently set to 75:75 > Mixer rec is currently set to 0:0 > Mixer igain is currently set to 0:0 > Mixer ogain is currently set to 50:50 > Mixer line1 is currently set to 75:75 > Mixer phin is currently set to 0:0 > Mixer phout is currently set to 0:0 > Recording source: mic >=20 > -- > Rainer Alves > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" >=20 -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__2_Oct_2006_05_08_12_+0800_JYWqdRqXLm6uiO51 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFIC5Alr+deMUwTNoRAv7sAJ9vq7jKtJcPpcNhw2wriSlRNXykVgCgunJl CgfzBCe4ImCKj3CTK4SgyOY= =g+H1 -----END PGP SIGNATURE----- --Signature=_Mon__2_Oct_2006_05_08_12_+0800_JYWqdRqXLm6uiO51-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 21:18:05 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4FBF16A40F; Sun, 1 Oct 2006 21:18:05 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F75143D69; Sun, 1 Oct 2006 21:18:05 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k91LI2Fk023201; Sun, 1 Oct 2006 21:18:03 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 2 Oct 2006 05:16:09 +0800 From: Ariff Abdullah To: Michael Butler , "Alexandre Vieira" Message-Id: <20061002051609.301477d4.ariff@FreeBSD.org> In-Reply-To: <45202D2F.2070203@protected-networks.net> References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <20061002033153.12e66f84.ariff@FreeBSD.org> <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> <20061002041118.1d4b3908.ariff@FreeBSD.org> <755cb9fc0610011326u6f478e44o6ff9f2693ebc0623@mail.gmail.com> <20061002044607.4698cdcc.ariff@FreeBSD.org> <45202D2F.2070203@protected-networks.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__2_Oct_2006_05_16_10_+0800__IT=+rj7nSmzbKMD" Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 21:18:06 -0000 --Signature=_Mon__2_Oct_2006_05_16_10_+0800__IT=+rj7nSmzbKMD Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 01 Oct 2006 17:03:43 -0400 Michael Butler wrote: >=20 > Ariff Abdullah wrote: > > Try running artsd while in console and see whether its panicking. > > Then, play simple .wav file using artsplay. >=20 > Simply starting artsd is enough to kill my laptop yet I can use > mpg123 in a konsole window w/o issue, >=20 I cannot reproduce this panic running artsd. artsplay, artsdsp both running fine. I'm using artsd package from ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/6.2-BETA1/packages/audio/ar= ts-1.5.4,1.tbz I guess it is time for both of you to send us panic backtrace. -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__2_Oct_2006_05_16_10_+0800__IT=+rj7nSmzbKMD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFIDAilr+deMUwTNoRAuxbAJoCKm99IMdIv29sAFoaXvzW016ibACglCrp H2aPXmRQfSmbPeA9mshLnOE= =P7Ff -----END PGP SIGNATURE----- --Signature=_Mon__2_Oct_2006_05_16_10_+0800__IT=+rj7nSmzbKMD-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 21:24:45 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EC8A16A403 for ; Sun, 1 Oct 2006 21:24:45 +0000 (UTC) (envelope-from rainer.alves@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB64543D69 for ; Sun, 1 Oct 2006 21:24:27 +0000 (GMT) (envelope-from rainer.alves@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1521059wxd for ; Sun, 01 Oct 2006 14:24:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=gumzGxN386TV4BvPNnQMZARY86nk0qEA5Jbhe4czlkPUP+hskwttIXlifcPvq1UyjD9iPQzid2gYDmwIhGFHVmSWAsHvFXtxbBXXVnNbsvSb7xfDvr8iSc9aLzWjdvi60nkvM3rnVjboXeDzPyreGbhKWIwHlNy7HO3AmITRR1Y= Received: by 10.90.66.9 with SMTP id o9mr2510881aga; Sun, 01 Oct 2006 14:24:27 -0700 (PDT) Received: from ?10.0.0.30? ( [200.96.168.91]) by mx.gmail.com with ESMTP id 66sm6813576wra.2006.10.01.14.24.26; Sun, 01 Oct 2006 14:24:27 -0700 (PDT) Message-ID: <452031A6.5010205@gmail.com> Date: Sun, 01 Oct 2006 18:22:46 -0300 From: Rainer Alves User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20060915 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Ariff Abdullah References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> <45202B42.4000902@gmail.com> <20061002050812.0044af86.ariff@FreeBSD.org> In-Reply-To: <20061002050812.0044af86.ariff@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 21:24:45 -0000 Ariff Abdullah wrote: > On Sun, 01 Oct 2006 17:55:30 -0300 > Rainer Alves wrote: >> Ariff Abdullah wrote: >> > I've just committed support for Intel (and compatible) >> > High Definition Audio (Controller). Please give it a good punch. >> ... >> >> My Thinkpad T42 uses a plain old AC'97 chipset, but I no longer have >> any sound output after your HDA commit. >> Sound output was OK up until yesterday's CURRENT. With today's >> CURRENT, sound is gone, even though the kernel detects my card. >> > > How about setting your "ogain" and "phout" to 100 Even after setting ogain/phout to 100, I still have no sound. Tested with xmms and mplayer. I've tried booting with my old kernel (from yesterday's CURRENT), and sound works fine. Both kernels were build with the exact same options. -- Rainer Alves From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 21:37:31 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF09D16A416 for ; Sun, 1 Oct 2006 21:37:31 +0000 (UTC) (envelope-from rainer.alves@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 673A543D4C for ; Sun, 1 Oct 2006 21:37:30 +0000 (GMT) (envelope-from rainer.alves@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1523465wxd for ; Sun, 01 Oct 2006 14:37:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=GFFckeM1AbQdcRFFPLf9WyROTT3pCej/pqALJU9DrU4HujdvVhaKcpT/HUqCuH8tS5CJPyt/PCeMRCtVbBK6cCpdtUMIoX2PuI9LhlC2zKOesxp0mCJj3yK8jDneVE3kJlOSiOWJv1k55rkT0zVzyltBP0ywo/UVtvhi39bthp4= Received: by 10.70.11.5 with SMTP id 5mr7572559wxk; Sun, 01 Oct 2006 14:37:29 -0700 (PDT) Received: from ?10.0.0.30? ( [200.96.168.91]) by mx.gmail.com with ESMTP id h39sm3483328wxd.2006.10.01.14.37.28; Sun, 01 Oct 2006 14:37:29 -0700 (PDT) Message-ID: <452034B4.8000100@gmail.com> Date: Sun, 01 Oct 2006 18:35:48 -0300 From: Rainer Alves User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20060915 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Ariff Abdullah References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> <45202B42.4000902@gmail.com> <20061002050812.0044af86.ariff@FreeBSD.org> <452031A6.5010205@gmail.com> In-Reply-To: <452031A6.5010205@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 21:37:31 -0000 Rainer Alves wrote: > Ariff Abdullah wrote: >> On Sun, 01 Oct 2006 17:55:30 -0300 >> Rainer Alves wrote: >>> Ariff Abdullah wrote: >>> > I've just committed support for Intel (and compatible) >>> > High Definition Audio (Controller). Please give it a good punch. >>> ... >>> >>> My Thinkpad T42 uses a plain old AC'97 chipset, but I no longer have >>> any sound output after your HDA commit. >>> Sound output was OK up until yesterday's CURRENT. With today's >>> CURRENT, sound is gone, even though the kernel detects my card. >>> >> >> How about setting your "ogain" and "phout" to 100 > > Even after setting ogain/phout to 100, I still have no sound. Tested > with xmms and mplayer. > I've tried booting with my old kernel (from yesterday's CURRENT), and > sound works fine. > Both kernels were build with the exact same options. > > -- > Rainer Alves > > Small correction: my previous kernel is from 09/24, not 09/30 as I've said before. I've noticed there were some other sound related commits during the week. -- Rainer Alves From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 21:49:11 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC92716A47B for ; Sun, 1 Oct 2006 21:49:11 +0000 (UTC) (envelope-from nullpt@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE9943D58 for ; Sun, 1 Oct 2006 21:49:09 +0000 (GMT) (envelope-from nullpt@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so414502uge for ; Sun, 01 Oct 2006 14:49:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Gwk51nEKlbTqjBFZ+4gmS4JXkriKGUn9qhN0hoUhgtdS9HsNuSg2JYHUsvKEwD4FLX42Aq/X8fqfQYLH5jBQ0KHZ/ZZRuKE5TIfDoe1bZ6FEEa5f+OPoOZMbobGk8gWbG/AbxiTTKSygsWxwC2DpfXnufK6I1ZUouXjq3sax3bI= Received: by 10.67.97.18 with SMTP id z18mr2250719ugl; Sun, 01 Oct 2006 14:49:08 -0700 (PDT) Received: by 10.66.237.20 with HTTP; Sun, 1 Oct 2006 14:49:08 -0700 (PDT) Message-ID: <755cb9fc0610011449w5f80cdb9o988a0dd87a102872@mail.gmail.com> Date: Sun, 1 Oct 2006 22:49:08 +0100 From: "Alexandre Vieira" To: "Ariff Abdullah" In-Reply-To: <20061002051609.301477d4.ariff@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <20061002033153.12e66f84.ariff@FreeBSD.org> <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> <20061002041118.1d4b3908.ariff@FreeBSD.org> <755cb9fc0610011326u6f478e44o6ff9f2693ebc0623@mail.gmail.com> <20061002044607.4698cdcc.ariff@FreeBSD.org> <45202D2F.2070203@protected-networks.net> <20061002051609.301477d4.ariff@FreeBSD.org> Cc: freebsd-multimedia@freebsd.org, Michael Butler , freebsd-current@freebsd.org Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 21:49:11 -0000 Hello, I've tried to run artsd on the console and whenever I have snd_hda loaded it panics. arts-1.5.4,1 Audio system for the KDE integrated X11 desktop FreeBSD blackpearl.mshome.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Sun Oct 1 01:01:24 WEST 2006 alex@blackpearl:/usr/obj/usr/src/sys/blackpearl i386 On 10/1/06, Ariff Abdullah wrote: > On Sun, 01 Oct 2006 17:03:43 -0400 > Michael Butler wrote: > > > > Ariff Abdullah wrote: > > > Try running artsd while in console and see whether its panicking. > > > Then, play simple .wav file using artsplay. > > > > Simply starting artsd is enough to kill my laptop yet I can use > > mpg123 in a konsole window w/o issue, > > > > I cannot reproduce this panic running artsd. artsplay, artsdsp both > running fine. > > I'm using artsd package from > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/6.2-BETA1/packages/audio/arts-1.5.4,1.tbz > > > I guess it is time for both of you to send us panic backtrace. > > > > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ > > -- Alexandre Vieira - nullpt@gmail.com From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 22:06:50 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D39E16A412 for ; Sun, 1 Oct 2006 22:06:50 +0000 (UTC) (envelope-from nullpt@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2DE43D49 for ; Sun, 1 Oct 2006 22:06:48 +0000 (GMT) (envelope-from nullpt@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so415302uge for ; Sun, 01 Oct 2006 15:06:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GnHuYHyUcD6jJDGrw05Tb3b+TviGES5f6npy04X4VkQp4Eh78adOhIA1gRfKgAKEhYMpNE36zyBMgL/dP3gr1c41xFsn1GJpaDLVs76OEYWIuif/CDB1Llah9oPUJiQrvx0TbrukEoXNFRRKEqXWE81v2KmQ5/PKS0pyT8U2k2g= Received: by 10.67.97.18 with SMTP id z18mr2263114ugl; Sun, 01 Oct 2006 15:06:47 -0700 (PDT) Received: by 10.66.237.20 with HTTP; Sun, 1 Oct 2006 15:06:47 -0700 (PDT) Message-ID: <755cb9fc0610011506u60015119tbdd5aa1845fd2fc0@mail.gmail.com> Date: Sun, 1 Oct 2006 23:06:47 +0100 From: "Alexandre Vieira" To: "Ariff Abdullah" In-Reply-To: <755cb9fc0610011449w5f80cdb9o988a0dd87a102872@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <20061002033153.12e66f84.ariff@FreeBSD.org> <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> <20061002041118.1d4b3908.ariff@FreeBSD.org> <755cb9fc0610011326u6f478e44o6ff9f2693ebc0623@mail.gmail.com> <20061002044607.4698cdcc.ariff@FreeBSD.org> <45202D2F.2070203@protected-networks.net> <20061002051609.301477d4.ariff@FreeBSD.org> <755cb9fc0610011449w5f80cdb9o988a0dd87a102872@mail.gmail.com> Cc: freebsd-multimedia@freebsd.org, Michael Butler , freebsd-current@freebsd.org Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 22:06:50 -0000 Hello, Here is a backtrace of the panic: blackpearl# kgdb kernel.debug /var/crash/vmcore.0 kgdb: kvm_nlist(_stopped_cpus): kgdb: kvm_nlist(_stoppcbs): [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". Unread portion of the kernel message buffer: pcm0: PCMDIR_PLAY: Stream setup nid=2 fmt=0x00000011 <2>NMI ISA b0, EISA ff <2>RAM parity error, likely hardware failure. Fatal trap 19: non-maskable interrupt trap while in kernel mode instruction pointer = 0x20:0xc5798eaa stack pointer = 0x28:0xe50e6b70 frame pointer = 0x28:0xe50e6bc4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, IOPL = 0 current process = 1211 (artsd) trap number = 19 panic: non-maskable interrupt trap Uptime: 1h31m2s Dumping 1014 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 1014MB (259456 pages) 998 982 966 950 934 918 902 886 870 854 838 822 806 790 774 758 742 726 710 694 678 662 646 630 614 598 582 566 550 534 518 502 486 470 454 438 422 406 390 374 358 342 326 310 294 278 262 246 230 214 198 182 166 150 134 118 102 86 70 54 38 22 6 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) where #0 doadump () at pcpu.h:165 #1 0xc05f34cc in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 #2 0xc05f3819 in panic (fmt=0xc0816cc2 "%s") at /usr/src/sys/kern/kern_shutdown.c:565 #3 0xc07d78cc in trap_fatal (frame=0xe50e6b30, eva=0) at /usr/src/sys/i386/i386/trap.c:837 #4 0xc07d72d2 in trap (frame= {tf_fs = -452067320, tf_es = 40, tf_ds = -993853400, tf_edi = 0, tf_esi = 0, tf_ebp = -452039740, tf_isp = -452039844, tf_ebx = 1039527936, tf_edx = -994638720, tf_ecx = -988999680, tf_eax = 2, tf_trapno = 19, tf_err = 0, tf_eip = -981889366, tf_cs = 32, tf_eflags = 2097811, tf_esp = -982862592, tf_ss = 0}) at /usr/src/sys/i386/i386/trap.c:632 #5 0xc07c26ca in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #6 0xc5798eaa in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) On 10/1/06, Alexandre Vieira wrote: > Hello, > > I've tried to run artsd on the console and whenever I have snd_hda > loaded it panics. > > arts-1.5.4,1 Audio system for the KDE integrated X11 desktop > > FreeBSD blackpearl.mshome.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE > #1: Sun Oct 1 01:01:24 WEST 2006 > alex@blackpearl:/usr/obj/usr/src/sys/blackpearl i386 > > > On 10/1/06, Ariff Abdullah wrote: > > On Sun, 01 Oct 2006 17:03:43 -0400 > > Michael Butler wrote: > > > > > > Ariff Abdullah wrote: > > > > Try running artsd while in console and see whether its panicking. > > > > Then, play simple .wav file using artsplay. > > > > > > Simply starting artsd is enough to kill my laptop yet I can use > > > mpg123 in a konsole window w/o issue, > > > > > > > I cannot reproduce this panic running artsd. artsplay, artsdsp both > > running fine. > > > > I'm using artsd package from > > > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/6.2-BETA1/packages/audio/arts-1.5.4,1.tbz > > > > > > I guess it is time for both of you to send us panic backtrace. > > > > > > > > -- > > Ariff Abdullah > > FreeBSD > > > > ... Recording in stereo is obviously too advanced > > and confusing for us idiot ***** users :P ........ > > > > > > > -- > Alexandre Vieira - nullpt@gmail.com > -- Alexandre Vieira - nullpt@gmail.com From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 22:53:14 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7C316A403; Sun, 1 Oct 2006 22:53:14 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B4743D4C; Sun, 1 Oct 2006 22:53:13 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k91MrArM032089; Sun, 1 Oct 2006 22:53:11 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 2 Oct 2006 06:51:21 +0800 From: Ariff Abdullah To: "Alexandre Vieira" , imb@protected-networks.net Message-Id: <20061002065121.14d058c3.ariff@FreeBSD.org> In-Reply-To: <755cb9fc0610011506u60015119tbdd5aa1845fd2fc0@mail.gmail.com> References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <20061002033153.12e66f84.ariff@FreeBSD.org> <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> <20061002041118.1d4b3908.ariff@FreeBSD.org> <755cb9fc0610011326u6f478e44o6ff9f2693ebc0623@mail.gmail.com> <20061002044607.4698cdcc.ariff@FreeBSD.org> <45202D2F.2070203@protected-networks.net> <20061002051609.301477d4.ariff@FreeBSD.org> <755cb9fc0610011449w5f80cdb9o988a0dd87a102872@mail.gmail.com> <755cb9fc0610011506u60015119tbdd5aa1845fd2fc0@mail.gmail.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__2_Oct_2006_06_51_21_+0800_bXAEm7lKe_/h8jm/" Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 22:53:14 -0000 --Signature=_Mon__2_Oct_2006_06_51_21_+0800_bXAEm7lKe_/h8jm/ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 1 Oct 2006 23:06:47 +0100 "Alexandre Vieira" wrote: > Hello, >=20 > Here is a backtrace of the panic: >=20 > blackpearl# kgdb kernel.debug /var/crash/vmcore.0 > kgdb: kvm_nlist(_stopped_cpus): > kgdb: kvm_nlist(_stoppcbs): > [GDB will not be able to debug user-mode threads: > /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and > you are welcome to change it and/or distribute copies of it under > certain conditions. Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for > details. This GDB was configured as "i386-marcel-freebsd". >=20 > Unread portion of the kernel message buffer: > pcm0: PCMDIR_PLAY: Stream setup nid=3D2 fmt=3D0x00000011 > <2>NMI ISA b0, EISA ff > <2>RAM parity error, likely hardware failure. >=20 > Fatal trap 19: non-maskable interrupt trap while in kernel mode > instruction pointer =3D 0x20:0xc5798eaa > stack pointer =3D 0x28:0xe50e6b70 > frame pointer =3D 0x28:0xe50e6bc4 > code segment =3D base 0x0, limit 0xfffff, type 0x1b > =3D DPL 0, pres 1, def32 1, gran 1 > processor eflags =3D interrupt enabled, IOPL =3D 0 > current process =3D 1211 (artsd) > trap number =3D 19 > panic: non-maskable interrupt trap > Uptime: 1h31m2s > Dumping 1014 MB (2 chunks) > chunk 0: 1MB (159 pages) ... ok > chunk 1: 1014MB (259456 pages) 998 982 966 950 934 918 902 886 870 > 854 838 822 806 790 774 758 742 726 710 694 678 662 646 630 614 598 > 582 566 550 534 518 502 486 470 454 438 422 406 390 374 358 342 326 > 310 294 278 262 246 230 214 198 182 166 150 134 118 102 86 70 54 38 > 22 6 >=20 > #0 doadump () at pcpu.h:165 > 165 __asm __volatile("movl %%fs:0,%0" : "=3Dr" (td)); > (kgdb) where > #0 doadump () at pcpu.h:165 > #1 0xc05f34cc in boot (howto=3D260) at > #/usr/src/sys/kern/kern_shutdown.c:409 2 0xc05f3819 in panic > #(fmt=3D0xc0816cc2 "%s") at > /usr/src/sys/kern/kern_shutdown.c:565 > #3 0xc07d78cc in trap_fatal (frame=3D0xe50e6b30, eva=3D0) at > /usr/src/sys/i386/i386/trap.c:837 > #4 0xc07d72d2 in trap (frame=3D > {tf_fs =3D -452067320, tf_es =3D 40, tf_ds =3D -993853400, tf_edi = =3D > 0, > tf_esi =3D 0, tf_ebp =3D -452039740, tf_isp =3D -452039844, tf_ebx =3D > 1039527936, tf_edx =3D -994638720, tf_ecx =3D -988999680, tf_eax =3D 2, > tf_trapno =3D 19, tf_err =3D 0, tf_eip =3D -981889366, tf_cs =3D 32, > tf_eflags =3D 2097811, tf_esp =3D -982862592, tf_ss =3D 0}) at > /usr/src/sys/i386/i386/trap.c:632 > #5 0xc07c26ca in calltrap () at > #/usr/src/sys/i386/i386/exception.s:139 6 0xc5798eaa in ?? () > Previous frame inner to this frame (corrupt stack?) > (kgdb) >=20 >=20 Both of you, replace sys/dev/sound/pci/hda/hdac.c with this: http://people.freebsd.org/~ariff/test/hdac_artsdwreck.c -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__2_Oct_2006_06_51_21_+0800_bXAEm7lKe_/h8jm/ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFIEZrlr+deMUwTNoRAqbhAJsEVaCulMQukFEhI2hnwSZkeq5WAgCgkK49 XsS+tqNhcilrqnvBSZusXjY= =gKw/ -----END PGP SIGNATURE----- --Signature=_Mon__2_Oct_2006_06_51_21_+0800_bXAEm7lKe_/h8jm/-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 23:39:55 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040FF16A415 for ; Sun, 1 Oct 2006 23:39:55 +0000 (UTC) (envelope-from nullpt@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68BB243D46 for ; Sun, 1 Oct 2006 23:39:53 +0000 (GMT) (envelope-from nullpt@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so419472uge for ; Sun, 01 Oct 2006 16:39:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JW/kPxEVflJTUU6KX5nc/KmCG16oyYFj9gCucTt/pCuTyoHAP14j3BNhi61nMV7BSIh5DqEqSAcRdEGxixLN9wHbWhsB2fngsG2Wm6+CHwwbanoexNZvcbq5jBZtoeG/R4c3mgmZP4jIv0zbZ9SHIBoVU307DmL4Opv8Nci5+B0= Received: by 10.67.97.7 with SMTP id z7mr2318830ugl; Sun, 01 Oct 2006 16:39:52 -0700 (PDT) Received: by 10.66.237.20 with HTTP; Sun, 1 Oct 2006 16:39:52 -0700 (PDT) Message-ID: <755cb9fc0610011639u5a8efcc2xf6bee9f54900ecea@mail.gmail.com> Date: Mon, 2 Oct 2006 00:39:52 +0100 From: "Alexandre Vieira" To: "Ariff Abdullah" In-Reply-To: <20061002065121.14d058c3.ariff@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> <20061002041118.1d4b3908.ariff@FreeBSD.org> <755cb9fc0610011326u6f478e44o6ff9f2693ebc0623@mail.gmail.com> <20061002044607.4698cdcc.ariff@FreeBSD.org> <45202D2F.2070203@protected-networks.net> <20061002051609.301477d4.ariff@FreeBSD.org> <755cb9fc0610011449w5f80cdb9o988a0dd87a102872@mail.gmail.com> <755cb9fc0610011506u60015119tbdd5aa1845fd2fc0@mail.gmail.com> <20061002065121.14d058c3.ariff@FreeBSD.org> Cc: freebsd-multimedia@freebsd.org, imb@protected-networks.net, freebsd-current@freebsd.org Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 23:39:55 -0000 Hello, I've tried to replaced hdac.c, clean/rebuild/install all sound modules and with the new build it still panics. On 10/1/06, Ariff Abdullah wrote: > On Sun, 1 Oct 2006 23:06:47 +0100 > "Alexandre Vieira" wrote: > > Hello, > > > > Here is a backtrace of the panic: > > > > blackpearl# kgdb kernel.debug /var/crash/vmcore.0 > > kgdb: kvm_nlist(_stopped_cpus): > > kgdb: kvm_nlist(_stoppcbs): > > [GDB will not be able to debug user-mode threads: > > /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] > > GNU gdb 6.1.1 [FreeBSD] > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and > > you are welcome to change it and/or distribute copies of it under > > certain conditions. Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for > > details. This GDB was configured as "i386-marcel-freebsd". > > > > Unread portion of the kernel message buffer: > > pcm0: PCMDIR_PLAY: Stream setup nid=2 fmt=0x00000011 > > <2>NMI ISA b0, EISA ff > > <2>RAM parity error, likely hardware failure. > > > > Fatal trap 19: non-maskable interrupt trap while in kernel mode > > instruction pointer = 0x20:0xc5798eaa > > stack pointer = 0x28:0xe50e6b70 > > frame pointer = 0x28:0xe50e6bc4 > > code segment = base 0x0, limit 0xfffff, type 0x1b > > = DPL 0, pres 1, def32 1, gran 1 > > processor eflags = interrupt enabled, IOPL = 0 > > current process = 1211 (artsd) > > trap number = 19 > > panic: non-maskable interrupt trap > > Uptime: 1h31m2s > > Dumping 1014 MB (2 chunks) > > chunk 0: 1MB (159 pages) ... ok > > chunk 1: 1014MB (259456 pages) 998 982 966 950 934 918 902 886 870 > > 854 838 822 806 790 774 758 742 726 710 694 678 662 646 630 614 598 > > 582 566 550 534 518 502 486 470 454 438 422 406 390 374 358 342 326 > > 310 294 278 262 246 230 214 198 182 166 150 134 118 102 86 70 54 38 > > 22 6 > > > > #0 doadump () at pcpu.h:165 > > 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); > > (kgdb) where > > #0 doadump () at pcpu.h:165 > > #1 0xc05f34cc in boot (howto=260) at > > #/usr/src/sys/kern/kern_shutdown.c:409 2 0xc05f3819 in panic > > #(fmt=0xc0816cc2 "%s") at > > /usr/src/sys/kern/kern_shutdown.c:565 > > #3 0xc07d78cc in trap_fatal (frame=0xe50e6b30, eva=0) at > > /usr/src/sys/i386/i386/trap.c:837 > > #4 0xc07d72d2 in trap (frame= > > {tf_fs = -452067320, tf_es = 40, tf_ds = -993853400, tf_edi = > > 0, > > tf_esi = 0, tf_ebp = -452039740, tf_isp = -452039844, tf_ebx = > > 1039527936, tf_edx = -994638720, tf_ecx = -988999680, tf_eax = 2, > > tf_trapno = 19, tf_err = 0, tf_eip = -981889366, tf_cs = 32, > > tf_eflags = 2097811, tf_esp = -982862592, tf_ss = 0}) at > > /usr/src/sys/i386/i386/trap.c:632 > > #5 0xc07c26ca in calltrap () at > > #/usr/src/sys/i386/i386/exception.s:139 6 0xc5798eaa in ?? () > > Previous frame inner to this frame (corrupt stack?) > > (kgdb) > > > > > > Both of you, replace sys/dev/sound/pci/hda/hdac.c with this: > > http://people.freebsd.org/~ariff/test/hdac_artsdwreck.c > > > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ > > -- Alexandre Vieira - nullpt@gmail.com From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 23:48:18 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29A4A16A412; Sun, 1 Oct 2006 23:48:18 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from aaron.protected-networks.net (aaron.protected-networks.net [202.12.127.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C5D43D46; Sun, 1 Oct 2006 23:48:17 +0000 (GMT) (envelope-from imb@protected-networks.net) Received: from localhost (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id 05B15C3C5; Sun, 1 Oct 2006 19:48:17 -0400 (EDT) Received: from [192.168.1.10] (socker.hsd1.ma.comcast.net [24.218.145.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks Certificate Authority" (verified OK)) (Authenticated sender: imb@protected-networks.net) by aaron.protected-networks.net (Postfix) with ESMTP id 03F42C37E; Sun, 1 Oct 2006 19:48:12 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=LvNTBL6mLpwMOFPI+Eq8WnBeZLepMuDOwJWNA9LLOqfvWda7K3M1nZ0X11ZaB0Gn2 Fe64E9VpI6WPLnSonanDCoaMsccwVT/uTKOl07io/oVaJTGLJKrpkUAjyNqLyAv Message-ID: <452053BB.2090803@protected-networks.net> Date: Sun, 01 Oct 2006 19:48:11 -0400 From: Michael Butler User-Agent: Thunderbird 1.5.0.7 (X11/20060917) MIME-Version: 1.0 To: Alexandre Vieira References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> <20061002041118.1d4b3908.ariff@FreeBSD.org> <755cb9fc0610011326u6f478e44o6ff9f2693ebc0623@mail.gmail.com> <20061002044607.4698cdcc.ariff@FreeBSD.org> <45202D2F.2070203@protected-networks.net> <20061002051609.301477d4.ariff@FreeBSD.org> <755cb9fc0610011449w5f80cdb9o988a0dd87a102872@mail.gmail.com> <755cb9fc0610011506u60015119tbdd5aa1845fd2fc0@mail.gmail.com> <20061002065121.14d058c3.ariff@FreeBSD.org> <755cb9fc0610011639u5a8efcc2xf6bee9f54900ecea@mail.gmail.com> In-Reply-To: <755cb9fc0610011639u5a8efcc2xf6bee9f54900ecea@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, freebsd-current@freebsd.org, Ariff Abdullah Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 23:48:18 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alexandre Vieira wrote: > I've tried to replaced hdac.c, clean/rebuild/install all sound modules > and with the new build it still panics. .. and still locks solid with mine, Michael -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFIFO7Qv9rrgRC1JIRAoDtAJ4pjv3y7v8OEqJ2LL+rxJUcchhQzwCfTDX/ Qdjby3zWdjBF7mQmiN7cSB8= =lqTD -----END PGP SIGNATURE----- From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 02:44:47 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70D7C16A403 for ; Mon, 2 Oct 2006 02:44:47 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE8E443D4C for ; Mon, 2 Oct 2006 02:44:46 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan [127.0.0.1]) by aldan.algebra.com (8.13.8/8.13.7) with ESMTP id k922iPJG050119 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Oct 2006 22:44:25 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.13.8/8.13.7/Submit) id k922iPPT050118; Sun, 1 Oct 2006 22:44:25 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: Anish Mistry Date: Sun, 1 Oct 2006 22:44:24 -0400 User-Agent: KMail/1.9.1 References: <200609271445.32223.mi+mx@aldan.algebra.com> <200610011322.07089@aldan> <200610011552.52426.amistry@am-productions.biz> In-Reply-To: <200610011552.52426.amistry@am-productions.biz> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: freebsd-multimedia@freebsd.org Subject: Re: Video-editing on FreeBSD? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 02:44:47 -0000 On Sunday 01 October 2006 15:52, Anish Mistry wrote: = > It is supposed to be Sony's HDV (16:9)... = Does avidemux have any better luck understanding the file? No, "unrecognized file detected". According to Wikipedia's article on HDV, Cinelerra is, supposedly, the best video-editing tool... I'm porting the program now... -mi P.S. Is it possible, that fwcontrol should've but failed to perform some kind of byte-swapping or something on the data? From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 06:11:22 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D318816A403 for ; Mon, 2 Oct 2006 06:11:22 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from host1.netprojects.it (host1.netprojects.it [193.254.241.205]) by mx1.FreeBSD.org (Postfix) with SMTP id CD22E43D4C for ; Mon, 2 Oct 2006 06:11:21 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 52229 invoked by uid 89); 2 Oct 2006 06:11:20 -0000 Received: from unknown (HELO ?192.168.178.2?) (sysadmin@alexdupre.com@81.174.31.42) by netprojects.it with SMTP; 2 Oct 2006 06:11:20 -0000 Message-ID: <4520AD87.7090101@FreeBSD.org> Date: Mon, 02 Oct 2006 08:11:19 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: Ariff Abdullah References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> In-Reply-To: <20061001192728.0cc7cdf6.ariff@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 06:11:22 -0000 Ariff Abdullah ha scritto: > I've just committed support for Intel (and compatible) > High Definition Audio (Controller). Please give it a good punch. Tested on an Asus W3Z with Realtek HDA: works great. -- Alex Dupre From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 08:04:42 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FBF016A415 for ; Mon, 2 Oct 2006 08:04:42 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 114E543D4C; Mon, 2 Oct 2006 08:04:42 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k9284e4Q084087; Mon, 2 Oct 2006 08:04:41 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 2 Oct 2006 16:02:47 +0800 From: Ariff Abdullah To: Rainer Alves Message-Id: <20061002160247.44e7fd9b.ariff@FreeBSD.org> In-Reply-To: <452034B4.8000100@gmail.com> References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> <45202B42.4000902@gmail.com> <20061002050812.0044af86.ariff@FreeBSD.org> <452031A6.5010205@gmail.com> <452034B4.8000100@gmail.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__2_Oct_2006_16_02_47_+0800_DALM_864HmrQu1g1" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 08:04:42 -0000 --Signature=_Mon__2_Oct_2006_16_02_47_+0800_DALM_864HmrQu1g1 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 01 Oct 2006 18:35:48 -0300 Rainer Alves wrote: > Rainer Alves wrote: > > Ariff Abdullah wrote: > >> On Sun, 01 Oct 2006 17:55:30 -0300 > >> Rainer Alves wrote: > >>> Ariff Abdullah wrote: > >>> > I've just committed support for Intel (and compatible) > >>> > High Definition Audio (Controller). Please give it a good > >punch. >> ... > >>> > >>> My Thinkpad T42 uses a plain old AC'97 chipset, but I no longer > >have >> any sound output after your HDA commit. > >>> Sound output was OK up until yesterday's CURRENT. With today's > >>> CURRENT, sound is gone, even though the kernel detects my card. > >>> > >> > >> How about setting your "ogain" and "phout" to 100 > >=20 > > Even after setting ogain/phout to 100, I still have no sound. > > Tested with xmms and mplayer. > > I've tried booting with my old kernel (from yesterday's CURRENT), > > and sound works fine. > > Both kernels were build with the exact same options. > >=20 > > --=20 > > Rainer Alves > >=20 > >=20 >=20 > Small correction: my previous kernel is from 09/24, not 09/30 as > I've said before. > I've noticed there were some other sound related commits during the > week. >=20 Replace sys/dev/sound/pcm/ac97_patch.c with: http://people.freebsd.org/~ariff/test/ac97_patch.c .. if the above works.. Part of the commit was to implement master volume "vol" for few codecs, particularly yours. How is the behaviour of "vol" mixer _before_ and _after_ the commit? -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__2_Oct_2006_16_02_47_+0800_DALM_864HmrQu1g1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFIMetlr+deMUwTNoRAphIAKDhOrfBwH6yEUlU9WdEWTigMP+HVwCgyXH+ JywT7xfT2sWar2LVLMJHqBA= =0NfP -----END PGP SIGNATURE----- --Signature=_Mon__2_Oct_2006_16_02_47_+0800_DALM_864HmrQu1g1-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 11:08:27 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 411BB16A56E for ; Mon, 2 Oct 2006 11:08:27 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 002FB43D49 for ; Mon, 2 Oct 2006 11:08:26 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k92B8QCp001545 for ; Mon, 2 Oct 2006 11:08:26 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k92B8Pdh001541 for freebsd-multimedia@FreeBSD.org; Mon, 2 Oct 2006 11:08:25 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Oct 2006 11:08:25 GMT Message-Id: <200610021108.k92B8Pdh001541@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 11:08:27 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o f kern/73987 multimedia [sound] Nforce2 MB sound problem o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/90214 multimedia [sound] memory leaks in snd_via8233 o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o ports/99323 multimedia jackd audio server broken? o kern/99920 multimedia [snd_ich] Not support integrated audio on ICH7R chip ( o kern/100169 multimedia [snd_ich] snd_ich broken on Dell PIII system o kern/103692 multimedia [snd_es137x] Driver snd_es137x has broken defaults for 16 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/25386 multimedia [sound] Incorrect mixer registers (line & synth) in ne o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. f kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I f kern/66642 multimedia [sound] pcm0: play: 0: play interrupt timeout, channel f kern/72218 multimedia [sound] audio recording broken with emu10k1 on 5.3-bet o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/79678 multimedia [sound] sound works except recording from any source o kern/80465 multimedia [sound] pcm0:record:0: record interrupt timeout (Acer o kern/80632 multimedia pcm driver missing support for CMI8738 auxillary input o kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Definition Audio f kern/84507 multimedia [sound] fm801: Not every card supports variable rate f kern/85964 multimedia [sound] Can't play 24 bit audio (Audigy 2 and others) f ports/86899 multimedia multimedia/mjpegtools - lavplay/glav claims "No video o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup f kern/88820 multimedia [sound] Erratic recognition of VIA 8285 sound card by o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/92557 multimedia [sound] Contrary to 6.0 release notes, snd_csa does no o i386/93986 multimedia [pcm] Acer TravelMate 4652LMi pcm0 channel dead o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/99639 multimedia [sound] FreeBSD 4.11 hangs while trying to play sound o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del 25 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 13:38:55 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45CE416A412; Mon, 2 Oct 2006 13:38:55 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D3D543D58; Mon, 2 Oct 2006 13:38:53 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5DB3C.dip.t-dialin.net [84.165.219.60]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k92DcSFl038155; Mon, 2 Oct 2006 15:38:29 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k92Dcoe6028969; Mon, 2 Oct 2006 15:38:51 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Mon, 2 Oct 2006 15:38:50 +0200 From: Alexander Leidinger To: "Alexandre Vieira" Message-ID: <20061002153850.3ea6412d@Magellan.Leidinger.net> In-Reply-To: <755cb9fc0610011506u60015119tbdd5aa1845fd2fc0@mail.gmail.com> References: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> <20061002033153.12e66f84.ariff@FreeBSD.org> <755cb9fc0610011242q1edec469yf465ae7246dbf471@mail.gmail.com> <20061002041118.1d4b3908.ariff@FreeBSD.org> <755cb9fc0610011326u6f478e44o6ff9f2693ebc0623@mail.gmail.com> <20061002044607.4698cdcc.ariff@FreeBSD.org> <45202D2F.2070203@protected-networks.net> <20061002051609.301477d4.ariff@FreeBSD.org> <755cb9fc0610011449w5f80cdb9o988a0dd87a102872@mail.gmail.com> <755cb9fc0610011506u60015119tbdd5aa1845fd2fc0@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org, Michael Butler , Ariff Abdullah , freebsd-current@freebsd.org Subject: Re: pcm0 + rl0 in the same irq causes panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 13:38:55 -0000 Quoting "Alexandre Vieira" (Sun, 1 Oct 2006 23:06:47 +0100): > Unread portion of the kernel message buffer: > pcm0: PCMDIR_PLAY: Stream setup nid=2 fmt=0x00000011 > <2>NMI ISA b0, EISA ff > <2>RAM parity error, likely hardware failure. You did read the last line? You did also tried to replace one RAM module after each other with a different one (or replaced all at the same time) to rule out a hardware problem? Bye, Alexander. -- BOFH excuse #370: Virus due to computers having unsafe sex. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 13:59:08 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B71416A417; Mon, 2 Oct 2006 13:59:08 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id F051743D5E; Mon, 2 Oct 2006 13:59:07 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5DB3C.dip.t-dialin.net [84.165.219.60]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k92Dwdup038228; Mon, 2 Oct 2006 15:58:39 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k92Dx1wO031794; Mon, 2 Oct 2006 15:59:02 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Mon, 2 Oct 2006 15:59:01 +0200 From: Alexander Leidinger To: Marcin Koziej Message-ID: <20061002155901.75e1bff6@Magellan.Leidinger.net> In-Reply-To: <451FE7F4.8020907@desk.pl> References: <451FE7F4.8020907@desk.pl> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org, freebsd-stable@freebsd.org Subject: Re: vmstat -i output after solving snd problems. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 13:59:08 -0000 Quoting Marcin Koziej (Sun, 01 Oct 2006 18:08:20 +0200): > After setting hint.pcm.0.buffersize to a bigger value and applying > patches from http://people.freebsd.org/~ariff/ (BTW: contrary to the > message there, these don't seem to be MFC'ed (?)) MFCed to FreeBSD 6, but not to FreeBSD 5. Bye, Alexander. -- He felt as if he'd been shipwrecked on the Titanic but in the nick of time had been rescued. By the Lusitania. (Mort) http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 14:13:08 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54E2416A4DA; Mon, 2 Oct 2006 14:13:08 +0000 (UTC) (envelope-from rainer.alves@gmail.com) Received: from valfenda.ibest.com.br (valfenda.ibest.com.br [200.181.68.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F4E43D53; Mon, 2 Oct 2006 14:13:06 +0000 (GMT) (envelope-from rainer.alves@gmail.com) Received: from [127.0.0.1] (centaurus.ibest.com.br [200.181.68.107]) by valfenda.ibest.com.br (Postfix) with ESMTP id 0D3C73E8C6C; Mon, 2 Oct 2006 11:13:04 -0300 (BRST) Message-ID: <45211E0C.9020303@gmail.com> Date: Mon, 02 Oct 2006 11:11:24 -0300 From: Rainer Alves User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20060915 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Ariff Abdullah References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> <45202B42.4000902@gmail.com> <20061002050812.0044af86.ariff@FreeBSD.org> <452031A6.5010205@gmail.com> <452034B4.8000100@gmail.com> <20061002160247.44e7fd9b.ariff@FreeBSD.org> In-Reply-To: <20061002160247.44e7fd9b.ariff@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-iBEST-MailScanner-Information: iBEST E-Mail Scanner X-MailScanner-From: rainer.alves@gmail.com Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 14:13:08 -0000 Ariff Abdullah wrote: > Replace sys/dev/sound/pcm/ac97_patch.c with: > http://people.freebsd.org/~ariff/test/ac97_patch.c > > .. if the above works.. > > Part of the commit was to implement master volume "vol" for few > codecs, particularly yours. How is the behaviour of "vol" mixer > _before_ and _after_ the commit? Ariff, After changing the ad1981b_patch(...) function as you suggested, sound output is back to normal. The 'vol' mixer is behaving as it did before the commit. Thanks! -- Rainer Alves From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 14:28:27 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B139D16A47C for ; Mon, 2 Oct 2006 14:28:27 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C2B43D58; Mon, 2 Oct 2006 14:28:27 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k92ESP4C022701; Mon, 2 Oct 2006 14:28:26 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 2 Oct 2006 22:26:35 +0800 From: Ariff Abdullah To: Rainer Alves Message-Id: <20061002222635.472ca076.ariff@FreeBSD.org> In-Reply-To: <45211E0C.9020303@gmail.com> References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> <45202B42.4000902@gmail.com> <20061002050812.0044af86.ariff@FreeBSD.org> <452031A6.5010205@gmail.com> <452034B4.8000100@gmail.com> <20061002160247.44e7fd9b.ariff@FreeBSD.org> <45211E0C.9020303@gmail.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__2_Oct_2006_22_26_35_+0800_Kon4H0OtHwPGVVmq" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 14:28:27 -0000 --Signature=_Mon__2_Oct_2006_22_26_35_+0800_Kon4H0OtHwPGVVmq Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 02 Oct 2006 11:11:24 -0300 Rainer Alves wrote: > Ariff Abdullah wrote: > > Replace sys/dev/sound/pcm/ac97_patch.c with: > > http://people.freebsd.org/~ariff/test/ac97_patch.c > >=20 > > .. if the above works.. > >=20 > > Part of the commit was to implement master volume "vol" for few > > codecs, particularly yours. How is the behaviour of "vol" mixer > > _before_ and _after_ the commit? >=20 > Ariff, >=20 > After changing the ad1981b_patch(...) function as you suggested, > sound output is back to normal. I guess I should narrow it down to a certain offending hardware. > The 'vol' mixer is behaving as it did before the commit. > Thanks! You have to be sure about this. "ogain" and "phout" have separate control and effect, while "vol" (before the commit) does not have any meaningfull effect. -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__2_Oct_2006_22_26_35_+0800_Kon4H0OtHwPGVVmq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFISGdlr+deMUwTNoRAr8GAKDRQ0sdpRP2o0Q5udSfWOC+BMOwlwCgmLbL aweaHYjKs//udgWjyDd++k8= =P6jD -----END PGP SIGNATURE----- --Signature=_Mon__2_Oct_2006_22_26_35_+0800_Kon4H0OtHwPGVVmq-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 15:16:47 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E714E16A549 for ; Mon, 2 Oct 2006 15:16:37 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2D2E43DE9 for ; Mon, 2 Oct 2006 15:16:04 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id GZR33427; Mon, 02 Oct 2006 08:15:27 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 4345D45058; Mon, 2 Oct 2006 08:15:27 -0700 (PDT) To: Rainer Alves In-Reply-To: Your message of "Sun, 01 Oct 2006 17:55:30 -0300." <45202B42.4000902@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1159802127_21865P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 02 Oct 2006 08:15:27 -0700 From: "Kevin Oberman" Message-Id: <20061002151527.4345D45058@ptavv.es.net> Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org, Ariff Abdullah Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 15:16:47 -0000 --==_Exmh_1159802127_21865P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Me too! My T43 with ICH6 AC'97 stopped working over the weekend. No errors, but no sound at all. xmms appears to be playing normally, just without sound. My system looks almost exactly like Rainer's T42. FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xb0000800, 0xb0000400 irq 11 bufsz 16384 kld snd_ich (1p/1r/1v channels duplex default) -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 > Date: Sun, 01 Oct 2006 17:55:30 -0300 > From: Rainer Alves > Sender: owner-freebsd-current@freebsd.org > > Ariff Abdullah wrote: > > I've just committed support for Intel (and compatible) > > High Definition Audio (Controller). Please give it a good punch. > ... > > My Thinkpad T42 uses a plain old AC'97 chipset, but I no longer have any > sound output after your HDA commit. > Sound output was OK up until yesterday's CURRENT. With today's CURRENT, > sound is gone, even though the kernel detects my card. > > [rainer@bsd ~]$ dmesg | grep pcm > pcm0: port 0x1c00-0x1cff,0x18c0-0x18ff mem > 0xc0000c00-0xc0000dff,0xc0000800-0xc00008ff irq 11 at device 31.5 on pci0 > pcm0: > > [rainer@bsd ~]$ cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0xc0000c00, 0xc0000800 irq 11 bufsz > 16384 (1p/1r/1v channels duplex default) > > [rainer@bsd ~]$ mixer > Mixer vol is currently set to 84:84 > Mixer pcm is currently set to 80:80 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 0:0 > Mixer cd is currently set to 75:75 > Mixer rec is currently set to 0:0 > Mixer igain is currently set to 0:0 > Mixer ogain is currently set to 50:50 > Mixer line1 is currently set to 75:75 > Mixer phin is currently set to 0:0 > Mixer phout is currently set to 0:0 > Recording source: mic > > -- > Rainer Alves > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > --==_Exmh_1159802127_21865P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFFIS0Pkn3rs5h7N1ERAmfpAKCh1WNhp6WJ5KE4uua6zwOgQKT9WgCgi054 JobOtUaGkStXpRPnqf/ClXI= =Eg80 -----END PGP SIGNATURE----- --==_Exmh_1159802127_21865P-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 15:41:19 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14DD616A407; Mon, 2 Oct 2006 15:41:19 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C54AC43D4C; Mon, 2 Oct 2006 15:41:18 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k92FfFjw030612; Mon, 2 Oct 2006 15:41:17 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 2 Oct 2006 23:39:26 +0800 From: Ariff Abdullah To: "Kevin Oberman" , "Rainer Alves" Message-Id: <20061002233926.114af71d.ariff@FreeBSD.org> In-Reply-To: <20061002151527.4345D45058@ptavv.es.net> References: <45202B42.4000902@gmail.com> <20061002151527.4345D45058@ptavv.es.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__2_Oct_2006_23_39_26_+0800_X=J2fkCCiYalfV0q" Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 15:41:19 -0000 --Signature=_Mon__2_Oct_2006_23_39_26_+0800_X=J2fkCCiYalfV0q Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 02 Oct 2006 08:15:27 -0700 "Kevin Oberman" wrote: > Me too! >=20 > My T43 with ICH6 AC'97 stopped working over the weekend. No errors, > but no sound at all. xmms appears to be playing normally, just > without sound. My system looks almost exactly like Rainer's T42. >=20 > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0xb0000800, 0xb0000400 irq 11 > bufsz 16384 kld snd_ich (1p/1r/1v channels duplex default) >=20 I've just backout the changes. Please update your sources (sorry). Make sure "vol", "ogain", and "phout" works as expected, or even better, have considerable improvement. Btw, Kevin, I've read your mail about your problem. It is just that I don't have much time right now. Hope to get in touch with that sooner. Thanks for being an active testers :) -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__2_Oct_2006_23_39_26_+0800_X=J2fkCCiYalfV0q Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFITKwlr+deMUwTNoRAmPxAKCNDwQ8hE0XD+Yfx8K4WWfRSLEHEgCgxS3v MJoDL04tB0aER0o9v1JRsTo= =s2Wb -----END PGP SIGNATURE----- --Signature=_Mon__2_Oct_2006_23_39_26_+0800_X=J2fkCCiYalfV0q-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 16:35:12 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8FDB16A492 for ; Mon, 2 Oct 2006 16:35:12 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal4.es.net (postal4.es.net [198.124.252.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAFD943D78 for ; Mon, 2 Oct 2006 16:34:58 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal4.es.net (Postal Node 4) with ESMTP (SSL) id GAK28343; Mon, 02 Oct 2006 09:34:43 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 2919545058; Mon, 2 Oct 2006 09:34:42 -0700 (PDT) To: Ariff Abdullah In-Reply-To: Your message of "Mon, 02 Oct 2006 23:39:26 +0800." <20061002233926.114af71d.ariff@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1159806882_21865P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 02 Oct 2006 09:34:42 -0700 From: "Kevin Oberman" Message-Id: <20061002163442.2919545058@ptavv.es.net> Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org, Rainer Alves Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 16:35:12 -0000 --==_Exmh_1159806882_21865P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > Date: Mon, 2 Oct 2006 23:39:26 +0800 > From: Ariff Abdullah > > On Mon, 02 Oct 2006 08:15:27 -0700 > "Kevin Oberman" wrote: > > Me too! > > > > My T43 with ICH6 AC'97 stopped working over the weekend. No errors, > > but no sound at all. xmms appears to be playing normally, just > > without sound. My system looks almost exactly like Rainer's T42. > > > > FreeBSD Audio Driver (newpcm) > > Installed devices: > > pcm0: at io 0xb0000800, 0xb0000400 irq 11 > > bufsz 16384 kld snd_ich (1p/1r/1v channels duplex default) > > > > I've just backout the changes. Please update your sources (sorry). > > Make sure "vol", "ogain", and "phout" works as expected, or even > better, have considerable improvement. > > > Btw, Kevin, I've read your mail about your problem. It is just that I > don't have much time right now. Hope to get in touch with that sooner. > > > Thanks for being an active testers :) > > -- Thanks, Ariff. I'm still waiting for our CVS mirror to update, but I'll re-build the module and let you know if it's fixed shortly! And thanks for remembering my other problem. The systems that behave that was are a real pain and I don't know how many are left. (We have about 6 of them left in service and all are scheduled for replacement in the next few months.) -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1159806882_21865P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFFIT+ikn3rs5h7N1ERAr34AJ9pdGPQgUUiyteFD5GMDXnV0uosfwCgugnY 65kr+rir9ilpIW9pDwEbwhs= =zg9M -----END PGP SIGNATURE----- --==_Exmh_1159806882_21865P-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 17:19:22 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D8C16A47B for ; Mon, 2 Oct 2006 17:19:22 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal4.es.net (postal4.es.net [198.124.252.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A0A43D72 for ; Mon, 2 Oct 2006 17:19:08 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal4.es.net (Postal Node 4) with ESMTP (SSL) id GBU78350; Mon, 02 Oct 2006 10:18:50 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id AEFCE45058; Mon, 2 Oct 2006 10:18:49 -0700 (PDT) To: Ariff Abdullah In-Reply-To: Your message of "Mon, 02 Oct 2006 23:39:26 +0800." <20061002233926.114af71d.ariff@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1159809529_21865P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 02 Oct 2006 10:18:49 -0700 From: "Kevin Oberman" Message-Id: <20061002171849.AEFCE45058@ptavv.es.net> Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org, Rainer Alves Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 17:19:22 -0000 --==_Exmh_1159809529_21865P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > Date: Mon, 2 Oct 2006 23:39:26 +0800 > From: Ariff Abdullah > > On Mon, 02 Oct 2006 08:15:27 -0700 > "Kevin Oberman" wrote: > > Me too! > > > > My T43 with ICH6 AC'97 stopped working over the weekend. No errors, > > but no sound at all. xmms appears to be playing normally, just > > without sound. My system looks almost exactly like Rainer's T42. > > > > FreeBSD Audio Driver (newpcm) > > Installed devices: > > pcm0: at io 0xb0000800, 0xb0000400 irq 11 > > bufsz 16384 kld snd_ich (1p/1r/1v channels duplex default) > > > > I've just backout the changes. Please update your sources (sorry). > > Make sure "vol", "ogain", and "phout" works as expected, or even > better, have considerable improvement. > > > Btw, Kevin, I've read your mail about your problem. It is just that I > don't have much time right now. Hope to get in touch with that sooner. > > > Thanks for being an active testers :) > > -- > Ariff Abdullah > FreeBSD Ariff, I just re-built and installed the new module. No luck. I did make obj, make clean, make, and make install in sys/modules/sound/drivers and then did a kldunload of snd_ich and sound and, then a 'kldload snd_ich'. I think that should have done the trick, but no sound :-( -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1159809529_21865P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFFIUn5kn3rs5h7N1ERApy1AJ4/H3lKWzxsymB8UcPP8ys7MulHMQCfXyRM v5OXgkuhIewVJNiAjfUkE08= =9TUU -----END PGP SIGNATURE----- --==_Exmh_1159809529_21865P-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 17:23:46 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0D5816A51B; Mon, 2 Oct 2006 17:23:46 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B4443D77; Mon, 2 Oct 2006 17:23:36 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k92HNXbN038553; Mon, 2 Oct 2006 17:23:34 GMT (envelope-from ariff@FreeBSD.org) Date: Tue, 3 Oct 2006 01:21:42 +0800 From: Ariff Abdullah To: "Kevin Oberman" Message-Id: <20061003012142.6bc87679.ariff@FreeBSD.org> In-Reply-To: <20061002171849.AEFCE45058@ptavv.es.net> References: <20061002233926.114af71d.ariff@FreeBSD.org> <20061002171849.AEFCE45058@ptavv.es.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__3_Oct_2006_01_21_42_+0800_RKF/7k2PZGCdQh9+" Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org, rainer.alves@gmail.com Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 17:23:46 -0000 --Signature=_Tue__3_Oct_2006_01_21_42_+0800_RKF/7k2PZGCdQh9+ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 02 Oct 2006 10:18:49 -0700 "Kevin Oberman" wrote: >=20 > I just re-built and installed the new module. No luck. >=20 > I did make obj, make clean, make, and make install in > sys/modules/sound/drivers and then did a kldunload of snd_ich and > sound and, then a 'kldload snd_ich'. I think that should have done > the trick, but no sound :-( >=20 Are you sure? src/sys/dev/sound/pcm/ac97_patch.c,v 1.6 2006/10/02 15:32:12 ariff ^^^^^^^^^^^^^^^^^^^^^^^ -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Tue__3_Oct_2006_01_21_42_+0800_RKF/7k2PZGCdQh9+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFIUqqlr+deMUwTNoRAgBYAKC1okZVJ1P2nakssN6DnFdVnY+YagCfe9jw iM1Mkp/S4VP/XHN4l6Rrmjg= =L8co -----END PGP SIGNATURE----- --Signature=_Tue__3_Oct_2006_01_21_42_+0800_RKF/7k2PZGCdQh9+-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 18:15:01 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8902B16A412 for ; Mon, 2 Oct 2006 18:15:01 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2498743D67 for ; Mon, 2 Oct 2006 18:14:59 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id GCQ11831; Mon, 02 Oct 2006 11:14:31 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id ADF9345058; Mon, 2 Oct 2006 11:14:30 -0700 (PDT) To: Ariff Abdullah In-Reply-To: Your message of "Tue, 03 Oct 2006 01:21:42 +0800." <20061003012142.6bc87679.ariff@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1159812870_21865P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 02 Oct 2006 11:14:30 -0700 From: "Kevin Oberman" Message-Id: <20061002181430.ADF9345058@ptavv.es.net> Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org, rainer.alves@gmail.com Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 18:15:01 -0000 --==_Exmh_1159812870_21865P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > Date: Tue, 3 Oct 2006 01:21:42 +0800 > From: Ariff Abdullah > > --Signature=_Tue__3_Oct_2006_01_21_42_+0800_RKF/7k2PZGCdQh9+ > Content-Type: text/plain; charset=US-ASCII > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Mon, 02 Oct 2006 10:18:49 -0700 > "Kevin Oberman" wrote: > >=20 > > I just re-built and installed the new module. No luck. > >=20 > > I did make obj, make clean, make, and make install in > > sys/modules/sound/drivers and then did a kldunload of snd_ich and > > sound and, then a 'kldload snd_ich'. I think that should have done > > the trick, but no sound :-( > >=20 > Are you sure? > > src/sys/dev/sound/pcm/ac97_patch.c,v 1.6 2006/10/02 15:32:12 ariff > ^^^^^^^^^^^^^^^^^^^^^^^ > grep FreeBSD /sys/dev/sound/pcm/ac97_patch.c * Copyright 2002 FreeBSD, Inc. All rights reserved. SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/ac97_patch.c,v 1.6 2006/10/02 15:32:12 ariff Exp $"); I can only be sure that it was working back on 9/16 and that it was broken 9/30 at about 23:00 UTC when I updated sources and built the system. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1159812870_21865P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFFIVcGkn3rs5h7N1ERAkU8AJsGd5cEBIdh7GrEhSwPj/udzyix6QCeKqt5 p9DobqIu66IYaIZG4skVNJc= =YAXk -----END PGP SIGNATURE----- --==_Exmh_1159812870_21865P-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 18:40:39 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0607516A407; Mon, 2 Oct 2006 18:40:39 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9236B43D66; Mon, 2 Oct 2006 18:40:30 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k92IeROk046330; Mon, 2 Oct 2006 18:40:28 GMT (envelope-from ariff@FreeBSD.org) Date: Tue, 3 Oct 2006 02:38:35 +0800 From: Ariff Abdullah To: "Kevin Oberman" Message-Id: <20061003023835.1de7515c.ariff@FreeBSD.org> In-Reply-To: <20061002181430.ADF9345058@ptavv.es.net> References: <20061003012142.6bc87679.ariff@FreeBSD.org> <20061002181430.ADF9345058@ptavv.es.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__3_Oct_2006_02_38_35_+0800_pIaIzUz0aSq42TNC" Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org, rainer.alves@gmail.com Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 18:40:39 -0000 --Signature=_Tue__3_Oct_2006_02_38_35_+0800_pIaIzUz0aSq42TNC Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 02 Oct 2006 11:14:30 -0700 "Kevin Oberman" wrote: > > Date: Tue, 3 Oct 2006 01:21:42 +0800 > > From: Ariff Abdullah > >=20 > > --Signature=3D_Tue__3_Oct_2006_01_21_42_+0800_RKF/7k2PZGCdQh9+ > > Content-Type: text/plain; charset=3DUS-ASCII > > Content-Disposition: inline > > Content-Transfer-Encoding: quoted-printable > >=20 > > On Mon, 02 Oct 2006 10:18:49 -0700 > > "Kevin Oberman" wrote: > > >=3D20 > > > I just re-built and installed the new module. No luck. > > >=3D20 > > > I did make obj, make clean, make, and make install in > > > sys/modules/sound/drivers and then did a kldunload of snd_ich > > > and sound and, then a 'kldload snd_ich'. I think that should > > > have done the trick, but no sound :-( > > >=3D20 > > Are you sure? > >=20 > > src/sys/dev/sound/pcm/ac97_patch.c,v 1.6 2006/10/02 15:32:12 ariff > > ^^^^^^^^^^^^^^^^^^^^^^^ >=20 >=20 > > grep FreeBSD /sys/dev/sound/pcm/ac97_patch.c > * Copyright 2002 FreeBSD, Inc. All rights reserved. > SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/ac97_patch.c,v 1.6 > 2006/10/02 15:32:12 ariff Exp $"); >=20 > I can only be sure that it was working back on 9/16 and that it was > broken 9/30 at about 23:00 UTC when I updated sources and built the > system. >=20 How abour mixer settings? Make sure "ogain" and "phout" =3D=3D 100 Replace sys/dev/sound/pcm/ac97.f (if above failed): http://people.freebsd.org/~ariff/test/ac97.c -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Tue__3_Oct_2006_02_38_35_+0800_pIaIzUz0aSq42TNC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFIVywlr+deMUwTNoRAp72AKCOVJz545SG18MwkgG9LrSvviZNcgCfWLB2 +P1NRtQxsRMqGZ8kZl5UtY4= =sVyA -----END PGP SIGNATURE----- --Signature=_Tue__3_Oct_2006_02_38_35_+0800_pIaIzUz0aSq42TNC-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 19:17:44 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D041D16A407; Mon, 2 Oct 2006 19:17:44 +0000 (UTC) (envelope-from freebsd.ruomad@free.fr) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 045EA43D7E; Mon, 2 Oct 2006 19:17:43 +0000 (GMT) (envelope-from freebsd.ruomad@free.fr) Received: from [192.168.0.100] (vln78-1-82-238-160-33.fbx.proxad.net [82.238.160.33]) by smtp2-g19.free.fr (Postfix) with ESMTP id A04ED75D90; Mon, 2 Oct 2006 21:17:39 +0200 (CEST) Message-ID: <45214972.6050501@free.fr> Date: Mon, 02 Oct 2006 19:16:34 +0200 From: Bruno Damour User-Agent: Thunderbird 1.5.0.7 (X11/20060916) MIME-Version: 1.0 To: Ariff Abdullah References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> In-Reply-To: <20061001192728.0cc7cdf6.ariff@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 19:17:44 -0000 Ariff Abdullah wrote: > I've just committed support for Intel (and compatible) > High Definition Audio (Controller). Please give it a good punch. > > For RELENG_6 users, you're left with > http://people.freebsd.org/~ariff/test/hda_releng6.diff. > > The rest 6.1-RELEASE mostly, or simply because you're too lazy to > apply the patch, I've provided binary kmod for both i386 and amd64, > found at http://people.freebsd.org/~ariff/HDA/kmod/ . Get _BOTH_ > sound.ko and snd_hda.ko, no question about it. > > > Welcome To HDA. > > On Sun, 1 Oct 2006 11:13:00 +0000 (UTC) > Ariff Abdullah wrote: > >> ariff 2006-10-01 11:13:00 UTC >> >> FreeBSD src repository >> >> Added files: >> sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h >> hdac_reg.h >> sys/modules/sound/driver/hda Makefile >> Log: >> Add support for Intel High Definition Audio Controller. >> >> This driver make a special guarantee that "playback" works >> on majority hardwares with minimal or without specific vendor >> quirk. >> >> This driver is a product of collaborative effort made by: >> >> Stephane E. Potvin >> Andrea Bittau >> Wesley Morgan >> Daniel Eischen >> Maxime Guillaud >> Ariff Abdullah >> >> ....and various people from freebsd-multimedia@FreeBSD.org >> >> Refer to snd_hda(4) for features and issues. >> >> Welcome To HDA. >> >> Sponsored by: Defenxis Sdn. Bhd. >> >> Revision Changes Path >> 1.1 +1226 -0 src/sys/dev/sound/pci/hda/hda_reg.h (new) >> 1.1 +4584 -0 src/sys/dev/sound/pci/hda/hdac.c (new) >> 1.1 +69 -0 src/sys/dev/sound/pci/hda/hdac.h (new) >> 1.1 +335 -0 src/sys/dev/sound/pci/hda/hdac_private.h >> (new) 1.1 +266 -0 src/sys/dev/sound/pci/hda/hdac_reg.h >> (new) 1.1 +9 -0 >> src/sys/modules/sound/driver/hda/Makefile (new) >> >> > > > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ > SUCCESS: vil1 ~ # uname -a FreeBSD vil1.ruomad.net 7.0-CURRENT FreeBSD 7.0-CURRENT #8: Mon Oct 2 20:05:40 CEST 2006 root@vil1.ruomad.net:/usr/obj/usr/src/sys/VIL1 i386 dmesg : pcm0: mem 0xfe024000-0xfe027fff irq 21 at device 16.1 on pci0 nfe0: port 0xf200-0xf207 mem 0xfe02b000-0xfe02bfff irq 22 at device 20.0 on pci0 Hardware : Asus M2NPV-VM Motherboard, Nforce 430MCP integrated chipsed Works great! Thanks a lot for your good work... Bruno Damour From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 20:06:35 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE58A16A415 for ; Mon, 2 Oct 2006 20:06:35 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal4.es.net (postal4.es.net [198.124.252.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FC743D7F for ; Mon, 2 Oct 2006 20:06:17 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal4.es.net (Postal Node 4) with ESMTP (SSL) id GEI33001; Mon, 02 Oct 2006 13:06:01 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 4110145058; Mon, 2 Oct 2006 13:06:00 -0700 (PDT) To: Ariff Abdullah In-Reply-To: Your message of "Tue, 03 Oct 2006 02:38:35 +0800." <20061003023835.1de7515c.ariff@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1159819560_21865P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 02 Oct 2006 13:06:00 -0700 From: "Kevin Oberman" Message-Id: <20061002200600.4110145058@ptavv.es.net> Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org, rainer.alves@gmail.com Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 20:06:36 -0000 --==_Exmh_1159819560_21865P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > Date: Tue, 3 Oct 2006 02:38:35 +0800 > From: Ariff Abdullah > > On Mon, 02 Oct 2006 11:14:30 -0700 > "Kevin Oberman" wrote: > > > Date: Tue, 3 Oct 2006 01:21:42 +0800 > > > From: Ariff Abdullah > > > > > > --Signature=_Tue__3_Oct_2006_01_21_42_+0800_RKF/7k2PZGCdQh9+ > > > Content-Type: text/plain; charset=US-ASCII > > > Content-Disposition: inline > > > Content-Transfer-Encoding: quoted-printable > > > > > > On Mon, 02 Oct 2006 10:18:49 -0700 > > > "Kevin Oberman" wrote: > > > >=20 > > > > I just re-built and installed the new module. No luck. > > > >=20 > > > > I did make obj, make clean, make, and make install in > > > > sys/modules/sound/drivers and then did a kldunload of snd_ich > > > > and sound and, then a 'kldload snd_ich'. I think that should > > > > have done the trick, but no sound :-( > > > >=20 > > > Are you sure? > > > > > > src/sys/dev/sound/pcm/ac97_patch.c,v 1.6 2006/10/02 15:32:12 ariff > > > ^^^^^^^^^^^^^^^^^^^^^^^ > > > > > > > grep FreeBSD /sys/dev/sound/pcm/ac97_patch.c > > * Copyright 2002 FreeBSD, Inc. All rights reserved. > > SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/ac97_patch.c,v 1.6 > > 2006/10/02 15:32:12 ariff Exp $"); > > > > I can only be sure that it was working back on 9/16 and that it was > > broken 9/30 at about 23:00 UTC when I updated sources and built the > > system. > > > > How abour mixer settings? Make sure "ogain" and "phout" == 100 > > Replace sys/dev/sound/pcm/ac97.f (if above failed): > > http://people.freebsd.org/~ariff/test/ac97.c Jackpot! This time I did a rebuild at /sys/modules/sound (instead of at sound/driver) using the ac97.c referenced above. I now have sound. FWIW, OGAIN and PHOUT mixer knobs don't seem to have any effect. Only Vol and PCM seem to do anything when playing MP3s and videos. Thanks, Ariff, for your help on this. Let me know it there is anything else you would like me to try out. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1159819560_21865P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFFIXEokn3rs5h7N1ERAtPQAJ4l70zl1vLYXlT0OhkOkBmwJs00mQCgiPzz IZlYF9h7JCStIruiDFP1odA= =zqak -----END PGP SIGNATURE----- --==_Exmh_1159819560_21865P-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 2 20:35:13 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94E8516A412; Mon, 2 Oct 2006 20:35:13 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBAA43D8B; Mon, 2 Oct 2006 20:35:02 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k92KYxdS056470; Mon, 2 Oct 2006 20:35:00 GMT (envelope-from ariff@FreeBSD.org) Date: Tue, 3 Oct 2006 04:33:00 +0800 From: Ariff Abdullah To: "Kevin Oberman" Message-Id: <20061003043300.3a2b105b.ariff@FreeBSD.org> In-Reply-To: <20061002200600.4110145058@ptavv.es.net> References: <20061003023835.1de7515c.ariff@FreeBSD.org> <20061002200600.4110145058@ptavv.es.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__3_Oct_2006_04_33_00_+0800_kMdBpslJg.epbWnG" Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org, rainer.alves@gmail.com Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 20:35:13 -0000 --Signature=_Tue__3_Oct_2006_04_33_00_+0800_kMdBpslJg.epbWnG Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 02 Oct 2006 13:06:00 -0700 "Kevin Oberman" wrote: >=20 > Jackpot! >=20 > This time I did a rebuild at /sys/modules/sound (instead of at > sound/driver) using the ac97.c referenced above. I now have sound. >=20 > FWIW, OGAIN and PHOUT mixer knobs don't seem to have any effect. > Only Vol and PCM seem to do anything when playing MP3s and videos. >=20 > Thanks, Ariff, for your help on this. >=20 > Let me know it there is anything else you would like me to try out. >=20 Grr.. I guess I had to find another way to make crippled AD1981B users happy :) Thanks, I'll fix it shortly. -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Tue__3_Oct_2006_04_33_00_+0800_kMdBpslJg.epbWnG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFIXeGlr+deMUwTNoRArMjAKCEzklm5rhuAtFpDANl3KUDMNwngwCgg6Vn zNszE2MSWP5KTmOQYnTnewM= =2vdb -----END PGP SIGNATURE----- --Signature=_Tue__3_Oct_2006_04_33_00_+0800_kMdBpslJg.epbWnG-- From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 3 04:07:52 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0711816A415 for ; Tue, 3 Oct 2006 04:07:52 +0000 (UTC) (envelope-from sudakov@sibptus.tomsk.ru) Received: from relay2.tomsk.ru (relay2.tomsk.ru [212.73.124.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 389CE43D73 for ; Tue, 3 Oct 2006 04:07:48 +0000 (GMT) (envelope-from sudakov@sibptus.tomsk.ru) X-Virus-Scanned: by Dr.Web (R) daemon for FreeBSD, v4.33 at relay2.tomsk.ru Received: from [172.16.138.125] (account sudakovva@sibptus.tomsk.ru HELO admin.sibptus.tomsk.ru) by relay2.tomsk.ru (CommuniGate Pro SMTP 4.3.8) with ESMTPSA id 4981872 for multimedia@FreeBSD.org; Tue, 03 Oct 2006 11:07:46 +0700 Date: Tue, 3 Oct 2006 11:07:45 +0700 From: Victor Sudakov To: multimedia@FreeBSD.org Message-ID: <20061003040745.GA38225@admin.sibptus.tomsk.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: AO "Svyaztransneft", SibPTUS X-PGP-Key: http://vas.tomsk.ru/vas.asc Cc: Subject: Is vlc without X possible? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 04:07:52 -0000 Colleagues, Is it possible to make vlc without X? Could the vlc port honor the WITHOUT_X11 knob? -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN sip:sudakov@sibptus.tomsk.ru From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 3 04:51:12 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1753916A403 for ; Tue, 3 Oct 2006 04:51:12 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id E489643D67 for ; Tue, 3 Oct 2006 04:50:57 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by hu-out-0506.google.com with SMTP id 34so1045987hui for ; Mon, 02 Oct 2006 21:50:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=CySSOLWy64vpmIofv1Bh2gZuQUP3ta/RCgM6JPa6FGCyeepOJXB8EtVc905aEwvpER2OjIj2PPr91G5uSYeuYGmDQMcdVVVrAWs6DjU2gXFGwxV6AmNVJBQS9mRTN1RaAI2ux0V9M6GyVT3qHXrSU/j5p/FPhTSHzDEpyERNQd4= Received: by 10.78.157.8 with SMTP id f8mr1087188hue; Mon, 02 Oct 2006 14:35:44 -0700 (PDT) Received: from ?192.168.1.200? ( [80.217.194.157]) by mx.gmail.com with ESMTP id c18sm4390160hub.2006.10.02.14.35.43; Mon, 02 Oct 2006 14:35:44 -0700 (PDT) Message-ID: <4521862C.8020308@gmail.com> Date: Mon, 02 Oct 2006 23:35:40 +0200 From: Pawel Worach User-Agent: Thunderbird 1.5.0.7 (X11/20060930) MIME-Version: 1.0 To: Ariff Abdullah References: <45202B42.4000902@gmail.com> <20061002151527.4345D45058@ptavv.es.net> <20061002233926.114af71d.ariff@FreeBSD.org> In-Reply-To: <20061002233926.114af71d.ariff@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org, Rainer Alves , Kevin Oberman Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 04:51:12 -0000 Ariff Abdullah wrote: > On Mon, 02 Oct 2006 08:15:27 -0700 > "Kevin Oberman" wrote: >> Me too! >> >> My T43 with ICH6 AC'97 stopped working over the weekend. No errors, >> but no sound at all. xmms appears to be playing normally, just >> without sound. My system looks almost exactly like Rainer's T42. >> >> FreeBSD Audio Driver (newpcm) >> Installed devices: >> pcm0: at io 0xb0000800, 0xb0000400 irq 11 >> bufsz 16384 kld snd_ich (1p/1r/1v channels duplex default) >> > > I've just backout the changes. Please update your sources (sorry). FYI, my T41 started working again after your first backout. src/sys/dev/sound/pcm/ac97_patch.c,v 1.6 2006/10/02 15:32:12 ariff src/sys/dev/sound/pcm/ac97.c,v 1.62 2006/09/28 17:28:59 ariff pcm0: port 0x1c00-0x1cff,0x18c0-0x18ff mem 0xc0000c00-0xc0000dff,0xc0000800-0xc00008ff irq 11 at device 31.5 on pci0 pcm0: -- Pawel From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 3 05:26:23 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B67916A415 for ; Tue, 3 Oct 2006 05:26:23 +0000 (UTC) (envelope-from SRS0=jy5ktj=DQ=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailout13.yourhostingaccount.com (mailout13.yourhostingaccount.com [65.254.253.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id C297743D76 for ; Tue, 3 Oct 2006 05:26:21 +0000 (GMT) (envelope-from SRS0=jy5ktj=DQ=vvelox.net=v.velox@yourhostingaccount.com) Received: from scan04.yourhostingaccount.com ([10.1.1.234] helo=scan04.yourhostingaccount.com) by mailout13.yourhostingaccount.com with esmtp (Exim) id 1GUcnM-0002c7-5c for freebsd-multimedia@freebsd.org; Tue, 03 Oct 2006 01:26:20 -0400 Received: from authsmtp09.yourhostingaccount.com ([10.1.18.9] ident=exim) by scan04.yourhostingaccount.com with spamscanlookuphost (Exim) id 1GUcnM-0000sO-1w for freebsd-multimedia@freebsd.org; Tue, 03 Oct 2006 01:26:20 -0400 Received: from authsmtp09.yourhostingaccount.com ([10.1.18.9] helo=authsmtp09.yourhostingaccount.com) by scan04.yourhostingaccount.com with esmtp (Exim) id 1GUcnL-0000sL-FL for freebsd-multimedia@freebsd.org; Tue, 03 Oct 2006 01:26:19 -0400 Received: from [69.92.217.33] (helo=vixen42) by authsmtp09.yourhostingaccount.com with esmtpa (Exim) id 1GUcnK-0007OY-HM; Tue, 03 Oct 2006 01:26:19 -0400 Date: Tue, 3 Oct 2006 00:26:47 -0500 From: Vulpes Velox Message-ID: <20061003002647.0970c946@vixen42> In-Reply-To: <54302.68.0.98.63.1159699810.squirrel@email.powweb.com> References: <60438.68.0.98.63.1159655635.squirrel@email.powweb.com> <20061001065131.64af817c.ariff@FreeBSD.org> <58103.68.0.98.63.1159660280.squirrel@email.powweb.com> <20061001075645.391fe2bf.ariff@FreeBSD.org> <54302.68.0.98.63.1159699810.squirrel@email.powweb.com> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EN-UserInfo: 0d1ca1697cdb7a831d4877828571b7ab:1570f0de6936c69fef9e164fffc541bc X-EN-AuthUser: vvelox2 Sender: Vulpes Velox Cc: freebsd-multimedia@freebsd.org, Ariff Abdullah Subject: Re: no sound with the HDA patch X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 05:26:23 -0000 On Sun, 1 Oct 2006 06:50:10 -0400 (EDT) v.velox@vvelox.net wrote: > > On Sat, 30 Sep 2006 19:51:20 -0400 (EDT) > > v.velox@vvelox.net wrote: > >> > On Sat, 30 Sep 2006 18:33:55 -0400 (EDT) > >> > v.velox@vvelox.net wrote: > >> >> There is no playback on the HDA chip on the Toshiba Satellite > >> >P100 > series of laptops. This is true for the line out, head > >> >phones out, > and speakers. > >> >> > >> >> dmesg... > >> >> pcm0: mem > >> >> 0xd2400000-0xd2403fff irq 22 at device 27.0 on pci0 > >> >> pcm0: > >> >> pcm0: > >> >> > >> >> > >> > Verbose dmesg, please. > >> > >> What does verbose mean in this case? I am not finding any flag or > >> the like for more verbose output in the dmesg man page. > >> > > > > Here: > > > > http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-September/004720.html > > #uname -a > FreeBSD chama.vulpes 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Fri > Sep 29 23:39:34 UTC 2006 > kitsune@charma.vulpes:/usr/obj/usr/src/sys/SMP i386 > > #pciconf -lv | grep -B 4 multimedia > subclass = PCI-PCI > pcm0@pci0:27:0: class=0x040300 card=0xff311179 chip=0x27d88086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801G (ICH7 Family) High Definition Audio' > class = multimedia > > # sysctl hw.snd.verbose=2 ; cat /dev/sndstat > hw.snd.verbose: 1 -> 2 > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at memory > 0xd2400000 irq 22 kld snd_hda [20060929_0026] (1p/1r/0v channels > duplex default) [pcm0:play:0:dsp0.0]: spd 0, fmt > 0x00000000/0x00000008, flags 0x00000000, 0x00000000 > interrupts 0, underruns 0, ready 0 [b:16384/8192/2|bs:0/0/0] > {userland} -> feeder_root(0x00000000) -> {hardware} > [pcm0:record:0:dsp0.1]: spd 0, fmt 0x00000000/0x00000008, > flags 0x00000000, 0x00000000 > interrupts 0, overruns 0, hfree 16384, sfree 0 > [b:16384/8192/2|bs:0/0/0] > {hardware} -> feeder_root(0x00000000) -> {userland} > > # sysctl hw.snd > hw.snd.targetirqrate: 32 > hw.snd.report_soft_formats: 1 > hw.snd.verbose: 2 > hw.snd.unit: 0 > hw.snd.maxautovchans: 0 > hw.snd.pcm0.buffersize: 16384 > hw.snd.pcm0.vchans: 0 > > # mixer > Mixer vol is currently set to 75:75 > Mixer pcm is currently set to 75:75 > Mixer mic is currently set to 0:0 > Mixer cd is currently set to 75:75 > Mixer rec is currently set to 0:0 > Recording source: mic > > #dmesg | grep pcm0: > Just tested with todays patch and I am not seeing any change. Any thing I could help with or the like in this area? From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 3 14:24:24 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB91416A416 for ; Tue, 3 Oct 2006 14:24:24 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 579CB43D81; Tue, 3 Oct 2006 14:24:16 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k93EODwb055362; Tue, 3 Oct 2006 14:24:15 GMT (envelope-from ariff@FreeBSD.org) Date: Tue, 3 Oct 2006 22:24:08 +0800 From: Ariff Abdullah To: Vulpes Velox Message-Id: <20061003222408.68eda683.ariff@FreeBSD.org> In-Reply-To: <20061003002647.0970c946@vixen42> References: <60438.68.0.98.63.1159655635.squirrel@email.powweb.com> <20061001065131.64af817c.ariff@FreeBSD.org> <58103.68.0.98.63.1159660280.squirrel@email.powweb.com> <20061001075645.391fe2bf.ariff@FreeBSD.org> <54302.68.0.98.63.1159699810.squirrel@email.powweb.com> <20061003002647.0970c946@vixen42> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__3_Oct_2006_22_24_08_+0800_PDH0zJXlhBpW0c5w" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: no sound with the HDA patch X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 14:24:25 -0000 --Signature=_Tue__3_Oct_2006_22_24_08_+0800_PDH0zJXlhBpW0c5w Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, 3 Oct 2006 00:26:47 -0500 Vulpes Velox wrote: >=20 > Just tested with todays patch and I am not seeing any change. Any > thing I could help with or the like in this area? >=20 Unfortunately this is one of the infamous Conexant/hda issues. Do you have Windows installed there? Please send me the driver, especially the .INF, or get the driver for me. I want the .INF. -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Tue__3_Oct_2006_22_24_08_+0800_PDH0zJXlhBpW0c5w Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFInKMlr+deMUwTNoRAmkUAJ9psvlugrP++grrXDqTPgQuj3212ACg4Gl3 6a+xrdZXrijliS9TiANjlzg= =chD0 -----END PGP SIGNATURE----- --Signature=_Tue__3_Oct_2006_22_24_08_+0800_PDH0zJXlhBpW0c5w-- From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 3 23:24:28 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2653916A415 for ; Tue, 3 Oct 2006 23:24:28 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7261C43D58 for ; Tue, 3 Oct 2006 23:24:27 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so378156nfc for ; Tue, 03 Oct 2006 16:24:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=lsUygpnz/YcKhQrauRG9lwlLHrBnxrkCrqYHb5ljk39VZV6oOfUt/EHecBHhHtlNYJIBbZePSHr+eKWwdmOyUf8zUJqkdufZuz0/ZShXurbVWumKDGUhdAeWjTQ8usiVDc20+v+Os7YhbokrjXD63JMaGX4Vn4zQeg1BLFtCngQ= Received: by 10.78.188.19 with SMTP id l19mr5145660huf; Tue, 03 Oct 2006 16:24:26 -0700 (PDT) Received: by 10.78.183.3 with HTTP; Tue, 3 Oct 2006 16:24:26 -0700 (PDT) Message-ID: Date: Tue, 3 Oct 2006 19:24:26 -0400 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Victor Sudakov" In-Reply-To: <20061003040745.GA38225@admin.sibptus.tomsk.ru> MIME-Version: 1.0 References: <20061003040745.GA38225@admin.sibptus.tomsk.ru> X-Google-Sender-Auth: bdabf211069ed00c Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: multimedia@freebsd.org Subject: Re: Is vlc without X possible? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 23:24:28 -0000 On 10/3/06, Victor Sudakov wrote: > > Colleagues, > > Is it possible to make vlc without X? > Could the vlc port honor the WITHOUT_X11 knob? Believe it or not this has been a pretty popular request. I personally haven't got around to it because I've been busy with other projects and such but a patch would greatly be appreciated. If no one beats me to it I will fix this soon. Michael -- > Victor Sudakov, VAS4-RIPE, VAS47-RIPN > sip:sudakov@sibptus.tomsk.ru > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to " > freebsd-multimedia-unsubscribe@freebsd.org" > From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 04:06:23 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 599B816A415 for ; Wed, 4 Oct 2006 04:06:23 +0000 (UTC) (envelope-from SRS0=R1Z2AK=DR=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailout07.yourhostingaccount.com (mailout07.yourhostingaccount.com [65.254.254.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F71243D49 for ; Wed, 4 Oct 2006 04:06:21 +0000 (GMT) (envelope-from SRS0=R1Z2AK=DR=vvelox.net=v.velox@yourhostingaccount.com) Received: from scan06.yourhostingaccount.com ([10.1.1.236] helo=scan06.yourhostingaccount.com) by mailout07.yourhostingaccount.com with esmtp (Exim) id 1GUy1U-0001jJ-N4 for freebsd-multimedia@FreeBSD.org; Wed, 04 Oct 2006 00:06:20 -0400 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] ident=exim) by scan06.yourhostingaccount.com with spamscanlookuphost (Exim) id 1GUy1U-0003v0-HY for freebsd-multimedia@FreeBSD.org; Wed, 04 Oct 2006 00:06:20 -0400 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] helo=authsmtp08.yourhostingaccount.com) by scan06.yourhostingaccount.com with esmtp (Exim) id 1GUy1T-0003ur-IB for freebsd-multimedia@FreeBSD.org; Wed, 04 Oct 2006 00:06:19 -0400 Received: from [69.92.217.33] (helo=vixen42) by authsmtp08.yourhostingaccount.com with esmtpa (Exim) id 1GUy1T-0002fs-4o; Wed, 04 Oct 2006 00:06:19 -0400 Date: Tue, 3 Oct 2006 23:06:57 -0500 From: Vulpes Velox To: Ariff Abdullah , freebsd-multimedia@FreeBSD.org Message-ID: <20061003230657.05af2b92@vixen42> In-Reply-To: <20061004034623.28415507.ariff@FreeBSD.org> References: <60438.68.0.98.63.1159655635.squirrel@email.powweb.com> <20061001065131.64af817c.ariff@FreeBSD.org> <58103.68.0.98.63.1159660280.squirrel@email.powweb.com> <20061001075645.391fe2bf.ariff@FreeBSD.org> <54302.68.0.98.63.1159699810.squirrel@email.powweb.com> <20061003002647.0970c946@vixen42> <20061003222408.68eda683.ariff@FreeBSD.org> <20061004034623.28415507.ariff@FreeBSD.org> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EN-UserInfo: 0d1ca1697cdb7a831d4877828571b7ab:1570f0de6936c69fef9e164fffc541bc X-EN-AuthUser: vvelox2 Sender: Vulpes Velox Cc: Subject: Re: no sound with the HDA patch X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 04:06:23 -0000 On Wed, 4 Oct 2006 03:46:23 +0800 Ariff Abdullah wrote: > On Tue, 3 Oct 2006 22:24:08 +0800 > Ariff Abdullah wrote: > > On Tue, 3 Oct 2006 00:26:47 -0500 > > Vulpes Velox wrote: > > > > > > Just tested with todays patch and I am not seeing any change. > > > Any thing I could help with or the like in this area? > > > > > Unfortunately this is one of the infamous Conexant/hda issues. Do > > you have Windows installed there? Please send me the driver, > > especially the .INF, or get the driver for me. I want the .INF. > > > > Are you there? Please forget about my request above. Instead, try > this: > > http://people.freebsd.org/~ariff/test/hdac_tp100.c I just replaced hdac.c with that file. No change. No sound from speakers or any of the jacks. Mixer settings have no affect. I do have a partition with windows on it. I will dig around for the .INF tomorrow after work. Sorry about the long delay there. From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 10:19:32 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94BD816A40F for ; Wed, 4 Oct 2006 10:19:32 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5AF643D5A for ; Wed, 4 Oct 2006 10:19:29 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k94AJFIY017897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 4 Oct 2006 17:19:15 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k94AJTsx084550; Wed, 4 Oct 2006 17:19:29 +0700 (ICT) Date: Wed, 4 Oct 2006 17:19:29 +0700 (ICT) Message-Id: <200610041019.k94AJTsx084550@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-multimedia@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Mixing sound X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 10:19:32 -0000 Hi, I have an embded application running on 4.11. I cannot upgrade the system version. http://www.cs.ait.ac.th/laboratory/door/ 4.11 was using voxware (pre-OSS). I am requested to add limited sound support to it (for blind user). Now I am able to play a recorded sound, but some events may need to play 2 sounds at same time. How can I do that? TIA Olivier From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 10:51:37 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D967816A416 for ; Wed, 4 Oct 2006 10:51:37 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.67.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 788D343D5C for ; Wed, 4 Oct 2006 10:51:37 +0000 (GMT) (envelope-from lars@e.0x20.net) Received: by mail.0x20.net (Postfix, from userid 1002) id 753A9350A3; Wed, 4 Oct 2006 12:51:36 +0200 (CEST) Date: Wed, 4 Oct 2006 12:51:36 +0200 From: Lars Engels To: Olivier Nicole Message-ID: <20061004105136.GB57043@e.0x20.net> References: <200610041019.k94AJTsx084550@banyan.cs.ait.ac.th> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mojUlQ0s9EVzWg2t" Content-Disposition: inline In-Reply-To: <200610041019.k94AJTsx084550@banyan.cs.ait.ac.th> X-Editor: VIM - Vi IMproved 7.0 User-Agent: Mutt/1.5.11 Cc: freebsd-multimedia@freebsd.org Subject: Re: Mixing sound X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 10:51:37 -0000 --mojUlQ0s9EVzWg2t Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 04, 2006 at 05:19:29PM +0700, Olivier Nicole wrote: > Hi,=20 >=20 > I have an embded application running on 4.11. I cannot upgrade the > system version. http://www.cs.ait.ac.th/laboratory/door/ >=20 > 4.11 was using voxware (pre-OSS). >=20 > I am requested to add limited sound support to it (for blind user). >=20 > Now I am able to play a recorded sound, but some events may need to > play 2 sounds at same time. How can I do that? Hi Olivier, take a look at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html To use multiple channels set: sysctl hw.snd.pcm0.vchans=3D4 sysctl hw.snd.maxautovchans=3D4 If that works for you, you can add it to /etc/sysctl.conf -Lars --mojUlQ0s9EVzWg2t Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFI5I4Kc512sD3afgRAmQbAJ41I6mN3qjQweevgT3vTK4mVeTCKgCeJpKV wGKHvU7JxLHE/+getnnxRlE= =4B3l -----END PGP SIGNATURE----- --mojUlQ0s9EVzWg2t-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 13:23:16 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D548216A4DA; Wed, 4 Oct 2006 13:23:16 +0000 (UTC) (envelope-from GladysMockgb@arcor-ip.net) Received: from arcor-ip.net (dslb-088-073-196-004.pools.arcor-ip.net [88.73.196.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 1A48043D4C; Wed, 4 Oct 2006 13:23:15 +0000 (GMT) (envelope-from GladysMockgb@arcor-ip.net) Message-Id: <88027188998.52306307@arcor-ip.net> From: "Rosemarie Reilly" To: , Date: Wed, 04 Oct 2006 15:23:15 +0100 MIME-Version: 1.0 Cc: Subject: gourmet trenchanty X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 13:23:16 -0000 Energy Prices are near all time low, This is the best time to lock in a quality energy stock Introducing : WBRS Exchange Pinksheets Price: 0.05 3 Day Estimated : .50 ( +1000%) WILD BRUSH MAKES A MOVE! Wild Brush Acquires Additional Powder River Oil & Gas Lease. Who is Wild Brush? Wild Brush Energy is a diversified energy company whose primary goal is to identify and develop Oil & Coalbed Methane sites within the State of Wyoming. In addition, Wild Brush Energy continues to evaluate clean air alternative energy producing technologies such as Wind Power. Wild Brush trades in the U.S. under the symbol "WBRS." ADD THIS ENERGY STOCK TO YOUR LIST AND WATCH IT TRADE CLOSELY ON WEDNESDAY OCTOBER 4! Get In NOW !!! Seed money. Under the weather. What goes up must come down. Save it for a rainy day. What goes down usually comes up. Your in hot water. To rule the mountains is to rule the river. Wet behind the ears. Rain, rain go away; come again some other day. Shake like a leaf. Weed it out. You say potayto, I say potahto. Wet behind the ears. The scum of the earth. From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 13:24:31 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8554F16A49E; Wed, 4 Oct 2006 13:24:31 +0000 (UTC) (envelope-from MyrtleWhalenagj@arcor-ip.net) Received: from arcor-ip.net (dslb-088-073-196-004.pools.arcor-ip.net [88.73.196.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 27D8543D58; Wed, 4 Oct 2006 13:24:29 +0000 (GMT) (envelope-from MyrtleWhalenagj@arcor-ip.net) Message-Id: <796044968420.610838315@arcor-ip.net> From: "Allison Mosley" To: , Date: Wed, 04 Oct 2006 15:24:29 +0100 MIME-Version: 1.0 Cc: mtm@freebsd.org, multimedia@freebsd.org Subject: lonelyz X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 13:24:31 -0000 Energy Prices are near all time low, This is the best time to lock in a quality energy stock Introducing : WBRS Exchange Pinksheets Price: 0.05 3 Day Estimated : .50 ( +1000%) WILD BRUSH MAKES A MOVE! Wild Brush Acquires Additional Powder River Oil & Gas Lease. Who is Wild Brush? Wild Brush Energy is a diversified energy company whose primary goal is to identify and develop Oil & Coalbed Methane sites within the State of Wyoming. In addition, Wild Brush Energy continues to evaluate clean air alternative energy producing technologies such as Wind Power. Wild Brush trades in the U.S. under the symbol "WBRS." ADD THIS ENERGY STOCK TO YOUR LIST AND WATCH IT TRADE CLOSELY ON WEDNESDAY OCTOBER 4! Get In NOW !!! You throw filth on the living and flowers on the dead.Pin a rose on your nose. Shake like a leaf. They're like two peas in a pod. Spill the beans. Seed money. The silly season. Weed 'um and reap. Speak softly and carry a big stick. The way to a man's heart is through his stomach. From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 16:27:45 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ECE916A403; Wed, 4 Oct 2006 16:27:45 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from ultrasuede.reed.edu (ultrasuede.reed.edu [134.10.2.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 573F543D7B; Wed, 4 Oct 2006 16:27:33 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from Laptop.mine.box (c038h213.dorm.reed.edu [134.10.38.213]) by ultrasuede.reed.edu (8.13.7/8.13.7) with ESMTP id k94GRNQc004309 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Wed, 4 Oct 2006 09:27:23 -0700 Received: from localhost (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k94GQbgQ099073; Wed, 4 Oct 2006 09:26:37 -0700 (PDT) (envelope-from alex@Laptop.mine.box) Message-Id: <200610041626.k94GQbgQ099073@Laptop.mine.box> To: Kris Kennaway In-reply-to: <20061004161112.GC34738@xor.obsecurity.org> References: <20061004161112.GC34738@xor.obsecurity.org> Comments: In-reply-to Kris Kennaway message dated "Wed, 04 Oct 2006 12:11:12 -0400." Date: Wed, 04 Oct 2006 09:26:37 -0700 From: Alexander Botero-Lowry X-Scanned-By: MIMEDefang 2.57 on 134.10.2.46 Cc: alexbl@FreeBSD.org, johnson.peter@gmail.com, multimedia@FreeBSD.org Subject: Re: [ports-amd64@FreeBSD.org: quodlibet-0.23.1 failed on amd64 7] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 16:27:45 -0000 I had indications of this problem in tinderbox, but it wouldn't give me a file- name, or any sense of just what the problem really was, but since I was pretty sure it was in another project I left it alone. So now that I have this little piece of information, I can detail the problem: pygst.py is non-cache is py-gstreamers pkg-plist, so pygst.pyc, pygst.pyo are not present. When the install phase of quodlibet imports pygst, one or both of these files are created, but they are not accounted for by anyone, so its seen as an extra file. and I can offer two solutions: 1) we make quodlibet skip its check for py-gstreamer, which only fixes this problem for quodlibet and not for other ports that may have it. OR 2) The fine folks in multimedia@ force pygst.py to be compiled pre-install, a line like, from security/py-trustedpickle: @cd ${WRKSRC} && ${PYTHON_CMD} -OOOO -c 'import pygst' && \ ${PYTHON_CMD} -c 'import pygst' and then have the py-gstreamer port account for the .pyo and .pyc files in its pkg-plist. I'd be happy to send a patch over to the multimedia@ guys if that would make this go faster for y'all. Thanks, Alex > > --DSPAM_MULTIPART_EX-72087 > Content-Type: multipart/signed; micalg=pgp-sha1; > protocol="application/pgp-signature"; boundary="2JFBq9zoW8cOFH7v" > Content-Disposition: inline > > --2JFBq9zoW8cOFH7v > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > FYI; can you please investigate and/or report to the developers? If > you are already aware of this problem but do not yet have a fix, > please mark the port BROKEN in the appropriate case, so that users do > not unexpectedly encounter it. > > See http://pointyhat.freebsd.org for the full log. > > Thanks, > Kris > > ----- Forwarded message from User Ports-amd64 ---= > -- > > X-Original-To: kkenn@localhost > Delivered-To: kkenn@localhost.obsecurity.org > X-Original-To: kris@FreeBSD.org > Delivered-To: kris@FreeBSD.org > Date: Tue, 3 Oct 2006 12:55:13 GMT > From: User Ports-amd64 > To: kris@FreeBSD.org > Subject: quodlibet-0.23.1 failed on amd64 7 > X-UIDL: *+U!!QB%#!? X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.3 > > building quodlibet-0.23.1 on fbsd-amd64.isc.org > in directory /u0/pkgbld/7/chroot/1784 > building for: 7.0-CURRENT amd64 > maintained by: johnson.peter@gmail.com > port directory: /usr/ports/multimedia/quodlibet > build started at Tue Oct 3 12:52:04 UTC 2006 > FETCH_DEPENDS=3D > PATCH_DEPENDS=3D > EXTRACT_DEPENDS=3D > BUILD_DEPENDS=3DORBit2-2.14.3.tbz atk-1.11.4_1.tbz avahi-0.6.13_3.tbz bitst= > ream-vera-1.10_2.tbz cairo-1.0.4_1.tbz dbus-0.62_1.tbz expat-2.0.0_1.tbz fa= > ad2-2.5,1.tbz flac-1.1.2_1.tbz fontconfig-2.3.2_5,1.tbz freetype2-2.1.10_5.= > tbz gamin-0.1.7_2.tbz gconf2-2.14.0_3.tbz gdbm-1.8.3_2.tbz gettext-0.14.5_2= > .tbz glib-2.10.3.tbz gmake-3.81_1.tbz gnome-mime-data-2.4.2.tbz gnome-vfs-2= > .14.2_3.tbz gnomehier-2.1_2.tbz gstreamer-0.10.9.tbz gstreamer-plugins-0.10= > .9,1.tbz gstreamer-plugins-faad-0.10.3_2,1.tbz gstreamer-plugins-flac-0.10.= > 3_1,1.tbz gstreamer-plugins-gconf-0.10.3_3,1.tbz gstreamer-plugins-gnomevfs= > -0.10.9_1,1.tbz gstreamer-plugins-mad-0.10.3_2,1.tbz gstreamer-plugins-muse= > pack-0.10.3_3,1.tbz gstreamer-plugins-ogg-0.10.9_1,1.tbz gstreamer-plugins-= > speex-0.10.3_1,1.tbz gstreamer-plugins-vorbis-0.10.9_1,1.tbz gstreamer-plug= > ins-wavpack-0.10.3_1,1.tbz gtk-2.8.20.tbz hicolor-icon-theme-0.5.tbz intlto= > ol-0.35.0.tbz jpeg-6b_4.tbz libIDL-0.8.7.tbz libXft-2.1.7_1.tbz libbonobo-2= > .14.0_3.tbz libda > emon-0.10_1.tbz libdrm-2.0.2.tbz libglade2-2.6.0.tbz libiconv-1.9.2_2.tbz = > libid3tag-0.15.1b.tbz libmad-0.15.1b_2.tbz libmpcdec-1.2.2.tbz libogg-1.1.3= > ,3.tbz liboil-0.3.9_1.tbz libsvg-0.1.4.tbz libsvg-cairo-0.1.6_2.tbz libvorb= > is-1.1.2,3.tbz libxml2-2.6.26.tbz linc-1.0.3_6.tbz mpeg4ip-libmp4v2-1.5.0.1= > .tbz p5-XML-Parser-2.34_2.tbz pango-1.12.4.tbz perl-5.8.8.tbz pkg-config-0.= > 21.tbz png-1.2.12_1.tbz popt-1.7_1.tbz py24-cairo-1.0.2_1.tbz py24-chardet-= > 1.0_2.tbz py24-ctypes-1.0.0.tbz py24-feedparser-4.1_2.tbz py24-gobject-2.10= > .1.tbz py24-gstreamer-0.10.5.tbz py24-gtk-2.8.6.tbz py24-libxml2-2.6.26.tbz= > py24-mutagen-1.7.1.tbz py24-numeric-24.2.tbz python-2.4.3.tbz samba-libsmb= > client-3.0.23c.tbz shared-mime-info-0.19.tbz speex-1.0.5_1,1.tbz tiff-3.8.2= > .tbz wavpack-4.32.tbz xmlcatmgr-2.2.tbz xorg-fonts-encodings-6.9.0_1.tbz xo= > rg-fonts-miscbitmaps-6.9.0_1.tbz xorg-fonts-truetype-6.9.0.tbz xorg-librari= > es-6.9.0.tbz xorg-vfbserver-6.9.0_2.tbz > RUN_DEPENDS=3DORBit2-2.14.3.tbz atk-1.11.4_1.tbz avahi-0.6.13_3.tbz bitstre= > am-vera-1.10_2.tbz cairo-1.0.4_1.tbz dbus-0.62_1.tbz expat-2.0.0_1.tbz faad= > 2-2.5,1.tbz flac-1.1.2_1.tbz fontconfig-2.3.2_5,1.tbz freetype2-2.1.10_5.tb= > z gamin-0.1.7_2.tbz gconf2-2.14.0_3.tbz gdbm-1.8.3_2.tbz gettext-0.14.5_2.t= > bz glib-2.10.3.tbz gnome-mime-data-2.4.2.tbz gnome-vfs-2.14.2_3.tbz gnomehi= > er-2.1_2.tbz gstreamer-0.10.9.tbz gstreamer-plugins-0.10.9,1.tbz gstreamer-= > plugins-faad-0.10.3_2,1.tbz gstreamer-plugins-flac-0.10.3_1,1.tbz gstreamer= > -plugins-gconf-0.10.3_3,1.tbz gstreamer-plugins-gnomevfs-0.10.9_1,1.tbz gst= > reamer-plugins-mad-0.10.3_2,1.tbz gstreamer-plugins-musepack-0.10.3_3,1.tbz= > gstreamer-plugins-ogg-0.10.9_1,1.tbz gstreamer-plugins-speex-0.10.3_1,1.tb= > z gstreamer-plugins-vorbis-0.10.9_1,1.tbz gstreamer-plugins-wavpack-0.10.3_= > 1,1.tbz gtk-2.8.20.tbz hicolor-icon-theme-0.5.tbz jpeg-6b_4.tbz libIDL-0.8.= > 7.tbz libXft-2.1.7_1.tbz libbonobo-2.14.0_3.tbz libdaemon-0.10_1.tbz libdrm= > -2.0.2.tbz libgla > de2-2.6.0.tbz libiconv-1.9.2_2.tbz libid3tag-0.15.1b.tbz libmad-0.15.1b_2.= > tbz libmpcdec-1.2.2.tbz libogg-1.1.3,3.tbz liboil-0.3.9_1.tbz libsvg-0.1.4.= > tbz libsvg-cairo-0.1.6_2.tbz libvorbis-1.1.2,3.tbz libxml2-2.6.26.tbz linc-= > 1.0.3_6.tbz mpeg4ip-libmp4v2-1.5.0.1.tbz pango-1.12.4.tbz perl-5.8.8.tbz pk= > g-config-0.21.tbz png-1.2.12_1.tbz popt-1.7_1.tbz py24-cairo-1.0.2_1.tbz py= > 24-chardet-1.0_2.tbz py24-ctypes-1.0.0.tbz py24-feedparser-4.1_2.tbz py24-g= > object-2.10.1.tbz py24-gstreamer-0.10.5.tbz py24-gtk-2.8.6.tbz py24-libxml2= > -2.6.26.tbz py24-mutagen-1.7.1.tbz py24-numeric-24.2.tbz python-2.4.3.tbz s= > amba-libsmbclient-3.0.23c.tbz shared-mime-info-0.19.tbz speex-1.0.5_1,1.tbz= > tiff-3.8.2.tbz wavpack-4.32.tbz xmlcatmgr-2.2.tbz xorg-fonts-encodings-6.9= > .0_1.tbz xorg-fonts-truetype-6.9.0.tbz xorg-libraries-6.9.0.tbz > prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/X11R6 > add_pkg > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D checksum>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D> quodlibet-0.23.1.tar.gz doesn't seem to exist in /tmp/distfiles/. > =3D> Attempting to fetch from ftp://freebsd.isc.org/pub/FreeBSD/ports/distf= > iles/. > fetch: ftp://freebsd.isc.org/pub/FreeBSD/ports/distfiles/quodlibet-0.23.1.t= > ar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= > iles/. > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/quodlibet-0.23.1.t= > ar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from http://www.sacredchao.net/~piman/software/. > quodlibet-0.23.1.tar.gz 530 kB 249 kBps > =3D> MD5 Checksum OK for quodlibet-0.23.1.tar.gz. > =3D> SHA256 Checksum OK for quodlibet-0.23.1.tar.gz. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D extract>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > add_pkg > =3D=3D=3D> Extracting for quodlibet-0.23.1 > =3D> MD5 Checksum OK for quodlibet-0.23.1.tar.gz. > =3D> SHA256 Checksum OK for quodlibet-0.23.1.tar.gz. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D patch>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > add_pkg > =3D=3D=3D> Patching for quodlibet-0.23.1 > =3D=3D=3D> Applying FreeBSD patches for quodlibet-0.23.1 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > add_pkg ORBit2-2.14.3.tbz atk-1.11.4_1.tbz avahi-0.6.13_3.tbz bitstream-ver= > a-1.10_2.tbz cairo-1.0.4_1.tbz dbus-0.62_1.tbz expat-2.0.0_1.tbz faad2-2.5,= > 1.tbz flac-1.1.2_1.tbz fontconfig-2.3.2_5,1.tbz freetype2-2.1.10_5.tbz gami= > n-0.1.7_2.tbz gconf2-2.14.0_3.tbz gdbm-1.8.3_2.tbz gettext-0.14.5_2.tbz gli= > b-2.10.3.tbz gmake-3.81_1.tbz gnome-mime-data-2.4.2.tbz gnome-vfs-2.14.2_3.= > tbz gnomehier-2.1_2.tbz gstreamer-0.10.9.tbz gstreamer-plugins-0.10.9,1.tbz= > gstreamer-plugins-faad-0.10.3_2,1.tbz gstreamer-plugins-flac-0.10.3_1,1.tb= > z gstreamer-plugins-gconf-0.10.3_3,1.tbz gstreamer-plugins-gnomevfs-0.10.9_= > 1,1.tbz gstreamer-plugins-mad-0.10.3_2,1.tbz gstreamer-plugins-musepack-0.1= > 0.3_3,1.tbz gstreamer-plugins-ogg-0.10.9_1,1.tbz gstreamer-plugins-speex-0.= > 10.3_1,1.tbz gstreamer-plugins-vorbis-0.10.9_1,1.tbz gstreamer-plugins-wavp= > ack-0.10.3_1,1.tbz gtk-2.8.20.tbz hicolor-icon-theme-0.5.tbz intltool-0.35.= > 0.tbz jpeg-6b_4.tbz libIDL-0.8.7.tbz libXft-2.1.7_1.tbz libbonobo-2.14.0_3.= > tbz libdaemon-0 > .10_1.tbz libdrm-2.0.2.tbz libglade2-2.6.0.tbz libiconv-1.9.2_2.tbz libid3= > tag-0.15.1b.tbz libmad-0.15.1b_2.tbz libmpcdec-1.2.2.tbz libogg-1.1.3,3.tbz= > liboil-0.3.9_1.tbz libsvg-0.1.4.tbz libsvg-cairo-0.1.6_2.tbz libvorbis-1.1= > .2,3.tbz libxml2-2.6.26.tbz linc-1.0.3_6.tbz mpeg4ip-libmp4v2-1.5.0.1.tbz p= > 5-XML-Parser-2.34_2.tbz pango-1.12.4.tbz perl-5.8.8.tbz pkg-config-0.21.tbz= > png-1.2.12_1.tbz popt-1.7_1.tbz py24-cairo-1.0.2_1.tbz py24-chardet-1.0_2.= > tbz py24-ctypes-1.0.0.tbz py24-feedparser-4.1_2.tbz py24-gobject-2.10.1.tbz= > py24-gstreamer-0.10.5.tbz py24-gtk-2.8.6.tbz py24-libxml2-2.6.26.tbz py24-= > mutagen-1.7.1.tbz py24-numeric-24.2.tbz python-2.4.3.tbz samba-libsmbclient= > -3.0.23c.tbz shared-mime-info-0.19.tbz speex-1.0.5_1,1.tbz tiff-3.8.2.tbz w= > avpack-4.32.tbz xmlcatmgr-2.2.tbz xorg-fonts-encodings-6.9.0_1.tbz xorg-fon= > ts-miscbitmaps-6.9.0_1.tbz xorg-fonts-truetype-6.9.0.tbz xorg-libraries-6.9= > .0.tbz xorg-vfbserver-6.9.0_2.tbz > adding dependencies > pkg_add ORBit2-2.14.3.tbz > Removing stale symlinks from /usr/bin... > Skipping /usr/bin/perl > Skipping /usr/bin/perl5 > Done. > Creating various symlinks in /usr/bin... > Symlinking /usr/local/bin/perl5.8.8 to /usr/bin/perl > Symlinking /usr/local/bin/perl5.8.8 to /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Spamming /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > Spamming /etc/manpath.config... Done. > pkg_add atk-1.11.4_1.tbz > pkg_add avahi-0.6.13_3.tbz > Added group "messagebus". > Added user "messagebus". > Added group "avahi". > Added user "avahi". > pkg_add bitstream-vera-1.10_2.tbz > Running fc-cache to build fontconfig cache... > fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs > fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs > fc-cache: "/root/.fonts": skipping, no such directory > fc-cache: succeeded > /usr/X11R6/bin/fc-cache: "lib/X11/fonts/bitstream-vera": caching, 10 fonts,= > 0 dirs > /usr/X11R6/bin/fc-cache: succeeded > > IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these f= > onts > before using. The copyright can be found at /usr/X11R6/lib/X11/fonts/bitst= > ream-vera/COPYRIGHT.TXT. To > use these fonts, follow the instructions below. > > Make sure that the freetype module is loaded. If it is not, add the follow= > ing > line to the "Modules" section of your X Windows configuration file: > > Load "freetype" > > Add the following line to the "Files" section of X Windows configuration fi= > le: > > FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" > > Note: your X Windows configuration file is typically /etc/X11/XF86Config > if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. > > pkg_add cairo-1.0.4_1.tbz > pkg_add dbus-0.62_1.tbz > skipping dbus-0.62_1, already added > pkg_add expat-2.0.0_1.tbz > skipping expat-2.0.0_1, already added > pkg_add faad2-2.5,1.tbz > pkg_add flac-1.1.2_1.tbz > pkg_add fontconfig-2.3.2_5,1.tbz > skipping fontconfig-2.3.2_5,1, already added > pkg_add freetype2-2.1.10_5.tbz > skipping freetype2-2.1.10_5, already added > pkg_add gamin-0.1.7_2.tbz > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D > > Gamin will only provide realtime notification of changes for at most n file= > s, > where n is the minimum value between (kern.maxfiles * 0.7) and > (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. > > If you often open several large folders with Nautilus, you might want to > increase the kern.maxfiles tunable (you do not need to set > kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). > > For a typical desktop, add the following line to /boot/loader.conf, then > reboot the system: > > kern.maxfiles=3D"25000" > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D > > pkg_add gconf2-2.14.0_3.tbz *** > * Updating MIME database in /usr/X11R6/share/mime... > Wrote 0 strings at 20 - 20 > Wrote aliases at 20 - 24 > Wrote parents at 24 - 28 > Wrote literal globs at 28 - 2c > Wrote suffix globs at 2c - 34 > Wrote full globs at 34 - 38 > Wrote magic at 38 - 44 > Wrote namespace list at 44 - 48 > *** > *** > * Updating MIME database in /usr/local/share/mime... > Wrote 499 strings at 20 - 295c > Wrote aliases at 295c - 2b50 > Wrote parents at 2b50 - 354c > Wrote literal globs at 354c - 35a8 > Wrote suffix globs at 35a8 - 69b0 > Wrote full globs at 69b0 - 69d4 > Wrote magic at 69d4 - c2fc > Wrote namespace list at c2fc - c30c > *** > *** > * Updating MIME database in /usr/local/share/mime... > Wrote 499 strings at 20 - 295c > Wrote aliases at 295c - 2b50 > Wrote parents at 2b50 - 354c > Wrote literal globs at 354c - 35a8 > Wrote suffix globs at 35a8 - 69b0 > Wrote full globs at 69b0 - 69d4 > Wrote magic at 69d4 - c2fc > Wrote namespace list at c2fc - c30c > *** > fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs > fc-cache: succeeded > =2E/etc/CORBA missing (created) > =2E/etc/CORBA/servers missing (created) > =2E/etc/X11 missing (created) > =2E/etc/X11/serverconfig missing (created) > =2E/etc/X11/starthere missing (created) > =2E/etc/X11/sysconfig missing (created) > =2E/etc/gconf missing (created) > =2E/etc/gconf/gconf.xml.defaults missing (created) > =2E/etc/gconf/gconf.xml.mandatory missing (created) > =2E/etc/gconf/schemas missing (created) > =2E/etc/gnome missing (created) > =2E/etc/gnome/config missing (created) > =2E/etc/gnome-vfs-2.0 missing (created) > =2E/etc/gnome-vfs-2.0/modules missing (created) > =2E/etc/sound missing (created) > =2E/etc/sound/events missing (created) > =2E/etc/vfs missing (created) > =2E/etc/vfs/modules missing (created) > =2E/include/gconf missing (created) > =2E/include/gdkcardimage missing (created) > =2E/include/gnome-1.0 missing (created) > =2E/lib/GConf missing (created) > =2E/lib/bonobo missing (created) > =2E/lib/bonobo/monikers missing (created) > =2E/lib/bonobo/plugin missing (created) > =2E/lib/gnome-vfs-2.0 missing (created) > =2E/lib/gnome-vfs-2.0/modules missing (created) =2E/lib/vfs missing (created) > =2E/lib/vfs/modules missing (created) > =2E/libdata/bonobo missing (created) > =2E/libdata/bonobo/servers missing (created) > =2E/share/doc/libgda missing (created) > =2E/share/gnome missing (created) > =2E/share/gnome/applets missing (created) > =2E/share/gnome/applets/Amusements missing (created) > =2E/share/gnome/applets/Clocks missing (created) > =2E/share/gnome/applets/Monitors missing (created) > =2E/share/gnome/applets/Multimedia missing (created) > =2E/share/gnome/applets/Network missing (created) > =2E/share/gnome/applets/Utility missing (created) > =2E/share/gnome/application-registry missing (created) > =2E/share/gnome/applications missing (created) > =2E/share/gnome/apps missing (created) > =2E/share/gnome/apps/Applications missing (created) > =2E/share/gnome/apps/Audio missing (created) > =2E/share/gnome/apps/Development missing (created) > =2E/share/gnome/apps/Games missing (created) > =2E/share/gnome/apps/Graphics missing (created) > =2E/share/gnome/apps/Internet missing (created) > =2E/share/gnome/apps/Multimedia missing (created) > =2E/share/gnome/apps/Settings missing (created) > =2E/share/gnome/apps/Settings/Desktop missing (created) > =2E/share/gnome/apps/Settings/Documents missing (created) > =2E/share/gnome/apps/Settings/Peripherals missing (created) > =2E/share/gnome/apps/Settings/Session missing (created) > =2E/share/gnome/apps/System missing (created) > =2E/share/gnome/apps/Utilities missing (created) > =2E/share/gnome/capplets missing (created) > =2E/share/gnome/control-center missing (created) > =2E/share/gnome/control-center/Desktop missing (created) > =2E/share/gnome/control-center/Documents missing (created) > =2E/share/gnome/control-center/Peripherals missing (created) > =2E/share/gnome/control-center/Session missing (created) > =2E/share/gnome/control-center/capplets missing (created) > =2E/share/gnome/control-center-2.0 missing (created) > =2E/share/gnome/control-center-2.0/capplets missing (created) > =2E/share/gnome/fonts missing (created) > =2E/share/gnome/games missing (created) > =2E/share/gnome/gnome-2.0 missing (created) > =2E/share/gnome/gnome-2.0/ui missing (created) > =2E/share/gnome/gnome-about missing (created) > =2E/share/gnome/help missing (created) > =2E/share/gnome/help/fdl missing (created) > =2E/share/gnome/help/fdl/C missing (created) > =2E/share/gnome/help/gpl missing (created) > =2E/share/gnome/help/gpl/C missing (created) > =2E/share/gnome/help/lgpl missing (created) > =2E/share/gnome/help/lgpl/C missing (created) > =2E/share/gnome/icons missing (created) > =2E/share/gnome/idl missing (created) > =2E/share/gnome/images missing (created) > =2E/share/gnome/mc missing (created) > =2E/share/gnome/mc/templates missing (created) > =2E/share/gnome/mime-info missing (created) > =2E/share/gnome/oaf missing (created) > =2E/share/gnome/omf missing (created) > =2E/share/gnome/panel missing (created) > =2E/share/gnome/pixmaps missing (created) > =2E/share/gnome/pixmaps/document-icons missing (created) > =2E/share/gnome/pixmaps/splash missing (created) > =2E/share/gnome/sgml missing (created) > =2E/share/gnome/sgml/docbook missing (created) > =2E/share/gnome/sgml/docbook/gnome-customization-0.1 missing (created) > =2E/share/gnome/sounds missing (created) > =2E/share/gnome/themes missing (created) > =2E/share/gnome/ui missing (created) > =2E/share/gnome/vfolders missing (created) > =2E/share/gnome/wm-properties missing (created) > =2E/share/gnome/xmodmap missing (created) > Running fc-cache to build fontconfig cache... > fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 4 dirs > fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs > fc-cache: "/usr/X11R6/lib/X11/fonts/bitstream-vera": caching, 10 fonts, 0 d= > irs > fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs > fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 d= > irs > fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs > fc-cache: "/root/.fonts": skipping, no such directory > fc-cache: succeeded > pkg_add gdbm-1.8.3_2.tbz > skipping gdbm-1.8.3_2, already added > pkg_add gettext-0.14.5_2.tbz > skipping gettext-0.14.5_2, already added > pkg_add glib-2.10.3.tbz > skipping glib-2.10.3, already added > pkg_add gmake-3.81_1.tbz > pkg_add gnome-mime-data-2.4.2.tbz > pkg_add gnome-vfs-2.14.2_3.tbz > pkg_add gnomehier-2.1_2.tbz > skipping gnomehier-2.1_2, already added > pkg_add gstreamer-0.10.9.tbz > pkg_add gstreamer-plugins-0.10.9,1.tbz > pkg_add gstreamer-plugins-faad-0.10.3_2,1.tbz > pkg_add gstreamer-plugins-flac-0.10.3_1,1.tbz > pkg_add gstreamer-plugins-gconf-0.10.3_3,1.tbz > pkg_add gstreamer-plugins-gnomevfs-0.10.9_1,1.tbz > pkg_add gstreamer-plugins-mad-0.10.3_2,1.tbz > pkg_add gstreamer-plugins-musepack-0.10.3_3,1.tbz > pkg_add gstreamer-plugins-ogg-0.10.9_1,1.tbz > pkg_add gstreamer-plugins-speex-0.10.3_1,1.tbz > pkg_add gstreamer-plugins-vorbis-0.10.9_1,1.tbz > pkg_add gstreamer-plugins-wavpack-0.10.3_1,1.tbz > pkg_add gtk-2.8.20.tbz > skipping gtk-2.8.20, already added > pkg_add hicolor-icon-theme-0.5.tbz > skipping hicolor-icon-theme-0.5, already added > pkg_add intltool-0.35.0.tbz > pkg_add jpeg-6b_4.tbz > skipping jpeg-6b_4, already added > pkg_add libIDL-0.8.7.tbz > skipping libIDL-0.8.7, already added > pkg_add libXft-2.1.7_1.tbz > skipping libXft-2.1.7_1, already added > pkg_add libbonobo-2.14.0_3.tbz > skipping libbonobo-2.14.0_3, already added > pkg_add libdaemon-0.10_1.tbz > skipping libdaemon-0.10_1, already added > pkg_add libdrm-2.0.2.tbz > skipping libdrm-2.0.2, already added > pkg_add libglade2-2.6.0.tbz > + Creating /usr/local/share/sgml/catalog > + Registering CATALOG catalog.ports (SGML) > + Creating /usr/local/share/sgml/catalog.ports > + Creating /usr/local/share/xml/catalog > + Registering nextCatalog catalog.ports (XML) > + Creating /usr/local/share/xml/catalog.ports > > The following catalogs are installed: > > 1) ${PREFIX}/share/sgml/catalog > > The top level catalog for SGML stuff. It is not changed > by any ports/packages except textproc/xmlcatmgr. > > 2) ${PREFIX}/share/sgml/catalog.ports > > This catalog is for handling SGML stuff installed under > ${PREFIX}/share/sgml. It is changed by ports/packages. > > 3) ${PREFIX}/share/xml/catalog > > The top level catalog for XML stuff. It is not changed > by any ports/packages except textproc/xmlcatmgr. > > 4) ${PREFIX}/share/xml/catalog.ports > > This catalog is for handling XML stuff installed under > ${PREFIX}/share/xml. It is changed by ports/packages. > > > =3D=3D=3D=3D > Note that some of the standard modules are provided as separate > ports since they require extra dependencies: > > bsddb databases/py-bsddb > gdbm databases/py-gdbm > tkinter x11-toolkits/py-tkinter > > Install them as needed. > =3D=3D=3D=3D > > pkg_add libiconv-1.9.2_2.tbz > skipping libiconv-1.9.2_2, already added > pkg_add libid3tag-0.15.1b.tbz > skipping libid3tag-0.15.1b, already added > pkg_add libmad-0.15.1b_2.tbz > skipping libmad-0.15.1b_2, already added > pkg_add libmpcdec-1.2.2.tbz > skipping libmpcdec-1.2.2, already added > pkg_add libogg-1.1.3,3.tbz > skipping libogg-1.1.3,3, already added > pkg_add liboil-0.3.9_1.tbz > skipping liboil-0.3.9_1, already added > pkg_add libsvg-0.1.4.tbz > pkg_add libsvg-cairo-0.1.6_2.tbz > pkg_add libvorbis-1.1.2,3.tbz > skipping libvorbis-1.1.2,3, already added > pkg_add libxml2-2.6.26.tbz > skipping libxml2-2.6.26, already added > pkg_add linc-1.0.3_6.tbz > skipping linc-1.0.3_6, already added > pkg_add mpeg4ip-libmp4v2-1.5.0.1.tbz > pkg_add p5-XML-Parser-2.34_2.tbz > skipping p5-XML-Parser-2.34_2, already added > pkg_add pango-1.12.4.tbz > skipping pango-1.12.4, already added > pkg_add perl-5.8.8.tbz > skipping perl-5.8.8, already added > pkg_add pkg-config-0.21.tbz > skipping pkg-config-0.21, already added > pkg_add png-1.2.12_1.tbz > skipping png-1.2.12_1, already added > pkg_add popt-1.7_1.tbz > skipping popt-1.7_1, already added > pkg_add py24-cairo-1.0.2_1.tbz > pkg_add py24-chardet-1.0_2.tbz > pkg_add py24-ctypes-1.0.0.tbz > pkg_add py24-feedparser-4.1_2.tbz > pkg_add py24-gobject-2.10.1.tbz > pkg_add py24-gstreamer-0.10.5.tbz > pkg_add py24-gtk-2.8.6.tbz > skipping py24-gtk-2.8.6, already added > pkg_add py24-libxml2-2.6.26.tbz > skipping py24-libxml2-2.6.26, already added > pkg_add py24-mutagen-1.7.1.tbz > pkg_add py24-numeric-24.2.tbz > skipping py24-numeric-24.2, already added > pkg_add python-2.4.3.tbz > skipping python-2.4.3, already added > pkg_add samba-libsmbclient-3.0.23c.tbz > skipping samba-libsmbclient-3.0.23c, already added > pkg_add shared-mime-info-0.19.tbz > skipping shared-mime-info-0.19, already added > pkg_add speex-1.0.5_1,1.tbz > skipping speex-1.0.5_1,1, already added > pkg_add tiff-3.8.2.tbz > skipping tiff-3.8.2, already added > pkg_add wavpack-4.32.tbz > skipping wavpack-4.32, already added > pkg_add xmlcatmgr-2.2.tbz > skipping xmlcatmgr-2.2, already added > pkg_add xorg-fonts-encodings-6.9.0_1.tbz > skipping xorg-fonts-encodings-6.9.0_1, already added > pkg_add xorg-fonts-miscbitmaps-6.9.0_1.tbz > fc-cache: "/usr/X11R6/lib/X11/fonts/misc": caching, 55 fonts, 0 dirs > fc-cache: succeeded > pkg_add xorg-fonts-truetype-6.9.0.tbz > skipping xorg-fonts-truetype-6.9.0, already added > pkg_add xorg-libraries-6.9.0.tbz > skipping xorg-libraries-6.9.0, already added > pkg_add xorg-vfbserver-6.9.0_2.tbz > Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb' > _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 > _XSERVTransOpen: transport open failed for inet6/jail-1784:9260 > _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 > error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy > FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc" refcount is 2, should be = > 1; fixing. > Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb' > error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy > =3D=3D=3D> quodlibet-0.23.1 depends on file: /usr/local/lib/python2.4/sit= > e-packages/gst-0.10/gst/__init__.py - found > =3D=3D=3D> quodlibet-0.23.1 depends on file: /usr/local/lib/python2.4/sit= > e-packages/mutagen/__init__.py - found > =3D=3D=3D> quodlibet-0.23.1 depends on file: /usr/local/bin/python - found > =3D=3D=3D> quodlibet-0.23.1 depends on file: /usr/local/lib/python2.4/sit= > e-packages/ctypes/__init__.py - found > =3D=3D=3D> quodlibet-0.23.1 depends on file: /usr/local/lib/python2.4/sit= > e-packages/feedparser.py - found > =3D=3D=3D> quodlibet-0.23.1 depends on executable in : Xvfb - found > =3D=3D=3D> quodlibet-0.23.1 depends on file: /usr/X11R6/lib/X11/fonts/mis= > c/8x13O.pcf.gz - found > =3D=3D=3D> quodlibet-0.23.1 depends on executable in : gmake - found > =3D=3D=3D> quodlibet-0.23.1 depends on package: gstreamer-plugins>=3D0.10= > .0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on package: gstreamer-plugins-gconf>= > =3D0.10.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on package: gstreamer-plugins-ogg>=3D= > 0.10.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on package: gstreamer-plugins-vorbis>= > =3D0.10.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on package: gstreamer-plugins-speex>= > =3D0.10.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on package: gstreamer-plugins-mad>=3D= > 0.10.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on package: gstreamer-plugins-flac>= > =3D0.10.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on package: gstreamer-plugins-musepac= > k>=3D0.10.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on package: gstreamer-plugins-wavpack= > >=3D0.10.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on package: gstreamer-plugins-faad>= > =3D0.10.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on package: gstreamer-plugins-gnomevf= > s>=3D0.10.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on file: /usr/local/bin/intltool-extr= > act - found > =3D=3D=3D> quodlibet-0.23.1 depends on executable in : pkg-config - found > =3D=3D=3D> quodlibet-0.23.1 depends on file: /usr/local/libdata/pkgconfig= > /pygtk-2.0.pc - found > =3D=3D=3D> quodlibet-0.23.1 depends on shared library: mpcdec.4 - found > =3D=3D=3D> quodlibet-0.23.1 depends on shared library: wavpack.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on shared library: mp4v2.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on shared library: intl - found > =3D=3D=3D> quodlibet-0.23.1 depends on shared library: atk-1.0.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on shared library: glib-2.0.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on shared library: gtk-x11-2.0.0 - fo= > und > =3D=3D=3D> quodlibet-0.23.1 depends on shared library: glade-2.0.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on shared library: xml2.5 - found > =3D=3D=3D> quodlibet-0.23.1 depends on shared library: pango-1.0.0 - found > =3D=3D=3D> quodlibet-0.23.1 depends on shared library: X11.6 - found > =3D=3D=3D> Configuring for quodlibet-0.23.1 > Checking Python version: 2.4 > Checking for PyGTK >=3D 2.8: found > Checking for PyGSt >=3D 0.10.1: found > Checking for Mutagen >=3D 1.6: found > Checking for ctypes: found > > Your system meets the requirements to install Quod Libet. > Type 'make install' (as root) to install it. > You may want to make some extensions first; see the README file. > =3D=3D=3D> Building for quodlibet-0.23.1 > intltool-update --pot --gettext-package=3Dquodlibet > intltool-update --dist --gettext-package=3Dquodlibet en_GB > =2E............................................... done. > 471 translated messages. > msgfmt -o en_GB.mo en_GB.po > intltool-update --dist --gettext-package=3Dquodlibet en_CA > =2E............................................... done. > 471 translated messages. > msgfmt -o en_CA.mo en_CA.po > intltool-update --dist --gettext-package=3Dquodlibet de > =2E............................................... done. > 464 translated messages, 7 fuzzy translations. > msgfmt -o de.mo de.po > intltool-update --dist --gettext-package=3Dquodlibet pl > =2E............................................... done. > 468 translated messages, 3 untranslated messages. > msgfmt -o pl.mo pl.po > intltool-update --dist --gettext-package=3Dquodlibet ru > =2E............................................... done. > 470 translated messages, 1 untranslated message. > msgfmt -o ru.mo ru.po > intltool-update --dist --gettext-package=3Dquodlibet fr > =2E............................................... done. > 466 translated messages, 5 untranslated messages. > msgfmt -o fr.mo fr.po > intltool-update --dist --gettext-package=3Dquodlibet fi > =2E............................................... done. > 447 translated messages, 13 fuzzy translations, 11 untranslated messages. > msgfmt -o fi.mo fi.po > intltool-update --dist --gettext-package=3Dquodlibet nl > =2E............................................... done. > 471 translated messages. > msgfmt -o nl.mo nl.po > intltool-update --dist --gettext-package=3Dquodlibet he > =2E............................................... done. > 410 translated messages, 2 fuzzy translations, 59 untranslated messages. > msgfmt -o he.mo he.po > intltool-update --dist --gettext-package=3Dquodlibet bg > =2E............................................... done. > 422 translated messages, 26 fuzzy translations, 23 untranslated messages. > msgfmt -o bg.mo bg.po > intltool-update --dist --gettext-package=3Dquodlibet gl > =2E............................................... done. > 471 translated messages. > msgfmt -o gl.mo gl.po > intltool-update --dist --gettext-package=3Dquodlibet it > =2E............................................... done. > 429 translated messages, 13 fuzzy translations, 29 untranslated messages. > msgfmt -o it.mo it.po > intltool-update --dist --gettext-package=3Dquodlibet es > =2E............................................... done. > 471 translated messages. > msgfmt -o es.mo es.po > intltool-update --dist --gettext-package=3Dquodlibet pt > =2E............................................... done. > 471 translated messages. > msgfmt -o pt.mo pt.po > intltool-update --dist --gettext-package=3Dquodlibet ko > =2E............................................... done. > 471 translated messages. > msgfmt -o ko.mo ko.po > intltool-update --dist --gettext-package=3Dquodlibet lt > =2E............................................... done. > 438 translated messages, 17 fuzzy translations, 16 untranslated messages. > msgfmt -o lt.mo lt.po > intltool-update --dist --gettext-package=3Dquodlibet nb > =2E............................................... done. > 445 translated messages, 17 fuzzy translations, 9 untranslated messages. > msgfmt -o nb.mo nb.po > intltool-update --dist --gettext-package=3Dquodlibet sv > =2E............................................... done. > 465 translated messages, 1 fuzzy translation, 5 untranslated messages. > msgfmt -o sv.mo sv.po > intltool-update --dist --gettext-package=3Dquodlibet zh_CN > =2E............................................... done. > 364 translated messages, 15 fuzzy translations, 92 untranslated messages. > msgfmt -o zh_CN.mo zh_CN.po > intltool-update --dist --gettext-package=3Dquodlibet hu > =2E............................................... done. > 465 translated messages, 1 fuzzy translation, 5 untranslated messages. > msgfmt -o hu.mo hu.po > intltool-update --dist --gettext-package=3Dquodlibet ja > =2E............................................... done. > 435 translated messages, 14 fuzzy translations, 22 untranslated messages. > msgfmt -o ja.mo ja.po > intltool-update --dist --gettext-package=3Dquodlibet zh_TW > =2E............................................... done. > 453 translated messages, 18 untranslated messages. > msgfmt -o zh_TW.mo zh_TW.po > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D test>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > make: don't know how to make regression-test(continuing) > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Fatal error: filesystem was touched prior to 'make install' phase > usr/local/lib/python2.4/site-packages/pygst.pyc extra > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > build of /usr/ports/multimedia/quodlibet ended at Tue Oct 3 13:01:33 UTC 2= > 006 > > > ----- End forwarded message ----- > > --2JFBq9zoW8cOFH7v > Content-Type: application/pgp-signature > Content-Disposition: inline > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (FreeBSD) > > iD8DBQFFI90gWry0BWjoQKURAtQWAKCCfrb+NS1KQG/yBTKroendlD3N5QCfQEZi > cshlteDp1htocQRenZThQ+0= > =8Kbw > -----END PGP SIGNATURE----- > > --2JFBq9zoW8cOFH7v-- > > --DSPAM_MULTIPART_EX-72087 > Content-Type: text/plain > X-DSPAM-Signature: 4,4523dde4720871376316950 > > !DSPAM:4,4523dde4720871376316950! > --DSPAM_MULTIPART_EX-72087-- > > From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 16:33:07 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F383A16A412 for ; Wed, 4 Oct 2006 16:33:06 +0000 (UTC) (envelope-from admin@intron.ac) Received: from intron.ac (unknown [210.51.165.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7658C43DA8 for ; Wed, 4 Oct 2006 16:32:30 +0000 (GMT) (envelope-from admin@intron.ac) Received: from localhost (localhost [127.0.0.1]) (uid 1003) by intron.ac with local; Thu, 05 Oct 2006 00:32:05 +0800 id 0011400C.4523E205.000152C3 From: "Intron is my alias on the Internet" To: freebsd-multimedia@freebsd.org Date: Thu, 05 Oct 2006 00:32:05 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312"; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Subject: Survey on Video Capture API: BSD meteor(4) vs. Video for Linux 1/2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 16:33:07 -0000 If I would code to enhance video capture support for FreeBSD, what video capture API do you prefer? Your choices: 1. BSD Brooktree 848 (See bktr(4) and meteor(4)) This is *BSD-specific video capture API. So far only Brooktree (Conexant) 848/878 chip is supported by *BSD. Thus, actually this API is BT848/878-specific. 2. Video for Linux 1/2 (See http://v4l2spec.bytesex.org/) These are the video capture APIs for Linux. There are two versions: V4L and V4L2. Supported hardware list: http://linux.bytesex.org/v4l2/drivers.html (V4L2 mainly) http://mxhaard.free.fr/spca5xx.html (V4L) MPlayer supports both kinds of API's. But to gain Linux binary compatibility for FreeBSD, V4L/V4L2 must be introduced to FreeBSD. ------------------------------------------------------------------------ From Beijing, China From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 16:50:15 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96CC616A412; Wed, 4 Oct 2006 16:50:15 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E997743DAD; Wed, 4 Oct 2006 16:49:53 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 382431A4D89; Wed, 4 Oct 2006 09:49:53 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9D9245148C; Wed, 4 Oct 2006 12:49:52 -0400 (EDT) Date: Wed, 4 Oct 2006 12:49:52 -0400 From: Kris Kennaway To: Alexander Botero-Lowry Message-ID: <20061004164952.GA35526@xor.obsecurity.org> References: <20061004161112.GC34738@xor.obsecurity.org> <200610041626.k94GQbgQ099073@Laptop.mine.box> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline In-Reply-To: <200610041626.k94GQbgQ099073@Laptop.mine.box> User-Agent: Mutt/1.4.2.2i Cc: alexbl@FreeBSD.org, johnson.peter@gmail.com, multimedia@FreeBSD.org, Kris Kennaway Subject: Re: [ports-amd64@FreeBSD.org: quodlibet-0.23.1 failed on amd64 7] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 16:50:15 -0000 --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 04, 2006 at 09:26:37AM -0700, Alexander Botero-Lowry wrote: > I had indications of this problem in tinderbox, but it wouldn't give me a= file- > name, or any sense of just what the problem really was, but since I was p= retty > sure it was in another project I left it alone. So now that I have this l= ittle > piece of information, I can detail the problem: > pygst.py is non-cache is py-gstreamers pkg-plist, so pygst.pyc, pygst.py= o are > not present. When the install phase of quodlibet imports pygst, one or b= oth of > these files are created, but they are not accounted for by anyone, so it= s seen > as an extra file. >=20 > and I can offer two solutions: >=20 > 1) we make quodlibet skip its check for py-gstreamer, which only fixes th= is > problem for quodlibet and not for other ports that may have it. > OR > 2) The fine folks in multimedia@ force pygst.py to be compiled pre-instal= l, a=20 > line like, from security/py-trustedpickle: =20 > @cd ${WRKSRC} && ${PYTHON_CMD} -OOOO -c 'import pygst' && \ > ${PYTHON_CMD} -c 'import pygst' > and then have the py-gstreamer port account for the .pyo and .pyc file= s in=20 > its pkg-plist. I think the second solution is the usual preferred one - ports should compile their own installed python files so that they're not randomly compiled on the fly by some other port that tries to use them, like this one. If you can submit a patch it might help to make things go more quickly. Kris --AqsLC8rIMeq19msA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFI+YwWry0BWjoQKURAiRfAJ0X1lDum9xSZmpAunKsGFtUZXOv3ACZARj7 PIAkzD8XzyIEqs1WO5GbDZA= =NCZs -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 17:06:26 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D76D816A4DA for ; Wed, 4 Oct 2006 17:06:26 +0000 (UTC) (envelope-from gcorcoran@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 289FB43E7F for ; Wed, 4 Oct 2006 17:04:12 +0000 (GMT) (envelope-from gcorcoran@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 04 Oct 2006 13:04:12 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id MIB81861; Wed, 4 Oct 2006 13:04:06 -0400 (EDT) Received: from 207-172-55-230.c3-0.tlg-ubr5.atw-tlg.pa.cable.rcn.com (HELO [10.56.78.130]) ([207.172.55.230]) by smtp01.lnh.mail.rcn.net with ESMTP; 04 Oct 2006 13:03:58 -0400 X-IronPort-AV: i="4.09,256,1157342400"; d="scan'208"; a="287852792:sNHT2196811694" Message-ID: <4523EBFE.6020402@rcn.com> Date: Wed, 04 Oct 2006 13:14:38 -0400 From: Gary Corcoran User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-Junkmail-Status: score=10/50, host=mr02.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090203.4523E94F.006B,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.113/2006-07-26 Subject: Re: Survey on Video Capture API: BSD meteor(4) vs. Video for Linux 1/2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 17:06:27 -0000 Intron is my alias on the Internet wrote: > If I would code to enhance video capture support for FreeBSD, what video > capture API do you prefer? Your choices: > > 1. BSD Brooktree 848 (See bktr(4) and meteor(4)) > > This is *BSD-specific video capture API. So far only Brooktree > (Conexant) 848/878 chip is supported by *BSD. Thus, actually this API > is BT848/878-specific. > > 2. Video for Linux 1/2 (See http://v4l2spec.bytesex.org/) > These are the video capture APIs for Linux. There are two versions: > V4L and V4L2. Supported hardware list: > http://linux.bytesex.org/v4l2/drivers.html (V4L2 mainly) > http://mxhaard.free.fr/spca5xx.html (V4L) > > MPlayer supports both kinds of API's. But to gain Linux binary > compatibility for FreeBSD, V4L/V4L2 must be introduced to FreeBSD. If FreeBSD would support my ATI All-In-Wonder TV tuner/capture card, then I might finally be able to stop using Windows... ;-) FFmpeg/MPlayer could be used to do the actual realtime capture/encoding, but it expects a video4linux (1) interface to be present. Of course there may be other, better solutions for capturing that I'm not aware of. But I prefer to capture in high bitrate MPEG-1, so that I can edit it in VirtualDub*, and then transcode to another codec at a much lower bitrate. So anyway, you have one vote for using V4L... Gary * a windows program, but supposedly can work under WINE emulation From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 17:35:29 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 087BE16A40F; Wed, 4 Oct 2006 17:35:29 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from ultrasuede.reed.edu (ultrasuede.reed.edu [134.10.2.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id B065943D45; Wed, 4 Oct 2006 17:35:28 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from Laptop.mine.box (c038h213.dorm.reed.edu [134.10.38.213]) by ultrasuede.reed.edu (8.13.7/8.13.7) with ESMTP id k94HZOeq014622 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Wed, 4 Oct 2006 10:35:24 -0700 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k94HYc4t000239; Wed, 4 Oct 2006 10:34:38 -0700 (PDT) (envelope-from alex@localhost.my.domain) Received: (from alex@localhost) by Laptop.mine.box (8.13.6/8.13.6/Submit) id k94HYc8E000238; Wed, 4 Oct 2006 10:34:38 -0700 (PDT) (envelope-from alex) Date: Wed, 4 Oct 2006 10:34:38 -0700 (PDT) Message-Id: <200610041734.k94HYc8E000238@Laptop.mine.box> To: FreeBSD-gnats-submit@freebsd.org From: Alexander Botero-Lowry X-send-pr-version: 3.113 X-GNATS-Notify: X-Scanned-By: MIMEDefang 2.57 on 134.10.2.46 Cc: multimedia@freebsd.org Subject: [PATCH] multimedia/py-gstreamer: installed cached python files so as not to cause plist problems for other ports X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 17:35:29 -0000 >Submitter-Id: current-users >Originator: Alexander Botero-Lowry >Organization: >Confidential: no >Synopsis: [PATCH] multimedia/py-gstreamer: installed cached python files so as not to cause plist problems for other ports >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.1-STABLE i386 >Environment: System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #1: Mon Jul 10 22:43:23 CDT 2006 >Description: Basically since .pyc and .pyo files were not installed, it was causing problems for some ports because they would generate these files during their configuration phase (see multimedia/quodlibet for an example) >How-To-Repeat: >Fix: --- py24-gstreamer-0.10.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/py-gstreamer/Makefile,v retrieving revision 1.21 diff -u -u -r1.21 Makefile --- Makefile 21 Jul 2006 16:37:41 -0000 1.21 +++ Makefile 4 Oct 2006 17:33:32 -0000 @@ -32,4 +32,12 @@ post-patch: @${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py +pre-install: + @cd ${WRKSRC} && ${PYTHON_CMD} -OOOO -c 'import pygst' && \ + ${PYTHON_CMD} -c 'import pygst' + +post-install: + ${INSTALL_DATA} ${WRKSRC}/pygst.pyo ${PYTHON_SITELIBDIR} + ${INSTALL_DATA} ${WRKSRC}/pygst.pyc ${PYTHON_SITELIBDIR} + .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/multimedia/py-gstreamer/pkg-plist,v retrieving revision 1.6 diff -u -u -r1.6 pkg-plist --- pkg-plist 17 May 2006 19:39:12 -0000 1.6 +++ pkg-plist 4 Oct 2006 17:33:32 -0000 @@ -19,6 +19,8 @@ %%PYTHON_SITELIBDIR%%/gst-0.10/gst/interfaces.so %%PYTHON_SITELIBDIR%%/pygst.pth %%PYTHON_SITELIBDIR%%/pygst.py +%%PYTHON_SITELIBDIR%%/pygst.pyc +%%PYTHON_SITELIBDIR%%/pygst.pyo libdata/pkgconfig/gst-python-0.10.pc share/gst-python/0.10/defs/base.defs share/gst-python/0.10/defs/gst-extrafuncs.defs --- py24-gstreamer-0.10.5.patch ends here --- From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 17:40:31 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C459E16A415; Wed, 4 Oct 2006 17:40:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CDF043D4C; Wed, 4 Oct 2006 17:40:31 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k94HeVZZ013389; Wed, 4 Oct 2006 17:40:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k94HeVvQ013385; Wed, 4 Oct 2006 17:40:31 GMT (envelope-from edwin) Date: Wed, 4 Oct 2006 17:40:31 GMT From: Edwin Groothuis Message-Id: <200610041740.k94HeVvQ013385@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/103985: [PATCH] multimedia/py-gstreamer: installed cached python files so as not to cause plist problems for other ports X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 17:40:31 -0000 Synopsis: [PATCH] multimedia/py-gstreamer: installed cached python files so as not to cause plist problems for other ports Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 4 17:40:30 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=103985 From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 18:01:56 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C3116A47C for ; Wed, 4 Oct 2006 18:01:56 +0000 (UTC) (envelope-from prvs=julian=425ca5bb9@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id B898F43D46 for ; Wed, 4 Oct 2006 18:01:56 +0000 (GMT) (envelope-from prvs=julian=425ca5bb9@elischer.org) Received: from unknown (HELO [10.251.18.229]) ([10.251.18.229]) by a50.ironport.com with ESMTP; 04 Oct 2006 11:01:56 -0700 Message-ID: <4523F714.4090700@elischer.org> Date: Wed, 04 Oct 2006 11:01:56 -0700 From: Julian Elischer User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Intron is my alias on the Internet References: In-Reply-To: Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: Survey on Video Capture API: BSD meteor(4) vs. Video for Linux 1/2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 18:01:57 -0000 There is a V4L2 implementation in P4 and someone (brain fade occuring) was looking at it just last month.. I'm not overly inpressed with V4L(1 or 2) as they basically just defina a bunch of constants and ways of declaring things and don't do any of the work for you. The device drivers still need to do all the work. All V4L gives you is an API to work to to do the work so that programs can talk to you in a known way. I'd like to see a video framework that sat on top of that that allowed more to be done with the streams.. There are userland applications that do a lot however once you have he V4L interface on the device drivers.. so that somewhat mitigates the problem.. Intron is my alias on the Internet wrote: > If I would code to enhance video capture support for FreeBSD, what video > capture API do you prefer? Your choices: > > 1. BSD Brooktree 848 (See bktr(4) and meteor(4)) > > This is *BSD-specific video capture API. So far only Brooktree > (Conexant) 848/878 chip is supported by *BSD. Thus, actually this API > is BT848/878-specific. > > 2. Video for Linux 1/2 (See http://v4l2spec.bytesex.org/) > These are the video capture APIs for Linux. There are two versions: > V4L and V4L2. Supported hardware list: > http://linux.bytesex.org/v4l2/drivers.html (V4L2 mainly) > http://mxhaard.free.fr/spca5xx.html (V4L) > > MPlayer supports both kinds of API's. But to gain Linux binary > compatibility for FreeBSD, V4L/V4L2 must be introduced to FreeBSD. > > ------------------------------------------------------------------------ > From Beijing, China > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 19:59:31 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C9116A412 for ; Wed, 4 Oct 2006 19:59:31 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69BC443D53 for ; Wed, 4 Oct 2006 19:59:25 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (fltijcwss0meh6bn@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id k94JxO5G016427; Wed, 4 Oct 2006 12:59:24 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id k94JxNwL016426; Wed, 4 Oct 2006 12:59:23 -0700 (PDT) (envelope-from jmg) Date: Wed, 4 Oct 2006 12:59:23 -0700 From: John-Mark Gurney To: Intron is my alias on the Internet Message-ID: <20061004195923.GJ80527@funkthat.com> Mail-Followup-To: Intron is my alias on the Internet , freebsd-multimedia@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: freebsd-multimedia@freebsd.org Subject: Re: Survey on Video Capture API: BSD meteor(4) vs. Video for Linux 1/2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 19:59:31 -0000 Intron is my alias on the Internet wrote this message on Thu, Oct 05, 2006 at 00:32 +0800: > If I would code to enhance video capture support for FreeBSD, what video > capture API do you prefer? Your choices: > > 1. BSD Brooktree 848 (See bktr(4) and meteor(4)) > > This is *BSD-specific video capture API. So far only Brooktree > (Conexant) 848/878 chip is supported by *BSD. Thus, actually this API > is BT848/878-specific. Do not use this API.. This API is not friendly for cross platform.. The meteor(4) API will not work as designed on arches like sparc64... The problem is that the meteor API (for video overlay) requires you to pass a physical address to the hardware.. If the user app messes up this address it can stomp on all of memory... Or in the case of sparc64, getting the necessary physical address and having the iommu programmed properly is only available if the bus_dma api is used... For a correct way to do this, you can look at how I basicly modified the meteor api for my zoran capture driver.. Instead of passing a physical address, you pass a userland address of an mmap'd buffer... This buffer can be verified to be congtiguous, and helps ensure proper programming of the DMA engine.. > 2. Video for Linux 1/2 (See http://v4l2spec.bytesex.org/) > These are the video capture APIs for Linux. There are two versions: > V4L and V4L2. Supported hardware list: > http://linux.bytesex.org/v4l2/drivers.html (V4L2 mainly) > http://mxhaard.free.fr/spca5xx.html (V4L) Last I looked at the V4L family of api's, they weren't very extensible, and only supported basic capture, and none of the more advance features that soem capture/render cards have, such as PIP... > MPlayer supports both kinds of API's. But to gain Linux binary > compatibility for FreeBSD, V4L/V4L2 must be introduced to FreeBSD. I would prefer a userland API and then have small modules that plug into this API to do most of the work... The code necessary to fully implement a basic API in the kernel would be quite large and the kernel is not the best place for all the necessary support framework for this... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 22:12:23 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E0C16A4E1 for ; Wed, 4 Oct 2006 22:12:23 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AFD043D46 for ; Wed, 4 Oct 2006 22:12:19 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J6M005WZTOEDPA0@osl1smout1.broadpark.no> for freebsd-multimedia@freebsd.org; Thu, 05 Oct 2006 00:12:14 +0200 (CEST) Received: from kg-work.kg4.no ([80.203.21.224]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0J6M00EPLTOD3EW0@osl1sminn1.broadpark.no> for freebsd-multimedia@freebsd.org; Thu, 05 Oct 2006 00:12:13 +0200 (CEST) Date: Thu, 05 Oct 2006 00:12:13 +0200 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH In-reply-to: To: freebsd-multimedia@freebsd.org Message-id: <20061005001213.09ea739f.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.8.20; i386-portbld-freebsd5.5) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: Subject: Re: Survey on Video Capture API: BSD meteor(4) vs. Video for Linux 1/2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 22:12:23 -0000 On Thu, 05 Oct 2006 00:32:05 +0800 Intron is my alias on the Internet wrote: > 2. Video for Linux 1/2 (See http://v4l2spec.bytesex.org/) > These are the video capture APIs for Linux. There are two > versions: V4L and V4L2. Supported hardware list: My view on this is that V4L / V4L2 support should be just shims (aka views aka interfaces) to the real video API, whatever that would be. The only relal reason we need them is to more easily port programs. -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 4 23:03:22 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9677716A412 for ; Wed, 4 Oct 2006 23:03:22 +0000 (UTC) (envelope-from h=multimedia=freebsd.org=zdhdxkjc@erathia.be) Received: from gandalf.llorien.org (gandalf.llorien.org [209.216.230.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 664A843D46 for ; Wed, 4 Oct 2006 23:03:20 +0000 (GMT) (envelope-from h=multimedia=freebsd.org=zdhdxkjc@erathia.be) Received: from d54c11561.access.telenet.be [84.193.21.97] by gandalf.llorien.org with esmtpsa (SSLv3:AES256-SHA:256) id=1GVFll-0001pB-3v for multimedia@FreeBSD.org; Thu, 05 Oct 2006 01:03:18 +0200 From: h To: multimedia@FreeBSD.org Date: Thu, 5 Oct 2006 01:10:19 +0200 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610050110.20423.h@erathia.be> X-Authenticated-Sender: h X-AntiAbuse: If this mail is spam, please forward it as attachment to abuse@llorien.org X-Virus-State: clean Cc: Subject: libcaca X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 23:03:22 -0000 libcaca port files checksum aren't up to date From owner-freebsd-multimedia@FreeBSD.ORG Thu Oct 5 05:57:13 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC75616A407 for ; Thu, 5 Oct 2006 05:57:13 +0000 (UTC) (envelope-from scrappy@freebsd.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AAB843D4C for ; Thu, 5 Oct 2006 05:57:13 +0000 (GMT) (envelope-from scrappy@freebsd.org) Received: from localhost (unknown [200.46.208.251]) by hub.org (Postfix) with ESMTP id DD8653A4655 for ; Thu, 5 Oct 2006 02:57:09 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 27663-02 for ; Thu, 5 Oct 2006 02:55:58 -0300 (ADT) Received: from ganymede.hub.org (blk-137-86-60.eastlink.ca [24.137.86.60]) by hub.org (Postfix) with ESMTP id 80BA83A464C for ; Thu, 5 Oct 2006 02:55:54 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 6D4EF33D47 for ; Thu, 5 Oct 2006 02:55:57 -0300 (ADT) Date: Thu, 05 Oct 2006 02:55:57 -0300 From: "Marc G. Fournier" To: freebsd-multimedia@freebsd.org Message-ID: <436BD13FC7B923A2C33A6A93@ganymede.hub.org> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: FreeBSD based "media server" ... ? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 05:57:14 -0000 Just picked up a D-Link Wireless 'Media Center' to replace the FreeBSD box I was using to attached to the TV ... much easier on the eyes to read then the 'blurred screen', but really don't like having to use a Windows box as the 'server behind it' ... especially since all my content is *on* my FreeBSD box ... Does anyone know of something that can be run on FreeBSD to eliminate the 'middle man' and feed directly from the FreeBSD box? Thanks ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 From owner-freebsd-multimedia@FreeBSD.ORG Thu Oct 5 06:12:46 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2FAC16A403; Thu, 5 Oct 2006 06:12:46 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EDCF43D45; Thu, 5 Oct 2006 06:12:46 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (ljv1c3huywkdzx0n@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id k956Cj3m025486; Wed, 4 Oct 2006 23:12:45 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id k956CjJJ025485; Wed, 4 Oct 2006 23:12:45 -0700 (PDT) (envelope-from jmg) Date: Wed, 4 Oct 2006 23:12:45 -0700 From: John-Mark Gurney To: "Marc G. Fournier" Message-ID: <20061005061244.GM80527@funkthat.com> Mail-Followup-To: "Marc G. Fournier" , freebsd-multimedia@freebsd.org References: <436BD13FC7B923A2C33A6A93@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <436BD13FC7B923A2C33A6A93@ganymede.hub.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: freebsd-multimedia@freebsd.org Subject: Re: FreeBSD based "media server" ... ? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 06:12:46 -0000 Marc G. Fournier wrote this message on Thu, Oct 05, 2006 at 02:55 -0300: > Just picked up a D-Link Wireless 'Media Center' to replace the FreeBSD box > I was using to attached to the TV ... much easier on the eyes to read then > the 'blurred screen', but really don't like having to use a Windows box as > the 'server behind it' ... especially since all my content is *on* my > FreeBSD box ... > > Does anyone know of something that can be run on FreeBSD to eliminate the > 'middle man' and feed directly from the FreeBSD box? If the D-Link media box is a UPnP Media Player, I currently am using a Python UPnP media server that I've been working on: http://resnet.uoregon.edu/~gurney_j/jmpc/pymeds.html It works w/ my D-Link DSM-520, except that after about 25-30 minutes, it times out using the latest firmware... Though after the first timeout, things seem a lot better... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-multimedia@FreeBSD.ORG Thu Oct 5 10:36:40 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D9716A403; Thu, 5 Oct 2006 10:36:40 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E37F43D46; Thu, 5 Oct 2006 10:36:39 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F128.dip.t-dialin.net [84.165.241.40]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k95AZc0c067165; Thu, 5 Oct 2006 12:35:39 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (webmail.Leidinger.net [192.168.1.102]) by Andro-Beta.Leidinger.net (8.13.4/8.13.4) with ESMTP id k95AaZ5b000795; Thu, 5 Oct 2006 12:36:35 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Thu, 05 Oct 2006 12:36:35 +0200 Message-ID: <20061005123635.pyqlxbjlq84g0k8g@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Thu, 05 Oct 2006 12:36:35 +0200 From: Alexander Leidinger To: Intron is my alias on the Internet References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-Virus-Scanned: by amavisd-new X-Mailman-Approved-At: Thu, 05 Oct 2006 11:33:06 +0000 Cc: freebsd-hackers@FreeBSD.org, freebsd-emulation@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: Survey on Video Capture API: BSD meteor(4) vs. Video for Linux 1/2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 10:36:41 -0000 Quoting Intron is my alias on the Internet (from Thu, 05 Oct 2006 00:28:42 +0800): > If I would code to enhance video capture support for FreeBSD, what video > capture API do you prefer? Your choices: Search the archive of multimedia@ (CCed, maybe someone has a reference), this is a topic which was dicussed there a lot. Bye, Alexander. -- I disagree with what you say, but will defend to the death your right to tell such LIES! http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Thu Oct 5 16:53:24 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D697116A407 for ; Thu, 5 Oct 2006 16:53:24 +0000 (UTC) (envelope-from SRS0=Ab/iYA=DS=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailout05.yourhostingaccount.com (mailout05.yourhostingaccount.com [65.254.254.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB70043D91 for ; Thu, 5 Oct 2006 16:51:41 +0000 (GMT) (envelope-from SRS0=Ab/iYA=DS=vvelox.net=v.velox@yourhostingaccount.com) Received: from scan10.yourhostingaccount.com ([10.1.1.240] helo=scan10.yourhostingaccount.com) by mailout05.yourhostingaccount.com with esmtp (Exim) id 1GVWRh-00005e-6l for freebsd-multimedia@FreeBSD.org; Thu, 05 Oct 2006 12:51:41 -0400 Received: from authsmtp09.yourhostingaccount.com ([10.1.18.9] ident=exim) by scan10.yourhostingaccount.com with spamscanlookuphost (Exim) id 1GVWRg-0005ij-PR for freebsd-multimedia@FreeBSD.org; Thu, 05 Oct 2006 12:51:40 -0400 Received: from authsmtp09.yourhostingaccount.com ([10.1.18.9] helo=authsmtp09.yourhostingaccount.com) by scan10.yourhostingaccount.com with esmtp (Exim) id 1GVWRf-0005iY-NE for freebsd-multimedia@FreeBSD.org; Thu, 05 Oct 2006 12:51:39 -0400 Received: from [69.92.217.33] (helo=vixen42) by authsmtp09.yourhostingaccount.com with esmtpa (Exim) id 1GVWRf-0006Nx-Az for freebsd-multimedia@FreeBSD.org; Thu, 05 Oct 2006 12:51:39 -0400 Date: Thu, 5 Oct 2006 11:52:32 -0500 From: Vulpes Velox To: freebsd-multimedia@FreeBSD.org Message-ID: <20061005115232.19dbda3b@vixen42> In-Reply-To: <20061003222408.68eda683.ariff@FreeBSD.org> References: <60438.68.0.98.63.1159655635.squirrel@email.powweb.com> <20061001065131.64af817c.ariff@FreeBSD.org> <58103.68.0.98.63.1159660280.squirrel@email.powweb.com> <20061001075645.391fe2bf.ariff@FreeBSD.org> <54302.68.0.98.63.1159699810.squirrel@email.powweb.com> <20061003002647.0970c946@vixen42> <20061003222408.68eda683.ariff@FreeBSD.org> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EN-UserInfo: 0d1ca1697cdb7a831d4877828571b7ab:1570f0de6936c69fef9e164fffc541bc X-EN-AuthUser: vvelox2 Sender: Vulpes Velox Cc: Subject: Re: no sound with the HDA patch X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 16:53:24 -0000 On Tue, 3 Oct 2006 22:24:08 +0800 Ariff Abdullah wrote: > On Tue, 3 Oct 2006 00:26:47 -0500 > Vulpes Velox wrote: > > > > Just tested with todays patch and I am not seeing any change. Any > > thing I could help with or the like in this area? > > > Unfortunately this is one of the infamous Conexant/hda issues. Do > you have Windows installed there? Please send me the driver, > especially the .INF, or get the driver for me. I want the .INF. Found the issue last night. Apparently there is something funky with the ACPI on the Toshiba Satellite P100. I disablled it upon boot and it worked. From owner-freebsd-multimedia@FreeBSD.ORG Thu Oct 5 17:35:37 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C79B16A494 for ; Thu, 5 Oct 2006 17:35:37 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6B4543D45 for ; Thu, 5 Oct 2006 17:35:36 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 836711A4D84 for ; Thu, 5 Oct 2006 10:35:06 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 02AB4514AF; Thu, 5 Oct 2006 13:35:05 -0400 (EDT) Date: Thu, 5 Oct 2006 13:35:05 -0400 From: Kris Kennaway To: multimedia@FreeBSD.org Message-ID: <20061005173505.GC76899@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f0KYrhQ4vYSV2aJu" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-sparc64@FreeBSD.org: dirac-0.6.0_1 failed on sparc64 5] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 17:35:37 -0000 --f0KYrhQ4vYSV2aJu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-sparc64 = ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Thu, 5 Oct 2006 11:57:28 GMT From: User Ports-sparc64 To: kris@FreeBSD.org Subject: dirac-0.6.0_1 failed on sparc64 5 X-UIDL: m)5"!LcF!!]D$#!U[O!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.3 Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf de for file me_utils_mmx.h... Generating code for file mot_comp.h... Generating code for file mot_comp_mmx.h... Generating code for file motion.h... Generating code for file motion_arrows.h... Generating code for file motion_colour.h... Generating code for file motion_colour_arrows.h... Generating code for file motion_estimate.h... Generating code for file mv_codec.h... Generating code for file mvdata_byteio.h... Generating code for file overlay.h... Generating code for file overlay_symbols.h... Generating code for file parseparams_byteio.h... Generating code for file parseunit_byteio.h... Generating code for file pic_io.h... Generating code for file pixel_match.h... Generating code for file pred_mode.h... Generating code for file process_sequence.h... Generating code for file quality_monitor.h... Generating code for file quant_chooser.h... Generating code for file sad.h... Generating code for file seq_compress.h... Generating code for file seq_decompress.h... Generating code for file seqparams_byteio.h... Generating code for file setstdiomode.h... Generating code for file split_mode.h... Generating code for file subband_byteio.h... Generating code for file transform_byteio.h... Generating code for file upconvert.h... Generating code for file video_format_defaults.h... Generating code for file wavelet_utils.h... Generating file documentation... Generating docs for file accessunit_byteio.h... Generating docs for file arith_codec.h... Generating docs for file arrays.h... Generating docs for file band_codec.h... Generating docs for file bitmap.h... Generating docs for file block_match.h... Generating docs for file byteio.h... Generating docs for file cmd_line.h... Generating docs for file common.h... Generating docs for file common_types.h... Generating docs for file comp_compress.h... Generating docs for file comp_decompress.h... Generating docs for file component_byteio.h... Generating docs for file decoder_types.h... Generating docs for file dirac_assertions.h... Generating docs for file dirac_byte_stats.h... Generating docs for file dirac_byte_stream.h... Generating docs for file dirac_cppparser.h... Generating docs for file dirac_encoder.h... Generating docs for file dirac_exception.h... Generating docs for file dirac_parser.h... Generating docs for file dirac_types.h... Generating docs for file displayparams_byteio.h... Generating docs for file downconvert.h... Generating docs for file draw_overlay.h... Generating docs for file endofsequence_byteio.h... Generating docs for file frame.h... Generating docs for file frame_buffer.h... Generating docs for file frame_byteio.h... Generating docs for file frame_compress.h... Generating docs for file frame_decompress.h... Generating docs for file gm_inliers.h... Generating docs for file me_mode_decn.h... Generating docs for file me_subpel.h... Generating docs for file me_utils.h... Generating docs for file me_utils_mmx.h... Generating docs for file mot_comp.h... Generating docs for file mot_comp_mmx.h... Generating docs for file motion.h... Generating docs for file motion_arrows.h... Generating docs for file motion_colour.h... Generating docs for file motion_colour_arrows.h... Generating docs for file motion_estimate.h... Generating docs for file mv_codec.h... Generating docs for file mvdata_byteio.h... Generating docs for file overlay.h... Generating docs for file overlay_symbols.h... Generating docs for file parseparams_byteio.h... Generating docs for file parseunit_byteio.h... Generating docs for file pic_io.h... Generating docs for file pixel_match.h... Generating docs for file pred_mode.h... Generating docs for file process_sequence.h... Generating docs for file quality_monitor.h... Generating docs for file quant_chooser.h... Generating docs for file sad.h... Generating docs for file seq_compress.h... Generating docs for file seq_decompress.h... Generating docs for file seqparams_byteio.h... Generating docs for file setstdiomode.h... Generating docs for file split_mode.h... Generating docs for file subband_byteio.h... Generating docs for file transform_byteio.h... Generating docs for file upconvert.h... Generating docs for file video_format_defaults.h... Generating docs for file wavelet_utils.h... Generating page documentation... Generating group documentation... Generating group index... Generating class documentation... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating docs for compound dirac_clean_area_t... Generating docs for compound dirac_col_matrix_t... Generating docs for compound dirac_colour_spec_t... Generating docs for compound dirac_decoder_t... Generating docs for compound dirac_enc_data_t... Generating docs for compound dirac_enc_framestats_t... Generating docs for compound dirac_enc_seqstats_t... Generating docs for compound dirac_encoder_context_t... Generating docs for compound dirac_encoder_t... Generating docs for compound dirac_encparams_t... Generating docs for compound dirac_framebuf_t... Generating docs for compound dirac_frameparams_t... Generating docs for compound dirac_instr_t... Generating docs for compound dirac_mv_cost_t... Generating docs for compound dirac_mv_t... Generating docs for compound dirac_parseparams_t... Generating docs for compound dirac_rational_t... Generating docs for compound dirac_seqparams_t... Generating docs for compound dirac_signal_range_t... Generating docs for compound dirac_sourceparams_t... Generating docs for compound me_data_entry... Generating docs for compound ProcessSequence... Generating graphical class hierarchy... Generating namespace index... Generating docs for namespace dirac Generating docs for compound dirac::AccessUnitByteIO... Generating docs for compound dirac::ByteIO... Generating docs for compound dirac::ComponentByteIO... Generating docs for compound dirac::DiracByteStats... Generating docs for compound dirac::DiracByteStream... Generating docs for compound dirac::DisplayParamsByteIO... Generating docs for compound dirac::EndOfSequenceByteIO... Generating docs for compound dirac::FrameByteIO... Generating docs for compound dirac::MvDataByteIO... Generating docs for compound dirac::ParseParamsByteIO... Generating docs for compound dirac::ParseUnitByteIO... Generating docs for compound dirac::SeqParamsByteIO... Generating docs for compound dirac::SubbandByteIO... Generating docs for compound dirac::TransformByteIO... Generating docs for compound dirac::ContextLookupTable... Generating docs for compound dirac::Context... Generating docs for compound dirac::ArithCodecBase... Generating docs for compound dirac::ArithCodec... Generating docs for compound dirac::Range... Generating docs for compound dirac::OneDArray... Generating docs for compound dirac::TwoDArray... Generating docs for compound dirac::BandCodec... Generating docs for compound dirac::LFBandCodec... Generating docs for compound dirac::IntraDCBandCodec... Generating docs for compound dirac::CommandLine... Generating docs for nested compound dirac::CommandLine::option... Generating docs for compound dirac::FrameSort... Generating docs for compound dirac::PicArray... Generating docs for compound dirac::CostType... Generating docs for compound dirac::EntropyCorrector... Generating docs for compound dirac::OLBParams... Generating docs for compound dirac::SeqParams... Generating docs for compound dirac::Rational... Generating docs for compound dirac::ParseParams... Generating docs for compound dirac::SourceParams... Generating docs for compound dirac::FrameParams... Generating docs for compound dirac::CodeBlocks... Generating docs for compound dirac::CodecParams... Generating docs for compound dirac::EncoderParams... Generating docs for compound dirac::DecoderParams... Generating docs for compound dirac::QuantiserLists... Generating docs for compound dirac::DiracException... Generating docs for compound dirac::Frame... Generating docs for compound dirac::FrameBuffer... Generating docs for compound dirac::MotionCompensator... Generating docs for compound dirac::MotionCompensator_Pixel... Generating docs for compound dirac::MotionCompensator_HalfPixel...Error: fo= ntconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Error: fontconfig: Couldn't retrieve font file name. : FreeSans.ttf Generating docs for compound dirac::MotionCompensator_QuarterPixel... Generating docs for compound dirac::MotionCompensator_EighthPixel... Generating docs for compound dirac::MotionVector... Generating docs for compound dirac::MvCostData... Generating docs for compound dirac::MvData... Generating docs for compound dirac::MEData... Generating docs for compound dirac::MvDataCodec... Generating docs for compound dirac::StreamPicOutput... Generating docs for compound dirac::MemoryStreamOutput... Generating docs for nested compound dirac::MemoryStreamOutput::OutputMemory= Buffer... Generating docs for compound dirac::FileStreamOutput... Generating docs for compound dirac::StreamPicInput... Generating docs for compound dirac::MemoryStreamInput... Generating docs for nested compound dirac::MemoryStreamInput::InputMemoryBu= ffer... Generating docs for compound dirac::FileStreamInput... Generating docs for compound dirac::UpConverter... Generating docs for compound dirac::CodeBlock... Generating docs for compound dirac::Subband... Generating docs for compound dirac::SubbandList... Generating docs for compound dirac::WaveletTransform... Generating docs for nested compound dirac::WaveletTransform::PredictStep97.= .. Generating docs for nested compound dirac::WaveletTransform::PredictStepFou= rTap... Generating docs for nested compound dirac::WaveletTransform::PredictStepShi= ft... Generating docs for nested compound dirac::WaveletTransform::UpdateStep97... Generating docs for nested compound dirac::WaveletTransform::UpdateStepFour= Tap... Generating docs for nested compound dirac::WaveletTransform::UpdateStepShif= t... Generating docs for nested compound dirac::WaveletTransform::VHFilter... Generating docs for nested compound dirac::WaveletTransform::VHFilter13_5... Generating docs for nested compound dirac::WaveletTransform::VHFilter5_3... Generating docs for nested compound dirac::WaveletTransform::VHFilterApprox= 9_7... Generating docs for nested compound dirac::WaveletTransform::VHFilterDaub9_= 7... Generating docs for compound dirac::CompCompressor... Generating docs for compound dirac::FrameCompressor... Generating docs for compound dirac::QualityMonitor... Generating docs for compound dirac::QuantChooser... Generating docs for compound dirac::SequenceCompressor... Generating docs for compound dirac::CompDecompressor... Generating docs for compound dirac::InputStreamBuffer... Generating docs for compound dirac::DiracParser... Generating docs for compound dirac::FrameDecompressor... Generating docs for compound dirac::SequenceDecompressor... Generating docs for compound dirac::BlockMatcher... Generating docs for compound dirac::DownConverter... Generating docs for compound dirac::ModeDecider... Generating docs for compound dirac::SubpelRefine... Generating docs for compound dirac::BlockDiffParams... Generating docs for compound dirac::BlockDiff... Generating docs for compound dirac::PelBlockDiff... Generating docs for compound dirac::IntraBlockDiff... Generating docs for compound dirac::BiBlockDiff... Generating docs for compound dirac::BlockDiffUp... Generating docs for compound dirac::BlockDiffHalfPel... Generating docs for compound dirac::BlockDiffQuarterPel... Generating docs for compound dirac::BlockDiffEighthPel... Generating docs for compound dirac::BiBlockHalfPel... Generating docs for compound dirac::BiBlockQuarterPel... Generating docs for compound dirac::BiBlockEighthPel... Generating docs for compound dirac::MotionEstimator... Generating docs for compound dirac::PixelMatcher... Generating docs for namespace dirac_instr Generating docs for compound dirac_instr::DrawFrameMotionParams... Generating docs for compound dirac_instr::DrawOverlay... Generating docs for compound dirac_instr::DrawGMInliers... Generating docs for compound dirac_instr::DrawMotionArrows... Generating docs for compound dirac_instr::DrawMotionColour... Generating docs for compound dirac_instr::DrawMotionColourArrows... Generating docs for compound dirac_instr::OverlayParams... Generating docs for compound dirac_instr::Overlay... Generating docs for compound dirac_instr::OverlaySymbols... Generating docs for compound dirac_instr::DrawPredMode... Generating docs for compound dirac_instr::DrawSad... Generating docs for compound dirac_instr::DrawSplitMode... Generating docs for namespace dirac_vu Generating docs for compound dirac_vu::BitmapHeader... Generating namespace member index... Generating graph info page... Generating file index... Generating example index... Generating file member index... Generating page index... gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/code/api' gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/code' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/code' gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/code' Making all in tools gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/tools' gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/tools' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/tools' gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/tools' gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc' gmake[2]: Nothing to be done for `all-am'. gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc' Making all in win32 gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/win32' Making all in VS2003 gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/win32/VS2003' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/win32/VS2003' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/win32' gmake[2]: Nothing to be done for `all-am'. gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/win32' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/win32' gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0' gmake[1]: Nothing to be done for `all-am'. gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0' =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D make: don't know how to make regression-test(continuing) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg pkg-config-0.21.tbz adding dependencies pkg_add pkg-config-0.21.tbz skipping pkg-config-0.21, already added =3D=3D=3D> Installing for dirac-0.6.0_1 =3D=3D=3D> dirac-0.6.0_1 depends on executable in : pkg-config - found =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if multimedia/dirac already installed Making install in libdirac_byteio gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/libdirac_byteio' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/libdirac_byteio' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/libdirac_byteio' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/libdirac_byteio' Making install in libdirac_common gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/libdirac_common' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/libdirac_common' gmake[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/include/dirac/libdirac_common" || /work/a/ports/multime= dia/dirac/work/dirac-0.6.0/install-sh -d "/usr/local/include/dirac/libdirac= _common" install -o root -g wheel -m 444 'common_types.h' '/usr/local/include/dira= c/libdirac_common/common_types.h' install -o root -g wheel -m 444 'dirac_types.h' '/usr/local/include/dirac= /libdirac_common/dirac_types.h' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/libdirac_common' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/libdirac_common' Making install in libdirac_motionest gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/libdirac_motionest' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/libdirac_motionest' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/libdirac_motionest' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/libdirac_motionest' Making install in libdirac_encoder gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/libdirac_encoder' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/libdirac_encoder' test -z "/usr/local/lib" || /work/a/ports/multimedia/dirac/work/dirac-0.6.0= /install-sh -d "/usr/local/lib" test -z "/usr/local/lib" || /work/a/ports/multimedia/dirac/work/dirac-0.6.0= /install-sh -d "/usr/local/lib" /bin/sh ../libtool --mode=3Dinstall /usr/bin/install -c -o root -g wheel = 'libdirac_encoder.la' '/usr/local/lib/libdirac_encoder.la' /usr/bin/install -c -o root -g wheel .libs/libdirac_encoder.so.0 /usr/local= /lib/libdirac_encoder.so.0 (cd /usr/local/lib && rm -f libdirac_encoder.so && ln -s libdirac_encoder.s= o.0 libdirac_encoder.so) (cd /usr/local/lib && rm -f libdirac_encoder.so && ln -s libdirac_encoder.s= o.0 libdirac_encoder.so) /usr/bin/install -c -o root -g wheel .libs/libdirac_encoder.lai /usr/local/= lib/libdirac_encoder.la /usr/bin/install -c -o root -g wheel .libs/libdirac_encoder.a /usr/local/li= b/libdirac_encoder.a ranlib /usr/local/lib/libdirac_encoder.a chmod 644 /usr/local/lib/libdirac_encoder.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include/dirac/libdirac_encoder" || /work/a/ports/multim= edia/dirac/work/dirac-0.6.0/install-sh -d "/usr/local/include/dirac/libdira= c_encoder" install -o root -g wheel -m 444 'dirac_encoder.h' '/usr/local/include/dir= ac/libdirac_encoder/dirac_encoder.h' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/libdirac_encoder' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/libdirac_encoder' Making install in libdirac_decoder gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/libdirac_decoder' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/libdirac_decoder' test -z "/usr/local/lib" || /work/a/ports/multimedia/dirac/work/dirac-0.6.0= /install-sh -d "/usr/local/lib" test -z "/usr/local/lib" || /work/a/ports/multimedia/dirac/work/dirac-0.6.0= /install-sh -d "/usr/local/lib" /bin/sh ../libtool --mode=3Dinstall /usr/bin/install -c -o root -g wheel = 'libdirac_decoder.la' '/usr/local/lib/libdirac_decoder.la' /usr/bin/install -c -o root -g wheel .libs/libdirac_decoder.so.0 /usr/local= /lib/libdirac_decoder.so.0 (cd /usr/local/lib && rm -f libdirac_decoder.so && ln -s libdirac_decoder.s= o.0 libdirac_decoder.so) (cd /usr/local/lib && rm -f libdirac_decoder.so && ln -s libdirac_decoder.s= o.0 libdirac_decoder.so) /usr/bin/install -c -o root -g wheel .libs/libdirac_decoder.lai /usr/local/= lib/libdirac_decoder.la /usr/bin/install -c -o root -g wheel .libs/libdirac_decoder.a /usr/local/li= b/libdirac_decoder.a ranlib /usr/local/lib/libdirac_decoder.a chmod 644 /usr/local/lib/libdirac_decoder.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include/dirac/libdirac_decoder" || /work/a/ports/multim= edia/dirac/work/dirac-0.6.0/install-sh -d "/usr/local/include/dirac/libdira= c_decoder" install -o root -g wheel -m 444 'dirac_parser.h' '/usr/local/include/dira= c/libdirac_decoder/dirac_parser.h' install -o root -g wheel -m 444 'decoder_types.h' '/usr/local/include/dir= ac/libdirac_decoder/decoder_types.h' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/libdirac_decoder' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/libdirac_decoder' Making install in encoder gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/encoder' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/encoder' test -z "/usr/local/bin" || /work/a/ports/multimedia/dirac/work/dirac-0.6.0= /install-sh -d "/usr/local/bin" /bin/sh ../libtool --mode=3Dinstall install -s -o root -g wheel -m 555 '= dirac_encoder' '/usr/local/bin/dirac_encoder' install -o root -g wheel -m 555 -s dirac_encoder /usr/local/bin/dirac_encod= er gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/encoder' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/encoder' Making install in decoder gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/decoder' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/decoder' test -z "/usr/local/bin" || /work/a/ports/multimedia/dirac/work/dirac-0.6.0= /install-sh -d "/usr/local/bin" /bin/sh ../libtool --mode=3Dinstall install -s -o root -g wheel -m 555 '= dirac_decoder' '/usr/local/bin/dirac_decoder' install -o root -g wheel -m 555 -s dirac_decoder /usr/local/bin/dirac_decod= er gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/decoder' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/decoder' Making install in util gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util' Making install in instrumentation gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util/instrumentation' Making install in libdirac_instrument gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util/instrumentation/libdirac_instrument' gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util/instrumentation/libdirac_instrument' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util/instrumentation/libdirac_instrument' gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util/instrumentation/libdirac_instrument' gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util/instrumentation' gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util/instrumentation' test -z "/usr/local/bin" || /work/a/ports/multimedia/dirac/work/dirac-0.6.0= /install-sh -d "/usr/local/bin" /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'dirac_instrumentation' '/usr/local/bin/dirac_instrumentation' install -o root -g wheel -m 555 -s dirac_instrumentation /usr/local/bin/dir= ac_instrumentation gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util/instrumentation' gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util/instrumentation' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util/instrumentation' Making install in conversion gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util/conversion' Making install in common gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util/conversion/common' gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util/conversion/common' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util/conversion/common' gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util/conversion/common' gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util/conversion' gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util/conversion' test -z "/usr/local/bin" || /work/a/ports/multimedia/dirac/work/dirac-0.6.0= /install-sh -d "/usr/local/bin" /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'RGBtoYUV411' '/usr/local/bin/RGBtoYUV411' install -o root -g wheel -m 555 -s RGBtoYUV411 /usr/local/bin/RGBtoYUV411 /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'RGBtoYUV420' '/usr/local/bin/RGBtoYUV420' install -o root -g wheel -m 555 -s RGBtoYUV420 /usr/local/bin/RGBtoYUV420 /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'RGBtoYUV422' '/usr/local/bin/RGBtoYUV422' install -o root -g wheel -m 555 -s RGBtoYUV422 /usr/local/bin/RGBtoYUV422 /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'RGBtoYUV444' '/usr/local/bin/RGBtoYUV444' install -o root -g wheel -m 555 -s RGBtoYUV444 /usr/local/bin/RGBtoYUV444 /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'RGBtoUYVY' '/usr/local/bin/RGBtoUYVY' install -o root -g wheel -m 555 -s RGBtoUYVY /usr/local/bin/RGBtoUYVY /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'RGBtoBMP' '/usr/local/bin/RGBtoBMP' install -o root -g wheel -m 555 -s RGBtoBMP /usr/local/bin/RGBtoBMP /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'BMPtoRGB' '/usr/local/bin/BMPtoRGB' install -o root -g wheel -m 555 -s BMPtoRGB /usr/local/bin/BMPtoRGB /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'YUV411toRGB' '/usr/local/bin/YUV411toRGB' install -o root -g wheel -m 555 -s YUV411toRGB /usr/local/bin/YUV411toRGB /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'YUV420toRGB' '/usr/local/bin/YUV420toRGB' install -o root -g wheel -m 555 -s YUV420toRGB /usr/local/bin/YUV420toRGB /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'YUV422toRGB' '/usr/local/bin/YUV422toRGB' install -o root -g wheel -m 555 -s YUV422toRGB /usr/local/bin/YUV422toRGB /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'YUV444toRGB' '/usr/local/bin/YUV444toRGB' install -o root -g wheel -m 555 -s YUV444toRGB /usr/local/bin/YUV444toRGB /bin/sh ../../libtool --mode=3Dinstall install -s -o root -g wheel -m 55= 5 'UYVYtoRGB' '/usr/local/bin/UYVYtoRGB' install -o root -g wheel -m 555 -s UYVYtoRGB /usr/local/bin/UYVYtoRGB gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util/conversion' gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util/conversion' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util/conversion' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util' gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/util' gmake[3]: Nothing to be done for `install-exec-am'. gmake[3]: Nothing to be done for `install-data-am'. gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/util' Making install in tests gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/tests' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/tests' test -z "/usr/local/bin" || /work/a/ports/multimedia/dirac/work/dirac-0.6.0= /install-sh -d "/usr/local/bin" install -o root -g wheel -m 555 'create_dirac_testfile.pl' '/usr/local/bi= n/create_dirac_testfile.pl' gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/tests' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/tests' Making install in doc gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc' Making install in documentation gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation' Making install in algorithm gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/algorithm' gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/algorithm' gmake[5]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/algorithm' gmake[5]: Nothing to be done for `install-exec-am'. gmake[5]: Nothing to be done for `install-data-am'. gmake[5]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/algorithm' gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/algorithm' gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/algorithm' Making install in code gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/code' Making install in api gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/code/api' gmake[5]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/code/api' gmake[5]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/doc/dirac/documentation/code/api/api_html" || /wo= rk/a/ports/multimedia/dirac/work/dirac-0.6.0/install-sh -d "/usr/local/shar= e/doc/dirac/documentation/code/api/api_html" install -o root -g wheel -m 444 'html/index.html' '/usr/local/share/doc/d= irac/documentation/code/api/api_html/index.html' gmake install-data-hook gmake[6]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/code/api' cp -R html/* /usr/local/share/doc/dirac/documentation/code/api/api_html gmake[6]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/code/api' gmake[5]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/code/api' gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/code/api' gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/code' gmake[5]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/code' gmake[5]: Nothing to be done for `install-exec-am'. gmake[5]: Nothing to be done for `install-data-am'. gmake[5]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/code' gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/code' gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/code' Making install in tools gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/tools' gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/tools' gmake[5]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation/tools' gmake[5]: Nothing to be done for `install-exec-am'. gmake[5]: Nothing to be done for `install-data-am'. gmake[5]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/tools' gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/tools' gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation/tools' gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation' gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc/documentation' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation' gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc/documentation' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc' gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/doc/dirac" || /work/a/ports/multimedia/dirac/work= /dirac-0.6.0/install-sh -d "/usr/local/share/doc/dirac" install -o root -g wheel -m 444 'faq.html' '/usr/local/share/doc/dirac/fa= q.html' install -o root -g wheel -m 444 'todo.html' '/usr/local/share/doc/dirac/t= odo.html' install -o root -g wheel -m 444 'dirac_bitstream.txt' '/usr/local/share/d= oc/dirac/dirac_bitstream.txt' test -z "/usr/local/share/doc/dirac" || /work/a/ports/multimedia/dirac/work= /dirac-0.6.0/install-sh -d "/usr/local/share/doc/dirac" gmake install-data-hook gmake[4]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/doc' gmake[4]: Nothing to be done for `install-data-hook'. gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc' gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/doc' Making install in win32 gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/win32' Making install in VS2003 gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/win32/VS2003' gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/win32/VS2003' gmake[3]: Nothing to be done for `install-exec-am'. gmake[3]: Nothing to be done for `install-data-am'. gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/win32/VS2003' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/win32/VS2003' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/win32' gmake[3]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0/win32' gmake[3]: Nothing to be done for `install-exec-am'. gmake[3]: Nothing to be done for `install-data-am'. gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/win32' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/win32' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0/win32' gmake[1]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0' gmake[2]: Entering directory `/work/a/ports/multimedia/dirac/work/dirac-0.6= .0' gmake[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/libdata/pkgconfig" || /work/a/ports/multimedia/dirac/wo= rk/dirac-0.6.0/install-sh -d "/usr/local/libdata/pkgconfig" install -o root -g wheel -m 444 'dirac.pc' '/usr/local/libdata/pkgconfig/= dirac.pc' gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0' gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac/work/dirac-0.6.= 0' install -o root -g wheel -m 444 /work/a/ports/multimedia/dirac/work/dirac-= 0.6.0/README /usr/local/share/doc/dirac =3D=3D=3D> Running ldconfig /sbin/ldconfig -m /usr/local/lib =3D=3D=3D> Registering installation for dirac-0.6.0_1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building package for dirac-0.6.0_1 tar: share/doc/dirac/documentation/code/api/api_html/a00381.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00380.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00379.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00378.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00377.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00376.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00375.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00374.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00373.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00372.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00371.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00370.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00369.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00368.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00367.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00366.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00365.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00364.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00363.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00362.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00361.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00360.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00359.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00358.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00357.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00356.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00355.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00354.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00353.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00352.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00351.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00350.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00349.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00348.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00347.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00346.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00345.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00344.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00343.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00342.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00341.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00340.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00339.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00338.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00337.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00336.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00335.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00334.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00333.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00332.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00331.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00330.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00329.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00328.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00327.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00326.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00325.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00324.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00323.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00322.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00321.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00320.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00319.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00318.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00317.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00316.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00315.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00314.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00313.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00312.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00311.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00310.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00309.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00308.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00307.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00306.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00305.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00304.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00303.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00302.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00301.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00300.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00299.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00298.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00297.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00296.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00295.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00294.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00293.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00292.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00291.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00290.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00289.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00288.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00287.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00286.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00285.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00284.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00283.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00282.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00281.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00280.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00279.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00278.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00277.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00276.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00275.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00274.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00273.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00272.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00271.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00270.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00269.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00268.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00267.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00266.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00265.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00264.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00263.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00262.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00261.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00260.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00259.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00258.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00257.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00256.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00255.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00254.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00253.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00252.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00251.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00250.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00249.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00248.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00247.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00246.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00245.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00244.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00243.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00242.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00241.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00240.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00239.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00238.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00237.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00236.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00235.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00234.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00233.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00232.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00231.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00230.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00229.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00228.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00227.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00226.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00225.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00224.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00223.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00222.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00221.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00220.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00219.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00218.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00217.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00216.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00215.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00214.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00213.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00212.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00211.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00210.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00209.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00208.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00207.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00206.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00205.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00204.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00203.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00202.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00201.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00200.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00199.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00198.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00197.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00196.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00195.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00194.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00193.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00192.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00191.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00190.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00189.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00188.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00187.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00186.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00185.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00184.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00183.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00182.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00181.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00180.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00179.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00178.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00177.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00176.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00175.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00174.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00173.html: Could not= stat: No such file or directory tar: share/doc/dirac/documentation/code/api/api_html/a00172.html: Could not= stat: No such file or directory pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/dirac-0.6.0_1.tbz Registering depends: pkg-config-0.21. Creating bzip'd tar ball in '/tmp/packages/All/dirac-0.6.0_1.tbz' *** Error code 1 Stop in /a/ports/multimedia/dirac. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/multimedia/dirac ended at Thu Oct 5 11:57:07 UTC 2006 ----- End forwarded message ----- --f0KYrhQ4vYSV2aJu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFJUJJWry0BWjoQKURAvx0AKCbVCX/pN1WmxGdgTApN814josJTACg2ysr qQihWbhHtNFW7VOYHEdCg1w= =f6g+ -----END PGP SIGNATURE----- --f0KYrhQ4vYSV2aJu-- From owner-freebsd-multimedia@FreeBSD.ORG Thu Oct 5 19:30:27 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF9E16A4CE; Thu, 5 Oct 2006 19:30:27 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 997C943D5E; Thu, 5 Oct 2006 19:30:27 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k95JURta092421; Thu, 5 Oct 2006 19:30:27 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k95JURr1092417; Thu, 5 Oct 2006 19:30:27 GMT (envelope-from mezz) Date: Thu, 5 Oct 2006 19:30:27 GMT From: Jeremy Messenger Message-Id: <200610051930.k95JURr1092417@freefall.freebsd.org> To: alexbl@freebsd.org, mezz@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/103985: [PATCH] multimedia/py-gstreamer: installed cached python files so as not to cause plist problems for other ports X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 19:30:28 -0000 Synopsis: [PATCH] multimedia/py-gstreamer: installed cached python files so as not to cause plist problems for other ports State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Thu Oct 5 19:29:57 UTC 2006 State-Changed-Why: Committed, thanks! I have tweak a bit by change from pre-install to post-build. http://www.freebsd.org/cgi/query-pr.cgi?pr=103985 From owner-freebsd-multimedia@FreeBSD.ORG Thu Oct 5 19:40:31 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95E2B16A4A7 for ; Thu, 5 Oct 2006 19:40:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED5C743D7D for ; Thu, 5 Oct 2006 19:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k95JeLDX094274 for ; Thu, 5 Oct 2006 19:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k95JeLCS094273; Thu, 5 Oct 2006 19:40:21 GMT (envelope-from gnats) Date: Thu, 5 Oct 2006 19:40:21 GMT Message-Id: <200610051940.k95JeLCS094273@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/103985: commit references a PR X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 19:40:31 -0000 The following reply was made to PR ports/103985; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/103985: commit references a PR Date: Thu, 5 Oct 2006 19:29:55 +0000 (UTC) mezz 2006-10-05 19:29:41 UTC FreeBSD ports repository Modified files: multimedia/py-gstreamer Makefile pkg-plist Log: Get this port to generate the .pyc and .pyo files, because other ports will creating them and causing the plist error. See ee multimedia/quodlibet for an example. Bump the PORTREVISION. PR: ports/103985 Submitted by: Alexander Botero-Lowry Revision Changes Path 1.22 +10 -3 ports/multimedia/py-gstreamer/Makefile 1.7 +2 -0 ports/multimedia/py-gstreamer/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Fri Oct 6 15:48:57 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64C5C16A407 for ; Fri, 6 Oct 2006 15:48:57 +0000 (UTC) (envelope-from jhgb@logatti.edu.br) Received: from logatti.edu.br (200-210-29-162-arq.static.vivax.com.br [200.210.29.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9E143D68 for ; Fri, 6 Oct 2006 15:48:47 +0000 (GMT) (envelope-from jhgb@logatti.edu.br) Received: (qmail 10257 invoked by uid 1010); 6 Oct 2006 12:48:32 -0300 Received: from 192.168.0.1 by obiwan (envelope-from , uid 1008) with qmail-scanner-1.25-st-qms (clamdscan: 0.83/705. spamassassin: 3.0.2. perlscan: 1.25-st-qms. Clear:RC:0(192.168.0.1):SA:0(-5.8/4.0):. Processed in 0.39485 secs); 06 Oct 2006 15:48:32 -0000 X-Spam-Status: No, hits=-5.8 required=4.0 X-Antivirus-Logatti-Mail-From: jhgb@logatti.edu.br via obiwan X-Antivirus-Logatti: 1.25-st-qms (Clear:RC:0(192.168.0.1):SA:0(-5.8/4.0):. Processed in 0.39485 secs Process 10248) Received: from unknown (HELO FaculdadesLogattiWebmail) (jhgb@logatti.edu.br@192.168.0.1) by mail.logatti.edu.br with SMTP; 6 Oct 2006 12:48:31 -0300 Received: from client 200.210.29.207 for UebiMiau2.7 (webmail client); Fri, 6 Oct 2006 12:48:25 -0300 Date: Fri, 6 Oct 2006 12:48:25 -0300 From: "=?iso-8859-1?Q?Prof._Jo=E3o_Henrique_G._Borges?=" To: freebsd-multimedia@freebsd.org X-Priority: 3 X-Mailer: Faculdades Logatti - Webmail 2.7.2 X-Original-IP: 200.210.29.207 Content-Transfer-Encoding: 8bit X-MSMail-Priority: Medium Importance: Medium Content-Type: text/plain; charset="iso-8859-1"; MIME-Version: 1.0 X-Antivirus-Logatti-Message-ID: <1160149711107010248@obiwan> Message-Id: <20061006154847.AF9E143D68@mx1.FreeBSD.org> Subject: Help with snd_hda X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "=?iso-8859-1?Q?Prof._Jo=E3o_Henrique_G._Borges?=" List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 15:48:57 -0000 Hi all, I have a Acer Aspire 1640Z notebook. In last 4 days I've used my soundcard due to big job done by Mr. Ariff Abdullah. Trying to make my DVD recorder to work, I'd recompile my FreeBSD 6.1 kernel. Mute, my notebook is mute with the following message error on trying to load snd_hda.ko: "link_elf: symbol mix_setparentchild undefined". Searchs in Google returned not a useful information. Please, can anybody give a tip to solve this question? Thank you, Joao Henrique ________________________________________________ Mensagem enviada usando Faculdades Logatti - Webmail 2.7.2 From owner-freebsd-multimedia@FreeBSD.ORG Fri Oct 6 15:58:04 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D588E16A415 for ; Fri, 6 Oct 2006 15:58:04 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9682743D45; Fri, 6 Oct 2006 15:58:04 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k96Fw2tN022676; Fri, 6 Oct 2006 15:58:03 GMT (envelope-from ariff@FreeBSD.org) Date: Fri, 6 Oct 2006 23:57:51 +0800 From: Ariff Abdullah To: "Prof. =?ISO-8859-1?Q?Jo=E3o?= Henrique G. Borges" Message-Id: <20061006235751.635398ae.ariff@FreeBSD.org> In-Reply-To: <20061006154847.AF9E143D68@mx1.FreeBSD.org> References: <20061006154847.AF9E143D68@mx1.FreeBSD.org> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__6_Oct_2006_23_57_51_+0800_wJmrneOdYjs+Mxc8" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Help with snd_hda X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 15:58:04 -0000 --Signature=_Fri__6_Oct_2006_23_57_51_+0800_wJmrneOdYjs+Mxc8 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, 6 Oct 2006 12:48:25 -0300 "Prof. Jo=E3o Henrique G. Borges" wrote: > Hi all, > I have a Acer Aspire 1640Z notebook. > In last 4 days I've used my soundcard due to big job done by Mr. > Ariff Abdullah. > Trying to make my DVD recorder to work, I'd recompile my FreeBSD 6.1 > kernel. Mute, my notebook is mute with the following message error > on trying to load snd_hda.ko: "link_elf: symbol mix_setparentchild > undefined". Searchs in Google returned not a useful information. >=20 > Please, can anybody give a tip to solve this question? >=20 You're using my binary kmod, right? If so, you seems not following the instructions correctly. http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-September/004864= .html I said _both_ sound.ko, not just snd_hda.ko . -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Fri__6_Oct_2006_23_57_51_+0800_wJmrneOdYjs+Mxc8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFJn0Clr+deMUwTNoRAsncAJ96aCy7lPjWGIYai6A8wBxfFXxhKQCguXSq BiS0G7rdsuGRNFb5Iny24ZM= =xqHn -----END PGP SIGNATURE----- --Signature=_Fri__6_Oct_2006_23_57_51_+0800_wJmrneOdYjs+Mxc8-- From owner-freebsd-multimedia@FreeBSD.ORG Fri Oct 6 17:51:05 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 228A016A599; Fri, 6 Oct 2006 17:51:05 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3362943D78; Fri, 6 Oct 2006 17:50:35 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (ariff@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k96HoUFW034111; Fri, 6 Oct 2006 17:50:30 GMT (envelope-from ariff@freefall.freebsd.org) Received: (from ariff@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k96HoUF3034107; Fri, 6 Oct 2006 17:50:30 GMT (envelope-from ariff) Date: Fri, 6 Oct 2006 17:50:30 GMT From: Ariff Abdullah Message-Id: <200610061750.k96HoUF3034107@freefall.freebsd.org> To: almindor@gmail.com, ariff@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/103692: [snd_es137x] Driver snd_es137x has broken defaults for DAC settings X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 17:51:05 -0000 Synopsis: [snd_es137x] Driver snd_es137x has broken defaults for DAC settings State-Changed-From-To: open->closed State-Changed-By: ariff State-Changed-When: Fri Oct 6 17:49:54 UTC 2006 State-Changed-Why: The submitter agrees that this is no longer an issue after raising the PCI latency timer value. http://www.freebsd.org/cgi/query-pr.cgi?pr=103692 From owner-freebsd-multimedia@FreeBSD.ORG Fri Oct 6 18:05:33 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B7E916A416 for ; Fri, 6 Oct 2006 18:05:33 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52DE43D66 for ; Fri, 6 Oct 2006 18:05:07 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so348243uge for ; Fri, 06 Oct 2006 11:05:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=utaHxeU+/GZ/C8ry9XZPc7lP7QUsV90+YXpdlzGlguCB+RzcoSmB0JMStWfnpd31xwivPYSE0hH2YPY5KF7nC6/zIMFY9fUhEBMrVqzPZUJOV8O+EzMnKaxHpuYaS4tF/OdJuNbmo5VnZQoW2jouFZMb10QLG59Na/PkjQJjodI= Received: by 10.67.91.6 with SMTP id t6mr3543719ugl; Fri, 06 Oct 2006 11:05:06 -0700 (PDT) Received: from roadrunner.q.local ( [85.180.131.82]) by mx.google.com with ESMTP id 59sm2394653ugf.2006.10.06.11.05.05; Fri, 06 Oct 2006 11:05:06 -0700 (PDT) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.8/8.13.6) with ESMTP id k96Ha0bj065414; Fri, 6 Oct 2006 19:36:00 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.8/8.13.6/Submit) id k96HZxXE065410; Fri, 6 Oct 2006 19:35:59 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Fri, 6 Oct 2006 19:35:59 +0200 From: Ulrich Spoerlein To: Ariff Abdullah Message-ID: <20061006173559.GA1406@roadrunner.q.local> Mail-Followup-To: Ariff Abdullah , Rainer Alves , freebsd-multimedia@FreeBSD.org References: <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org> <45202B42.4000902@gmail.com> <20061002050812.0044af86.ariff@FreeBSD.org> <452031A6.5010205@gmail.com> <452034B4.8000100@gmail.com> <20061002160247.44e7fd9b.ariff@FreeBSD.org> <45211E0C.9020303@gmail.com> <20061002222635.472ca076.ariff@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061002222635.472ca076.ariff@FreeBSD.org> Cc: freebsd-multimedia@FreeBSD.org, Rainer Alves Subject: Re: Support for High Definition Audio (Controller) is in the tree. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 18:05:33 -0000 Ariff Abdullah wrote: > On Mon, 02 Oct 2006 11:11:24 -0300 > You have to be sure about this. "ogain" and "phout" have separate > control and effect, while "vol" (before the commit) does not have any > meaningfull effect. Hi Ariff, could you please elaborate on what the difference between vol, ogain, and phout is? I'm asking this as I have problems with sound volume on my hardware and your comment is giving me the impression you commit might have fixed that. Symptoms: - vol only controls the loudness of my laptop speakers, pcm is still effective, ogain is ignored - plugging in headphones, ogain needs to be around 30-40, otherwise it is too loud - plugging in hifi equipment (with amplifier) I have to set ogain to 100 and pcm to near 100 to get acceptable loudness I think the hardware can sense the difference between headphone and other equipment, as I don't get that ogain-difference under windows. There, a headphone will sound equivalent to a connected hifi equipment. pcm0: port 0xb800-0xb8ff,0xbc40-0xbc7f mem 0xf4fff800-0xf4fff9ff,0xf4fff400-0xf4fff4ff irq 9 at device 31.5 on pci0 pcm0: pcm0@pci0:31:5: class=0x040100 card=0x01911028 chip=0x24c58086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller' class = multimedia subclass = audio Have a nice weekend, Ulrich Spoerlein -- A: Yes. >Q: Are you sure? > >A: Because it reverses the logical flow of conversation. > >>Q: Why is top posting frowned upon? From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 01:37:43 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561F916A416 for ; Sat, 7 Oct 2006 01:37:43 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AC4643D49 for ; Sat, 7 Oct 2006 01:37:42 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 5F5701A3C1C for ; Fri, 6 Oct 2006 18:37:42 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 59E38515B7; Fri, 6 Oct 2006 21:37:41 -0400 (EDT) Date: Fri, 6 Oct 2006 21:37:41 -0400 From: Kris Kennaway To: multimedia@FreeBSD.org Message-ID: <20061007013741.GA29073@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@FreeBSD.org: x264-0.0.20060926_2 failed on i386 4] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 01:37:43 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 7 Oct 2006 01:32:29 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: x264-0.0.20060926_2 failed on i386 4 X-UIDL: p>9!!ZU[!!%X=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> x264-snapshot-20060926-2245.tar.bz2 doesn't seem to exist in /tmp/dist= files/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/x264-snapsh= ot-20060926-2245.tar.bz2: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/x264-snapshot-2006= 0926-2245.tar.bz2: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from http://downloads.videolan.org/pub/videolan/x2= 64/snapshots/. x264-snapshot-20060926-2245.tar.bz2 533 kB 177 kBps =3D> MD5 Checksum OK for x264-snapshot-20060926-2245.tar.bz2. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Extracting for x264-0.0.20060926_2 =3D> MD5 Checksum OK for x264-snapshot-20060926-2245.tar.bz2. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for x264-0.0.20060926_2 =3D=3D=3D> Applying FreeBSD patches for x264-0.0.20060926_2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg XFree86-fontEncodings-4.5.0_1.tgz XFree86-fontScalable-4.5.0_1.tgz = XFree86-libraries-4.5.0.tgz atk-1.11.4_1.tgz bitstream-vera-1.10_2.tgz cair= o-1.0.4_1.tgz expat-2.0.0_1.tgz fontconfig-2.3.2_5,1.tgz freetype2-2.1.10_5= .tgz gettext-0.14.5_2.tgz glib-2.10.3.tgz gmake-3.81_1.tgz gtk-2.8.20.tgz h= icolor-icon-theme-0.5.tgz intltool-0.35.0.tgz jpeg-6b_4.tgz ldconfig_compat= -1.0_8.tgz libXft-2.1.7_1.tgz libgnugetopt-1.2_1.tgz libiconv-1.9.2_2.tgz l= ibxml2-2.6.26.tgz nasm-0.98.39,1.tgz p5-XML-Parser-2.34_2.tgz pango-1.12.4.= tgz pkg-config-0.21.tgz png-1.2.12_1.tgz rc_subr-1.31_1.tgz shared-mime-inf= o-0.19.tgz tiff-3.8.2.tgz adding dependencies pkg_add XFree86-fontEncodings-4.5.0_1.tgz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add XFree86-fontScalable-4.5.0_1.tgz /usr/X11R6/bin/fc-cache: "lib/X11/fonts/bitstream-vera": caching, 10 fonts,= 0 dirs /usr/X11R6/bin/fc-cache: succeeded IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these f= onts before using. The copyright can be found at /usr/X11R6/lib/X11/fonts/bitst= ream-vera/COPYRIGHT.TXT. To use these fonts, follow the instructions below. Make sure that the freetype module is loaded. If it is not, add the follow= ing line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration fi= le: FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. fc-cache: "/usr/X11R6/lib/X11/fonts/CID": caching, 0 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 29 fonts, 0 dirs fc-cache: succeeded pkg_add XFree86-libraries-4.5.0.tgz skipping XFree86-libraries-4.5.0, already added pkg_add atk-1.11.4_1.tgz pkg_add bitstream-vera-1.10_2.tgz skipping bitstream-vera-1.10_2, already added pkg_add cairo-1.0.4_1.tgz pkg_add expat-2.0.0_1.tgz skipping expat-2.0.0_1, already added pkg_add fontconfig-2.3.2_5,1.tgz skipping fontconfig-2.3.2_5,1, already added pkg_add freetype2-2.1.10_5.tgz skipping freetype2-2.1.10_5, already added pkg_add gettext-0.14.5_2.tgz skipping gettext-0.14.5_2, already added pkg_add glib-2.10.3.tgz skipping glib-2.10.3, already added pkg_add gmake-3.81_1.tgz pkg_add gtk-2.8.20.tgz *** * Updating MIME database in /usr/X11R6/share/mime... Wrote 0 strings at 20 - 20 Wrote aliases at 20 - 24 Wrote parents at 24 - 28 Wrote literal globs at 28 - 2c Wrote suffix globs at 2c - 34 Wrote full globs at 34 - 38 Wrote magic at 38 - 44 Wrote namespace list at 44 - 48 *** *** * Updating MIME database in /usr/local/share/mime... Wrote 499 strings at 20 - 295c Wrote aliases at 295c - 2b50 Wrote parents at 2b50 - 354c Wrote literal globs at 354c - 35a8 Wrote suffix globs at 35a8 - 69b0 Wrote full globs at 69b0 - 69d4 Wrote magic at 69d4 - c2fc Wrote namespace list at c2fc - c30c *** *** * Updating MIME database in /usr/local/share/mime... Wrote 499 strings at 20 - 295c Wrote aliases at 295c - 2b50 Wrote parents at 2b50 - 354c Wrote literal globs at 354c - 35a8 Wrote suffix globs at 35a8 - 69b0 Wrote full globs at 69b0 - 69d4 Wrote magic at 69d4 - c2fc Wrote namespace list at c2fc - c30c *** Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 7 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/bitstream-vera": caching, 10 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/CID": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 29 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add hicolor-icon-theme-0.5.tgz skipping hicolor-icon-theme-0.5, already added pkg_add intltool-0.35.0.tgz pkg_add jpeg-6b_4.tgz skipping jpeg-6b_4, already added pkg_add ldconfig_compat-1.0_8.tgz pkg_add libXft-2.1.7_1.tgz skipping libXft-2.1.7_1, already added pkg_add libgnugetopt-1.2_1.tgz pkg_add libiconv-1.9.2_2.tgz skipping libiconv-1.9.2_2, already added pkg_add libxml2-2.6.26.tgz skipping libxml2-2.6.26, already added pkg_add nasm-0.98.39,1.tgz pkg_add p5-XML-Parser-2.34_2.tgz skipping p5-XML-Parser-2.34_2, already added pkg_add pango-1.12.4.tgz skipping pango-1.12.4, already added pkg_add pkg-config-0.21.tgz skipping pkg-config-0.21, already added pkg_add png-1.2.12_1.tgz skipping png-1.2.12_1, already added pkg_add rc_subr-1.31_1.tgz skipping rc_subr-1.31_1, already added pkg_add shared-mime-info-0.19.tgz skipping shared-mime-info-0.19, already added pkg_add tiff-3.8.2.tgz skipping tiff-3.8.2, already added =3D=3D=3D> x264-0.0.20060926_2 depends on executable in : nasm - found =3D=3D=3D> x264-0.0.20060926_2 depends on executable in : gmake - found =3D=3D=3D> x264-0.0.20060926_2 depends on file: /usr/local/bin/intltool-e= xtract - found =3D=3D=3D> x264-0.0.20060926_2 depends on executable in : pkg-config - fo= und =3D=3D=3D> x264-0.0.20060926_2 depends on shared library: gnugetopt.1 - f= ound =3D=3D=3D> x264-0.0.20060926_2 depends on shared library: intl - found =3D=3D=3D> x264-0.0.20060926_2 depends on shared library: atk-1.0.0 - fou= nd =3D=3D=3D> x264-0.0.20060926_2 depends on shared library: glib-2.0.0 - fo= und =3D=3D=3D> x264-0.0.20060926_2 depends on shared library: gtk-x11-2.0.0 -= found =3D=3D=3D> x264-0.0.20060926_2 depends on shared library: pango-1.0.0 - f= ound =3D=3D=3D> Configuring for x264-0.0.20060926_2 svnversion: not found Platform: X86 System: FREEBSD avis input: no mp4 output: no pthread: yes vfw: no gtk: yes debug: no gprof: no PIC: no shared: yes visualize: no You can run 'make' or 'make fprofiled' now. =3D=3D=3D> Building for x264-0.0.20060926_2 rm -f .depend ( echo -n "`dirname common/mc.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264= __ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include = -O -pipe -fPIC -I/usr/local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s= -fomit-frame-pointer common/mc.c -MM -g0 ) 1>> .depend; ( echo -n "`dirna= me common/predict.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MM= XEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include -O -pipe -f= PIC -I/usr/local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-fram= e-pointer common/predict.c -MM -g0 ) 1>> .depend; ( echo -n "`dirname comm= on/pixel.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHA= VE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/us= r/local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer= common/pixel.c -MM -g0 ) 1>> .depend; ( echo -n "`dirname common/macroblo= ck.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE= 2 -DARCH_X86 -D SYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -I/u= sr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer common/macroblock.c= -MM -g0 ) 1>> .depend; ( echo -n "`dirname common/frame.c`/" && cc -O4 -f= fast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_F= REEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -I/usr/X11= R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer common/frame.c -MM -g0 ) = 1>> .depend; ( echo -n "`dirname common/dct.c`/" && cc -O4 -ffast-math -Wa= ll -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr= /local/include -O -pipe -fPIC -I/usr/local/include -I/usr/X11R6/include -D= HAVE_PTHREAD -s -fomit-frame-pointer common/dct.c -MM -g0 ) 1>> .depend; (= echo -n "`dirname common/cpu.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264= __ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include = -O -pipe -fPIC -I/usr/local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s= -fomit-frame-p ointer common/cpu.c -MM -g0 ) 1>> .depend; ( echo -n "`dirn! ame comm on/cabac.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHA= VE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/us= r/local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer= common/cabac.c -MM -g0 ) 1>> .depend; ( echo -n "`dirname common/common.c= `/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -D= ARCH_X86 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/in= clude -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer common/co= mmon.c -MM -g0 ) 1>> .depend; ( echo -n "`dirname common/mdate.c`/" && cc = -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -= DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -I/u= sr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer common/mdate.c -MM = -g0 ) 1>> .depend; ( echo -n "`dirname common/csp.c`/" && cc -O4 -ffast-ma= th -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD = -I/usr/local/in clude -O -pipe -fPIC -I/usr/local/include -I/usr/X11R6/include -DHAVE_PTH= READ -s -fomit-frame-pointer common/csp.c -MM -g0 ) 1>> .depend; ( echo -n= "`dirname common/set.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAV= E_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include -O -pipe= -fPIC -I/usr/local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-= frame-pointer common/set.c -MM -g0 ) 1>> .depend; ( echo -n "`dirname comm= on/quant.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHA= VE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/us= r/local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer= common/quant.c -MM -g0 ) 1>> .depend; ( echo -n "`dirname encoder/analyse= .c`/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 = -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/= include -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer encoder= /analyse.c -MM=20 -g0 ) 1>> .depend; ( echo -n "`dirname encoder/me.c`/" && c! c -O4 -f fast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_F= REEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -I/usr/X11= R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer encoder/me.c -MM -g0 ) 1>= > .depend; ( echo -n "`dirname encoder/ratecontrol.c`/" && cc -O4 -ffast-m= ath -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD= -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -I/usr/X11R6/inc= lude -DHAVE_PTHREAD -s -fomit-frame-pointer encoder/ratecontrol.c -MM -g0 )= 1>> .depend; ( echo -n "`dirname encoder/set.c`/" && cc -O4 -ffast-math -= Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/u= sr/local/include -O -pipe -fPIC -I/usr/local/include -I/usr/X11R6/include = -DHAVE_PTHREAD -s -fomit-frame-pointer encoder/set.c -MM -g0 ) 1>> .depend;= ( echo -n "`dirname encoder/macroblock.c`/" && cc -O4 -ffast-math -Wall -= I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/loc= al/include -O - pipe -fPIC -I/usr/local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s -f= omit-frame-pointer encoder/macroblock.c -MM -g0 ) 1>> .depend; ( echo -n "= `dirname encoder/cabac.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHA= VE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include -O -pip= e -fPIC -I/usr/local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit= -frame-pointer encoder/cabac.c -MM -g0 ) 1>> .depend; ( echo -n "`dirname = encoder/cavlc.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT= -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC = -I/usr/local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-po= inter encoder/cavlc.c -MM -g0 ) 1>> .depend; ( echo -n "`dirname encoder/e= ncoder.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE= _SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/= local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer e= ncoder/encoder. c -MM -g0 ) 1>> .depend; ( echo -n "`dirname encoder/eval.c! `/" && c c -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86= -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -I= /usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer encoder/eval.c -M= M -g0 ) 1>> .depend; ( echo -n "`dirname common/i386/mc-c.c`/" && cc -O4 -= ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_= FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -I/usr/X1= 1R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer common/i386/mc-c.c -MM -= g0 ) 1>> .depend; ( echo -n "`dirname common/i386/predict-c.c`/" && cc -O4= -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSY= S_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -I/usr/= X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer common/i386/predict-c.= c -MM -g0 ) 1>> .depend; ( echo -n "`dirname x264.c`/" && cc -O4 -ffast-ma= th -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD = -I/usr/local/in clude -O -pipe -fPIC -I/usr/local/include -I/usr/X11R6/include -DHAVE_PTH= READ -s -fomit-frame-pointer x264.c -MM -g0 ) 1>> .depend; ( echo -n "`dir= name matroska.c`/" && cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT= -DHAVE_SSE2 -DARCH_X86 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC = -I/usr/local/include -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-po= inter matroska.c -MM -g0 ) 1>> .depend; ( echo -n "`dirname muxers.c`/" &&= cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X= 86 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include = -I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer muxers.c -MM -g= 0 ) 1>> .depend; In file included from common/common.h:104, from common/mc.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/predict.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/pixel.c:26: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/macroblock.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/frame.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/dct.c:24: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/cpu.c:38: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/cabac.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/common.c:32: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/csp.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/set.c:23: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/quant.c:23: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from encoder/analyse.c:30: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from encoder/me.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from encoder/ratecontrol.c:34: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from encoder/set.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from encoder/macroblock.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from encoder/cabac.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from encoder/cavlc.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from encoder/encoder.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/i386/mc-c.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from common/i386/predict-c.c:24: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from x264.c:45: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h In file included from common/common.h:104, from muxers.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/m= c.o common/mc.c In file included from common/common.h:104, from common/mc.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/p= redict.o common/predict.c In file included from common/common.h:104, from common/predict.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h common/predict.c: In function `predict_4x4_vr': common/predict.c:467: warning: unused variable `l3' common/predict.c: In function `predict_4x4_hd': common/predict.c:499: warning: unused variable `t3' common/predict.c: In function `predict_4x4_vl': common/predict.c:522: warning: unused variable `t7' common/predict.c: In function `predict_8x8_vr': common/predict.c:730: warning: unused variable `l7' common/predict.c: In function `predict_8x8_hd': common/predict.c:757: warning: unused variable `t7' common/predict.c: In function `predict_8x8_vl': common/predict.c:786: warning: unused variable `t15' common/predict.c:786: warning: unused variable `t14' common/predict.c:786: warning: unused variable `t13' cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/p= ixel.o common/pixel.c In file included from common/common.h:104, from common/pixel.c:26: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/m= acroblock.o common/macroblock.c In file included from common/common.h:104, from common/macroblock.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h common/macroblock.c: In function `x264_mb_predict_mv_direct16x16_spatial': common/macroblock.c:382: warning: initialization from incompatible pointer = type cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/f= rame.o common/frame.c In file included from common/common.h:104, from common/frame.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/d= ct.o common/dct.c In file included from common/common.h:104, from common/dct.c:24: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/c= pu.o common/cpu.c In file included from common/common.h:104, from common/cpu.c:38: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/c= abac.o common/cabac.c In file included from common/common.h:104, from common/cabac.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/c= ommon.o common/common.c In file included from common/common.h:104, from common/common.c:32: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/m= date.o common/mdate.c cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/c= sp.o common/csp.c In file included from common/common.h:104, from common/csp.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/s= et.o common/set.c In file included from common/common.h:104, from common/set.c:23: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/q= uant.o common/quant.c In file included from common/common.h:104, from common/quant.c:23: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o encoder/= analyse.o encoder/analyse.c In file included from common/common.h:104, from encoder/analyse.c:30: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o encoder/= me.o encoder/me.c In file included from common/common.h:104, from encoder/me.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o encoder/= ratecontrol.o encoder/ratecontrol.c In file included from common/common.h:104, from encoder/ratecontrol.c:34: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h encoder/ratecontrol.c: In function `get_qscale': encoder/ratecontrol.c:936: warning: implicit declaration of function `isfin= ite' cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o encoder/= set.o encoder/set.c In file included from common/common.h:104, from encoder/set.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o encoder/= macroblock.o encoder/macroblock.c In file included from common/common.h:104, from encoder/macroblock.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o encoder/= cabac.o encoder/cabac.c In file included from common/common.h:104, from encoder/cabac.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o encoder/= cavlc.o encoder/cavlc.c In file included from common/common.h:104, from encoder/cavlc.c:27: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o encoder/= encoder.o encoder/encoder.c In file included from common/common.h:104, from encoder/encoder.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o encoder/= eval.o encoder/eval.c cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/i= 386/mc-c.o common/i386/mc-c.c In file included from common/common.h:104, from common/i386/mc-c.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o common/i= 386/predict-c.o common/i386/predict-c.c In file included from common/common.h:104, from common/i386/predict-c.c:24: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h common/i386/predict-c.c: In function `predict_8x8_vr_mmxext': common/i386/predict-c.c:430: warning: unused variable `l7' nasm -O2 -f elf -Icommon/i386/ -o common/i386/dct-a.o common/i386/dct-a.asm nasm -O2 -f elf -Icommon/i386/ -o common/i386/cpu-a.o common/i386/cpu-a.asm nasm -O2 -f elf -Icommon/i386/ -o common/i386/pixel-a.o common/i386/pixel-a= .asm nasm -O2 -f elf -Icommon/i386/ -o common/i386/mc-a.o common/i386/mc-a.asm nasm -O2 -f elf -Icommon/i386/ -o common/i386/mc-a2.o common/i386/mc-a2.asm nasm -O2 -f elf -Icommon/i386/ -o common/i386/predict-a.o common/i386/predi= ct-a.asm nasm -O2 -f elf -Icommon/i386/ -o common/i386/pixel-sse2.o common/i386/pixe= l-sse2.asm nasm -O2 -f elf -Icommon/i386/ -o common/i386/quant-a.o common/i386/quant-a= .asm nasm -O2 -f elf -Icommon/i386/ -o common/i386/deblock-a.o common/i386/deblo= ck-a.asm cc -shared -o libx264.so.50 common/mc.o common/predict.o common/pixel.o com= mon/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o co= mmon/common.o common/mdate.o common/csp.o common/set.o common/quant.o encod= er/analyse.o encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macro= block.o encoder/cabac.o encoder/cavlc.o encoder/encoder.o encoder/eval.o co= mmon/i386/mc-c.o common/i386/predict-c.o common/i386/dct-a.o common/i386/cp= u-a.o common/i386/pixel-a.o common/i386/mc-a.o common/i386/mc-a2.o common/i= 386/predict-a.o common/i386/pixel-sse2.o common/i386/quant-a.o common/i386/= deblock-a.o -Wl,-soname,libx264.so.50 -lm -L/usr/local/lib -lgnugetopt -L/= usr/local/lib -L/usr/X11R6/lib -pthread -s cc -O4 -ffast-math -Wall -I. -D__X264__ -DHAVE_MMXEXT -DHAVE_SSE2 -DARCH_X8= 6 -DSYS_FREEBSD -I/usr/local/include -O -pipe -fPIC -I/usr/local/include -= I/usr/X11R6/include -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o muxers.o= muxers.c In file included from common/common.h:104, from muxers.c:28: x264.h:32: warning: #warning You must include stdint.h or inttypes.h before= x264.h ar rc libx264.a common/mc.o common/predict.o common/pixel.o common/macroblo= ck.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.= o common/mdate.o common/csp.o common/set.o common/quant.o encoder/analyse.o= encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macroblock.o enco= der/cabac.o encoder/cavlc.o encoder/encoder.o encoder/eval.o common/i386/mc= -c.o common/i386/predict-c.o common/i386/dct-a.o common/i386/cpu-a.o common= /i386/pixel-a.o common/i386/mc-a.o common/i386/mc-a2.o common/i386/predict-= a.o common/i386/pixel-sse2.o common/i386/quant-a.o common/i386/deblock-a.o ranlib libx264.a gmake -C gtk gmake[1]: Entering directory `/work/a/ports/multimedia/x264/work/x264-snaps= hot-20060926-2245/gtk' C: ./x264_gtk_bitrate.c In file included from x264_gtk_bitrate.c:9: =2E./x264.h:32: warning: #warning You must include stdint.h or inttypes.h b= efore x264.h C: ./x264_gtk_cqm.c In file included from x264_gtk_cqm.c:9: =2E./x264.h:32: warning: #warning You must include stdint.h or inttypes.h b= efore x264.h C: ./x264_gtk_mb.c C: ./x264_gtk_more.c C: ./x264_gtk_rc.c C: ./x264_gtk.c In file included from x264_gtk.c:17: =2E./x264.h:32: warning: #warning You must include stdint.h or inttypes.h b= efore x264.h L: libx264gtk.a L: libx264gtk.so.50 C: ./x264_gtk_encode_encode.c In file included from x264_gtk_encode_encode.c:10: =2E./x264.h:32: warning: #warning You must include stdint.h or inttypes.h b= efore x264.h C: ./x264_gtk_encode_status_window.c In file included from x264_gtk_encode_status_window.c:9: =2E./x264.h:32: warning: #warning You must include stdint.h or inttypes.h b= efore x264.h C: ./x264_gtk_encode_main_window.c In file included from x264_gtk_encode_main_window.c:17: =2E./x264.h:32: warning: #warning You must include stdint.h or inttypes.h b= efore x264.h C: ./x264_gtk_encode.c C: ../matroska.c B: x264_gtk_encode =2E./libx264.a(ratecontrol.o): In function `get_qscale': ratecontrol.o(.text+0x2683): undefined reference to `isfinite' gmake[1]: *** [x264_gtk_encode] Error 1 gmake[1]: Leaving directory `/work/a/ports/multimedia/x264/work/x264-snapsh= ot-20060926-2245/gtk' gmake: *** [libx264gtk.a] Error 2 *** Error code 2 Stop in /a/ports/multimedia/x264. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/multimedia/x264 ended at Sat Oct 7 01:32:25 GMT 2006 ----- End forwarded message ----- --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFJwTkWry0BWjoQKURAvPhAJ46WdTRN/J62Sf2360JmyPqMjxpfACgtQE6 zozffoHDE5ZEnEIr/3plXx8= =tXE6 -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 06:36:29 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB06016A416 for ; Sat, 7 Oct 2006 06:36:29 +0000 (UTC) (envelope-from redchin@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C75043D49 for ; Sat, 7 Oct 2006 06:36:29 +0000 (GMT) (envelope-from redchin@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1415400pye for ; Fri, 06 Oct 2006 23:36:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=sFqU2O5QWuTcyhX5EoNd16F5dvil8StWbAvlR3FRF81hS1PYpak7ZGweViK5lZwd2h25b+nC/7f2HOOIBFKQIeJ/fOsjg0mezpGDRIM1uUPGIF42Sy9ppRWgXBXDEy7I4MhSKyiEetCM75D5dpm+BHhUQuNfodG7KyqDk7rDGdI= Received: by 10.65.236.18 with SMTP id n18mr5539539qbr; Fri, 06 Oct 2006 23:36:28 -0700 (PDT) Received: by 10.64.112.7 with HTTP; Fri, 6 Oct 2006 23:36:28 -0700 (PDT) Message-ID: <1d3ed48c0610062336m35751301jbb6d464c74cc7423@mail.gmail.com> Date: Fri, 6 Oct 2006 23:36:28 -0700 From: "Kevin Downey" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pwcbsd and Logitech Quickcam Chat X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 06:36:29 -0000 this webcam looks like it is supported by the linux spca5xx driver. When I plug it in I get: Oct 6 23:21:32 prospero kernel: ugen0: vendor 0x046d Camera, rev 1.10/0.00, addr 2 and no /dev/video0. Am I wasting my time? Is this not going to work? I am hoping that all I need to do is add some vendor or device ID to a header somewhere. I am digging around in the source but way over my head (I am pretty short). Should I just return this or is there hope? -- luctor et emergo From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 09:15:00 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B5E516A403 for ; Sat, 7 Oct 2006 09:15:00 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CAC243D45 for ; Sat, 7 Oct 2006 09:15:00 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J6R0025ZDOMMWA0@osl1smout1.broadpark.no> for freebsd-multimedia@freebsd.org; Sat, 07 Oct 2006 11:14:46 +0200 (CEST) Received: from kg-work.kg4.no ([80.203.21.224]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0J6R00BK6DOMXR50@osl1sminn1.broadpark.no> for freebsd-multimedia@freebsd.org; Sat, 07 Oct 2006 11:14:46 +0200 (CEST) Date: Sat, 07 Oct 2006 11:14:45 +0200 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH In-reply-to: <1d3ed48c0610062336m35751301jbb6d464c74cc7423@mail.gmail.com> To: freebsd-multimedia@freebsd.org Message-id: <20061007111445.d6e72eba.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.8.20; i386-portbld-freebsd5.5) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <1d3ed48c0610062336m35751301jbb6d464c74cc7423@mail.gmail.com> Subject: Re: pwcbsd and Logitech Quickcam Chat X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 09:15:00 -0000 On Fri, 06 Oct 2006 23:36:28 -0700 Kevin Downey wrote: > this webcam looks like it is supported by the linux spca5xx driver. > When I plug it in I get: > > Oct 6 23:21:32 prospero kernel: ugen0: vendor 0x046d Camera, rev > 1.10/0.00, addr 2 > > and no /dev/video0. Am I wasting my time? Is this not going to work? Does it work with the spca5xx port? -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 18:29:34 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82ECA16A4EC; Sat, 7 Oct 2006 18:29:34 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E24A43D55; Sat, 7 Oct 2006 18:29:34 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97ITXwA091006; Sat, 7 Oct 2006 18:29:33 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97ITWbH091002; Sat, 7 Oct 2006 18:29:32 GMT (envelope-from netchild) Date: Sat, 7 Oct 2006 18:29:32 GMT From: Alexander Leidinger Message-Id: <200610071829.k97ITWbH091002@freefall.freebsd.org> To: s_linux@voliacable.com, netchild@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/99920: [snd_ich] Not support integrated audio on ICH7R chip (P5WD2 motherboard). X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 18:29:34 -0000 Synopsis: [snd_ich] Not support integrated audio on ICH7R chip (P5WD2 motherboard). State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sat Oct 7 18:29:18 UTC 2006 State-Changed-Why: Support for High Definition Audio (HDA) is committed to -current. A driver for 6.1 is available too, see http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-October/004908.html for more. Please test and report back if it works for you. It would be great if your report would look like: ---snip--- Success ------- Hardware/chipset: Compaq Presario V3000 series http://h10025.www1.hp.com/ewfrf/wc/product?product=3190957&lc=en&cc=us&dlc=en&lang=en&cc=us Playback: Works flawlessly Recording: Works flawlessly Specific Issues: None. It works out of the box, including analog CD. Special request: None. Verbose dmesg: pcm0: mem 0xc0000000-0xc0003fff irq 10 at device 16.1 on pci0 pcm0: pcm0: (optional, you don't have to include those boring and uneventfull kernel noises since the driver already works for you) Failure ------- Hardware/chipset: Karipap series http://www.karipap.com/ Playback: NONE! Recording: NONE! Specific Issues: I would rather amaze if this works since it is a food to begin with. Special request: I can donate this to you, but even so, you can buy it at the nearest food stall for an RM 0.50 Verbose dmesg: (please put your _verbose_ dmesg here) ---snip--- http://www.freebsd.org/cgi/query-pr.cgi?pr=99920 From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 18:31:32 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ABEC16A4C2; Sat, 7 Oct 2006 18:31:32 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB26643D5E; Sat, 7 Oct 2006 18:31:31 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97IVVpm092957; Sat, 7 Oct 2006 18:31:31 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97IVUFa092910; Sat, 7 Oct 2006 18:31:30 GMT (envelope-from netchild) Date: Sat, 7 Oct 2006 18:31:30 GMT From: Alexander Leidinger Message-Id: <200610071831.k97IVUFa092910@freefall.freebsd.org> To: yury@black.cat.kazan.su, netchild@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/25386: [sound] Incorrect mixer registers (line & synth) in newpcm driver for CS4232 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 18:31:32 -0000 Synopsis: [sound] Incorrect mixer registers (line & synth) in newpcm driver for CS4232 State-Changed-From-To: feedback->closed State-Changed-By: netchild State-Changed-When: Sat Oct 7 18:31:04 UTC 2006 State-Changed-Why: No feedback for over a year. http://www.freebsd.org/cgi/query-pr.cgi?pr=25386 From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 18:32:24 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D3C016A51F; Sat, 7 Oct 2006 18:32:24 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDCE443D49; Sat, 7 Oct 2006 18:32:23 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97IWNXZ093076; Sat, 7 Oct 2006 18:32:23 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97IWNfQ093072; Sat, 7 Oct 2006 18:32:23 GMT (envelope-from netchild) Date: Sat, 7 Oct 2006 18:32:23 GMT From: Alexander Leidinger Message-Id: <200610071832.k97IWNfQ093072@freefall.freebsd.org> To: travek@mail.ru, netchild@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/66642: [sound] pcm0: play: 0: play interrupt timeout, channel dead X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 18:32:24 -0000 Synopsis: [sound] pcm0: play: 0: play interrupt timeout, channel dead State-Changed-From-To: feedback->closed State-Changed-By: netchild State-Changed-When: Sat Oct 7 18:32:16 UTC 2006 State-Changed-Why: No feedback since 10 months. http://www.freebsd.org/cgi/query-pr.cgi?pr=66642 From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 18:33:17 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4970B16A7FD; Sat, 7 Oct 2006 18:33:17 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F067C43D49; Sat, 7 Oct 2006 18:33:16 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97IXGs3093326; Sat, 7 Oct 2006 18:33:16 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97IXGCk093318; Sat, 7 Oct 2006 18:33:16 GMT (envelope-from netchild) Date: Sat, 7 Oct 2006 18:33:16 GMT From: Alexander Leidinger Message-Id: <200610071833.k97IXGCk093318@freefall.freebsd.org> To: mkb@mukappabeta.de, netchild@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/72218: [sound] audio recording broken with emu10k1 on 5.3-beta6 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 18:33:17 -0000 Synopsis: [sound] audio recording broken with emu10k1 on 5.3-beta6 State-Changed-From-To: feedback->closed State-Changed-By: netchild State-Changed-When: Sat Oct 7 18:33:07 UTC 2006 State-Changed-Why: No feedback since 10 months. http://www.freebsd.org/cgi/query-pr.cgi?pr=72218 From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 18:34:31 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6463316A66E; Sat, 7 Oct 2006 18:34:31 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB6643D45; Sat, 7 Oct 2006 18:34:31 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97IYVDi093676; Sat, 7 Oct 2006 18:34:31 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97IYU5f093672; Sat, 7 Oct 2006 18:34:30 GMT (envelope-from netchild) Date: Sat, 7 Oct 2006 18:34:30 GMT From: Alexander Leidinger Message-Id: <200610071834.k97IYU5f093672@freefall.freebsd.org> To: unix@dominique-werner.com, netchild@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/84311: [sound] 82801FB/FR/FW/FRW Intel High Definition Audio not detected in FreeBSD up to 7-current X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 18:34:31 -0000 Synopsis: [sound] 82801FB/FR/FW/FRW Intel High Definition Audio not detected in FreeBSD up to 7-current State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sat Oct 7 18:34:13 UTC 2006 State-Changed-Why: Support for High Definition Audio (HDA) is committed to -current. A driver for 6.1 is available too, see http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-October/004908.html for more. Please test and report back if it works for you. It would be great if your report would look like: ---snip--- Success ------- Hardware/chipset: Compaq Presario V3000 series http://h10025.www1.hp.com/ewfrf/wc/product?product=3190957&lc=en&cc=us&dlc=en&lang=en&cc=us Playback: Works flawlessly Recording: Works flawlessly Specific Issues: None. It works out of the box, including analog CD. Special request: None. Verbose dmesg: pcm0: mem 0xc0000000-0xc0003fff irq 10 at device 16.1 on pci0 pcm0: pcm0: (optional, you don't have to include those boring and uneventfull kernel noises since the driver already works for you) Failure ------- Hardware/chipset: Karipap series http://www.karipap.com/ Playback: NONE! Recording: NONE! Specific Issues: I would rather amaze if this works since it is a food to begin with. Special request: I can donate this to you, but even so, you can buy it at the nearest food stall for an RM 0.50 Verbose dmesg: (please put your _verbose_ dmesg here) ---snip--- http://www.freebsd.org/cgi/query-pr.cgi?pr=84311 From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 18:36:25 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 703D116A415; Sat, 7 Oct 2006 18:36:25 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0184243D46; Sat, 7 Oct 2006 18:36:24 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97IaOC7093814; Sat, 7 Oct 2006 18:36:24 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97IaOU7093810; Sat, 7 Oct 2006 18:36:24 GMT (envelope-from netchild) Date: Sat, 7 Oct 2006 18:36:24 GMT From: Alexander Leidinger Message-Id: <200610071836.k97IaOU7093810@freefall.freebsd.org> To: hnaz@buetow.org, netchild@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/84507: [sound] fm801: Not every card supports variable rate X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 18:36:25 -0000 Synopsis: [sound] fm801: Not every card supports variable rate State-Changed-From-To: feedback->closed State-Changed-By: netchild State-Changed-When: Sat Oct 7 18:36:16 UTC 2006 State-Changed-Why: No feedback since 9 months. http://www.freebsd.org/cgi/query-pr.cgi?pr=84507 From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 18:37:21 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45F6E16A415; Sat, 7 Oct 2006 18:37:21 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D6343D55; Sat, 7 Oct 2006 18:37:20 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97IbKNo094377; Sat, 7 Oct 2006 18:37:20 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97IbKrK094373; Sat, 7 Oct 2006 18:37:20 GMT (envelope-from netchild) Date: Sat, 7 Oct 2006 18:37:20 GMT From: Alexander Leidinger Message-Id: <200610071837.k97IbKrK094373@freefall.freebsd.org> To: drvince@anonymnet.net, netchild@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/85964: [sound] Can't play 24 bit audio (Audigy 2 and others) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 18:37:21 -0000 Synopsis: [sound] Can't play 24 bit audio (Audigy 2 and others) State-Changed-From-To: feedback->closed State-Changed-By: netchild State-Changed-When: Sat Oct 7 18:37:07 UTC 2006 State-Changed-Why: No feedback since 9 months. http://www.freebsd.org/cgi/query-pr.cgi?pr=85964 From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 18:41:40 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDBE216A4C8; Sat, 7 Oct 2006 18:41:40 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 954BA43D46; Sat, 7 Oct 2006 18:41:40 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97Ifeji095092; Sat, 7 Oct 2006 18:41:40 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97IfeT8095088; Sat, 7 Oct 2006 18:41:40 GMT (envelope-from netchild) Date: Sat, 7 Oct 2006 18:41:40 GMT From: Alexander Leidinger Message-Id: <200610071841.k97IfeT8095088@freefall.freebsd.org> To: zweideutig@gmail.com, netchild@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/92557: [sound] Contrary to 6.0 release notes, snd_csa does not support suspend/report. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 18:41:40 -0000 Synopsis: [sound] Contrary to 6.0 release notes, snd_csa does not support suspend/report. State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sat Oct 7 18:40:43 UTC 2006 State-Changed-Why: The feedback was requested 9 months ago. This would be enough to trigger a close, but set it to feedback first and wait a little bit before closing it because of no feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=92557 From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 18:46:35 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE46A16A47C; Sat, 7 Oct 2006 18:46:35 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D66B43D69; Sat, 7 Oct 2006 18:46:33 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97IkXjK095512; Sat, 7 Oct 2006 18:46:33 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97IkWPx095508; Sat, 7 Oct 2006 18:46:32 GMT (envelope-from netchild) Date: Sat, 7 Oct 2006 18:46:32 GMT From: Alexander Leidinger Message-Id: <200610071846.k97IkWPx095508@freefall.freebsd.org> To: yz@yz.kiev.ua, netchild@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/99639: [sound] FreeBSD 4.11 hangs while trying to play sound on ICH4 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 18:46:36 -0000 Synopsis: [sound] FreeBSD 4.11 hangs while trying to play sound on ICH4 State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sat Oct 7 18:44:25 UTC 2006 State-Changed-Why: 6.x and later will see improvements to the sound system. Everything else, specially 4.x will not see new releases and as such are not subject for further development. http://www.freebsd.org/cgi/query-pr.cgi?pr=99639 From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 20:51:26 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7A1716A407 for ; Sat, 7 Oct 2006 20:51:26 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0406543D4C for ; Sat, 7 Oct 2006 20:51:25 +0000 (GMT) (envelope-from amistry@am-productions.biz) Received: from [192.168.1.100] (cpe-24-210-75-119.columbus.res.rr.com [24.210.75.119]) (authenticated bits=0) by mail.united-ware.com (8.13.6/8.13.6) with ESMTP id k97L7CO2055375 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Oct 2006 17:07:20 -0400 (EDT) (envelope-from amistry@am-productions.biz) From: Anish Mistry Organization: AM Productions To: freebsd-multimedia@freebsd.org, Marian Cerny Date: Sat, 7 Oct 2006 16:52:02 -0400 User-Agent: KMail/1.9.1 References: <200511211530.jALFUOFL035354@freefall.freebsd.org> In-Reply-To: <200511211530.jALFUOFL035354@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3228776.2gXA32Z5Ny"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200610071652.16259.amistry@am-productions.biz> X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_05,MYFREEBSD2, RCVD_IN_NJABL_DUL,SPF_SOFTFAIL autolearn=no version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88.4/2005/Sat Oct 7 07:12:50 2006 on mail.united-ware.com X-Virus-Status: Clean Cc: Subject: Re: kern/87782: [sound] snd_t4dwave and pcm0:record:0: record interrupt timeout, channel dead X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 20:51:26 -0000 --nextPart3228776.2gXA32Z5Ny Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 21 November 2005 10:30, Marian Cerny wrote: > The following reply was made to PR kern/87782; it has been noted by > GNATS. > > From: Marian Cerny > To: bug-followup@FreeBSD.org, freebsd@fadesa.es > Cc: > Subject: Re: kern/87782: [sound] snd_t4dwave and pcm0:record:0: > record interrupt timeout, channel dead Date: Mon, 21 Nov 2005 > 16:29:00 +0100 > > I have the same problem on FreeBSD 5.4-RELEASE-p1. > > # dmesg | grep pcm > pcm0: port 0x8400-0x84ff mem > 0xf0011000-0xf0011fff irq 5 at device 8.0 on pci0 pcm0: Devices AD1886A AC97 Codec> > pcm0:record:0: record interrupt timeout, channel dead pcm0: port 0x1000-0x10ff mem 0xfc101000-0xfc101fff=20 irq 9 at device 4.0 on pci0 pcm0: pcm0: at io 0x1000 irq 9 kld snd_t4dwave (4p/1r/1v=20 channels duplex default) I'm still seeing this with -CURRENT. I can give access to someone if=20 they need access. =2D-=20 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --nextPart3228776.2gXA32Z5Ny Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBFKBOAxqA5ziudZT0RAhIqAKC0gjhkETpiZUzqcqL1fMgWn1FmgACfTz3W bcUVnBxnYRuvaqAFHYVLxd0= =ui5G -----END PGP SIGNATURE----- --nextPart3228776.2gXA32Z5Ny-- From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 7 21:00:47 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A30EA16A40F for ; Sat, 7 Oct 2006 21:00:47 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDB843D73 for ; Sat, 7 Oct 2006 21:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97L0k99010698 for ; Sat, 7 Oct 2006 21:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97L0kqZ010696; Sat, 7 Oct 2006 21:00:46 GMT (envelope-from gnats) Date: Sat, 7 Oct 2006 21:00:46 GMT Message-Id: <200610072100.k97L0kqZ010696@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Anish Mistry Cc: Subject: Re: kern/54705: [sound] codec timeout during read of register 26 with snd_t4dwave.ko X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anish Mistry List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 21:00:47 -0000 The following reply was made to PR kern/54705; it has been noted by GNATS. From: Anish Mistry To: bug-followup@freebsd.org, lukas@razik.de Cc: Subject: Re: kern/54705: [sound] codec timeout during read of register 26 with snd_t4dwave.ko Date: Sat, 7 Oct 2006 16:52:28 -0400 --nextPart2539813.rnYQoRKptc Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'm still seeing this with -CURRENT. I can give access to someone if=20 they need access. I can reliably reproduce this by rebooting from=20 Windows 2000 into FreeBSD. =2D-=20 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --nextPart2539813.rnYQoRKptc Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBFKBONxqA5ziudZT0RAsriAJ4remXCKXz5VVO5nyzh09g5kY8h4wCgw/+A vZdFQMdVXdb+D80yYVl41nE= =HWWG -----END PGP SIGNATURE----- --nextPart2539813.rnYQoRKptc--