From mav at FreeBSD.org Sat Nov 1 01:17:50 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Sat Nov 1 01:17:56 2008 Subject: problem with sound volume on pcbsd using snd_hda In-Reply-To: <1225416183.00030893.1225404003@10.7.7.3> References: <1225416183.00030893.1225404003@10.7.7.3> Message-ID: <490C10A8.8050803@FreeBSD.org> Igor Ralets wrote: > After installation of PCBSD-7.0.1 on amd64 box sound card didn't work. > Hardware compatibility list suggested snd_hda driver for ATI SB600 card > bundled with Asus M2A-MX mobo. Loading it with kldload helped with getting > sound, but volume was very low and couldn't be adjusted by any means. > Neither mixer(8) nor different players could do the trick. ATI SB600 - is a HDA bus controller. It's support is important to make sound work, but audio codec support is no less important. It is codec who actually manages all sound stuff. You can see it in "". You may want to try latest snd_hda driver from -CURRENT. It is source code compatible. Codecs support is much improved there. -- Alexander Motin From tingox at gmail.com Sat Nov 1 03:11:42 2008 From: tingox at gmail.com (Torfinn Ingolfsen) Date: Sat Nov 1 03:11:49 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <490B64FC.60608@FreeBSD.org> References: <490B64FC.60608@FreeBSD.org> Message-ID: Hello, I have two machines which run MythTV (the old 0.20 version), on test and one production. Both run the amd64 version of FreeBSD. The tet macine is currently busy, so I just tried to install the new mythtv port on anoth tet machine, which runs FreeBSD 7.0-stable / amd64: tingo@kg-vm$ uname -a FreeBSD kg-vm.kg4.no 7.0-STABLE FreeBSD 7.0-STABLE #12: Wed Aug 13 13:28:56 CEST 2008 root@kg-vm.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 On Fri, Oct 31, 2008 at 9:05 PM, Greg Larkin wrote: > Is anyone out there willing to test out the port upgrade? I have a Sure, I am a MythTV user, so I'll test the new port. currently my MythTV test machine is busy updating the other ports, but in the mean time I tried your port on this machine (even if it doesn't have an TV tuner cards): tingo@kg-vm$ uname -a FreeBSD kg-vm.kg4.no 7.0-STABLE FreeBSD 7.0-STABLE #12: Wed Aug 13 13:28:56 CEST 2008 root@kg-vm.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 > Bug reports, port improvements and all feedback are welcome. I've also > adopted the port and hope to incorporate any suggestions sent my way. I changed the Makefile so that amd64 also is allowed, the I tried 'make': root@kg-vm# make ===> Building for mythtv-0.21 cd libs && make -f Makefile cd libavutil && make -f Makefile cd libavcodec && make -f Makefile gcc -c -pipe -march=k8 -fomit-frame-pointer -O3 -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -g -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o allcodecs.o allcodecs.c allcodecs.c: In function 'avcodec_register_all': allcodecs.c:119: error: 'ENABLE_MSZH_DECODER' undeclared (first use in this function) allcodecs.c:119: error: (Each undeclared identifier is reported only once allcodecs.c:119: error: for each function it appears in.) allcodecs.c:133: error: 'ENABLE_RPZA_DECODER' undeclared (first use in this function) allcodecs.c:171: error: 'ENABLE_ZLIB_ENCODER' undeclared (first use in this function) allcodecs.c:171: error: 'ENABLE_ZLIB_DECODER' undeclared (first use in this function) allcodecs.c:172: error: 'ENABLE_ZMBV_ENCODER' undeclared (first use in this function) allcodecs.c:172: error: 'ENABLE_ZMBV_DECODER' undeclared (first use in this function) allcodecs.c:228: error: 'ENABLE_PCM_ZORK_ENCODER' undeclared (first use in this function) allcodecs.c:228: error: 'ENABLE_PCM_ZORK_DECODER' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21/libs/libavcodec. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21/libs. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. HTH -- Regards, Torfinn Ingolfsen From craig001 at lerwick.hopto.org Sat Nov 1 04:13:32 2008 From: craig001 at lerwick.hopto.org (Craig Butler) Date: Sat Nov 1 04:13:44 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <490B64FC.60608@FreeBSD.org> References: <490B64FC.60608@FreeBSD.org> Message-ID: <1225537327.6398.12.camel@main.lerwick.hopto.org> On Fri, 2008-10-31 at 16:05 -0400, Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello everyone, > > I've been working on PR 126343 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343) to get MythTV > upgraded to 0.21 on FreeBSD. > > At the moment, I have a port that compiles cleanly, installs, starts up > the frontend and deinstalls correctly on 7.0. Of course, whether it > will actually record TV, playback, etc. is another matter altogether. :) > > Is anyone out there willing to test out the port upgrade? I have a > mini-ITX PC here that could be set up for testing, but I need to get a > capture card first, unless MythTV will work with a USB capture dongle. > > In the mean time, I've placed the ports tree patch here: > > http://people.freebsd.org/~glarkin/diffs/mythtv-0.21.diff > > If you're game, download it, cd to the top of your ports tree and run: > > patch -E < /patch/download/dir/mythtv-0.21.diff > > You should then remove the *.orig files in the multimedia/mythtv/files > directory. > > Bug reports, port improvements and all feedback are welcome. I've also > adopted the port and hope to incorporate any suggestions sent my way. > > Thank you, > Greg > - -- > Greg Larkin > > http://www.FreeBSD.org/ - The Power To Serve > http://www.sourcehosting.net/ - Ready. Set. Code. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJC2T80sRouByUApARAjdnAKCXu7H+DYfVQUvGC8SNcZaCJxxFxQCgqM/Q > yMQrVcbvgkLUgS8zK7NBcWc= > =6+da > -----END PGP SIGNATURE----- > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Greg, I can test out the mythfrontend for you, my backend is a Linux box running mythbackend with a dual dvb recorders.... I have applied your patch and tried a build -- it failed, I got a different build error than Torfinn; cd libmythfreesurround && make -f Makefile cd libmythupnp && make -f Makefile sh -c "echo 'const char *myth_source_version =' '\"'`(svnversion /usr/ports/multimedia/mythtv/work/mythtv-0.21 2>/dev/null) || echo Unknown`'\";' > .vers.new" ; sh -c "echo 'const char *myth_source_path =' '\"'`echo ": http://svn.mythtv.org/svn/tags/release-0-21/mythtv/version.pro " | sed -e 's,.*/svn/,,' -e 's,/mythtv/version\.pro.*,,'`'\";' >> .vers.new" ; sh -c "echo 'const char *myth_binary_version =' '\""0.21.20080304-1"\";' >> .vers.new" ; sh -c "diff .vers.new version.cpp > .vers.diff 2>&1 ; if test -s .vers.diff ; then mv -f .vers.new version.cpp ; fi ; rm -f .vers.new .vers.diff" g++ -c -pipe -march=i586 -fomit-frame-pointer -O3 -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -D__STDC_CONSTANT_MACROS -I/usr/local/include/artsc -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g ++ -I. -I../../../../../../../local/include -I../../../../../../../local/include -I../libmyth -I../.. -I../../../../../../../local/include -I/usr/local/include -o version.o version.cpp rm -f libmythupnp-0.21.so.0.21.0 libmythupnp-0.21.so libmythupnp-0.21.so.0 libmythupnp-0.21.so.0.21 g++ -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib -pthread -shared -Wl,-soname,libmythupnp-0.21.so.0 -o libmythupnp-0.21.so.0.21.0 version.o httprequest.o upnp.o ssdp.o taskqueue.o upnputil.o upnpdevice.o upnptasknotify.o upnptasksearch.o threadpool.o httpserver.o upnpcds.o upnpcdsobjects.o bufferedsocketdevice.o eventing.o upnpcmgr.o upnpmsrr.o upnptaskevent.o ssdpcache.o configuration.o soapclient.o mythxmlclient.o darwin-sendfile.o moc_ssdpcache.o -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -lfreetype -lz -lmp3lame -lartsc -D_THREAD_SAFE -pthread -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv -lXinerama -lXv -lXxf86vm -lXrandr -lqt-mt -lXext -lX11 -lm ln -s libmythupnp-0.21.so.0.21.0 libmythupnp-0.21.so ln -s libmythupnp-0.21.so.0.21.0 libmythupnp-0.21.so.0 ln -s libmythupnp-0.21.so.0.21.0 libmythupnp-0.21.so.0.21 cd libmythui && make -f Makefile cd libmyth && make -f Makefile g++ -c -pipe -march=i586 -fomit-frame-pointer -O3 -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -D__STDC_CONSTANT_MACROS -I/usr/local/include/artsc -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DUSING_OSS -DUSE_ARTS -DUSING_X11 -DUSING_XRANDR -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../../local/include -I../../../../../../../local/include -I../libmythsamplerate -I../libmythsoundtouch -I../libmythfreesurround -I../libavcodec -I../libavutil -I../.. -I.. -I. -I../../../../../../../local/include -I/usr/local/include -o audiooutputbase.o audiooutputbase.cpp In file included from audiooutputdigitalencoder.h:5, from audiooutputbase.cpp:19: ../../../../../../../local/include/libavcodec/avcodec.h:2353: warning: 'ImgReSampleContext' is deprecated (declared at ../../../../../../../local/include/libavcodec/avcodec.h:2347) ../../../../../../../local/include/libavcodec/avcodec.h:2363: warning: 'ImgReSampleContext' is deprecated (declared at ../../../../../../../local/include/libavcodec/avcodec.h:2347) audiooutputbase.cpp: In member function 'virtual void AudioOutputBase::Reconfigure(int, int, int, bool, void*)': audiooutputbase.cpp:360: error: 'codec_id_string' was not declared in this scope *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21/libs/libmyth. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21/libs. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. I am running 7.0-STABLE FreeBSD 7.0-STABLE /GENERIC i386 Keep up the good work it will be nice to use 0.21 now as 0.20 is some what dated... Regards Craig B From craig001 at lerwick.hopto.org Sat Nov 1 05:07:15 2008 From: craig001 at lerwick.hopto.org (Craig Butler) Date: Sat Nov 1 05:07:27 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <1225537327.6398.12.camel@main.lerwick.hopto.org> References: <490B64FC.60608@FreeBSD.org> <1225537327.6398.12.camel@main.lerwick.hopto.org> Message-ID: <1225541231.6398.16.camel@main.lerwick.hopto.org> > ../../../../../../../local/include/libavcodec/avcodec.h:2353: warning: > 'ImgReSampleContext' is deprecated (declared > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > ../../../../../../../local/include/libavcodec/avcodec.h:2363: warning: > 'ImgReSampleContext' is deprecated (declared > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > audiooutputbase.cpp: In member function 'virtual void > AudioOutputBase::Reconfigure(int, int, int, bool, void*)': > audiooutputbase.cpp:360: error: 'codec_id_string' was not declared in > this scope > *** Error code 1 It seems to be referencing /usr/local/include/libavcodec/avcodec.h instead of the one that is in mythtv/work/mythtv*/include. I have copied that file temporarily into /usr/local/include/libavcodec and the build has progressed a bit further.... in fact its still compiling as I type this. Regards Craig B From craig001 at lerwick.hopto.org Sat Nov 1 06:08:53 2008 From: craig001 at lerwick.hopto.org (Craig Butler) Date: Sat Nov 1 06:09:05 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <1225541231.6398.16.camel@main.lerwick.hopto.org> References: <490B64FC.60608@FreeBSD.org> <1225537327.6398.12.camel@main.lerwick.hopto.org> <1225541231.6398.16.camel@main.lerwick.hopto.org> Message-ID: <1225544921.6398.19.camel@main.lerwick.hopto.org> On Sat, 2008-11-01 at 12:07 +0000, Craig Butler wrote: > > ../../../../../../../local/include/libavcodec/avcodec.h:2353: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > ../../../../../../../local/include/libavcodec/avcodec.h:2363: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > audiooutputbase.cpp: In member function 'virtual void > > AudioOutputBase::Reconfigure(int, int, int, bool, void*)': > > audiooutputbase.cpp:360: error: 'codec_id_string' was not declared in > > this scope > > *** Error code 1 > > It seems to be referencing /usr/local/include/libavcodec/avcodec.h > instead of the one that is in mythtv/work/mythtv*/include. I have > copied that file temporarily into /usr/local/include/libavcodec and the > build has progressed a bit further.... in fact its still compiling as I > type this. > > Regards > > Craig B > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Hi Again same problem with avformat..... I have instead temporarily deinstalled ffmpeg (I think that is where the conflict is) make clean make and make install all worked !! YAY Regards Craig B From tingox at gmail.com Sat Nov 1 07:27:14 2008 From: tingox at gmail.com (Torfinn Ingolfsen) Date: Sat Nov 1 07:27:26 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <1225541231.6398.16.camel@main.lerwick.hopto.org> References: <490B64FC.60608@FreeBSD.org> <1225537327.6398.12.camel@main.lerwick.hopto.org> <1225541231.6398.16.camel@main.lerwick.hopto.org> Message-ID: Hi, On Sat, Nov 1, 2008 at 1:07 PM, Craig Butler wrote: > It seems to be referencing /usr/local/include/libavcodec/avcodec.h > instead of the one that is in mythtv/work/mythtv*/include. I have That doesn't sound right. Previously, MythTV used it's own (patched) version of ffmpeg / avutil etc, thats why they are included wih the source. I don't think MythTV will work with the stick ffmpeg. -- Regards, Torfinn Ingolfsen From tingox at gmail.com Sat Nov 1 07:28:43 2008 From: tingox at gmail.com (Torfinn Ingolfsen) Date: Sat Nov 1 07:28:49 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: References: <490B64FC.60608@FreeBSD.org> <1225537327.6398.12.camel@main.lerwick.hopto.org> <1225541231.6398.16.camel@main.lerwick.hopto.org> Message-ID: On Sat, Nov 1, 2008 at 3:27 PM, Torfinn Ingolfsen wrote: > source. I don't think MythTV will work with the stick ffmpeg. ...with the *stock* ffmpeg. Sigh. -- Regards, Torfinn Ingolfsen From tingox at gmail.com Sat Nov 1 07:35:42 2008 From: tingox at gmail.com (Torfinn Ingolfsen) Date: Sat Nov 1 07:35:48 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <1225544921.6398.19.camel@main.lerwick.hopto.org> References: <490B64FC.60608@FreeBSD.org> <1225537327.6398.12.camel@main.lerwick.hopto.org> <1225541231.6398.16.camel@main.lerwick.hopto.org> <1225544921.6398.19.camel@main.lerwick.hopto.org> Message-ID: Hi, On Sat, Nov 1, 2008 at 2:08 PM, Craig Butler wrote: > same problem with avformat..... I have instead temporarily deinstalled > ffmpeg (I think that is where the conflict is) I tried that (temporarily deinstalling ffmpeg), but it doesn't help on my amd64 machine. 'make' still fails: gcc -c -pipe -march=k8 -fomit-frame-pointer -O3 -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -g -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o allcodecs.o allcodecs.c allcodecs.c: In function 'avcodec_register_all': allcodecs.c:119: error: 'ENABLE_MSZH_DECODER' undeclared (first use in this function) allcodecs.c:119: error: (Each undeclared identifier is reported only once allcodecs.c:119: error: for each function it appears in.) allcodecs.c:133: error: 'ENABLE_RPZA_DECODER' undeclared (first use in this function) allcodecs.c:171: error: 'ENABLE_ZLIB_ENCODER' undeclared (first use in this function) allcodecs.c:171: error: 'ENABLE_ZLIB_DECODER' undeclared (first use in this function) allcodecs.c:172: error: 'ENABLE_ZMBV_ENCODER' undeclared (first use in this function) allcodecs.c:172: error: 'ENABLE_ZMBV_DECODER' undeclared (first use in this function) allcodecs.c:228: error: 'ENABLE_PCM_ZORK_ENCODER' undeclared (first use in this function) allcodecs.c:228: error: 'ENABLE_PCM_ZORK_DECODER' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21/libs/libavcodec. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21/libs. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.21. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. I'll try it on a i386 machine next. -- Regards, Torfinn Ingolfsen From eculp at encontacto.net Sat Nov 1 07:48:03 2008 From: eculp at encontacto.net (eculp) Date: Sat Nov 1 07:48:09 2008 Subject: I would like to get my Crystal Eye webcam working on my Acer Aspire laptop. Message-ID: <20081101093905.97904xiiqrvc0w00@econet.encontacto.net> I see the Crystal Eye webcam on most of the acer laptops so I hope that someone has theirs working and would be kind enough to share the method that they used. I am using today's current cvsup, kernel compiled today and ports tree totally up to date. # uname -a FreeBSD ed.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #70: Sat Nov 1 05:52:51 CST 2008 root@ed.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO i386 today's simple dmesg for the crystal eye is: usb1: EHCI version 1.0 usb1: companion controller, 12 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: on usb1 uhub1: 5 ports with 5 removable, self powered ugen0: on uhub1 ohci1: mem 0xd0887000-0xd0887fff irq 23 at device 4.0 on pci0 ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] Glad to do a verbose dmesg if needed. Thanks for any suggestions. ed From craig001 at lerwick.hopto.org Sat Nov 1 08:35:01 2008 From: craig001 at lerwick.hopto.org (Craig Butler) Date: Sat Nov 1 08:35:12 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: References: <490B64FC.60608@FreeBSD.org> <1225537327.6398.12.camel@main.lerwick.hopto.org> <1225541231.6398.16.camel@main.lerwick.hopto.org> <1225544921.6398.19.camel@main.lerwick.hopto.org> Message-ID: <1225553696.19510.6.camel@main.lerwick.hopto.org> > I'll try it on a i386 machine next. Hi Torfinn et all After the deinstall of ffmpeg on my FreeBSD 7 STABLE i386 the mythtv port installed as expected. I am only able to test mythfrontend out which is working great and talking to a fedora mythtv 0.21 backend. I tried watching livetv, watching a recording, interacting with the channel guide, setting up new recordings.... all working. I still get a core dump when I quit mythfrontend but this was also happening with the legacy 0.20 version. I have also reinstalled ffmpeg after installing mythtv and nothing untoward to report so far. Regards Craig B From shoesoft at gmx.net Sat Nov 1 09:21:45 2008 From: shoesoft at gmx.net (Stefan Ehmann) Date: Sat Nov 1 09:21:57 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <1225541231.6398.16.camel@main.lerwick.hopto.org> References: <490B64FC.60608@FreeBSD.org> <1225537327.6398.12.camel@main.lerwick.hopto.org> <1225541231.6398.16.camel@main.lerwick.hopto.org> Message-ID: <200811011721.40513.shoesoft@gmx.net> On Saturday 01 November 2008 13:07:11 Craig Butler wrote: > > ../../../../../../../local/include/libavcodec/avcodec.h:2353: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > ../../../../../../../local/include/libavcodec/avcodec.h:2363: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > audiooutputbase.cpp: In member function 'virtual void > > AudioOutputBase::Reconfigure(int, int, int, bool, void*)': > > audiooutputbase.cpp:360: error: 'codec_id_string' was not declared in > > this scope > > *** Error code 1 > > It seems to be referencing /usr/local/include/libavcodec/avcodec.h > instead of the one that is in mythtv/work/mythtv*/include. I have > copied that file temporarily into /usr/local/include/libavcodec and the > build has progressed a bit further.... in fact its still compiling as I > type this. A fix for this was posted in the "CFT: MythTV Fixes" thread at the end of September. (Just in case anybody missed it) See http://home.bluelife.at/ports/mythtv-cft-240908.tar.gz for the port. This was for the old version but the fix might be still applicable. -- Stefan From shoesoft at gmx.net Sat Nov 1 09:21:45 2008 From: shoesoft at gmx.net (Stefan Ehmann) Date: Sat Nov 1 09:21:57 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <1225541231.6398.16.camel@main.lerwick.hopto.org> References: <490B64FC.60608@FreeBSD.org> <1225537327.6398.12.camel@main.lerwick.hopto.org> <1225541231.6398.16.camel@main.lerwick.hopto.org> Message-ID: <200811011721.40513.shoesoft@gmx.net> On Saturday 01 November 2008 13:07:11 Craig Butler wrote: > > ../../../../../../../local/include/libavcodec/avcodec.h:2353: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > ../../../../../../../local/include/libavcodec/avcodec.h:2363: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > audiooutputbase.cpp: In member function 'virtual void > > AudioOutputBase::Reconfigure(int, int, int, bool, void*)': > > audiooutputbase.cpp:360: error: 'codec_id_string' was not declared in > > this scope > > *** Error code 1 > > It seems to be referencing /usr/local/include/libavcodec/avcodec.h > instead of the one that is in mythtv/work/mythtv*/include. I have > copied that file temporarily into /usr/local/include/libavcodec and the > build has progressed a bit further.... in fact its still compiling as I > type this. A fix for this was posted in the "CFT: MythTV Fixes" thread at the end of September. (Just in case anybody missed it) See http://home.bluelife.at/ports/mythtv-cft-240908.tar.gz for the port. This was for the old version but the fix might be still applicable. -- Stefan From decke at bluelife.at Sat Nov 1 10:01:33 2008 From: decke at bluelife.at (Bernhard Froehlich) Date: Sat Nov 1 10:01:40 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <490B64FC.60608@FreeBSD.org> References: <490B64FC.60608@FreeBSD.org> Message-ID: <20081101171729.366c38f8@chii.bluelife.at> On Fri, 31 Oct 2008 16:05:16 -0400 Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello everyone, > > I've been working on PR 126343 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343) to get > MythTV upgraded to 0.21 on FreeBSD. > > At the moment, I have a port that compiles cleanly, installs, starts > up the frontend and deinstalls correctly on 7.0. Of course, whether > it will actually record TV, playback, etc. is another matter > altogether. :) > > Is anyone out there willing to test out the port upgrade? I have a > mini-ITX PC here that could be set up for testing, but I need to get a > capture card first, unless MythTV will work with a USB capture dongle. > > In the mean time, I've placed the ports tree patch here: > > http://people.freebsd.org/~glarkin/diffs/mythtv-0.21.diff > > If you're game, download it, cd to the top of your ports tree and run: > > patch -E < /patch/download/dir/mythtv-0.21.diff > > You should then remove the *.orig files in the multimedia/mythtv/files > directory. > > Bug reports, port improvements and all feedback are welcome. I've > also adopted the port and hope to incorporate any suggestions sent my > way. Thats great! Have you seen ports/127856 ports/127857 and ports/128419? Because i have looked at your patch and it looks similar to the first PR but judging from the compile problems that got posted to this thread you're actually exactly where i was when writing the patches. PLEASE have a look at them because i see no sense in duplicating that work. When i think about the differences of you patch and ports/127856 i am not sure if there is anything that prevents it from working as a backend too. But i have no DVB-S card that is supported by FreeBSD so i cannot test it and only created a mythtv-frontend port which is actually working quite good for me. Runs perfectly fine with an mythbuntu backend. All that compile problems that were replied to this thread are already fixed as part of ports/127856. The reason is, that mythtv 0.21 uses a weird combination of ".." and "../.." in their include paths and so include libavcodec from /usr/local which is wrong because they have libavcodec included in their mythtv source package. -- Bernhard Froehlich http://www.bluelife.at/ From torfinn.ingolfsen at broadpark.no Sat Nov 1 14:30:26 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Sat Nov 1 14:30:33 2008 Subject: pvr-xxx on 7.0 In-Reply-To: References: <80f4f2b20804080605x4a2e063av4327e8480d0ac9e7@mail.gmail.com> <200804081339.m38DdVWD006894@lava.sentex.ca> <80f4f2b20804080714s437adf26n3890ab01737334ff@mail.gmail.com> <1d3ed48c0804080721s1395a0c9wc72bcc6b9df50037@mail.gmail.com> Message-ID: <20081101213023.df4b4689.torfinn.ingolfsen@broadpark.no> On Fri, 11 Apr 2008 17:05:11 +0200 usleepless@gmail.com wrote: > > the port from http://usleepless.110mb.com/pvrxxx_port.tgz > > automagically downloads all the firmware stuff, but I believe you > > need to run "make makesum" because the distinfo file is out of date. > > the port is updated @ http://usleepless.110mb.com/pvrxxx_port.tgz > > - should build flawless on 7.0 FWIW, it doesn't build under 6.3-stable: cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I../../.. -I. -I@ -I@/contrib/altq -I@/../include -I/usr/include -finline-limit=8000 -fno-common -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm/../../../dev/cxm/cxm_audio.c /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm/../../../dev/cxm/cxm_audio.c: In function `cxm_msp_dpl_write': /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm/../../../dev/cxm/cxm_audio.c:280: warning: passing arg 2 of `iicbus_write' discards qualifiers from pointer target type *** Error code 1 Stop in /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm. *** Error code 1 Stop in /usr/ports/multimedia/pvrxxx/work/modules/cxm. *** Error code 1 Stop in /usr/ports/multimedia/pvrxxx. Tnis is an old 6.3-stable: root@kg-quiet# uname -a FreeBSD kg-quiet.kg4.no 6.3-STABLE FreeBSD 6.3-STABLE #21: Thu Jul 24 05:12:37 CEST 2008 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET amd64 I'll update to latest RELENG_6 and try again. -- Regards, Torfinn Ingolfsen From pei7 at yahoo.com Sat Nov 1 15:14:34 2008 From: pei7 at yahoo.com (Ferry Syafei Sapei) Date: Sat Nov 1 15:14:41 2008 Subject: USB speaker does not output any sound even though recognized Message-ID: <249781.97237.qm@web30607.mail.mud.yahoo.com> I have just installed PC-BSD 7.0.1 on my notebook. Having finished the installation, I deactivated the automatic sound card detection by commenting snddetect_enable="YES" in /etc/rc.conf. Afterwards I added the line snd_uaudio_load="YES" to /boot/loader.conf to output the sound to an external USB speaker. After reboot, I could see clearly in the middle of the initialization phase that PC-BSD recognized my USB speaker. However at the end of the initialization phase, PC-BSD tried to set the value of dev.pcm.0.play.vchans and I saw an error message as follows: sysctl: dev.pcm.0.play.vchans : operation not supported by device. Then I opened an audio file to test the USB speaker and I did not hear any sound at all. Could someone please help me to solve this problem? Below you can find some output from different commands: # dmesg Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.1-PRERELEASE #1: Tue Oct 7 09:17:14 EDT 2008 root@pcbsdx32-7:/usr/obj/pcbsd-build/cvs/7.0.1-src/sys/PCBSD Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (1997.34-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6f6 Stepping = 6 Features=0xbfebfbff Features2=0xe3bd AMD Features=0x20100000 AMD Features2=0x1 Cores per package: 2 real memory = 2145988608 (2046 MB) avail memory = 2081918976 (1985 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.10.5.6 (AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133, RF2425, RF2417) acpi0: on motherboard acpi0: [ITHREAD] Timecounter "HPET" frequency 14318180 Hz quality 900 acpi0: reservation of 0, 9fc00 (3) failed acpi0: reservation of 100000, 7fd93400 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 acpi_acad0: on acpi0 battery0: on acpi0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vgapci0: mem 0xed000000-0xedffffff,0xd0000000-0xdfffffff,0xee000000-0xeeffffff irq 16 at device 0.0 on pci1 nvidia0: on vgapci0 vgapci0: child nvidia0 requested pci_enable_busmaster vgapci0: child nvidia0 requested pci_enable_io nvidia0: [GIANT-LOCKED] nvidia0: [ITHREAD] pci0: at device 27.0 (no driver attached) pcib2: at device 28.0 on pci0 pci11: on pcib2 pcib3: at device 28.1 on pci0 pci12: on pcib3 wpi0: mem 0xecfff000-0xecffffff irq 17 at device 0.0 on pci12 wpi0: Ethernet address: 00:19:d2:d5:ec:3e wpi0: [ITHREAD] pcib4: at device 28.3 on pci0 pci13: on pcib4 uhci0: port 0xbf80-0xbf9f irq 20 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xbf60-0xbf7f irq 21 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xbf40-0xbf5f irq 22 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xbf20-0xbf3f irq 23 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] uhci3: [ITHREAD] usb3: on uhci3 usb3: USB revision 1.0 uhub3: on usb3 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xffa80000-0xffa803ff irq 20 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: on usb4 uhub4: 8 ports with 8 removable, self powered pcib5: at device 30.0 on pci0 pci3: on pcib5 bfe0: mem 0xecbfe000-0xecbfffff irq 17 at device 0.0 on pci3 miibus0: on bfe0 bmtphy0: PHY 1 on miibus0 bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bfe0: Ethernet address: 00:18:8b:c9:d0:71 bfe0: [ITHREAD] fwohci0: <1394 Open Host Controller Interface> mem 0xecbfd800-0xecbfdfff irq 19 at device 1.0 on pci3 fwohci0: [FILTER] fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 39:4f:c0:00:10:ea:ec:50 fwohci0: Phy 1394a available S400, 1 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 3a:4f:c0:ea:ec:50 fwe0: Ethernet address: 3a:4f:c0:ea:ec:50 fwip0: on firewire0 fwip0: Firewire address: 39:4f:c0:00:10:ea:ec:50 @ 0xfffe00000000, S400, maxrec 2048 sbp0: on firewire0 dcons_crom0: on firewire0 dcons_crom0: bus_addr 0x7d928000 fwohci0: Initiate bus reset fwohci0: BUS reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode pci3: at device 1.1 (no driver attached) pci3: at device 1.2 (no driver attached) pci3: at device 1.3 (no driver attached) pci3: at device 1.4 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xbfa0-0xbfaf irq 17 at device 31.2 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] pci0: at device 31.3 (no driver attached) acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64,0x62,0x66 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: flags 0x1000 irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model Generic PS/2 mouse, device ID 0 cpu0: on acpi0 est0: on cpu0 p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 p4tcc1: on cpu1 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff pnpid ORM0000 on isa0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding sio0: [FILTER] sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ums0: on uhub0 ums0: 16 buttons and Z dir. uhid0: on uhub0 ukbd0: on uhub0 kbd2 at ukbd0 uhid1: on uhub0 uhub5: on uhub1 uhub5: 3 ports with 0 removable, bus powered ugen0: on uhub5 ukbd1: on uhub5 kbd3 at ukbd1 ums1: on uhub5 ums1: 3 buttons. uaudio0: on uhub2 uaudio0: audio rev 1.00 pcm0: on uaudio0 uaudio1: on uhub3 uaudio1: audio rev 1.00 pcm1: on uaudio1 uhid2: on uhub3 Timecounters tick every 1.000 msec ipfw2 (+ipv6) initialized, divert enabled, nat loadable, rule-based forwarding firewire0: 1 nodes, maxhop <= 0, cable IRM = 0(me) firewire0: bus manager 0 (me) disabled, default to accept, logging disabled ad0: 95396MB at ata0-master SATA150 acd0: DVDR at ata1-master UDMA33 GEOM_LABEL: Label for provider ad0s1 is ntfs/Win'XP. GEOM_LABEL: Label for provider ad0s2 is msdosfs/ . acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/ad0s3a wpi0: timeout resetting Tx ring 1 wpi0: timeout resetting Tx ring 3 wpi0: timeout resetting Tx ring 4 wpi0: timeout resetting Tx ring 1 wpi0: timeout resetting Tx ring 3 wpi0: timeout resetting Tx ring 4 wpi0: timeout resetting Tx ring 1 wpi0: timeout resetting Tx ring 3 wpi0: timeout resetting Tx ring 4 wpi0: timeout resetting Tx ring 1 wpi0: timeout resetting Tx ring 3 wpi0: timeout resetting Tx ring 4 wpi0: link state changed to UP pid 15638 (npviewer.bin), uid 1001: exited on signal 11 GEOM_LABEL: Label msdosfs/ removed. acd0: WARNING - unknown CMD (0xac) read data overrun 8>0 acd0: WARNING - unknown CMD (0xac) read data overrun 8>0 # usbdevs -v Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 addr 2: low speed, power 98 mA, config 1, USB Receiver(0xc518), Logitech(0x046d), rev 42.04 port 2 addr 3: low speed, power 100 mA, config 1, Natural? Ergonomic Keyboard 4000(0x00db), Microsoft(0x045e), rev 1.73 Controller /dev/usb1: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 addr 2: full speed, self powered, config 1, BCM2045B2(0x4500), Broadcom(0x0a5c), rev 1.00 port 1 addr 3: full speed, self powered, config 1, BCM2045(0x8126), Broadcom Corp(0x413c), rev 1.00 port 2 addr 4: full speed, self powered, config 1, product 0x4502(0x4502), Broadcom Corp(0x0a5c), rev 1.00 port 3 addr 5: full speed, self powered, config 1, product 0x4503(0x4503), Broadcom Corp(0x0a5c), rev 1.00 port 2 powered Controller /dev/usb2: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 addr 2: full speed, power 500 mA, config 1, product 0x08c6(0x08c6), vendor 0x046d(0x046d), rev 80.05 port 2 powered Controller /dev/usb3: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 addr 2: full speed, self powered, config 1, Bose USB Audio(0x1020), Bose Corporation(0x05a7), rev 1.00 Controller /dev/usb4: addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 powered port 3 powered port 4 powered port 5 powered port 6 powered port 7 powered port 8 powered # cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at ? kld snd_uaudio [GIANT] (0p:0v/1r:4v channels default) mode 3:(input) 1ch, 16/16bit, pcm, 16000Hz pcm1: at ? kld snd_uaudio [GIANT] (mixer only) # sysctl hw.snd dev.pcm hw.snd.latency_profile: 1 hw.snd.latency: 5 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.feeder_buffersize: 16384 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.verbose: 1 hw.snd.maxautovchans: 16 hw.snd.default_unit: 0 hw.snd.version: 2007061600/i386 hw.snd.default_auto: 0 dev.pcm.0.%desc: USB Audio dev.pcm.0.%driver: pcm dev.pcm.0.%parent: uaudio0 dev.pcm.0.rec.vchans: 4 dev.pcm.0.rec.vchanrate: 16000 dev.pcm.0.rec.vchanformat: s16le dev.pcm.0.buffersize: 16384 dev.pcm.1.%desc: USB Audio dev.pcm.1.%driver: pcm dev.pcm.1.%parent: uaudio1 dev.pcm.1.buffersize: 16384 From torfinn.ingolfsen at broadpark.no Sat Nov 1 16:50:41 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Sat Nov 1 16:50:48 2008 Subject: pvr-xxx on 7.0 In-Reply-To: <20081101213023.df4b4689.torfinn.ingolfsen@broadpark.no> References: <80f4f2b20804080605x4a2e063av4327e8480d0ac9e7@mail.gmail.com> <200804081339.m38DdVWD006894@lava.sentex.ca> <80f4f2b20804080714s437adf26n3890ab01737334ff@mail.gmail.com> <1d3ed48c0804080721s1395a0c9wc72bcc6b9df50037@mail.gmail.com> <20081101213023.df4b4689.torfinn.ingolfsen@broadpark.no> Message-ID: <20081102005037.c09201b9.torfinn.ingolfsen@broadpark.no> On Sat, 01 Nov 2008 21:30:23 +0100 Torfinn Ingolfsen wrote: > I'll update to latest RELENG_6 and try again. Ok, no I am running: root@kg-quiet# uname -a FreeBSD kg-quiet.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #22: Sat Nov 1 23:50:15 CET 2008 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET amd64 And the build still breaks: cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I../../.. -I. -I@ -I@/contrib/altq -I@/../include -I/usr/include -finline-limit=8000 -fno-common -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm/../../../dev/cxm/cxm_audio.c /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm/../../../dev/cxm/cxm_audio.c: In function `cxm_msp_dpl_write': /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm/../../../dev/cxm/cxm_audio.c:280: warning: passing arg 2 of `iicbus_write' discards qualifiers from pointer target type *** Error code 1 Stop in /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm. *** Error code 1 Stop in /usr/ports/multimedia/pvrxxx/work/modules/cxm. *** Error code 1 Stop in /usr/ports/multimedia/pvrxxx. -- Regards, Torfinn Ingolfsen From torfinn.ingolfsen at broadpark.no Sat Nov 1 17:23:43 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Sat Nov 1 17:25:03 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20080924214956.6936e491@chii.bluelife.at> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> Message-ID: <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> On Wed, 24 Sep 2008 21:49:56 +0200 Bernhard Froehlich wrote: > http://home.bluelife.at/ports/mythtv-cft-240908.tar.gz Ok, I finally got time to test this. Test done on a machine running: tingo@kg-quiet$ uname -a FreeBSD kg-quiet.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #22: Sat Nov 1 23:50:15 CET 2008 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET amd64 This machine has a TV card (PVR-350) but the pvrxxx driver isn't working just now, so I can't test TV reception. First, I tried building mythtv-frontend: cc -c -pipe -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o h264.o h264.c {standard input}: Assembler messages: {standard input}:7198: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:7211: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:7213: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:7219: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:7225: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:7228: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:20854: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:20867: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:20869: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:20875: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:20881: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:20884: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:20904: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:20917: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:20919: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:20925: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:20931: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:20934: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:20952: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:20965: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:20967: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:20973: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:20979: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:20982: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21000: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21013: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21015: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21021: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21027: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21030: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21361: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21374: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21376: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21382: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21388: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21391: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21412: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21425: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21427: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21433: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21439: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21442: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21463: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21476: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21478: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21484: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21490: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21493: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21533: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21546: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21548: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21554: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21560: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21563: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21584: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21597: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21599: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21605: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21611: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21614: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21634: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21647: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21649: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21655: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21661: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21664: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21693: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21706: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21708: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21714: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21720: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21723: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21742: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21755: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21757: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21763: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21769: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21772: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21791: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21804: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21806: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21812: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21818: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21821: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21842: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21855: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21857: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21863: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21869: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21872: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21890: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21903: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21905: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21911: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21917: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21920: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21999: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22012: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22014: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22020: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22026: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22029: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22137: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22150: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22152: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22158: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22164: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22167: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22193: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22206: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22208: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22214: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22220: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22223: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22613: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22626: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22628: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22634: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22640: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22643: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22722: Error: `ff_h264_lps_range(%edx,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22735: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22737: Error: `ff_h264_mlps_state+128(%edx)' is not a valid 64 bit base/index expression {standard input}:22743: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22749: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22752: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22763: Error: `ff_h264_lps_range(%edx,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22776: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22778: Error: `ff_h264_mlps_state+128(%edx)' is not a valid 64 bit base/index expression {standard input}:22784: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22790: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22793: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22801: Error: suffix or operands invalid for `add' {standard input}:22802: Error: `(%eax)' is not a valid 64 bit base/index expression {standard input}:22813: Error: suffix or operands invalid for `add' {standard input}:22814: Error: `(%eax)' is not a valid 64 bit base/index expression {standard input}:22851: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22864: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22866: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22872: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22878: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22881: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22945: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22958: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22960: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22966: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22972: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22975: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:23145: Error: `(%eax,%edi)' is not a valid 64 bit base/index expression {standard input}:23147: Error: `(%edi)' is not a valid 64 bit base/index expression {standard input}:23150: Error: `ff_h264_lps_range(%edx,%esi,2)' is not a valid 64 bit base/index expression {standard input}:23163: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:23165: Error: `ff_h264_mlps_state+128(%edx)' is not a valid 64 bit base/index expression {standard input}:23166: Error: `(%edi)' is not a valid 64 bit base/index expression {standard input}:23171: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:23177: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:23180: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:23189: Error: `last_coeff_flag_offset_8x8(%edi)' is not a valid 64 bit base/index expression {standard input}:23191: Error: `15(%edi)' is not a valid 64 bit base/index expression {standard input}:23194: Error: `ff_h264_lps_range(%edx,%esi,2)' is not a valid 64 bit base/index expression {standard input}:23207: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:23209: Error: `ff_h264_mlps_state+128(%edx)' is not a valid 64 bit base/index expression {standard input}:23210: Error: `15(%edi)' is not a valid 64 bit base/index expression {standard input}:23215: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:23221: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:23224: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:23232: Error: `(%eax)' is not a valid 64 bit base/index expression {standard input}:23243: Error: `(%eax)' is not a valid 64 bit base/index expression *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavcodec. *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs. *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21. *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend. *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend. Hmm, it seems to be the same problem with mythtv: gcc -c -pipe -march=x86-64 -g -w -O3 -pthread -I/usr/local/include -Wall -Wno-switch -fomit-frame-pointer -DPIC -fPIC -DUSING_FREEBOX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DHAVE_XVMC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../libavutil -I../../../../../../../local/include -I/usr/local/include -o resample.o liba52/resample.c {standard input}: Assembler messages: {standard input}:1108: Error: `(%rax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:1109: Error: `8(%rax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:1110: Error: `(%esi,%esi,4)' is not a valid 64 bit base/index expression {standard input}:1117: Error: `(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1118: Error: `8(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1120: Error: `12(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1121: Error: `16(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1123: Error: `20(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1124: Error: `24(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1125: Error: `32(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1148: Error: `(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1149: Error: `8(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1150: Error: `1024(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1151: Error: `1032(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1161: Error: `(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1162: Error: `8(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1188: Error: `(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1189: Error: `2048(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1190: Error: `1024(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1191: Error: `4(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1192: Error: `2052(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1194: Error: `1028(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1195: Error: `8(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1196: Error: `2056(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1197: Error: `(%esi,%esi,4)' is not a valid 64 bit base/index expression {standard input}:1207: Error: `(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1208: Error: `8(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1209: Error: `16(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1210: Error: `1032(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1211: Error: `12(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1212: Error: `2060(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1214: Error: `1036(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1221: Error: `24(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1222: Error: `32(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1245: Error: `(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1246: Error: `8(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1247: Error: `1024(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1248: Error: `1032(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1255: Error: `2048(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1256: Error: `2056(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1257: Error: `3072(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1258: Error: `3080(%rdi,%esi)' is not a valid 64 bit base/index expression {standard input}:1277: Error: `(%rax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:1278: Error: `8(%rax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:1279: Error: `16(%rax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:1280: Error: `24(%rax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:1303: Error: `(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1304: Error: `2048(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1305: Error: `3072(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1306: Error: `4096(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1307: Error: `1024(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1308: Error: `4(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1309: Error: `2052(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1310: Error: `3076(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1311: Error: `4100(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1312: Error: `1028(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1313: Error: `8(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1314: Error: `2056(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1315: Error: `(%esi,%esi,4)' is not a valid 64 bit base/index expression {standard input}:1326: Error: `(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1327: Error: `8(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1328: Error: `16(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1329: Error: `3080(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1330: Error: `4104(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1331: Error: `1032(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1332: Error: `12(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1333: Error: `2060(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1334: Error: `3084(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1335: Error: `4108(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1336: Error: `1036(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1343: Error: `24(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1344: Error: `32(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1368: Error: `1024(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1369: Error: `1032(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1370: Error: `(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1371: Error: `8(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1381: Error: `(%esi,%esi,2)' is not a valid 64 bit base/index expression {standard input}:1382: Error: `(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1383: Error: `8(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1385: Error: `12(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1386: Error: `20(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1387: Error: `24(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1388: Error: `32(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1390: Error: `36(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1391: Error: `44(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1415: Error: `1024(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1416: Error: `2048(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1417: Error: `(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1421: Error: `(%esi,%esi,2)' is not a valid 64 bit base/index expression {standard input}:1431: Error: `(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1433: Error: `8(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1434: Error: `16(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1458: Error: `1024(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1459: Error: `3072(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1460: Error: `2048(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1461: Error: `(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1466: Error: `(%esi,%esi,2)' is not a valid 64 bit base/index expression {standard input}:1475: Error: `(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1478: Error: `8(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1479: Error: `16(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1502: Error: `1024(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1503: Error: `2048(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1504: Error: `3072(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1505: Error: `4096(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1506: Error: `(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1512: Error: `(%esi,%esi,2)' is not a valid 64 bit base/index expression {standard input}:1527: Error: `(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1528: Error: `8(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1529: Error: `16(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1552: Error: `1024(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1553: Error: `3072(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1554: Error: `4096(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1555: Error: `5120(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1556: Error: `2048(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1557: Error: `(%rax,%esi)' is not a valid 64 bit base/index expression {standard input}:1564: Error: `(%esi,%esi,2)' is not a valid 64 bit base/index expression {standard input}:1579: Error: `(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1580: Error: `8(%rdx,%edi)' is not a valid 64 bit base/index expression {standard input}:1581: Error: `16(%rdx,%edi)' is not a valid 64 bit base/index expression *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-fixes-0.20-13053/libs/libavcodec. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-fixes-0.20-13053/libs. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-fixes-0.20-13053. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. HTH -- Regards, Torfinn Ingolfsen From usleepless at gmail.com Sat Nov 1 18:37:19 2008 From: usleepless at gmail.com (usleepless@gmail.com) Date: Sat Nov 1 18:37:26 2008 Subject: pvr-xxx on 7.0 In-Reply-To: <20081102005037.c09201b9.torfinn.ingolfsen@broadpark.no> References: <80f4f2b20804080605x4a2e063av4327e8480d0ac9e7@mail.gmail.com> <200804081339.m38DdVWD006894@lava.sentex.ca> <80f4f2b20804080714s437adf26n3890ab01737334ff@mail.gmail.com> <1d3ed48c0804080721s1395a0c9wc72bcc6b9df50037@mail.gmail.com> <20081101213023.df4b4689.torfinn.ingolfsen@broadpark.no> <20081102005037.c09201b9.torfinn.ingolfsen@broadpark.no> Message-ID: On 11/2/08, Torfinn Ingolfsen wrote: > On Sat, 01 Nov 2008 21:30:23 +0100 > Torfinn Ingolfsen wrote: > > > I'll update to latest RELENG_6 and try again. > > > Ok, no I am running: > > root@kg-quiet# uname -a > > FreeBSD kg-quiet.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #22: Sat > Nov 1 23:50:15 CET 2008 > > root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET amd64 > > > And the build still breaks: > > cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I../../.. -I. -I@ -I@/contrib/altq -I@/../include -I/usr/include -finline-limit=8000 -fno-common -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm/../../../dev/cxm/cxm_audio.c > /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm/../../../dev/cxm/cxm_audio.c: In function `cxm_msp_dpl_write': > /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm/../../../dev/cxm/cxm_audio.c:280: warning: passing arg 2 of `iicbus_write' discards qualifiers from pointer target type > *** Error code 1 > > Stop in /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm. > *** Error code 1 > > Stop in /usr/ports/multimedia/pvrxxx/work/modules/cxm. > *** Error code 1 > > Stop in /usr/ports/multimedia/pvrxxx. > torfinn, isn't this a matter of running "make iicbbpatch" ? or did it patch automagically and patched some reversed? regards, usleep From dlacroix at lacroixs.net Sat Nov 1 20:50:10 2008 From: dlacroix at lacroixs.net (David La Croix) Date: Sat Nov 1 20:50:16 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <490B64FC.60608@FreeBSD.org> References: <490B64FC.60608@FreeBSD.org> Message-ID: FYI: I've got a SiliconDust HDHomerun (Just got it). I've been able to get it streaming video to vlc and have been dieing to try mythtv with it. (Haven't set up a Linux server yet). System is 6.3 -- i386. I had to deinstall the ffmpeg port also. I also had install problems due to an old version of MySQL being installed... After upgrading, it seems to be working. I just have some minor issues with viewing the HD channels live on my system (AMD Sempron64 3000, which I thought was fast enough) ... The only other system I've tried to view it on is a P4 laptop with Ubuntu ... The issues I'm seeing are probably due to setup issues with Mythtv (this is the first I've played with it), but I can watch live tv on any of the Standard def channels ... High def channels like to stutter, and I'm not clear if it's a problem with the network card (vr) in my FreeBSD server or the playback on my client machine. It seems to be picking up the EIT channel guide from the broadcast no problem. Only real complaint I have about the port (now that it's installed) is that it runs the backend as root if you set it up to start from rc.conf. On Fri, Oct 31, 2008 at 4:05 PM, Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello everyone, > > I've been working on PR 126343 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343) to get MythTV > upgraded to 0.21 on FreeBSD. > > At the moment, I have a port that compiles cleanly, installs, starts up > the frontend and deinstalls correctly on 7.0. Of course, whether it > will actually record TV, playback, etc. is another matter altogether. :) > > Is anyone out there willing to test out the port upgrade? I have a > mini-ITX PC here that could be set up for testing, but I need to get a > capture card first, unless MythTV will work with a USB capture dongle. > > In the mean time, I've placed the ports tree patch here: > > http://people.freebsd.org/~glarkin/diffs/mythtv-0.21.diff > > If you're game, download it, cd to the top of your ports tree and run: > > patch -E < /patch/download/dir/mythtv-0.21.diff > > You should then remove the *.orig files in the multimedia/mythtv/files > directory. > > Bug reports, port improvements and all feedback are welcome. I've also > adopted the port and hope to incorporate any suggestions sent my way. > > Thank you, > Greg > - -- > Greg Larkin > > http://www.FreeBSD.org/ - The Power To Serve > http://www.sourcehosting.net/ - Ready. Set. Code. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJC2T80sRouByUApARAjdnAKCXu7H+DYfVQUvGC8SNcZaCJxxFxQCgqM/Q > yMQrVcbvgkLUgS8zK7NBcWc= > =6+da > -----END PGP SIGNATURE----- > > _______________________________________________ > 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 torfinn.ingolfsen at broadpark.no Sun Nov 2 03:21:09 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Sun Nov 2 03:21:16 2008 Subject: pvr-xxx on 7.0 In-Reply-To: References: <80f4f2b20804080605x4a2e063av4327e8480d0ac9e7@mail.gmail.com> <200804081339.m38DdVWD006894@lava.sentex.ca> <80f4f2b20804080714s437adf26n3890ab01737334ff@mail.gmail.com> <1d3ed48c0804080721s1395a0c9wc72bcc6b9df50037@mail.gmail.com> <20081101213023.df4b4689.torfinn.ingolfsen@broadpark.no> <20081102005037.c09201b9.torfinn.ingolfsen@broadpark.no> Message-ID: <20081102122107.b49674c2.torfinn.ingolfsen@broadpark.no> On Sun, 02 Nov 2008 02:14:12 +0100 usleepless@gmail.com wrote: > > torfinn, > > isn't this a matter of running "make iicbbpatch" ? or did it patch You are right of course. In my haste to test mythtv things, I forgot ro do 'make patch-iicbb'. Sorry for the noise. After doing that and building a new kernel, the port builds and install fine. Details: root@kg-quiet# uname -a FreeBSD kg-quiet.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #23: Sun Nov 2 10:14:27 CET 2008 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET amd64 root@kg-quiet# pciconf -lv | grep cxm -A 4 cxm0@pci2:0:0: class=0x040000 card=0x40000070 chip=0x08034444 rev=0x01 hdr=0x00 vendor = 'Conexant Inc (Was: Globespan, ICompression Inc)' device = 'iTVC15/CX23415 MPEG Codec' class = multimedia subclass = video >From /var/log/messages: Nov 2 11:32:18 kg-quiet kernel: kldload: /boot/modules/cxm_iic.ko: Unsupported file type Nov 2 11:32:32 kg-quiet kernel: kldload: /boot/modules/cxm.ko: Unsupported file type Nov 2 11:32:32 kg-quiet kernel: kldload: /boot/kernel/firmware.ko: Unsupported file type Nov 2 11:32:32 kg-quiet kernel: cxm0: mem 0xf8000000-0xfbffffff irq 20 at device 0.0 on pci2 Nov 2 11:32:32 kg-quiet kernel: cxm_iic0: on cxm0 Nov 2 11:32:32 kg-quiet kernel: iicbb0: on cxm_iic0 Nov 2 11:32:32 kg-quiet kernel: iicbus1: on iicbb0 master-only Nov 2 11:32:32 kg-quiet kernel: iic1: on iicbus1 Nov 2 11:32:32 kg-quiet kernel: <2>tveeprom: ivtv version Nov 2 11:32:32 kg-quiet kernel: <2>tveeprom: Hauppauge: model = 48139, rev = K257, serial# = 8317819 Nov 2 11:32:32 kg-quiet kernel: <2>tveeprom: tuner = Philips FM1216 ME MK3 (idx = 57, type = 38) Nov 2 11:32:32 kg-quiet kernel: <2>tveeprom: tuner fmt = PAL(B/G) PAL(I) SECAM(L/L') PAL(D/K) (eeprom = 0x74, v4l2 = 0x00400e17) Nov 2 11:32:32 kg-quiet kernel: <2>tveeprom: audio processor = MSP4418 (type = 19) Nov 2 11:32:32 kg-quiet kernel: <2>tveeprom: decoder processor = SAA7115 (type = 13) Nov 2 11:32:32 kg-quiet kernel: tuner type: 38 Nov 2 11:32:32 kg-quiet kernel: cxm0: Eeprom PAL Nov 2 11:32:32 kg-quiet kernel: tuner: type set to 38 (Philips PAL/SECAM multi (FM1216ME MK3)) by cxm Nov 2 11:32:32 kg-quiet kernel: tuner: switching to v4l2 Nov 2 11:32:32 kg-quiet kernel: before tuner_command! Nov 2 11:32:32 kg-quiet kernel: tuner: tv freq set to 55.25 Nov 2 11:32:32 kg-quiet kernel: tuner: tv 0x05 0xe3 0x8e 0x01 Nov 2 11:32:35 kg-quiet kernel: cxm0: SAA7115 rev 1 video decoder Nov 2 11:32:35 kg-quiet kernel: cxm0: MSP4418G-B3 audio decoder Nov 2 11:32:35 kg-quiet kernel: cxm0: IR Remote Nov 2 11:32:35 kg-quiet kernel: kldload: /boot/modules/cxm_encfw.ko: Unsupported file type Nov 2 11:32:35 kg-quiet kernel: kldload: /boot/modules/cxm_decfw.ko: Unsupported file type Nov 2 11:32:35 kg-quiet kernel: cxm0: encoder firmware version 0x2060039 Nov 2 11:32:35 kg-quiet kernel: cxm0: decoder firmware version 0x2020023 Now I can do some testing. -- Regards, Torfinn Ingolfsen From decke at bluelife.at Sun Nov 2 04:33:25 2008 From: decke at bluelife.at (Bernhard Froehlich) Date: Sun Nov 2 04:33:32 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> Message-ID: <20081102133321.3cccf939@chii.bluelife.at> On Sun, 02 Nov 2008 01:23:35 +0100 Torfinn Ingolfsen wrote: > On Wed, 24 Sep 2008 21:49:56 +0200 > Bernhard Froehlich wrote: > > > http://home.bluelife.at/ports/mythtv-cft-240908.tar.gz > > Ok, I finally got time to test this. Test done on a machine running: > tingo@kg-quiet$ uname -a > FreeBSD kg-quiet.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #22: Sat > Nov 1 23:50:15 CET 2008 > root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET amd64 > > This machine has a TV card (PVR-350) but the pvrxxx driver isn't > working just now, so I can't test TV reception. > > First, I tried building mythtv-frontend: > cc -c -pipe -fomit-frame-pointer -O3 -I/usr/local/include -pthread > -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith > -Wredundant-decls -w -DPIC -fPIC -D_GNU_SOURCE > -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" > -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE > -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT > -DQT_SHARED -DQT_TABLET_SUPPORT > -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. > -I../libavutil -I../libswscale -I../../../../../../../local/include > -I/usr/local/include -o h264.o h264.c {standard input}: Assembler > messages: {standard input}:7198: Error: > `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index > expression {standard input}:7211: Error: `ff_h264_norm_shift(%esi)' > is not a valid 64 bit base/index expression {standard input}:7213: It looks like yet another place where mythtv gets confused with his include paths. Can you send me the full compile output off-list please? And have you set anything special to your CFLAGS or make.conf? As usual you can try to deinstall ffmpeg and it should work then. -- Bernhard Froehlich http://www.bluelife.at/ From torfinn.ingolfsen at broadpark.no Sun Nov 2 05:28:55 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Sun Nov 2 05:29:03 2008 Subject: pvr-xxx on 7.0 In-Reply-To: <20081102122107.b49674c2.torfinn.ingolfsen@broadpark.no> References: <80f4f2b20804080605x4a2e063av4327e8480d0ac9e7@mail.gmail.com> <200804081339.m38DdVWD006894@lava.sentex.ca> <80f4f2b20804080714s437adf26n3890ab01737334ff@mail.gmail.com> <1d3ed48c0804080721s1395a0c9wc72bcc6b9df50037@mail.gmail.com> <20081101213023.df4b4689.torfinn.ingolfsen@broadpark.no> <20081102005037.c09201b9.torfinn.ingolfsen@broadpark.no> <20081102122107.b49674c2.torfinn.ingolfsen@broadpark.no> Message-ID: <20081102142853.f7ad36f4.torfinn.ingolfsen@broadpark.no> On Sun, 02 Nov 2008 12:21:07 +0100 Torfinn Ingolfsen wrote: > Now I can do some testing. Ok, the verdict is in: the driver works under 6.4-prerelease / amd64 also. Even 'mplayer /dev/cxm0' works (before I always had to use 'mplayer -cache 8192 /dev/cxm0'). Sometimes mplayer looses track and starts printing the "too many video packets in the buffer..." message. I can live with that. Changing channels during play (with 'pvr250-setchannel ' in another shell) also works - very nice. Changing geometry works (not while playing of course). But when I try to change pulldown, I get this: tingo@kg-quiet$ pvr250-setchannel -p 1 Usage: setchannel [-d 0..x] [-c | -r | -s | -t] [-p 0|1] [-g geom] [freq] -c Select composite input. -d Select unit ( 0..x ). -r Select radio input. -s Select svideo input. -t Select tuner. -g Select geometry. 352x240 or 352x288 = VCD 480x480 or 480x576 = SVCD 352x480 or 352x576 = DVD (half D1) 720x480 or 720x576 = DVD (full D1) -p Toggle 3:2 pulldown 0 = Enabled? 1 = Disabled? freq Frequency in MHz (must include decimal point). It looks like '-p' isn't recognized as a allowed parameter. Note to self: do not use 'pvr250-setchannel -m 4'. You don't need to, and it will panic your machine. HTH -- Regards, Torfinn Ingolfsen From torfinn.ingolfsen at broadpark.no Sun Nov 2 05:47:50 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Sun Nov 2 05:47:56 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081102133321.3cccf939@chii.bluelife.at> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081102133321.3cccf939@chii.bluelife.at> Message-ID: <20081102144743.0c2075e9.torfinn.ingolfsen@broadpark.no> On Sun, 02 Nov 2008 13:33:21 +0100 Bernhard Froehlich wrote: > It looks like yet another place where mythtv gets confused with his > include paths. Can you send me the full compile output off-list > please? Done. > And have you set anything special to your CFLAGS or make.conf? My /etc/make.conf have these settings: CFLAGS= -O -pipe COPTFLAGS= -O -pipe NO_PROFILE= true # Avoid compiling profiled libraries My CFLAGS and COPTFLAGS are probablyu redundant now. > As usual you can try to deinstall ffmpeg and it should work then. It doesn't: cc -c -pipe -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o h264.o h264.c {standard input}: Assembler messages: {standard input}:7198: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:7211: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:7213: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:7219: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:7225: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:7228: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:20854: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:20867: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:20869: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:20875: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:20881: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:20884: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:20904: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:20917: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:20919: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:20925: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:20931: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:20934: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:20952: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:20965: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:20967: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:20973: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:20979: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:20982: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21000: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21013: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21015: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21021: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21027: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21030: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21361: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21374: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21376: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21382: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21388: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21391: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21412: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21425: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21427: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21433: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21439: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21442: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21463: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21476: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21478: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21484: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21490: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21493: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21533: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21546: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21548: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21554: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21560: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21563: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21584: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21597: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21599: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21605: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21611: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21614: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21634: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21647: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21649: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21655: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21661: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21664: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21693: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21706: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21708: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21714: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21720: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21723: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21742: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21755: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21757: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21763: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21769: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21772: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21791: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21804: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21806: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21812: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21818: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21821: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21842: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21855: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21857: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21863: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21869: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21872: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21890: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:21903: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:21905: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:21911: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:21917: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:21920: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:21999: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22012: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22014: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22020: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22026: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22029: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22137: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22150: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22152: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22158: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22164: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22167: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22193: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22206: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22208: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22214: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22220: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22223: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22613: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22626: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22628: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22634: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22640: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22643: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22722: Error: `ff_h264_lps_range(%edx,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22735: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22737: Error: `ff_h264_mlps_state+128(%edx)' is not a valid 64 bit base/index expression {standard input}:22743: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22749: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22752: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22763: Error: `ff_h264_lps_range(%edx,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22776: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22778: Error: `ff_h264_mlps_state+128(%edx)' is not a valid 64 bit base/index expression {standard input}:22784: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22790: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22793: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22801: Error: suffix or operands invalid for `add' {standard input}:22802: Error: `(%eax)' is not a valid 64 bit base/index expression {standard input}:22813: Error: suffix or operands invalid for `add' {standard input}:22814: Error: `(%eax)' is not a valid 64 bit base/index expression {standard input}:22851: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22864: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22866: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22872: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22878: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22881: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:22945: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index expression {standard input}:22958: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:22960: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit base/index expression {standard input}:22966: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:22972: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:22975: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:23145: Error: `(%eax,%edi)' is not a valid 64 bit base/index expression {standard input}:23147: Error: `(%edi)' is not a valid 64 bit base/index expression {standard input}:23150: Error: `ff_h264_lps_range(%edx,%esi,2)' is not a valid 64 bit base/index expression {standard input}:23163: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:23165: Error: `ff_h264_mlps_state+128(%edx)' is not a valid 64 bit base/index expression {standard input}:23166: Error: `(%edi)' is not a valid 64 bit base/index expression {standard input}:23171: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:23177: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:23180: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:23189: Error: `last_coeff_flag_offset_8x8(%edi)' is not a valid 64 bit base/index expression {standard input}:23191: Error: `15(%edi)' is not a valid 64 bit base/index expression {standard input}:23194: Error: `ff_h264_lps_range(%edx,%esi,2)' is not a valid 64 bit base/index expression {standard input}:23207: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit base/index expression {standard input}:23209: Error: `ff_h264_mlps_state+128(%edx)' is not a valid 64 bit base/index expression {standard input}:23210: Error: `15(%edi)' is not a valid 64 bit base/index expression {standard input}:23215: Error: `(%ecx)' is not a valid 64 bit base/index expression {standard input}:23221: Error: `-1(%ebx)' is not a valid 64 bit base/index expression {standard input}:23224: Error: `ff_h264_norm_shift(%ecx)' is not a valid 64 bit base/index expression {standard input}:23232: Error: `(%eax)' is not a valid 64 bit base/index expression {standard input}:23243: Error: `(%eax)' is not a valid 64 bit base/index expression *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavcodec. *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs. *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21. *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend. *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend. I'll send you the full output off-list. -- Regards, Torfinn Ingolfsen From mad.dustman at gmail.com Sun Nov 2 09:05:09 2008 From: mad.dustman at gmail.com (Igor Ralets) Date: Sun Nov 2 09:05:15 2008 Subject: problem with sound volume on pcbsd using snd_hda In-Reply-To: <490C10A8.8050803@FreeBSD.org> References: <1225416183.00030893.1225404003@10.7.7.3> <490C10A8.8050803@FreeBSD.org> Message-ID: <45e1b43b0811020905y2d11d94al14265e23a69776b1@mail.gmail.com> Thank you for suggestion. I've installed 7.1-BETA and mixer is working, after using the same steps with loading snd_hda, although "" is still unchanged. Probably it's not codec after all, but KDE/PCBSD specific weirdness, since OS version difference is less than a month. There's also only one /dev/mixer0 for a change. On Sat, Nov 1, 2008 at 9:17 AM, Alexander Motin wrote: > Igor Ralets wrote: > >> After installation of PCBSD-7.0.1 on amd64 box sound card didn't work. >> Hardware compatibility list suggested snd_hda driver for ATI SB600 card >> bundled with Asus M2A-MX mobo. Loading it with kldload helped with getting >> sound, but volume was very low and couldn't be adjusted by any means. >> Neither mixer(8) nor different players could do the trick. >> > > ATI SB600 - is a HDA bus controller. It's support is important to make > sound work, but audio codec support is no less important. It is codec who > actually manages all sound stuff. You can see it in " (Unknown)>". > > You may want to try latest snd_hda driver from -CURRENT. It is source code > compatible. Codecs support is much improved there. > > -- > Alexander Motin > From nork at FreeBSD.org Sun Nov 2 09:32:18 2008 From: nork at FreeBSD.org (Norikatsu Shigemura) Date: Sun Nov 2 09:32:25 2008 Subject: How do I use AC3 codec instead of PCM like mplayer -ac hwac3 Message-ID: <20081103023207.68fb4ced.nork@FreeBSD.org> Hi mav! I think that my snd_hda(4) device supports hardware AC3 codec (SEE ALSO: attached dmesg and sysctl messages). But I couldn't mplayer -ac hwac3 dvd:// like following: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ mplayer -ao oss -ac hwac3 dvd:// : Reading disc structure, please wait... There are 4 titles on this DVD. There are 10 chapters in this DVD title. There are 1 angles in this DVD title. DVD successfully opened. audio stream: 0 format: ac3 (stereo) language: ja aid: 128. number of audio channels on disk: 1. subtitle ( sid ): 1 language: ja number of subtitles on disk: 1 : ========================================================================== Forced audio codec: hwac3 Opening audio decoder: [hwac3] AC3/DTS pass-through S/PDIF dec_audio: Allocating 8192 bytes for input buffer. dec_audio: Allocating 16384 + 65536 = 81920 bytes for output buffer. No accelerated IMDCT transform found hwac3: switched to AC3, 448000 bps, 48000 Hz AUDIO: 48000 Hz, 2 ch, ac3, 448.0 kbit/29.17% (ratio: 56000->192000) Selected audio codec: [hwac3] afm: hwac3 (AC3 through S/PDIF) ========================================================================== Building audio filter chain for 48000Hz/2ch/ac3 -> 0Hz/0ch/??... [libaf] Adding filter dummy [dummy] Was reinitialized: 48000Hz/2ch/ac3 [dummy] Was reinitialized: 48000Hz/2ch/ac3 ao2: 48000 Hz 2 chans ac3 audio_setup: using '/dev/dsp' dsp device audio_setup: using '/dev/mixer' mixer device audio_setup: using 'pcm' mixer device [AO OSS] Can't set audio device /dev/dsp to ac3 output, trying s16le... audio_setup: sample format: s16le (requested: s16le) audio_setup: using 2 channels (requested: 2) audio_setup: using 48000 Hz samplerate (requested: 48000) audio_setup: frags: 32/32 (2048 bytes/frag) free: 65536 AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) AO: Description: OSS/ioctl audio output AO: Author: A'rpi Building audio filter chain for 48000Hz/2ch/ac3 -> 48000Hz/2ch/s16le... [dummy] Was reinitialized: 48000Hz/2ch/ac3 [libaf] Adding filter format [format] Sample format big-endian AC3 not yet supported [libaf] Reinitialization did not work, audio filter 'format' returned error code -2 Couldn't find matching filter/ao format! : - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - So I did sysctl dev.pcm.1.play.vchanformat=ac3, but missed. Then I tried to test following patch: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- sys/dev/sound/pcm/vchan.c.orig 2007-06-16 12:37:28.000000000 +0900 +++ sys/dev/sound/pcm/vchan.c 2008-11-03 00:50:34.107861333 +0900 @@ -53,6 +53,7 @@ { "u24le", AFMT_U24_LE }, { "u24be", AFMT_U24_BE }, { "s32le", AFMT_S32_LE }, { "s32be", AFMT_S32_BE }, { "u32le", AFMT_U32_LE }, { "u32be", AFMT_U32_BE }, + { "ac3", AFMT_AC3 }, { NULL, 0 }, }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I got following result: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # sysctl dev.pcm.1.play.vchanformat=ac3 dev.pcm.1.play.vchanformat: s16le -> s16le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - How do I use hardware AC3 codec? -- Norikatsu Shigemura -------------- next part -------------- snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_buffersize=16384 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 pci0: driver added found-> vendor=0x1002, dev=0x4397, revid=0x00 domain=0, bus=0, slot=18, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x02a0, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 pci0:0:18:0: reprobing on driver added found-> vendor=0x1002, dev=0x4398, revid=0x00 domain=0, bus=0, slot=18, func=1 class=0c-03-10, hdrtype=0x00, mfdev=0 cmdreg=0x0017, statreg=0x02a0, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 pci0:0:18:1: reprobing on driver added found-> vendor=0x1002, dev=0x4397, revid=0x00 domain=0, bus=0, slot=19, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x02a0, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=18 pci0:0:19:0: reprobing on driver added found-> vendor=0x1002, dev=0x4398, revid=0x00 domain=0, bus=0, slot=19, func=1 class=0c-03-10, hdrtype=0x00, mfdev=0 cmdreg=0x0017, statreg=0x02a0, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=18 pci0:0:19:1: reprobing on driver added found-> vendor=0x1002, dev=0x4385, revid=0x3a domain=0, bus=0, slot=20, func=0 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0003, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pci0:0:20:0: reprobing on driver added found-> vendor=0x1002, dev=0x4383, revid=0x00 domain=0, bus=0, slot=20, func=2 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0410, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 powerspec 2 supports D0 D3 current D0 pci0:0:20:2: reprobing on driver added hdac0: mem 0xf0500000-0xf0503fff irq 16 at device 20.2 on pci0 hdac0: HDA Driver Revision: 20081030_0115 ioapic0: Assigning PCI IRQ 16 to local APIC 1 ioapic0: routing intpin 16 (PCI IRQ 16) to vector 53 hdac0: [MPSAFE] hdac0: [ITHREAD] hdac0: Probing codec #0... hdac0: HDA Codec #0: Realtek ALC888 hdac0: HDA Codec ID: 0x10ec0888 hdac0: Vendor: 0x10ec hdac0: Device: 0x0888 hdac0: Revision: 0x02 hdac0: Stepping: 0x02 hdac0: PCI Subvendor: 0x014b1025 hdac0: Found audio FG nid=1 startnode=2 endnode=39 total=37 hdac0: Probing codec #1... hdac0: HDA Codec #1: Conexant (Unknown) hdac0: HDA Codec ID: 0x14f12c06 hdac0: Vendor: 0x14f1 hdac0: Device: 0x2c06 hdac0: Revision: 0x00 hdac0: Stepping: 0x00 hdac0: PCI Subvendor: 0x014b1025 hdac0: Found modem FG nid=2 startnode=112 endnode=116 total=4 hdac0: hdac0: Processing audio FG cad=0 nid=1... hdac0: GPIO: 0xc0000002 NumGPIO=2 NumGPO=0 NumGPI=0 GPIWake=1 GPIUnsol=1 hdac0: nid 17 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 hdac0: nid 18 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 hdac0: nid 20 0x99130110 as 1 seq 0 Speaker Fixed jack 3 loc 25 color Unknown misc 1 hdac0: nid 21 0x0221101f as 1 seq 15 Headphones Jack jack 1 loc 2 color Black misc 0 hdac0: nid 22 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 hdac0: nid 23 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 hdac0: nid 24 0x02a19c30 as 3 seq 0 Mic Jack jack 1 loc 2 color Pink misc 12 hdac0: nid 25 0x99a30931 as 3 seq 1 Mic Fixed jack 3 loc 25 color Unknown misc 9 hdac0: nid 26 0x0281343f as 3 seq 15 Line-in Jack jack 1 loc 2 color Blue misc 4 hdac0: nid 27 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 hdac0: nid 28 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 hdac0: Patching widget caps nid=29 0x00400400 -> 0x00700400 hdac0: nid 30 0x02451120 as 2 seq 0 SPDIF-out Jack jack 5 loc 2 color Black misc 1 hdac0: nid 31 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 hdac0: Patched pins configuration: hdac0: nid 17 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 [DISABLED] hdac0: nid 18 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 [DISABLED] hdac0: nid 20 0x99130110 as 1 seq 0 Speaker Fixed jack 3 loc 25 color Unknown misc 1 hdac0: nid 21 0x0221101f as 1 seq 15 Headphones Jack jack 1 loc 2 color Black misc 0 hdac0: nid 22 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 [DISABLED] hdac0: nid 23 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 [DISABLED] hdac0: nid 24 0x02a19c30 as 3 seq 0 Mic Jack jack 1 loc 2 color Pink misc 12 hdac0: nid 25 0x99a30931 as 3 seq 1 Mic Fixed jack 3 loc 25 color Unknown misc 9 hdac0: nid 26 0x0281343f as 3 seq 15 Line-in Jack jack 1 loc 2 color Blue misc 4 hdac0: nid 27 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 [DISABLED] hdac0: nid 28 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 [DISABLED] hdac0: nid 30 0x02451120 as 2 seq 0 SPDIF-out Jack jack 5 loc 2 color Black misc 1 hdac0: nid 31 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 [DISABLED] hdac0: 3 associations found: hdac0: Association 0 (1) out: hdac0: Pin nid=20 seq=0 hdac0: Pin nid=21 seq=15 hdac0: Association 1 (2) out: hdac0: Pin nid=30 seq=0 hdac0: Association 2 (3) in: hdac0: Pin nid=24 seq=0 hdac0: Pin nid=25 seq=1 hdac0: Pin nid=26 seq=15 hdac0: Tracing association 0 (1) hdac0: Pin 20 traced to DAC 2 hdac0: Pin 21 traced to DAC 2 and hpredir 0 hdac0: Association 0 (1) trace succeded hdac0: Tracing association 1 (2) hdac0: Pin 30 traced to DAC 6 hdac0: Association 1 (2) trace succeded hdac0: Tracing association 2 (3) hdac0: Pin 24 traced to ADC 8 hdac0: Pin 25 traced to ADC 8 hdac0: Pin 26 traced to ADC 8 hdac0: Association 2 (3) trace succeded hdac0: Tracing input monitor hdac0: Tracing nid 11 to out hdac0: nid 11 is input monitor hdac0: Tracing nid 35 to out hdac0: Tracing beeper hdac0: nid 29 traced to out hdac0: GPIO init: data=0x00000000 mask=0x00000000 dir=0x00000000 hdac0: GPIO commit: data=0x00000001 mask=0x00000001 dir=0x00000001 hdac0: Enabling headphone/speaker audio routing switching: hdac0: as=0 sense nid=21 [UNSOL] hdac0: Pin sense: nid=21 res=0x00000000 hdac0: FG config/quirks: gpio0 forcestereo ivref50 ivref80 ivref100 ivref hdac0: hdac0: +-------------------+ hdac0: | DUMPING HDA NODES | hdac0: +-------------------+ hdac0: hdac0: Default Parameter hdac0: ----------------- hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e0560 hdac0: 16 20 24 bits, 44 48 96 192 KHz hdac0: IN amp: 0x00000000 hdac0: OUT amp: 0x00000000 hdac0: hdac0: nid: 2 hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Association: 0 (0x00008001) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e0560 hdac0: 16 20 24 bits, 44 48 96 192 KHz hdac0: hdac0: nid: 3 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e0560 hdac0: 16 20 24 bits, 44 48 96 192 KHz hdac0: hdac0: nid: 4 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e0560 hdac0: 16 20 24 bits, 44 48 96 192 KHz hdac0: hdac0: nid: 5 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e0560 hdac0: 16 20 24 bits, 44 48 96 192 KHz hdac0: hdac0: nid: 6 hdac0: Name: audio output hdac0: Widget cap: 0x00000611 hdac0: PWR DIGITAL STEREO hdac0: Association: 1 (0x00000001) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e05e0 hdac0: 16 20 24 bits, 44 48 88 96 192 KHz hdac0: hdac0: nid: 7 [DISABLED] hdac0: Name: vendor widget hdac0: Widget cap: 0x00f00000 hdac0: hdac0: nid: 8 hdac0: Name: audio input hdac0: Widget cap: 0x0010051b hdac0: PWR STEREO hdac0: Association: 2 (0x00008003) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e0560 hdac0: 16 20 24 bits, 44 48 96 192 KHz hdac0: Input amp: 0x80051f0b hdac0: mute=1 step=31 size=5 offset=11 hdac0: connections: 1 hdac0: | hdac0: + <- nid=35 [audio mixer] hdac0: hdac0: nid: 9 [DISABLED] hdac0: Name: audio input hdac0: Widget cap: 0x0010051b hdac0: PWR STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e0560 hdac0: 16 20 24 bits, 44 48 96 192 KHz hdac0: Input amp: 0x80051f0b hdac0: mute=1 step=31 size=5 offset=11 hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=34 [audio mixer] [DISABLED] hdac0: hdac0: nid: 10 [DISABLED] hdac0: Name: audio input hdac0: Widget cap: 0x00100711 hdac0: PWR DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e0560 hdac0: 16 20 24 bits, 44 48 96 192 KHz hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=31 [pin: Speaker (None)] [DISABLED] hdac0: hdac0: nid: 11 hdac0: Name: audio mixer hdac0: Widget cap: 0x0020010b hdac0: STEREO hdac0: Association: -2 (0x00008003) hdac0: OSS: mix (mix) hdac0: Input amp: 0x80051f17 hdac0: mute=1 step=31 size=5 offset=23 hdac0: connections: 10 hdac0: | hdac0: + <- nid=24 [pin: Mic (Jack)] hdac0: + <- nid=25 [pin: Mic (Fixed)] hdac0: + <- nid=26 [pin: Line-in (Jack)] hdac0: + [DISABLED] <- nid=27 [pin: Speaker (None)] [DISABLED] hdac0: + [DISABLED] <- nid=28 [pin: Speaker (None)] [DISABLED] hdac0: + <- nid=29 [beep widget] hdac0: + [DISABLED] <- nid=20 [pin: Speaker (Fixed)] hdac0: + [DISABLED] <- nid=21 [pin: Headphones (Jack)] hdac0: + [DISABLED] <- nid=22 [pin: Speaker (None)] [DISABLED] hdac0: + [DISABLED] <- nid=23 [pin: Speaker (None)] [DISABLED] hdac0: hdac0: nid: 12 hdac0: Name: audio mixer hdac0: Widget cap: 0x0020010f hdac0: STEREO hdac0: Association: 0 (0x00008001) hdac0: OSS: pcm, mix hdac0: Output amp: 0x00051f1f hdac0: mute=0 step=31 size=5 offset=31 hdac0: Input amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: connections: 2 hdac0: | hdac0: + <- nid=2 [audio output] hdac0: + <- nid=11 [audio mixer] hdac0: hdac0: nid: 13 [DISABLED] hdac0: Name: audio mixer hdac0: Widget cap: 0x0020010f hdac0: STEREO hdac0: Association: -2 (0x00000000) hdac0: Output amp: 0x00051f1f hdac0: mute=0 step=31 size=5 offset=31 hdac0: Input amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: connections: 2 hdac0: | hdac0: + [DISABLED] <- nid=3 [audio output] [DISABLED] hdac0: + [DISABLED] <- nid=11 [audio mixer] hdac0: hdac0: nid: 14 [DISABLED] hdac0: Name: audio mixer hdac0: Widget cap: 0x0020010f hdac0: STEREO hdac0: Association: -2 (0x00000000) hdac0: Output amp: 0x00051f1f hdac0: mute=0 step=31 size=5 offset=31 hdac0: Input amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: connections: 2 hdac0: | hdac0: + [DISABLED] <- nid=4 [audio output] [DISABLED] hdac0: + [DISABLED] <- nid=11 [audio mixer] hdac0: hdac0: nid: 15 [DISABLED] hdac0: Name: audio mixer hdac0: Widget cap: 0x0020010f hdac0: STEREO hdac0: Association: -2 (0x00000000) hdac0: Output amp: 0x00051f1f hdac0: mute=0 step=31 size=5 offset=31 hdac0: Input amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: connections: 2 hdac0: | hdac0: + [DISABLED] <- nid=5 [audio output] [DISABLED] hdac0: + [DISABLED] <- nid=11 [audio mixer] hdac0: hdac0: nid: 16 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000611 hdac0: PWR DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e05e0 hdac0: 16 20 24 bits, 44 48 88 96 192 KHz hdac0: hdac0: nid: 17 [DISABLED] hdac0: Name: pin: Speaker (None) hdac0: Widget cap: 0x00400780 hdac0: PWR DIGITAL UNSOL hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x411111f0 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=16 [audio output] [DISABLED] hdac0: hdac0: nid: 18 [DISABLED] hdac0: Name: pin: Speaker (None) hdac0: Widget cap: 0x00400401 hdac0: PWR STEREO hdac0: Pin cap: 0x00000020 hdac0: IN hdac0: Pin config: 0x411111f0 hdac0: Pin control: 0x00000000 hdac0: hdac0: nid: 19 [DISABLED] hdac0: Name: vendor widget hdac0: Widget cap: 0x00f00000 hdac0: hdac0: nid: 20 hdac0: Name: pin: Speaker (Fixed) hdac0: Widget cap: 0x0040058f hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00000001) hdac0: Pin cap: 0x0001003e hdac0: TRQD PDC HP OUT IN EAPD hdac0: Pin config: 0x99130110 hdac0: Pin control: 0x00000040 OUT hdac0: EAPD: 0x00000002 hdac0: Output amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: Input amp: 0x00270300 hdac0: mute=0 step=3 size=39 offset=0 hdac0: connections: 5 hdac0: | hdac0: + <- nid=12 [audio mixer] (selected) hdac0: + [DISABLED] <- nid=13 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=14 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=15 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=38 [audio mixer] [DISABLED] hdac0: hdac0: nid: 21 hdac0: Name: pin: Headphones (Jack) hdac0: Widget cap: 0x0040058f hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00008000) hdac0: Pin cap: 0x0001003e hdac0: TRQD PDC HP OUT IN EAPD hdac0: Pin config: 0x0221101f hdac0: Pin control: 0x000000c0 HP OUT hdac0: EAPD: 0x00000002 hdac0: Output amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: Input amp: 0x00270300 hdac0: mute=0 step=3 size=39 offset=0 hdac0: connections: 5 hdac0: | hdac0: + <- nid=12 [audio mixer] (selected) hdac0: + [DISABLED] <- nid=13 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=14 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=15 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=38 [audio mixer] [DISABLED] hdac0: hdac0: nid: 22 [DISABLED] hdac0: Name: pin: Speaker (None) hdac0: Widget cap: 0x0040058f hdac0: PWR UNSOL STEREO hdac0: Pin cap: 0x00000036 hdac0: TRQD PDC OUT IN hdac0: Pin config: 0x411111f0 hdac0: Pin control: 0x00000000 hdac0: Output amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: Input amp: 0x00270300 hdac0: mute=0 step=3 size=39 offset=0 hdac0: connections: 5 hdac0: | hdac0: + [DISABLED] <- nid=12 [audio mixer] (selected) hdac0: + <- nid=13 [audio mixer] [DISABLED] hdac0: + <- nid=14 [audio mixer] [DISABLED] hdac0: + <- nid=15 [audio mixer] [DISABLED] hdac0: + <- nid=38 [audio mixer] [DISABLED] hdac0: hdac0: nid: 23 [DISABLED] hdac0: Name: pin: Speaker (None) hdac0: Widget cap: 0x0040058f hdac0: PWR UNSOL STEREO hdac0: Pin cap: 0x00000036 hdac0: TRQD PDC OUT IN hdac0: Pin config: 0x411111f0 hdac0: Pin control: 0x00000000 hdac0: Output amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: Input amp: 0x00270300 hdac0: mute=0 step=3 size=39 offset=0 hdac0: connections: 5 hdac0: | hdac0: + [DISABLED] <- nid=12 [audio mixer] (selected) hdac0: + <- nid=13 [audio mixer] [DISABLED] hdac0: + <- nid=14 [audio mixer] [DISABLED] hdac0: + <- nid=15 [audio mixer] [DISABLED] hdac0: + <- nid=38 [audio mixer] [DISABLED] hdac0: hdac0: nid: 24 hdac0: Name: pin: Mic (Jack) hdac0: Widget cap: 0x0040058f hdac0: PWR UNSOL STEREO hdac0: Association: 2 (0x00000001) hdac0: OSS: mic (mic) hdac0: Pin cap: 0x0000373e hdac0: TRQD PDC HP OUT IN VREF[ 50 80 100 GROUND HIZ ] hdac0: Pin config: 0x02a19c30 hdac0: Pin control: 0x00000025 IN VREFs hdac0: Output amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: Input amp: 0x00270300 hdac0: mute=0 step=3 size=39 offset=0 hdac0: connections: 5 hdac0: | hdac0: + [DISABLED] <- nid=12 [audio mixer] (selected) hdac0: + [DISABLED] <- nid=13 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=14 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=15 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=38 [audio mixer] [DISABLED] hdac0: hdac0: nid: 25 hdac0: Name: pin: Mic (Fixed) hdac0: Widget cap: 0x0040058f hdac0: PWR UNSOL STEREO hdac0: Association: 2 (0x00000002) hdac0: OSS: monitor (monitor) hdac0: Pin cap: 0x0000373e hdac0: TRQD PDC HP OUT IN VREF[ 50 80 100 GROUND HIZ ] hdac0: Pin config: 0x99a30931 hdac0: Pin control: 0x00000025 IN VREFs hdac0: Output amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: Input amp: 0x00270300 hdac0: mute=0 step=3 size=39 offset=0 hdac0: connections: 5 hdac0: | hdac0: + [DISABLED] <- nid=12 [audio mixer] (selected) hdac0: + [DISABLED] <- nid=13 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=14 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=15 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=38 [audio mixer] [DISABLED] hdac0: hdac0: nid: 26 hdac0: Name: pin: Line-in (Jack) hdac0: Widget cap: 0x0040058f hdac0: PWR UNSOL STEREO hdac0: Association: 2 (0x00008000) hdac0: OSS: line (line) hdac0: Pin cap: 0x0000373e hdac0: TRQD PDC HP OUT IN VREF[ 50 80 100 GROUND HIZ ] hdac0: Pin config: 0x0281343f hdac0: Pin control: 0x00000025 IN VREFs hdac0: Output amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: Input amp: 0x00270300 hdac0: mute=0 step=3 size=39 offset=0 hdac0: connections: 5 hdac0: | hdac0: + [DISABLED] <- nid=12 [audio mixer] (selected) hdac0: + [DISABLED] <- nid=13 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=14 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=15 [audio mixer] [DISABLED] hdac0: + [DISABLED] <- nid=38 [audio mixer] [DISABLED] hdac0: hdac0: nid: 27 [DISABLED] hdac0: Name: pin: Speaker (None) hdac0: Widget cap: 0x0040058f hdac0: PWR UNSOL STEREO hdac0: Pin cap: 0x0000373e hdac0: TRQD PDC HP OUT IN VREF[ 50 80 100 GROUND HIZ ] hdac0: Pin config: 0x411111f0 hdac0: Pin control: 0x00000000 hdac0: Output amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: Input amp: 0x00270300 hdac0: mute=0 step=3 size=39 offset=0 hdac0: connections: 5 hdac0: | hdac0: + [DISABLED] <- nid=12 [audio mixer] (selected) hdac0: + <- nid=13 [audio mixer] [DISABLED] hdac0: + <- nid=14 [audio mixer] [DISABLED] hdac0: + <- nid=15 [audio mixer] [DISABLED] hdac0: + <- nid=38 [audio mixer] [DISABLED] hdac0: hdac0: nid: 28 [DISABLED] hdac0: Name: pin: Speaker (None) hdac0: Widget cap: 0x00400481 hdac0: PWR UNSOL STEREO hdac0: Pin cap: 0x00000024 hdac0: PDC IN hdac0: Pin config: 0x411111f0 hdac0: Pin control: 0x00000000 hdac0: hdac0: nid: 29 hdac0: Name: beep widget hdac0: Widget cap: 0x00700400 hdac0: PWR hdac0: Association: -2 (0x00000000) hdac0: OSS: speaker (speaker) hdac0: hdac0: nid: 30 hdac0: Name: pin: SPDIF-out (Jack) hdac0: Widget cap: 0x00400780 hdac0: PWR DIGITAL UNSOL hdac0: Association: 1 (0x00000001) hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x02451120 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=6 [audio output] hdac0: hdac0: nid: 31 [DISABLED] hdac0: Name: pin: Speaker (None) hdac0: Widget cap: 0x00400680 hdac0: PWR DIGITAL UNSOL hdac0: Pin cap: 0x00000024 hdac0: PDC IN hdac0: Pin config: 0x411111f0 hdac0: Pin control: 0x00000000 hdac0: hdac0: nid: 32 [DISABLED] hdac0: Name: vendor widget hdac0: Widget cap: 0x00f00040 hdac0: PROC hdac0: hdac0: nid: 33 [DISABLED] hdac0: Name: vendor widget hdac0: Widget cap: 0x00f00000 hdac0: hdac0: nid: 34 [DISABLED] hdac0: Name: audio mixer hdac0: Widget cap: 0x0020010b hdac0: STEREO hdac0: Input amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: connections: 12 hdac0: | hdac0: + [DISABLED] <- nid=24 [pin: Mic (Jack)] hdac0: + [DISABLED] <- nid=25 [pin: Mic (Fixed)] hdac0: + [DISABLED] <- nid=26 [pin: Line-in (Jack)] hdac0: + [DISABLED] <- nid=27 [pin: Speaker (None)] [DISABLED] hdac0: + [DISABLED] <- nid=28 [pin: Speaker (None)] [DISABLED] hdac0: + [DISABLED] <- nid=29 [beep widget] hdac0: + [DISABLED] <- nid=20 [pin: Speaker (Fixed)] hdac0: + [DISABLED] <- nid=21 [pin: Headphones (Jack)] hdac0: + [DISABLED] <- nid=22 [pin: Speaker (None)] [DISABLED] hdac0: + [DISABLED] <- nid=23 [pin: Speaker (None)] [DISABLED] hdac0: + [DISABLED] <- nid=11 [audio mixer] hdac0: + [DISABLED] <- nid=18 [pin: Speaker (None)] [DISABLED] hdac0: hdac0: nid: 35 hdac0: Name: audio mixer hdac0: Widget cap: 0x0020010b hdac0: STEREO hdac0: Association: 2 (0x00008003) hdac0: OSS: speaker, line, mic, mix, monitor hdac0: Input amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: connections: 11 hdac0: | hdac0: + <- nid=24 [pin: Mic (Jack)] hdac0: + <- nid=25 [pin: Mic (Fixed)] hdac0: + <- nid=26 [pin: Line-in (Jack)] hdac0: + [DISABLED] <- nid=27 [pin: Speaker (None)] [DISABLED] hdac0: + [DISABLED] <- nid=28 [pin: Speaker (None)] [DISABLED] hdac0: + <- nid=29 [beep widget] hdac0: + [DISABLED] <- nid=20 [pin: Speaker (Fixed)] hdac0: + [DISABLED] <- nid=21 [pin: Headphones (Jack)] hdac0: + [DISABLED] <- nid=22 [pin: Speaker (None)] [DISABLED] hdac0: + [DISABLED] <- nid=23 [pin: Speaker (None)] [DISABLED] hdac0: + <- nid=11 [audio mixer] hdac0: hdac0: nid: 36 [DISABLED] hdac0: Name: vendor widget hdac0: Widget cap: 0x00f00000 hdac0: hdac0: nid: 37 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e0560 hdac0: 16 20 24 bits, 44 48 96 192 KHz hdac0: hdac0: nid: 38 [DISABLED] hdac0: Name: audio mixer hdac0: Widget cap: 0x0020010f hdac0: STEREO hdac0: Association: -2 (0x00000000) hdac0: Output amp: 0x00051f1f hdac0: mute=0 step=31 size=5 offset=31 hdac0: Input amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: connections: 2 hdac0: | hdac0: + [DISABLED] <- nid=37 [audio output] [DISABLED] hdac0: + [DISABLED] <- nid=11 [audio mixer] hdac0: hdac0: Processing modem FG cad=1 nid=2... hdac0: pci1: driver added found-> vendor=0x1002, dev=0x960f, revid=0x00 domain=0, bus=1, slot=5, func=1 class=04-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=19 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit pci0:1:5:1: reprobing on driver added hdac1: mem 0xcfdec000-0xcfdeffff irq 19 at device 5.1 on pci1 hdac1: HDA Driver Revision: 20081030_0115 pcib1: hdac1 requested memory range 0xcfdec000-0xcfdeffff: good hdac1: [MPSAFE] hdac1: [ITHREAD] hdac1: Probing codec #0... hdac1: HDA Codec #0: ATI (Unknown) hdac1: HDA Codec ID: 0x1002791a hdac1: Vendor: 0x1002 hdac1: Device: 0x791a hdac1: Revision: 0x00 hdac1: Stepping: 0x00 hdac1: PCI Subvendor: 0x014b1025 hdac1: Found audio FG nid=1 startnode=2 endnode=4 total=2 hdac1: hdac1: Processing audio FG cad=0 nid=1... hdac1: GPIO: 0x00000000 NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: Patched pins configuration: hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: 1 associations found: hdac1: Association 0 (1) out: hdac1: Pin nid=3 seq=0 hdac1: Tracing association 0 (1) hdac1: Pin 3 traced to DAC 2 hdac1: Association 0 (1) trace succeded hdac1: Tracing input monitor hdac1: Tracing beeper hdac1: FG config/quirks: gpio0 forcestereo ivref50 ivref80 ivref100 ivref hdac1: hdac1: +-------------------+ hdac1: | DUMPING HDA NODES | hdac1: +-------------------+ hdac1: hdac1: Default Parameter hdac1: ----------------- hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: IN amp: 0x00000000 hdac1: OUT amp: 0x00000000 hdac1: hdac1: nid: 2 hdac1: Name: audio output hdac1: Widget cap: 0x00000201 hdac1: DIGITAL STEREO hdac1: Association: 0 (0x00000001) hdac1: OSS: pcm (pcm) hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: hdac1: nid: 3 hdac1: Name: pin: Digital-out (Jack) hdac1: Widget cap: 0x00400381 hdac1: DIGITAL UNSOL STEREO hdac1: Association: 0 (0x00000001) hdac1: Pin cap: 0x00000094 hdac1: PDC OUT hdac1: Pin config: 0x18560010 hdac1: Pin control: 0x00000040 OUT hdac1: connections: 1 hdac1: | hdac1: + <- nid=2 [audio output] hdac1: pci2: driver added pci5: driver added pci6: driver added found-> vendor=0x14e4, dev=0x1684, revid=0x10 domain=0, bus=6, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=19 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:6:0:0: reprobing on driver added pci7: driver added pci8: driver added pcm0: at cad 0 nid 1 on hdac0 pcm0: +--------------------------------------+ pcm0: | DUMPING PCM Playback/Record Channels | pcm0: +--------------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: Stream cap: 0x00000001 pcm0: PCM pcm0: PCM cap: 0x000e0560 pcm0: 16 20 24 bits, 44 48 96 192 KHz pcm0: DAC: 2 pcm0: pcm0: Record: pcm0: pcm0: Stream cap: 0x00000001 pcm0: PCM pcm0: PCM cap: 0x000e0560 pcm0: 16 20 24 bits, 44 48 96 192 KHz pcm0: ADC: 8 pcm0: pcm0: +--------------------------------+ pcm0: | DUMPING Playback/Record Pathes | pcm0: +--------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: nid=20 [pin: Speaker (Fixed)] pcm0: | pcm0: + <- nid=12 [audio mixer] [src: pcm, mix] pcm0: | pcm0: + <- nid=2 [audio output] [src: pcm] pcm0: + <- nid=11 [audio mixer] [src: mix] pcm0: pcm0: nid=21 [pin: Headphones (Jack)] pcm0: | pcm0: + <- nid=12 [audio mixer] [src: pcm, mix] pcm0: | pcm0: + <- nid=2 [audio output] [src: pcm] pcm0: + <- nid=11 [audio mixer] [src: mix] pcm0: pcm0: Record: pcm0: pcm0: nid=8 [audio input] pcm0: | pcm0: + <- nid=35 [audio mixer] [src: speaker, line, mic, mix, monitor] pcm0: | pcm0: + <- nid=24 [pin: Mic (Jack)] [src: mic] pcm0: + <- nid=25 [pin: Mic (Fixed)] [src: monitor] pcm0: + <- nid=26 [pin: Line-in (Jack)] [src: line] pcm0: + <- nid=29 [beep widget] [src: speaker] pcm0: + <- nid=11 [audio mixer] [src: mix] pcm0: pcm0: Input Mix: pcm0: pcm0: nid=11 [audio mixer] pcm0: | pcm0: + <- nid=24 [pin: Mic (Jack)] [src: mic] pcm0: + <- nid=25 [pin: Mic (Fixed)] [src: monitor] pcm0: + <- nid=26 [pin: Line-in (Jack)] [src: line] pcm0: + <- nid=29 [beep widget] [src: speaker] pcm0: pcm0: +-------------------------+ pcm0: | DUMPING Volume Controls | pcm0: +-------------------------+ pcm0: pcm0: Master Volume (OSS: vol) pcm0: | pcm0: +- ctl 13 (nid 12 out): -46/0dB (32 steps) pcm0: +- ctl 14 (nid 12 in 0): mute pcm0: +- ctl 15 (nid 12 in 1): mute pcm0: +- ctl 25 (nid 20 in ): mute pcm0: +- ctl 27 (nid 21 in ): mute pcm0: pcm0: PCM Volume (OSS: pcm) pcm0: | pcm0: +- ctl 14 (nid 12 in 0): mute pcm0: pcm0: Microphone Volume (OSS: mic) pcm0: | pcm0: +- ctl 34 (nid 24 out): 0/30dB (4 steps) pcm0: +- ctl 53 (nid 35 in 0): mute pcm0: pcm0: Microphone2 Volume (OSS: monitor) pcm0: | pcm0: +- ctl 36 (nid 25 out): 0/30dB (4 steps) pcm0: +- ctl 54 (nid 35 in 1): mute pcm0: pcm0: Line-in Volume (OSS: line) pcm0: | pcm0: +- ctl 38 (nid 26 out): 0/30dB (4 steps) pcm0: +- ctl 55 (nid 35 in 2): mute pcm0: pcm0: Speaker/Beep Volume (OSS: speaker) pcm0: | pcm0: +- ctl 8 (nid 11 in 5): -34/12dB (32 steps) + mute pcm0: +- ctl 58 (nid 35 in 5): mute pcm0: pcm0: Recording Level (OSS: rec) pcm0: | pcm0: +- ctl 1 (nid 8 in 0): -16/30dB (32 steps) + mute pcm0: +- ctl 53 (nid 35 in 0): mute pcm0: +- ctl 54 (nid 35 in 1): mute pcm0: +- ctl 55 (nid 35 in 2): mute pcm0: +- ctl 58 (nid 35 in 5): mute pcm0: +- ctl 63 (nid 35 in 10): mute pcm0: pcm0: Input Mix Level (OSS: mix) pcm0: | pcm0: +- ctl 3 (nid 11 in 0): -34/12dB (32 steps) + mute pcm0: +- ctl 4 (nid 11 in 1): -34/12dB (32 steps) + mute pcm0: +- ctl 5 (nid 11 in 2): -34/12dB (32 steps) + mute pcm0: +- ctl 8 (nid 11 in 5): -34/12dB (32 steps) + mute pcm0: +- ctl 15 (nid 12 in 1): mute pcm0: +- ctl 63 (nid 35 in 10): mute pcm0: pcm0: Enabling Soft PCM volume pcm0: Mixer "vol": pcm0: Mixer "pcm": pcm0: Mixer "speaker": pcm0: Mixer "line": pcm0: Mixer "mic": pcm0: Mixer "mix": pcm0: Mixer "rec": pcm0: Mixer "ogain": pcm0: Mixer "monitor": pcm0: Soft PCM mixer ENABLED pcm0: clone manager: deadline=750ms flags=0x8000001e pcm0: sndbuf_setmap 2ecd0000, 4000; 0xfffffffea2324000 -> 2ecd0000 pcm0: sndbuf_setmap 25710000, 4000; 0xfffffffea2334000 -> 25710000 pcm1: at cad 0 nid 1 on hdac0 pcm1: +--------------------------------------+ pcm1: | DUMPING PCM Playback/Record Channels | pcm1: +--------------------------------------+ pcm1: pcm1: Playback: pcm1: pcm1: Stream cap: 0x00000005 pcm1: AC3 PCM pcm1: PCM cap: 0x000e05e0 pcm1: 16 20 24 bits, 44 48 88 96 192 KHz pcm1: DAC: 6 pcm1: pcm1: +--------------------------------+ pcm1: | DUMPING Playback/Record Pathes | pcm1: +--------------------------------+ pcm1: pcm1: Playback: pcm1: pcm1: nid=30 [pin: SPDIF-out (Jack)] pcm1: | pcm1: + <- nid=6 [audio output] [src: pcm] pcm1: pcm1: +-------------------------+ pcm1: | DUMPING Volume Controls | pcm1: +-------------------------+ pcm1: pcm1: Forcing Soft PCM volume pcm1: Forcing master volume with PCM pcm1: Mixer "vol" -> "none": child=0x00000010 pcm1: Mixer "pcm": parent="vol" pcm1: Soft PCM mixer ENABLED pcm1: clone manager: deadline=750ms flags=0x8000001e pcm1: sndbuf_setmap 28ba0000, 4000; 0xfffffffea2344000 -> 28ba0000 pcm2: at cad 0 nid 1 on hdac1 pcm2: +--------------------------------------+ pcm2: | DUMPING PCM Playback/Record Channels | pcm2: +--------------------------------------+ pcm2: pcm2: Playback: pcm2: pcm2: Stream cap: 0x00000005 pcm2: AC3 PCM pcm2: PCM cap: 0x00020040 pcm2: 16 bits, 48 KHz pcm2: DAC: 2 pcm2: pcm2: +--------------------------------+ pcm2: | DUMPING Playback/Record Pathes | pcm2: +--------------------------------+ pcm2: pcm2: Playback: pcm2: pcm2: nid=3 [pin: Digital-out (Jack)] pcm2: | pcm2: + <- nid=2 [audio output] [src: pcm] pcm2: pcm2: +-------------------------+ pcm2: | DUMPING Volume Controls | pcm2: +-------------------------+ pcm2: pcm2: Forcing Soft PCM volume pcm2: Forcing master volume with PCM pcm2: Mixer "vol" -> "none": child=0x00000010 pcm2: Mixer "pcm": parent="vol" pcm2: Soft PCM mixer ENABLED pcm2: clone manager: deadline=750ms flags=0x8000001e pcm2: sndbuf_setmap 28b90000, 4000; 0xfffffffea2354000 -> 28b90000 -------------- next part -------------- hw.snd.latency_profile: 1 hw.snd.latency: 5 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.feeder_buffersize: 16384 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.verbose: 1 hw.snd.maxautovchans: 16 hw.snd.default_unit: 0 hw.snd.version: 2007061600/amd64 hw.snd.default_auto: 0 dev.hdac.0.%desc: ATI SB600 High Definition Audio Controller dev.hdac.0.%driver: hdac dev.hdac.0.%location: slot=20 function=2 handle=\_SB_.PCI0.HDA_ dev.hdac.0.%pnpinfo: vendor=0x1002 device=0x4383 subvendor=0x1025 subdevice=0x014b class=0x040300 dev.hdac.0.%parent: pci0 dev.hdac.0.polling: 0 dev.hdac.0.polling_interval: 250 dev.hdac.0.pindump: 0 dev.hdac.1.%desc: ATI (Unknown) High Definition Audio Controller dev.hdac.1.%driver: hdac dev.hdac.1.%location: slot=5 function=1 dev.hdac.1.%pnpinfo: vendor=0x1002 device=0x960f subvendor=0x1025 subdevice=0x014b class=0x040300 dev.hdac.1.%parent: pci1 dev.hdac.1.polling: 0 dev.hdac.1.polling_interval: 250 dev.hdac.1.pindump: 0 dev.pcm.0.%desc: HDA Realtek ALC888 PCM #0 dev.pcm.0.%driver: pcm dev.pcm.0.%parent: hdac0 dev.pcm.0.play.vchans: 1 dev.pcm.0.play.vchanrate: 48000 dev.pcm.0.play.vchanformat: s16le dev.pcm.0.rec.vchans: 1 dev.pcm.0.rec.vchanrate: 48000 dev.pcm.0.rec.vchanformat: s16le dev.pcm.0.buffersize: 16384 dev.pcm.1.%desc: HDA Realtek ALC888 PCM #1 dev.pcm.1.%driver: pcm dev.pcm.1.%parent: hdac0 dev.pcm.1.play.vchans: 1 dev.pcm.1.play.vchanrate: 48000 dev.pcm.1.play.vchanformat: s16le dev.pcm.1.buffersize: 16384 dev.pcm.2.%desc: HDA ATI (Unknown) PCM #0 dev.pcm.2.%driver: pcm dev.pcm.2.%parent: hdac1 dev.pcm.2.play.vchans: 1 dev.pcm.2.play.vchanrate: 48000 dev.pcm.2.play.vchanformat: s16le dev.pcm.2.buffersize: 16384 From mav at FreeBSD.org Sun Nov 2 11:28:56 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Sun Nov 2 11:29:02 2008 Subject: How do I use AC3 codec instead of PCM like mplayer -ac hwac3 In-Reply-To: <490DED08.9010800@FreeBSD.org> References: <20081103023207.68fb4ced.nork@FreeBSD.org> <490DED08.9010800@FreeBSD.org> Message-ID: <490DFF73.20904@FreeBSD.org> Alexander Motin wrote: > Norikatsu Shigemura wrote: >> I think that my snd_hda(4) device supports hardware AC3 codec >> (SEE ALSO: attached dmesg and sysctl messages). But I couldn't >> mplayer -ac hwac3 dvd:// like following: > > It looks like there is two problems: > > First is yours: your default pcm0/dsp0 device is PCM only, it does not > supports AC3. Your SPDIF port is pcm1/dsp1. You should specify mplayer > to use it it you wish to pass AC3 through to the external decoder. Also > you have AC3 support as part of your video card HDMI port - pcm2/dsp2. > > Second is at vchans: it does not support AC3 pass though when "Soft PCM > volume" is enabled. You can hack this by commenting respective part of > the hdac_audio_ctl_ossmixer_init(). Also it was reported that with some > amount of luck it may work even without it is you set pcm and master > volume on that channel to 100% and your decoder is able to detect > unmarked AC3 stream. And the third problem is that vchans does not support "mixing" of AC3 pass though, so you have to disable it for the respective device allowing only one application to use it at a time. -- Alexander Motin From nork at FreeBSD.org Sun Nov 2 11:56:53 2008 From: nork at FreeBSD.org (Norikatsu Shigemura) Date: Sun Nov 2 11:57:00 2008 Subject: How do I use AC3 codec instead of PCM like mplayer -ac hwac3 In-Reply-To: <490DED08.9010800@FreeBSD.org> References: <20081103023207.68fb4ced.nork@FreeBSD.org> <490DED08.9010800@FreeBSD.org> Message-ID: <20081103045643.c6081414.nork@FreeBSD.org> Hi mav. On Sun, 02 Nov 2008 20:10:16 +0200 Alexander Motin wrote: > > I think that my snd_hda(4) device supports hardware AC3 codec > > (SEE ALSO: attached dmesg and sysctl messages). But I couldn't > > mplayer -ac hwac3 dvd:// like following: > It looks like there is two problems: > First is yours: your default pcm0/dsp0 device is PCM only, it does not > supports AC3. Your SPDIF port is pcm1/dsp1. You should specify mplayer > to use it it you wish to pass AC3 through to the external decoder. Also > you have AC3 support as part of your video card HDMI port - pcm2/dsp2. Thanks for your pointed out. I tested -ao oss:/dev/dsp1 and -ao oss:/dev/dsp2, but not worked. These are same results, So... > Second is at vchans: it does not support AC3 pass though when "Soft PCM > volume" is enabled. You can hack this by commenting respective part of > the hdac_audio_ctl_ossmixer_init(). Also it was reported that with some > amount of luck it may work even without it is you set pcm and master > volume on that channel to 100% and your decoder is able to detect > unmarked AC3 stream. "Soft PCM volume is enabled." is following? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - : pcm1: Forcing Soft PCM volume : pcm2: Forcing Soft PCM volume : - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I read your hdac_audio_ctl_ossmixer_init(), it looks only "Forcing" or "Enabling" I can select. Humm... Do I try to disable it? -- Norikatsu Shigemura From mav at FreeBSD.org Sun Nov 2 12:07:58 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Sun Nov 2 12:08:04 2008 Subject: How do I use AC3 codec instead of PCM like mplayer -ac hwac3 In-Reply-To: <20081103045643.c6081414.nork@FreeBSD.org> References: <20081103023207.68fb4ced.nork@FreeBSD.org> <490DED08.9010800@FreeBSD.org> <20081103045643.c6081414.nork@FreeBSD.org> Message-ID: <490E0898.5030809@FreeBSD.org> Norikatsu Shigemura wrote: > "Soft PCM volume is enabled." is following? > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > : > pcm1: Forcing Soft PCM volume > : > pcm2: Forcing Soft PCM volume > : > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > I read your hdac_audio_ctl_ossmixer_init(), it looks only > "Forcing" or "Enabling" I can select. Humm... Do I try to > disable it? Yes, comment out whole /* Declare soft PCM and master volume if needed. */ if (pdevinfo->play >= 0) { ... } part. And disable vchans for pcm1 and pcm2: sysctl dev.pcm.1.play.vchans=0 sysctl dev.pcm.2.play.vchans=0 -- Alexander Motin From nork at FreeBSD.org Sun Nov 2 13:02:07 2008 From: nork at FreeBSD.org (Norikatsu Shigemura) Date: Sun Nov 2 13:02:13 2008 Subject: How do I use AC3 codec instead of PCM like mplayer -ac hwac3 In-Reply-To: <490E0898.5030809@FreeBSD.org> References: <20081103023207.68fb4ced.nork@FreeBSD.org> <490DED08.9010800@FreeBSD.org> <20081103045643.c6081414.nork@FreeBSD.org> <490E0898.5030809@FreeBSD.org> Message-ID: <20081103060157.4ce3ce50.nork@FreeBSD.org> On Sun, 02 Nov 2008 22:07:52 +0200 Alexander Motin wrote: > Yes, comment out whole > /* Declare soft PCM and master volume if needed. */ > > if (pdevinfo->play >= 0) { > > ... > } > part. > And disable vchans for pcm1 and pcm2: > sysctl dev.pcm.1.play.vchans=0 > sysctl dev.pcm.2.play.vchans=0 Thank you! It looks good! But, Sorry, I don't have any S/PDIF and HDMI devices. So I didn't confirm with hearing from speaker. But I can get S/PDIF speaker! :D case of hw.snd.default_unit=1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - : ========================================================================== Forced audio codec: hwac3 Opening audio decoder: [hwac3] AC3/DTS pass-through S/PDIF dec_audio: Allocating 8192 bytes for input buffer. dec_audio: Allocating 16384 + 65536 = 81920 bytes for output buffer. No accelerated IMDCT transform found hwac3: switched to AC3, 448000 bps, 48000 Hz AUDIO: 48000 Hz, 2 ch, ac3, 448.0 kbit/29.17% (ratio: 56000->192000) Selected audio codec: [hwac3] afm: hwac3 (AC3 through S/PDIF) ========================================================================== Building audio filter chain for 48000Hz/2ch/ac3 -> 0Hz/0ch/??... [libaf] Adding filter dummy [dummy] Was reinitialized: 48000Hz/2ch/ac3 [dummy] Was reinitialized: 48000Hz/2ch/ac3 ao2: 48000 Hz 2 chans ac3 audio_setup: using '/dev/dsp' dsp device audio_setup: using '/dev/mixer' mixer device audio_setup: using 'pcm' mixer device audio_setup: sample format: ac3 (requested: ac3) audio_setup: frags: 32/32 (512 bytes/frag) free: 16384 AO: [oss] 48000Hz 2ch ac3 (1 bytes per sample) AO: Description: OSS/ioctl audio output AO: Author: A'rpi Building audio filter chain for 48000Hz/2ch/ac3 -> 48000Hz/2ch/ac3... [dummy] Was reinitialized: 48000Hz/2ch/ac3 [dummy] Was reinitialized: 48000Hz/2ch/ac3 Starting playback... : - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - case of hw.snd.default_unit=1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - : ========================================================================== Forced audio codec: hwac3 Opening audio decoder: [hwac3] AC3/DTS pass-through S/PDIF dec_audio: Allocating 8192 bytes for input buffer. dec_audio: Allocating 16384 + 65536 = 81920 bytes for output buffer. No accelerated IMDCT transform found hwac3: switched to AC3, 448000 bps, 48000 Hz AUDIO: 48000 Hz, 2 ch, ac3, 448.0 kbit/29.17% (ratio: 56000->192000) Selected audio codec: [hwac3] afm: hwac3 (AC3 through S/PDIF) ========================================================================== Building audio filter chain for 48000Hz/2ch/ac3 -> 0Hz/0ch/??... [libaf] Adding filter dummy [dummy] Was reinitialized: 48000Hz/2ch/ac3 [dummy] Was reinitialized: 48000Hz/2ch/ac3 ao2: 48000 Hz 2 chans ac3 audio_setup: using '/dev/dsp' dsp device audio_setup: using '/dev/mixer' mixer device audio_setup: using 'pcm' mixer device audio_setup: sample format: ac3 (requested: ac3) audio_setup: frags: 32/32 (512 bytes/frag) free: 16384 AO: [oss] 48000Hz 2ch ac3 (1 bytes per sample) AO: Description: OSS/ioctl audio output AO: Author: A'rpi Building audio filter chain for 48000Hz/2ch/ac3 -> 48000Hz/2ch/ac3... [dummy] Was reinitialized: 48000Hz/2ch/ac3 [dummy] Was reinitialized: 48000Hz/2ch/ac3 Starting playback... : - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- Norikatsu Shigemura -------------- next part -------------- --- dmesg.snd_hda.txt 2008-11-03 02:13:54.016366831 +0900 +++ dmesg.snd_hda.txt.2 2008-11-03 05:34:47.487079858 +0900 @@ -45,7 +45,7 @@ pci0:0:20:2: reprobing on driver added hdac0: mem 0xf0500000-0xf0503fff irq 16 at device 20.2 on pci0 hdac0: HDA Driver Revision: 20081030_0115 -ioapic0: Assigning PCI IRQ 16 to local APIC 1 +ioapic0: Assigning PCI IRQ 16 to local APIC 0 ioapic0: routing intpin 16 (PCI IRQ 16) to vector 53 hdac0: [MPSAFE] hdac0: [ITHREAD] @@ -848,7 +848,6 @@ pcm0: +- ctl 15 (nid 12 in 1): mute pcm0: +- ctl 63 (nid 35 in 10): mute pcm0: -pcm0: Enabling Soft PCM volume pcm0: Mixer "vol": pcm0: Mixer "pcm": pcm0: Mixer "speaker": @@ -858,10 +857,9 @@ pcm0: Mixer "rec": pcm0: Mixer "ogain": pcm0: Mixer "monitor": -pcm0: Soft PCM mixer ENABLED pcm0: clone manager: deadline=750ms flags=0x8000001e -pcm0: sndbuf_setmap 2ecd0000, 4000; 0xfffffffea2324000 -> 2ecd0000 -pcm0: sndbuf_setmap 25710000, 4000; 0xfffffffea2334000 -> 25710000 +pcm0: sndbuf_setmap 38f30000, 4000; 0xfffffffea2324000 -> 38f30000 +pcm0: sndbuf_setmap a96e0000, 4000; 0xfffffffea2334000 -> a96e0000 pcm1: at cad 0 nid 1 on hdac0 pcm1: +--------------------------------------+ pcm1: | DUMPING PCM Playback/Record Channels | @@ -889,13 +887,8 @@ pcm1: | DUMPING Volume Controls | pcm1: +-------------------------+ pcm1: -pcm1: Forcing Soft PCM volume -pcm1: Forcing master volume with PCM -pcm1: Mixer "vol" -> "none": child=0x00000010 -pcm1: Mixer "pcm": parent="vol" -pcm1: Soft PCM mixer ENABLED pcm1: clone manager: deadline=750ms flags=0x8000001e -pcm1: sndbuf_setmap 28ba0000, 4000; 0xfffffffea2344000 -> 28ba0000 +pcm1: sndbuf_setmap a9620000, 4000; 0xfffffffea2344000 -> a9620000 pcm2: at cad 0 nid 1 on hdac1 pcm2: +--------------------------------------+ pcm2: | DUMPING PCM Playback/Record Channels | @@ -923,10 +916,5 @@ pcm2: | DUMPING Volume Controls | pcm2: +-------------------------+ pcm2: -pcm2: Forcing Soft PCM volume -pcm2: Forcing master volume with PCM -pcm2: Mixer "vol" -> "none": child=0x00000010 -pcm2: Mixer "pcm": parent="vol" -pcm2: Soft PCM mixer ENABLED pcm2: clone manager: deadline=750ms flags=0x8000001e -pcm2: sndbuf_setmap 28b90000, 4000; 0xfffffffea2354000 -> 28b90000 +pcm2: sndbuf_setmap a9600000, 4000; 0xfffffffea2354000 -> a9600000 -------------- next part -------------- --- sysctl.snd_hda.txt 2008-11-03 02:12:18.973311505 +0900 +++ sysctl.snd_hda.txt.2 2008-11-03 05:48:29.342878364 +0900 @@ -40,14 +40,10 @@ dev.pcm.1.%desc: HDA Realtek ALC888 PCM #1 dev.pcm.1.%driver: pcm dev.pcm.1.%parent: hdac0 -dev.pcm.1.play.vchans: 1 -dev.pcm.1.play.vchanrate: 48000 -dev.pcm.1.play.vchanformat: s16le +dev.pcm.1.play.vchans: 0 dev.pcm.1.buffersize: 16384 dev.pcm.2.%desc: HDA ATI (Unknown) PCM #0 dev.pcm.2.%driver: pcm dev.pcm.2.%parent: hdac1 -dev.pcm.2.play.vchans: 1 -dev.pcm.2.play.vchanrate: 48000 -dev.pcm.2.play.vchanformat: s16le +dev.pcm.2.play.vchans: 0 dev.pcm.2.buffersize: 16384 -------------- next part -------------- --- sys/dev/sound/pci/hda/hdac.c.orig 2008-11-02 14:42:38.116879000 +0900 +++ sys/dev/sound/pci/hda/hdac.c 2008-11-03 05:22:08.359475698 +0900 @@ -3485,7 +3485,7 @@ struct hdac_widget *w, *cw; struct hdac_audio_ctl *ctl; uint32_t mask, recmask, id; - int i, j, softpcmvol; + int i, j; hdac_lock(sc); @@ -3549,8 +3549,10 @@ } } +#if 0 /* Declare soft PCM and master volume if needed. */ if (pdevinfo->play >= 0) { + int softpcmvol; ctl = NULL; if ((mask & SOUND_MASK_PCM) == 0 || (devinfo->function.audio.quirks & HDA_QUIRK_SOFTPCMVOL)) { @@ -3593,6 +3595,7 @@ ); } } +#endif recmask &= (1 << SOUND_MIXER_NRDEVICES) - 1; mask &= (1 << SOUND_MIXER_NRDEVICES) - 1; From dominique.goncalves at gmail.com Sun Nov 2 13:02:16 2008 From: dominique.goncalves at gmail.com (Dominique Goncalves) Date: Sun Nov 2 13:02:24 2008 Subject: No sound with M-AUDIO DELTA 1010LT and snd_envy24 Message-ID: <7daacbbe0811021237p1c3c823bj97b481463433e6d9@mail.gmail.com> Hi, I use FreeBSD 7.1-PRERELEASE and a M-AUDIO DELTA 1010LT sound card. The sound card seems to be detected correctly but there is no sound (It works on Windows XP and Ubuntu 7.10, it's not a problem of setup with cable). By the way I use the analog output (1 and 2). I tried with mplayer, it plays correctly without error but no sound. %cat /boot/kernel/kernel > /dev/dsp0.0 load: 0.57 cmd: cat 2184 [pcmwr] 0.00u 0.00s 0% 772k ^C It produce also no sound. Is there a problem with my configuration or no support in snd_envy24(4) for my sound card ? Envy24Control [1] from ALSA project helps a lot to configure this sound card, is there an alternative in FreeBSD? [1] http://alsa.opensrc.org/Envy24Control Thanks for your help, Regards. %sysctl hw.snd hw.snd.latency_profile: 1 hw.snd.latency: 5 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.feeder_buffersize: 16384 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.verbose: 1 hw.snd.maxautovchans: 16 hw.snd.default_unit: 0 hw.snd.version: 2007061600/i386 hw.snd.default_auto: 0 %mixer Mixer vol is currently set to 78:78 Mixer bass is currently set to 0:0 Mixer treble is currently set to 0:0 Mixer synth is currently set to 0:0 Mixer pcm is currently set to 81:81 Mixer speaker is currently set to 0:0 Mixer line is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer cd is currently set to 0:0 Mixer mix is currently set to 0:0 Recording source: mic %mixer speaker 50:50 Setting the mixer speaker from 0:0 to 50:50. mixer: WRITE_MIXER: Device not configured %kldstat Id Refs Address Size Name 1 16 0xc0400000 97d3ac kernel 2 1 0xc0d7e000 90d0 snd_envy24.ko 3 4 0xc0d88000 4a62c sound.ko 4 2 0xc0dd3000 2a58 snd_spicds.ko 5 1 0xc0dd6000 6f88 snd_ich.ko 6 1 0xc0ddd000 4d20 atapicam.ko 7 1 0xc0de2000 6a2c4 acpi.ko 8 1 0xc413d000 21000 radeon.ko 9 1 0xc415e000 f000 drm.ko 10 1 0xc4a67000 7000 udf.ko %pciconf -vl hostb0@pci0:0:0:0: class=0x060000 card=0x00000000 chip=0x06461039 rev=0x00 hdr=0x00 vendor = 'Silicon Integrated Systems (SiS)' device = 'SiS645DX Host-to-PCI Bridge' class = bridge subclass = HOST-PCI pcib1@pci0:0:1:0: class=0x060400 card=0x00000000 chip=0x00011039 rev=0x00 hdr=0x01 vendor = 'Silicon Integrated Systems (SiS)' device = 'SiS730 Virtual PCI-to-PCI bridge (AGP)' class = bridge subclass = PCI-PCI isab0@pci0:0:2:0: class=0x060100 card=0x00000000 chip=0x00081039 rev=0x04 hdr=0x00 vendor = 'Silicon Integrated Systems (SiS)' device = 'SiS PCI to ISA Bridge (LPC Bridge)' class = bridge subclass = PCI-ISA atapci0@pci0:0:2:5: class=0x010180 card=0x55131039 chip=0x55131039 rev=0x00 hdr=0x00 vendor = 'Silicon Integrated Systems (SiS)' device = 'SiS5513 EIDE Controller (A,B step)' class = mass storage subclass = ATA ohci0@pci0:0:3:0: class=0x0c0310 card=0x56701462 chip=0x70011039 rev=0x0f hdr=0x00 vendor = 'Silicon Integrated Systems (SiS)' device = 'SiS5597/8 Universal Serial Bus Controller' class = serial bus subclass = USB ohci1@pci0:0:3:1: class=0x0c0310 card=0x56701462 chip=0x70011039 rev=0x0f hdr=0x00 vendor = 'Silicon Integrated Systems (SiS)' device = 'SiS5597/8 Universal Serial Bus Controller' class = serial bus subclass = USB ohci2@pci0:0:3:2: class=0x0c0310 card=0x56701462 chip=0x70011039 rev=0x0f hdr=0x00 vendor = 'Silicon Integrated Systems (SiS)' device = 'SiS5597/8 Universal Serial Bus Controller' class = serial bus subclass = USB ehci0@pci0:0:3:3: class=0x0c0320 card=0x56701462 chip=0x70021039 rev=0x00 hdr=0x00 vendor = 'Silicon Integrated Systems (SiS)' device = 'SiS7002 USB 2.0 Enhanced Host Controller' class = serial bus subclass = USB pcm0@pci0:0:8:0: class=0x040100 card=0xd63b1412 chip=0x17121412 rev=0x02 hdr=0x00 vendor = 'VIA Technologies Inc (Was: IC Ensemble Inc)' device = 'ICE1712 Envy24 Multichannel Audio Controller' class = multimedia subclass = audio rl0@pci0:0:11:0: class=0x020000 card=0x813910ec chip=0x813910ec rev=0x10 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' class = network subclass = ethernet vgapci0@pci0:1:0:0: class=0x030000 card=0x7194174b chip=0x49661002 rev=0x01 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'RV250 Radeon 9000/9000 Pro' class = display subclass = VGA Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.1-PRERELEASE #0: Fri Sep 26 23:16:45 CEST 2008 root@djdomics:/usr/obj/usr/src/sys/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0xc0e4e000. Preloaded elf module "/boot/kernel/snd_envy24.ko" at 0xc0e4e1a8. Preloaded elf module "/boot/kernel/sound.ko" at 0xc0e4e258. Preloaded elf module "/boot/kernel/snd_spicds.ko" at 0xc0e4e304. Preloaded elf module "/boot/kernel/snd_ich.ko" at 0xc0e4e3b4. Preloaded elf module "/boot/kernel/atapicam.ko" at 0xc0e4e460. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0e4e510. Calibrating clock(s) ... i8254 clock: 1193167 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2000146912 Hz CPU: Intel(R) Pentium(R) 4 CPU 2.00GHz (2000.15-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 Features=0x3febfbff Instruction TLB: 4 KB, 2 MB or 4 MB pages, fully associative, 64 entries Data TLB: 4 KB or 4 MB pages, fully associative, 64 entries 1st-level data cache: 8 KB, 4-way set associative, sectored cache, 64 byte line size Trace cache: 12K-uops, 8-way set associative 2nd-level cache: 512 KB, 8-way set associative, sectored cache, 64 byte line size real memory = 805240832 (767 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000001025000 - 0x000000002f229fff, 773869568 bytes (188933 pages) avail memory = 773971968 (738 MB) Table 'FACP' at 0x2fff0030 Table 'APIC' at 0x2fff00c0 MADT: Found table at 0x2fff00c0 MP Configuration Table version 1.4 found at 0xc00f61f0 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 1: enabled SMP: Added CPU 0 (AP) ACPI APIC Table: bios32: Found BIOS32 Service Directory header at 0xc00fdb00 bios32: Entry = 0xfdb10 (c00fdb10) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0xdb31 pnpbios: Found PnP BIOS data at 0xc00f74a0 pnpbios: Entry = f0000:642b Rev = 1.0 Other BIOS signatures found: APIC: CPU 0 has ACPI ID 1 ULE: setup cpu group 0 ULE: setup cpu 0 ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 ACPI: RSDP @ 0x0xfa170/0x0014 (v 0 AMI ) ACPI: RSDT @ 0x0x2fff0000/0x002C (v 1 AMIINT SiS645XX 0x00000010 MSFT 0x0100000B) ACPI: FACP @ 0x0x2fff0030/0x0081 (v 1 AMIINT SiS645XX 0x00000011 MSFT 0x0100000B) ACPI: DSDT @ 0x0x2fff0110/0x3588 (v 1 SiS 645 0x00001000 MSFT 0x0100000D) ACPI: FACS @ 0x0x2fff8000/0x0040 ACPI: APIC @ 0x0x2fff00c0/0x0050 (v 1 AMIINT SiS645XX 0x00001000 MSFT 0x0100000B) MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 lapic0: Routing NMI -> LINT1 lapic0: LINT1 trigger: edge lapic0: LINT1 polarity: high MADT: Forcing active-low polarity and level trigger for SCI ioapic0: intpin 9 polarity: low ioapic0: intpin 9 trigger: level ioapic0 irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x0001000f pcm: 0x00010000 snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_buffersize=16384 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 ath_rate: version 1.2 wlan_amrr: wlan: <802.11 Link Layer> random: nfslock: pseudo-device io: kbd: new array size 4 kbd1 at kbdmux0 mem: Pentium Pro MTRR support enabled null: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 (Sep 26 2008 23:16:12) npx0: INT 16 interface acpi0: on motherboard ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 acpi0: [MPSAFE] acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: wakeup code va 0xd30d6000 pa 0x1000 pci_open(1): mode 1 addr port (0x0cf8) is 0x00000208 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=06461039) pcibios: BIOS version 2.10 AcpiOsDerivePciId: \\_SB_.PCI0.TMEM -> bus 0 dev 0 func 0 AcpiOsDerivePciId: \\_SB_.PCI0.SBRG.PIX0 -> bus 0 dev 2 func 0 AcpiOsDerivePciId: \\_SB_.PCI0.SBRG.PIX1 -> bus 0 dev 2 func 0 ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 7 10 11 12 14 15 Validation 0 11 N 0 3 4 5 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 10 11 12 14 15 Validation 0 255 N 0 3 4 5 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 7 10 11 12 14 15 Validation 0 11 N 0 3 4 5 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 12 N 0 3 4 5 7 10 11 12 14 15 Validation 0 12 N 0 3 4 5 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 7 10 11 12 14 15 Validation 0 10 N 0 3 4 5 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 7 10 11 12 14 15 Validation 0 10 N 0 3 4 5 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 12 N 0 3 4 5 7 10 11 12 14 15 Validation 0 12 N 0 3 4 5 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 7 10 11 12 14 15 Validation 0 10 N 0 3 4 5 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x1039, dev=0x0646, revid=0x00 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x2210, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type Memory, range 32, base 0xe0000000, size 26, enabled found-> vendor=0x1039, dev=0x0001, revid=0x00 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns) found-> vendor=0x1039, dev=0x0008, revid=0x04 domain=0, bus=0, slot=2, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1039, dev=0x5513, revid=0x00 domain=0, bus=0, slot=2, func=5 class=01-01-80, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x80 (3840 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type I/O Port, range 32, base 0xff00, size 4, enabled found-> vendor=0x1039, dev=0x7001, revid=0x0f domain=0, bus=0, slot=3, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0280, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=a, irq=10 map[10]: type Memory, range 32, base 0xdfffc000, size 12, enabled pcib0: matched entry for 0.3.INTA pcib0: slot 3 INTA hardwired to IRQ 20 found-> vendor=0x1039, dev=0x7001, revid=0x0f domain=0, bus=0, slot=3, func=1 class=0c-03-10, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0280, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=b, irq=10 map[10]: type Memory, range 32, base 0xdfffd000, size 12, enabled pcib0: matched entry for 0.3.INTB pcib0: slot 3 INTB hardwired to IRQ 21 found-> vendor=0x1039, dev=0x7001, revid=0x0f domain=0, bus=0, slot=3, func=2 class=0c-03-10, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0280, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=c, irq=12 map[10]: type Memory, range 32, base 0xdfffe000, size 12, enabled pcib0: matched entry for 0.3.INTC pcib0: slot 3 INTC hardwired to IRQ 22 found-> vendor=0x1039, dev=0x7002, revid=0x00 domain=0, bus=0, slot=3, func=3 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=d, irq=10 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xdffff000, size 12, enabled pcib0: matched entry for 0.3.INTD pcib0: slot 3 INTD hardwired to IRQ 23 found-> vendor=0x1412, dev=0x1712, revid=0x02 domain=0, bus=0, slot=8, func=0 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0105, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=12 powerspec 1 supports D0 D2 D3 current D0 map[10]: type I/O Port, range 32, base 0xdc00, size 5, enabled map[14]: type I/O Port, range 32, base 0xd800, size 4, enabled map[18]: type I/O Port, range 32, base 0xd400, size 4, enabled map[1c]: type I/O Port, range 32, base 0xd000, size 6, enabled pcib0: matched entry for 0.8.INTA pcib0: slot 8 INTA hardwired to IRQ 19 found-> vendor=0x10ec, dev=0x8139, revid=0x10 domain=0, bus=0, slot=11, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type I/O Port, range 32, base 0xcc00, size 8, enabled map[14]: type Memory, range 32, base 0xdfffbf00, size 8, enabled pcib0: matched entry for 0.11.INTA pcib0: slot 11 INTA hardwired to IRQ 18 agp0: on hostb0 hostb0: Reserved 0x4000000 bytes for rid 0x10 type 3 at 0xe0000000 agp0: allocating GATT for aperture of size 64M pcib1: at device 1.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 2 pcib1: I/O decode 0xa000-0xafff pcib1: memory decode 0xdfd00000-0xdfefffff pcib1: prefetched decode 0xcfa00000-0xdfbfffff pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x1002, dev=0x4966, revid=0x01 domain=0, bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0187, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Prefetchable Memory, range 32, base 0xd0000000, size 27, enabled pcib1: requested memory range 0xd0000000-0xd7ffffff: good map[14]: type I/O Port, range 32, base 0xa800, size 8, enabled pcib1: requested I/O range 0xa800-0xa8ff: in range map[18]: type Memory, range 32, base 0xdfef0000, size 16, enabled pcib1: requested memory range 0xdfef0000-0xdfefffff: good pcib0: matched entry for 0.1.INTA pcib0: slot 1 INTA hardwired to IRQ 16 pcib1: slot 0 INTA is routed to irq 16 vgapci0: port 0xa800-0xa8ff mem 0xd0000000-0xd7ffffff,0xdfef0000-0xdfefffff irq 16 at device 0.0 on pci1 isab0: at device 2.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xff00-0xff0f at device 2.5 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xff00 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=50 ata0: stat0=0x90 err=0x90 lsb=0x90 msb=0x90 ata0: stat0=0x90 err=0x90 lsb=0x90 msb=0x90 ata0: stat0=0x90 err=0x90 lsb=0x90 msb=0x90 ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=50 stat1=50 devices=0x3 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 49 ata0: [MPSAFE] ata0: [ITHREAD] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=50 ostat1=50 ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: stat1=0x10 err=0x01 lsb=0x14 msb=0xeb ata1: reset tp2 stat0=00 stat1=10 devices=0xc ioapic0: routing intpin 15 (ISA IRQ 15) to vector 50 ata1: [MPSAFE] ata1: [ITHREAD] ohci0: mem 0xdfffc000-0xdfffcfff irq 20 at device 3.0 on pci0 ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xdfffc000 ioapic0: routing intpin 20 (PCI IRQ 20) to vector 51 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered ohci1: mem 0xdfffd000-0xdfffdfff irq 21 at device 3.1 on pci0 ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xdfffd000 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 52 ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered ohci2: mem 0xdfffe000-0xdfffefff irq 22 at device 3.2 on pci0 ohci2: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xdfffe000 ioapic0: routing intpin 22 (PCI IRQ 22) to vector 53 ohci2: [GIANT-LOCKED] ohci2: [ITHREAD] usb2: OHCI version 1.0, legacy support usb2: on ohci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xdffff000-0xdfffffff irq 23 at device 3.3 on pci0 ehci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xdffff000 ioapic0: routing intpin 23 (PCI IRQ 23) to vector 54 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered umass0: on uhub3 umass0:0:0:-1: Attached to scbus0 pcm0: port 0xdc00-0xdc1f,0xd800-0xd80f,0xd400-0xd40f,0xd000-0xd03f irq 19 at device 8.0 on pci0 pcm0: Reserved 0x20 bytes for rid 0x10 type 4 at 0xdc00 pcm0: Reserved 0x10 bytes for rid 0x14 type 4 at 0xd800 pcm0: Reserved 0x10 bytes for rid 0x18 type 4 at 0xd400 pcm0: Reserved 0x40 bytes for rid 0x1c type 4 at 0xd000 ioapic0: routing intpin 19 (PCI IRQ 19) to vector 55 pcm0: [MPSAFE] pcm0: [ITHREAD] pcm0: system configuration SubVendorID: 0xd63b, SubDeviceID: 0x1412 XIN2 Clock Source: 22.5792MHz(44.1kHz*512) MPU-401 UART(s) #: 1 AC'97 codec: not exist ADC #: 4 DAC #: 4 Multi-track converter type: I2S(96KHz support, 24bit resolution, ID#0x2) S/PDIF(IN/OUT): 1/1 ID# 0x00 GPIO(mask/dir/state): 0x04/0xfb/0x7e pcm0: Mixer "vol": pcm0: Mixer "bass": pcm0: Mixer "treble": pcm0: Mixer "synth": pcm0: Mixer "pcm": pcm0: Mixer "speaker": pcm0: Mixer "line": pcm0: Mixer "mic": pcm0: Mixer "cd": pcm0: Mixer "mix": pcm0: clone manager: deadline=750ms flags=0x8000001e rl0: port 0xcc00-0xccff mem 0xdfffbf00-0xdfffbfff irq 18 at device 11.0 on pci0 rl0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xcc00 miibus0: on rl0 rlphy0: PHY 0 on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: bpf attached rl0: Ethernet address: 00:10:dc:82:9b:d2 ioapic0: routing intpin 18 (PCI IRQ 18) to vector 56 rl0: [MPSAFE] rl0: [ITHREAD] fdc0: port 0x3f2-0x3f3,0x3f4-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 80 ioapic0: routing intpin 6 (ISA IRQ 6) to vector 57 fdc0: [FILTER] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: irq maps: 0x1c01 0x1c11 0x1c01 0x1c01 sio0: irq maps: 0x1c01 0x1c11 0x1c01 0x1c01 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ioapic0: routing intpin 4 (ISA IRQ 4) to vector 58 sio0: [FILTER] sio1: irq maps: 0x1c01 0x1c09 0x1c01 0x1c01 sio1: irq maps: 0x1c01 0x1c09 0x1c01 0x1c01 sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ioapic0: routing intpin 3 (ISA IRQ 3) to vector 59 sio1: [FILTER] cpu0: on acpi0 cpu0: switching to generic Cx mode p4tcc0: on cpu0 ahc_isa_probe 12: ioport 0xcc00 alloc failed ahc_isa_probe 13: ioport 0xdc00 alloc failed ex_isa_identify() ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it unknown: status reg test failed fe unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xccfff,0xcd000-0xcf7ff pnpid ORM0000 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 60 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: current command byte:0065 psm0: strange result for test aux port (1). psm0: failed to reset the aux device. bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) ppc0: parallel port found at 0x378 ppc0: using extended I/O port range ppc0: EPP SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus0: on ppc0 ioapic0: routing intpin 7 (ISA IRQ 7) to vector 61 ppbus0: [MPSAFE] ppbus0: [ITHREAD] ppi0: on ppbus0 plip0: on ppbus0 plip0: WARNING: using obsoleted IFF_NEEDSGIANT flag plip0: bpf attached lpt0: on ppbus0 lpt0: Interrupt-driven port ppc0: [GIANT-LOCKED] ppc0: [ITHREAD] sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices ums0: on uhub2 ums0: 3 buttons and Z dir. Device configuration finished. procfs registered lapic: Divisor 2, Frequency 50003675 hz Timecounter "TSC" frequency 2000146912 Hz quality 800 Timecounters tick every 1.000 msec lo0: bpf attached hptrr: no controller detected. ata0-slave: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire atapicam: atapicam0 already exists; skipping it ad0: setting PIO4 on 5513 chip ad0: setting UDMA100 on 5513 chip ad0: 57241MB at ata0-master UDMA100 ad0: 117231408 sectors [28733C/16H/255S] 16 sectors/interrupt 1 depth queue ad0: Silicon Integrated Systems check1 failed ad0: Adaptec check1 failed ad0: LSI (v3) check1 failed ad0: LSI (v2) check1 failed ad0: FreeBSD check1 failed ad1: setting PIO4 on 5513 chip ad1: setting UDMA100 on 5513 chip ad1: 57241MB at ata0-slave UDMA100 ad1: 117231408 sectors [28733C/16H/255S] 16 sectors/interrupt 1 depth queue ad1: Silicon Integrated Systems check1 failed ad1: Adaptec check1 failed ad1: LSI (v3) check1 failed ad1: LSI (v2) check1 failed ad1: FreeBSD check1 failed ata1-slave: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=80 wire ata1-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire acd0: setting PIO4 on 5513 chip acd0: setting UDMA33 on 5513 chip acd0: DVDROM drive at ata1 as master acd0: read 3445KB/s (8268KB/s), 256KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: DVD 120mm audio disc acd1: setting PIO4 on 5513 chip acd1: setting UDMA33 on 5513 chip acd1: CDRW drive at ata1 as slave acd1: read 6890KB/s (6890KB/s) write 688KB/s (8268KB/s), 2048KB buffer, UDMA33 acd1: Reads: CDR, CDRW, CDDA stream, packet acd1: Writes: CDR, CDRW, test write, burnproof acd1: Audio: play, 255 volume levels acd1: Mechanism: ejectable tray, unlocked acd1: Medium: no/blank disc GEOM: new disk ad0 GEOM: new disk ad1 GEOM_LABEL: Label for provider acd0 is iso9660/SOMETHING. GEOM: new disk da0 pass0 at umass-sim0 bus 0 target 0 lun 0 pass0: Removable Direct Access SCSI-2 device pass0: 40.000MB/s transfers da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 40.000MB/s transfers da0: 1947MB (3987456 512 byte sectors: 255H 63S/T 248C) ATA PseudoRAID loaded acd1: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 (probe2:ata1:0:1:0): error 22 (probe2:ata1:0:1:0): Unretryable Error acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 (probe1:ata1:0:0:0): error 22 (probe1:ata1:0:0:0): Unretryable Error pass1 at ata1 bus 0 target 1 lun 0 pass1: Removable CD-ROM SCSI-0 device pass1: 33.000MB/s transfers pass2 at ata1 bus 0 target 0 lun 0 pass2: Removable CD-ROM SCSI-0 device pass2: 33.000MB/s transfers (cd0:ata1:0:1:0): error 6 (cd0:ata1:0:1:0): Unretryable Error cd0 at ata1 bus 0 target 1 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed cd1 at ata1 bus 0 target 0 lun 0 cd1: Removable CD-ROM SCSI-0 device cd1: 33.000MB/s transfers cd1: cd present [3837254 x 2048 byte records] GEOM: new disk cd0 GEOM: new disk cd1 GEOM_LABEL: Label for provider da0s1 is msdosfs/ . (cd0:ata1:0:1:0): error 6 (cd0:ata1:0:1:0): Unretryable Error (cd0:ata1:0:1:0): error 6 (cd0:ata1:0:1:0): Unretryable Error (cd0:ata1:0:1:0): error 6 (cd0:ata1:0:1:0): Unretryable Error (cd0:ata1:0:1:0): error 6 (cd0:ata1:0:1:0): Unretryable Error Trying to mount root from ufs:/dev/ad0s2a start_init: trying /sbin/init drm0: on vgapci0 info: [drm] AGP at 0xe0000000 64MB info: [drm] Initialized radeon 1.25.0 20060524 vgapci0: Reserved 0x10000 bytes for rid 0x18 type 3 at 0xdfef0000 vgapci0: Reserved 0x8000000 bytes for rid 0x10 type 3 at 0xd0000000 agp0: Setting AGP v2 mode 4 info: [drm] Setting GART location based on new memory map info: [drm] Loading R200 Microcode info: [drm] writeback test succeeded in 1 usecs ioapic0: routing intpin 16 (PCI IRQ 16) to vector 62 drm0: [MPSAFE] drm0: [ITHREAD] umass0: at uhub3 port 5 (addr 2) disconnected (pass0:umass-sim0:0:0:0): lost device (pass0:umass-sim0:0:0:0): removing device entry (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry GEOM_LABEL: Label msdosfs/ removed. umass0: detached umass0: on uhub3 umass0:0:0:-1: Attached to scbus0 pass0 at umass-sim0 bus 0 target 0 lun 0 pass0: Removable Direct Access SCSI-2 device pass0: 40.000MB/s transfers GEOM: new disk da0 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 40.000MB/s transfers da0: 1947MB (3987456 512 byte sectors: 255H 63S/T 248C) GEOM_LABEL: Label for provider da0s1 is msdosfs/ . GEOM_LABEL: Label msdosfs/ removed. GEOM_LABEL: Label for provider da0s1 is msdosfs/ . GEOM_LABEL: Label msdosfs/ removed. % -- There's this old saying: "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life." From mav at FreeBSD.org Sun Nov 2 10:10:22 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Sun Nov 2 13:28:09 2008 Subject: How do I use AC3 codec instead of PCM like mplayer -ac hwac3 In-Reply-To: <20081103023207.68fb4ced.nork@FreeBSD.org> References: <20081103023207.68fb4ced.nork@FreeBSD.org> Message-ID: <490DED08.9010800@FreeBSD.org> Hi. Norikatsu Shigemura wrote: > I think that my snd_hda(4) device supports hardware AC3 codec > (SEE ALSO: attached dmesg and sysctl messages). But I couldn't > mplayer -ac hwac3 dvd:// like following: It looks like there is two problems: First is yours: your default pcm0/dsp0 device is PCM only, it does not supports AC3. Your SPDIF port is pcm1/dsp1. You should specify mplayer to use it it you wish to pass AC3 through to the external decoder. Also you have AC3 support as part of your video card HDMI port - pcm2/dsp2. Second is at vchans: it does not support AC3 pass though when "Soft PCM volume" is enabled. You can hack this by commenting respective part of the hdac_audio_ctl_ossmixer_init(). Also it was reported that with some amount of luck it may work even without it is you set pcm and master volume on that channel to 100% and your decoder is able to detect unmarked AC3 stream. -- Alexander Motin From bugmaster at FreeBSD.org Mon Nov 3 03:06:56 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 3 03:08:22 2008 Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org Message-ID: <200811031106.mA3B6tL2010965@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/128512 multimedia [PATCH]audio/faad: fix buffer overflow in command-line o ports/128480 multimedia [PATCH] audio/jack: fix plist o ports/128086 multimedia Add schroedinger (dirac) codec support for multimedia/ o ports/127672 multimedia multimedia/transcode won't compile with ImageMagick in o ports/127468 multimedia [PATCH]audio/wavpack: update to 4.50.1 o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron o ports/127084 multimedia multimedia/linux-realplayer is vulnerable o ports/126668 multimedia [patch] multimedia/ffmpeg - quick and dirty symbol bui p kern/126217 multimedia [snd_hda] no snd_hda support for internal microphone f f ports/126043 multimedia multimedia/ffmpeg: ffplay returns Undefined symbol "pt o ports/126020 multimedia multimedia/transcode depends on wrong version of lzo o ports/126019 multimedia multimedia/transcode patch revision o ports/125900 multimedia audio/jack: Update to 0.109.2 p kern/125822 multimedia [snd_hda] [patch] Does not define the device: pcm0: References: <490B64FC.60608@FreeBSD.org> <20081101171729.366c38f8@chii.bluelife.at> Message-ID: <490F49AD.2040005@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bernhard Froehlich wrote: > On Fri, 31 Oct 2008 16:05:16 -0400 > Greg Larkin wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hello everyone, >> >> I've been working on PR 126343 >> (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343) to get >> MythTV upgraded to 0.21 on FreeBSD. >> >> At the moment, I have a port that compiles cleanly, installs, starts >> up the frontend and deinstalls correctly on 7.0. Of course, whether >> it will actually record TV, playback, etc. is another matter >> altogether. :) >> [...] > > > Thats great! Have you seen ports/127856 ports/127857 and ports/128419? > > Because i have looked at your patch and it looks similar to the first > PR but judging from the compile problems that got posted to this > thread you're actually exactly where i was when writing the patches. > PLEASE have a look at them because i see no sense in duplicating that > work. > > When i think about the differences of you patch and ports/127856 i am > not sure if there is anything that prevents it from working as a > backend too. But i have no DVB-S card that is supported by FreeBSD so i > cannot test it and only created a mythtv-frontend port which is > actually working quite good for me. Runs perfectly fine with an > mythbuntu backend. > > All that compile problems that were replied to this thread are already > fixed as part of ports/127856. The reason is, that mythtv 0.21 uses a > weird combination of ".." and "../.." in their include paths and so > include libavcodec from /usr/local which is wrong because they have > libavcodec included in their mythtv source package. > Hi Bernhard, Thanks very much for the pointers to the other PRs. I didn't know about them until the other day when someone else pointed them out. I should have checked the PR list before I went too far with my patch, but I'll review all of them to figure out the best way to proceed. Anyway, there seems to be interest from various folks to get a complete version of MythTV 0.21 running on FreeBSD, so we should be able to close all of the PRs soon, including 126343. Best regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJD0ms0sRouByUApARAt8DAKCvZxX0b3h8CX3LzbPKM3ZJXbbsSACcCaLJ yF+X94qfqMAFeoJrPUUPHYc= =ZHgv -----END PGP SIGNATURE----- From grog at FreeBSD.org Mon Nov 3 23:43:25 2008 From: grog at FreeBSD.org (Greg 'groggy' Lehey) Date: Mon Nov 3 23:43:36 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <490B64FC.60608@FreeBSD.org> References: <490B64FC.60608@FreeBSD.org> Message-ID: <20081104072440.GA44156@dereel.lemis.com> On Friday, 31 October 2008 at 16:05:16 -0400, Greg Larkin wrote: > > I've been working on PR 126343 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343) to get MythTV > upgraded to 0.21 on FreeBSD. Sorry for the slow reply. I've been busy with other things, and currently I'm not in a position to test a new MythTV version. As ex-maintainer of this port, however, I've received a number of notifications from the MythTV developers of build fixes for FreeBSD. Are you aware of them? I can bounce them all to you if you like, or if there's consensus, I can send them to multimedia@. One thing that has been a bone of contention in this port is the handling of deleting the 'mythtv' user when removing the port. I don't believe that the user should disappear just because the port is removed; it's often easier to remove a port and reinstall it rather than upgrade it. I'm told that the correct behaviour is that the user should only be removed if no files under ~mythtv have changed. One of the PRs mentioned here has addressed this issue, but after cursory examination I'm not sure it does it right. In particular, just not creating the user is not a solution. Greg -- See complete headers for address and phone numbers. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20081104/a476869c/attachment.pgp From edwin at FreeBSD.org Tue Nov 4 04:30:17 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 4 04:30:28 2008 Subject: ports/128580: The port multimedia/linux-realplayer: Install locale files to correct places Message-ID: <200811041230.mA4CUHir088329@freefall.freebsd.org> Synopsis: The port multimedia/linux-realplayer: Install locale files to correct places Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 4 12:30:16 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=128580 From glarkin at FreeBSD.org Tue Nov 4 07:36:34 2008 From: glarkin at FreeBSD.org (Greg Larkin) Date: Tue Nov 4 07:36:47 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <20081104072440.GA44156@dereel.lemis.com> References: <490B64FC.60608@FreeBSD.org> <20081104072440.GA44156@dereel.lemis.com> Message-ID: <49106BFF.9070305@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greg 'groggy' Lehey wrote: > On Friday, 31 October 2008 at 16:05:16 -0400, Greg Larkin wrote: >> I've been working on PR 126343 >> (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343) to get MythTV >> upgraded to 0.21 on FreeBSD. > > Sorry for the slow reply. I've been busy with other things, and > currently I'm not in a position to test a new MythTV version. > > As ex-maintainer of this port, however, I've received a number of > notifications from the MythTV developers of build fixes for FreeBSD. > Are you aware of them? I can bounce them all to you if you like, or > if there's consensus, I can send them to multimedia@. > > One thing that has been a bone of contention in this port is the > handling of deleting the 'mythtv' user when removing the port. I > don't believe that the user should disappear just because the port is > removed; it's often easier to remove a port and reinstall it rather > than upgrade it. I'm told that the correct behaviour is that the user > should only be removed if no files under ~mythtv have changed. > > One of the PRs mentioned here has addressed this issue, but after > cursory examination I'm not sure it does it right. In particular, > just not creating the user is not a solution. > > Greg > -- > See complete headers for address and phone numbers. Hi Greg, I'm just getting into the MythTV port, so please forward to me any previous build fixes you have. Thanks for the heads-up, re: mythtv user creation/deletion. I'll check into that as I wade through all of the open MythTV PRs. Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJEGv/0sRouByUApARAisjAJ9tjoAQMViFNe2AIZQUUO5qavOTQQCgv8T7 +/EnoB2y9Y7l0BCa+5v8Reg= =DFU6 -----END PGP SIGNATURE----- From torfinn.ingolfsen at broadpark.no Tue Nov 4 11:29:05 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Tue Nov 4 11:29:11 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <20081104072440.GA44156@dereel.lemis.com> References: <490B64FC.60608@FreeBSD.org> <20081104072440.GA44156@dereel.lemis.com> Message-ID: <20081104202902.614f0adf.torfinn.ingolfsen@broadpark.no> On Tue, 04 Nov 2008 18:24:40 +1100 Greg 'groggy' Lehey wrote: > One thing that has been a bone of contention in this port is the > handling of deleting the 'mythtv' user when removing the port. I > don't believe that the user should disappear just because the port is > removed; it's often easier to remove a port and reinstall it rather > than upgrade it. I'm told that the correct behaviour is that the user > should only be removed if no files under ~mythtv have changed. If no "better way" surfaces, perhaps it can be handled in the same way as it is for the postfix port? I believe this port asks the user if he / she wants to remove the postfix user when the port is de-installed. HTH -- Regards, Torfinn Ingolfsen From decke at bluelife.at Tue Nov 4 13:55:45 2008 From: decke at bluelife.at (Bernhard Froehlich) Date: Tue Nov 4 13:55:56 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> Message-ID: <20081104225543.6f45897f@chii.bluelife.at> On Sun, 02 Nov 2008 01:23:35 +0100 Torfinn Ingolfsen wrote: > On Wed, 24 Sep 2008 21:49:56 +0200 > Bernhard Froehlich wrote: > > > http://home.bluelife.at/ports/mythtv-cft-240908.tar.gz > > Ok, I finally got time to test this. Test done on a machine running: > tingo@kg-quiet$ uname -a > FreeBSD kg-quiet.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #22: Sat > Nov 1 23:50:15 CET 2008 > root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET amd64 > > This machine has a TV card (PVR-350) but the pvrxxx driver isn't > working just now, so I can't test TV reception. > > First, I tried building mythtv-frontend: > cc -c -pipe -fomit-frame-pointer -O3 -I/usr/local/include -pthread > -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith > -Wredundant-decls -w -DPIC -fPIC -D_GNU_SOURCE > -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" > -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE > -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT > -DQT_SHARED -DQT_TABLET_SUPPORT > -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. > -I../libavutil -I../libswscale -I../../../../../../../local/include > -I/usr/local/include -o h264.o h264.c {standard input}: Assembler > messages: {standard input}:7198: Error: > `ff_h264_lps_range(%eax,%esi,2)' is not a valid 64 bit base/index > expression {standard input}:7211: Error: `ff_h264_norm_shift(%esi)' > is not a valid 64 bit base/index expression {standard input}:7213: > Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 bit > base/index expression {standard input}:7219: Error: `(%ecx)' is not a > >[snip] > > Error: `(%rax,%esi)' is not a valid 64 bit base/index expression > {standard input}:1564: Error: `(%esi,%esi,2)' is not a valid 64 bit > base/index expression {standard input}:1579: Error: `(%rdx,%edi)' is > not a valid 64 bit base/index expression {standard input}:1580: > Error: `8(%rdx,%edi)' is not a valid 64 bit base/index expression > {standard input}:1581: Error: `16(%rdx,%edi)' is not a valid 64 bit > base/index expression *** Error code 1 > > Stop > in /usr/ports/multimedia/mythtv/work/mythtv-fixes-0.20-13053/libs/libavcodec. > *** Error code 1 > > Stop > in /usr/ports/multimedia/mythtv/work/mythtv-fixes-0.20-13053/libs. > *** Error code 1 > > Stop in /usr/ports/multimedia/mythtv/work/mythtv-fixes-0.20-13053. > *** Error code 1 > > Stop in /usr/ports/multimedia/mythtv. > *** Error code 1 > > Stop in /usr/ports/multimedia/mythtv. The reason that this happens is because the architecture is detected as i386 instead of amd64. That happens because BSD's gcc 3.4 does not output anything when called with the "-dumpmachine" flag and it is recommended to use g++ instead. --- configure 2008-03-04 22:23:23.000000000 +0100 +++ configure 2008-11-04 20:12:25.000000000 +0100 @@ -1466,7 +1466,7 @@ x86_64|amd64) arch="x86_32" enable fast_unaligned - canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`" + canon_arch="`$cxx -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`" if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then arch="x86_64" I've also updated my archive to include that patch: http://home.bluelife.at/ports/mythtv-cft-041108.tar.gz Thanks! -- Bernhard Froehlich http://www.bluelife.at/ From avg at icyb.net.ua Tue Nov 4 15:19:14 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Tue Nov 4 15:19:22 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) Message-ID: <4910CD23.9090902@icyb.net.ua> I have Intel DG33TL (BLKDG33TLM) mainboard based on G33 chipset, it features Sigmatel STAC9271D HDA codec. http://www.intel.com/Products/Desktop/Motherboards/DG33TL/DG33TL-overview.htm I use stable/7 (amd64) as of yesterday. I tried both unpatched snd_hda and slightly tweaked "new snd_hda" via hda.7.20080913.patch. With old code I get one pcm device, playback works through both front and rear headphone jacks, recording doesn't work through either. With new code I get two dsp devices, nether playback nor recording work at all. Tried both dsp devices, tried all jacks. I am attaching gzipped verbose dmesgs for both versions of the driver. Thank you for any help in advance. -- Andriy Gapon From grog at FreeBSD.org Tue Nov 4 17:05:51 2008 From: grog at FreeBSD.org (Greg 'groggy' Lehey) Date: Tue Nov 4 17:05:57 2008 Subject: Call for testers: MythTV 0.21 port upgrade In-Reply-To: <20081104202902.614f0adf.torfinn.ingolfsen@broadpark.no> References: <490B64FC.60608@FreeBSD.org> <20081104072440.GA44156@dereel.lemis.com> <20081104202902.614f0adf.torfinn.ingolfsen@broadpark.no> Message-ID: <20081105010545.GA57956@dereel.lemis.com> On Tuesday, 4 November 2008 at 20:29:02 +0100, Torfinn Ingolfsen wrote: > On Tue, 04 Nov 2008 18:24:40 +1100 > Greg 'groggy' Lehey wrote: > >> One thing that has been a bone of contention in this port is the >> handling of deleting the 'mythtv' user when removing the port. I >> don't believe that the user should disappear just because the port is >> removed; it's often easier to remove a port and reinstall it rather >> than upgrade it. I'm told that the correct behaviour is that the user >> should only be removed if no files under ~mythtv have changed. > > If no "better way" surfaces, perhaps it can be handled in the same way > as it is for the postfix port? > I believe this port asks the user if he / she wants to remove the > postfix user when the port is de-installed. This seems reasonable as a backup solution, but I really hate interactive ports: they make it difficult to automate things. I've been told that there is a way, but I haven't had the time to investigate it. Greg -- See complete headers for address and phone numbers. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20081105/f1152a32/attachment.pgp From gnemmi at gmail.com Tue Nov 4 18:01:40 2008 From: gnemmi at gmail.com (Gonzalo Nemmi) Date: Tue Nov 4 18:01:47 2008 Subject: Question about /dev/sequencer Message-ID: <200811042340.25465.gnemmi@gmail.com> Sorry for the cross posting, but I got no replys in questions@ [gonzalo@inferna ~]% uname -a FreeBSD inferna.inferna.com.ar 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Jul 20 03:44:42 ART 2008 root@inferna.inferna.com.ar:/usr/obj/usr/src/sys/INFERNA i386 My soundcar is already configured and running properly, kmid complains about /dev/sequencer being used by another app ... I checked on dev but there's no /dev/sequencer at all.. Any hints on how to configure my sound card to create it? [gonzalo@inferna ~]% grep pcm0 /var/log/messages Nov 4 13:40:31 inferna kernel: pcm0: port 0xd880-0xd89f irq 16 at device 0.0 on pci4 Nov 4 13:40:31 inferna kernel: pcm0: Nov 4 13:40:31 inferna kernel: pcm0: [ITHREAD] [gonzalo@inferna ~]% cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at io 0xd880 irq 16 [MPSAFE] (4p:1v/2r:1v channels duplex default) [gonzalo@inferna ~]% As a side effect of that, Fretsonfire can't play the mid songs .. so it plays the ogg but the mids are missing == unplayable :( I found this: # cd /dev # sh MAKEDEV snd0 on http://wiki.dragonflybsd.org/index.cgi/sound-setup.html and gave it a shot just in case but it didn't work ... Any hint will be greatly aprecciated Thanks in advanced Regards -- Blessings Gonzalo Nemmi From mav at FreeBSD.org Wed Nov 5 01:10:03 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Wed Nov 5 01:10:10 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <4910CD23.9090902@icyb.net.ua> References: <4910CD23.9090902@icyb.net.ua> Message-ID: <491162E9.4020400@FreeBSD.org> Andriy Gapon wrote: > I have Intel DG33TL (BLKDG33TLM) mainboard based on G33 chipset, it > features Sigmatel STAC9271D HDA codec. > http://www.intel.com/Products/Desktop/Motherboards/DG33TL/DG33TL-overview.htm > > I use stable/7 (amd64) as of yesterday. > I tried both unpatched snd_hda and slightly tweaked "new snd_hda" via > hda.7.20080913.patch. I didn't have uploaded new patches since first commit to the -CURRENT. I have just uploaded latest (20081030) diffs against 7-STABLE and complete directory archive from 8-CURRENT. Try them please and report what you will get. According to logs you should get analog playback by pcm0 via rear connectors and front headphones with audio redirection on jack detection, plus digital playback via pcm1. pcm0 recording will work with rear mic and line-in connectors, pcm1 recording will use front mic connector. As always it is widely configurable, read -CURRENT man page for details. -- Alexander Motin From numisemis at yahoo.com Wed Nov 5 04:42:41 2008 From: numisemis at yahoo.com (Simun Mikecin) Date: Wed Nov 5 04:46:09 2008 Subject: Question about /dev/sequencer Message-ID: <419866.78827.qm@web36601.mail.mud.yahoo.com> > I found this: > # cd /dev > # sh MAKEDEV snd0 > on http://wiki.dragonflybsd.org/index.cgi/sound-setup.html and gave it a shot > just in case but it didn't work ... FreeBSD is using devfs for /dev fileystem so creating devices manually is obsolete. > Any hint will be greatly aprecciated Are you using snd_emu10k1 or snd_emu10kx kernel module? Try the other one instead the one you are using. You could also try audio/oss from ports. From avg at icyb.net.ua Wed Nov 5 06:27:42 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Wed Nov 5 06:28:14 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <491162E9.4020400@FreeBSD.org> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> Message-ID: <4911AA93.9050603@icyb.net.ua> on 05/11/2008 11:10 Alexander Motin said the following: > Andriy Gapon wrote: >> I have Intel DG33TL (BLKDG33TLM) mainboard based on G33 chipset, it >> features Sigmatel STAC9271D HDA codec. >> http://www.intel.com/Products/Desktop/Motherboards/DG33TL/DG33TL-overview.htm >> >> I use stable/7 (amd64) as of yesterday. >> I tried both unpatched snd_hda and slightly tweaked "new snd_hda" via >> hda.7.20080913.patch. > > I didn't have uploaded new patches since first commit to the -CURRENT. I > have just uploaded latest (20081030) diffs against 7-STABLE and complete > directory archive from 8-CURRENT. Try them please and report what you > will get. > > According to logs you should get analog playback by pcm0 via rear > connectors and front headphones with audio redirection on jack > detection, plus digital playback via pcm1. pcm0 recording will work with > rear mic and line-in connectors, pcm1 recording will use front mic > connector. As always it is widely configurable, read -CURRENT man page > for details. Alexander, thank you! I tried the updated patch and there are some improvements. Headphones playback: works only through pcm0 and only through rear connector. Front jack playback doesn't work using either pcm device. It used to work with stock stable_7 driver. Also it seems that volume of playback is lower than it used to be. Recording: I tested only rear jack and it seems that it works only through pcm1(!). Nothing is recorded through pcm0 whatever recording source I tried (btw, by default recording source for pcm0 was unset). So for now I am using only rear jacks and I use pcm0 for playback and pcm1 for recording. This is Good Enough(thanks!) but I am curious if there is a room for improvement. I read through the update man page, but I am probably too dense to figure which knobs I should try changing. There is just too many possibilities. BTW, here are the mixer command outputs: $ mixer -f /dev/dsp0 Mixer vol is currently set to 80:80 Mixer pcm is currently set to 80:80 Mixer speaker is currently set to 75:75 Mixer rec is currently set to 80:80 Recording source: monitor $ mixer -f /dev/dsp0 =rec mixer: unknown device: =rec ... devices: vol, pcm, speaker, rec rec devices: line, monitor $ mixer -f /dev/dsp1 Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer mic is currently set to 80:80 Mixer rec is currently set to 80:80 Recording source: mic $ mixer -f /dev/dsp1 =rec ... devices: vol, pcm, mic, rec rec devices: mic New verbose dmesg is here: http://www.icyb.net.ua/~avg/hda.newer.dmesg.gz Thank you again. -- Andriy Gapon From mav at FreeBSD.org Wed Nov 5 07:21:36 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Wed Nov 5 07:21:42 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <4911AA93.9050603@icyb.net.ua> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> Message-ID: <4911B9FE.6000505@FreeBSD.org> Andriy Gapon wrote: > Headphones playback: works only through pcm0 and only through rear > connector. Front jack playback doesn't work using either pcm device. It may happen if your front connector is too simple and does not really supports jack detection reported by the codec. Without knowing that jack is inserted, driver will not redirect sound there. You may check jack presence feature by comparing pin dump output (sysctl dev.hdac.0.pindump=1) with and without jack inserted. > It used to work with stock stable_7 driver. 7-STABLE driver plays the same sound via all possible connectors. New driver behaves in much more complicated way according to UAA specification. > Also it seems that volume of playback is lower than it used to be. New driver uses different volume control scheme. But the general volume range should be the same. Your codec provides very broad range of supported volumes, from -95 to 0dB. So 80% of that range is probably very quiet. > Recording: I tested only rear jack and it seems that it works only > through pcm1(!). Nothing is recorded through pcm0 whatever recording > source I tried. That's strange. Codec configuration speaks that pcm0 must record from rear mic (monitor), rear line-in (line), and pcm1 must record from front mic (mic). It may be a codec misconfiguration. > So for now I am using only rear jacks and I use pcm0 for playback and > pcm1 for recording. This is Good Enough(thanks!) but I am curious if > there is a room for improvement. I read through the update man page, but > I am probably too dense to figure which knobs I should try changing. > There is just too many possibilities. There are really much possibilities, but you should first answer two questions: what do you want to have and what your hardware can do? Some examples of possible configurations provided in man page, but you may want to invent something more customized. The main hardware feature you should test - is a jack presence detection. More info about your codec organization you may get from diagram on page 35 of codec datasheet: http://www.idt.com/products/getDoc.cfm?docID=18451989 -- Alexander Motin From avg at icyb.net.ua Thu Nov 6 04:23:05 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Thu Nov 6 04:23:12 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <4911B9FE.6000505@FreeBSD.org> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> Message-ID: <4912E1A5.6040206@icyb.net.ua> on 05/11/2008 17:21 Alexander Motin said the following: > Andriy Gapon wrote: >> Headphones playback: works only through pcm0 and only through rear >> connector. Front jack playback doesn't work using either pcm device. > > It may happen if your front connector is too simple and does not really > supports jack detection reported by the codec. Without knowing that jack > is inserted, driver will not redirect sound there. You may check jack > presence feature by comparing pin dump output (sysctl > dev.hdac.0.pindump=1) with and without jack inserted. Alexander, thanks again. I tried this and indeed the dump is the same for front connection and for no connection, it is different for rear connection. I plugged both headphone and mic at the same location. Just in case: == rear === Dumping AFG cad=2 nid=1 pins: nid 10 0x0221401f as 1 seq 15 Headphones Jack jack 1 loc 2 color Green misc 0 Caps: IN OUT HP VREF Sense: 0x00002710 delay 10us nid 11 0x02a19040 as 4 seq 0 Mic Jack jack 1 loc 2 color Pink misc 0 Caps: IN OUT HP VREF Sense: 0xffffffff delay 100000us nid 12 0x0181302e as 2 seq 14 Line-in Jack jack 1 loc 1 color Blue misc 0 Caps: IN OUT VREF Sense: 0x00002710 delay 20us nid 13 0x01114010 as 1 seq 0 Speaker Jack jack 1 loc 1 color Green misc 0 Caps: IN OUT HP VREF Sense: 0xffffffff delay 100000us nid 14 0x01a19020 as 2 seq 0 Mic Jack jack 1 loc 1 color Pink misc 0 Caps: IN OUT VREF Sense: 0x00002710 delay 10us nid 15 0x01111012 as 1 seq 2 Speaker Jack jack 1 loc 1 color Black misc 0 Caps: IN OUT VREF Sense: 0x7fffffff delay 100000us nid 16 0x01116011 as 1 seq 1 Speaker Jack jack 1 loc 1 color Orange misc 0 Caps: IN OUT Sense: 0x0000012c delay 10us nid 17 0x400000fb as 15 seq 11 Line-out None jack 0 loc 0 color Unknown misc 0 [DISABLED] Caps: IN OUT Sense: 0x7fffffff delay 100000us nid 18 0x400000fc as 15 seq 12 Line-out None jack 0 loc 0 color Unknown misc 0 [DISABLED] Caps: IN nid 33 0x01452150 as 5 seq 0 SPDIF-out Jack jack 5 loc 1 color Grey misc 1 Caps: OUT nid 34 0x400000fd as 15 seq 13 Line-out None jack 0 loc 0 color Unknown misc 0 [DISABLED] Caps: IN EAPD Sense: 0x00000000 NumGPIO=3 NumGPO=0 NumGPI=0 GPIWake=1 GPIUnsol=1 GPIO: data=0x00000000 enable=0x00000000 direction=0x00000000 wake=0x00000000 unsol=0x00000000 sticky=0x00000000 === front and none === Dumping AFG cad=2 nid=1 pins: nid 10 0x0221401f as 1 seq 15 Headphones Jack jack 1 loc 2 color Green misc 0 Caps: IN OUT HP VREF Sense: 0x00002710 nid 11 0x02a19040 as 4 seq 0 Mic Jack jack 1 loc 2 color Pink misc 0 Caps: IN OUT HP VREF Sense: 0x7fffffff delay 100000us nid 12 0x0181302e as 2 seq 14 Line-in Jack jack 1 loc 1 color Blue misc 0 Caps: IN OUT VREF Sense: 0x00002710 nid 13 0x01114010 as 1 seq 0 Speaker Jack jack 1 loc 1 color Green misc 0 Caps: IN OUT HP VREF Sense: 0x7fffffff delay 100000us nid 14 0x01a19020 as 2 seq 0 Mic Jack jack 1 loc 1 color Pink misc 0 Caps: IN OUT VREF Sense: 0x00002710 nid 15 0x01111012 as 1 seq 2 Speaker Jack jack 1 loc 1 color Black misc 0 Caps: IN OUT VREF Sense: 0x7fffffff delay 100000us nid 16 0x01116011 as 1 seq 1 Speaker Jack jack 1 loc 1 color Orange misc 0 Caps: IN OUT Sense: 0x00002710 nid 17 0x400000fb as 15 seq 11 Line-out None jack 0 loc 0 color Unknown misc 0 [DISABLED] Caps: IN OUT Sense: 0x7fffffff delay 100000us nid 18 0x400000fc as 15 seq 12 Line-out None jack 0 loc 0 color Unknown misc 0 [DISABLED] Caps: IN nid 33 0x01452150 as 5 seq 0 SPDIF-out Jack jack 5 loc 1 color Grey misc 1 Caps: OUT nid 34 0x400000fd as 15 seq 13 Line-out None jack 0 loc 0 color Unknown misc 0 [DISABLED] Caps: IN EAPD Sense: 0x00000000 NumGPIO=3 NumGPO=0 NumGPI=0 GPIWake=1 GPIUnsol=1 GPIO: data=0x00000000 enable=0x00000000 direction=0x00000000 wake=0x00000000 unsol=0x00000000 sticky=0x00000000 >> It used to work with stock stable_7 driver. > > 7-STABLE driver plays the same sound via all possible connectors. New > driver behaves in much more complicated way according to UAA specification. I understand. >> Also it seems that volume of playback is lower than it used to be. > > New driver uses different volume control scheme. But the general volume > range should be the same. Your codec provides very broad range of > supported volumes, from -95 to 0dB. So 80% of that range is probably > very quiet. I see. >> Recording: I tested only rear jack and it seems that it works only >> through pcm1(!). Nothing is recorded through pcm0 whatever recording >> source I tried. > > That's strange. Codec configuration speaks that pcm0 must record from > rear mic (monitor), rear line-in (line), and pcm1 must record from front > mic (mic). It may be a codec misconfiguration. It might very well be. I've just looked for an updated BIOS on Intel site and there have already been several new revisions. Release notes contain some interesting items: - Fixed problem where Front Panel Audio does not show up in - Peripheral Configuration page when connected. - Fix issue where codec verb tables are failing WHQL UAA - compliant test. So I'll try to update BIOS first. >> So for now I am using only rear jacks and I use pcm0 for playback and >> pcm1 for recording. This is Good Enough(thanks!) but I am curious if >> there is a room for improvement. I read through the update man page, but >> I am probably too dense to figure which knobs I should try changing. >> There is just too many possibilities. > > There are really much possibilities, but you should first answer two > questions: what do you want to have and what your hardware can do? > > Some examples of possible configurations provided in man page, but you > may want to invent something more customized. The main hardware feature > you should test - is a jack presence detection. More info about your > codec organization you may get from diagram on page 35 of codec > datasheet: http://www.idt.com/products/getDoc.cfm?docID=18451989 Thanks for the pointers/hints. I will play with HDA configuration if it is still necessary after BIOS upgrade. -- Andriy Gapon From yakeson_chihiro at yahoo.co.jp Thu Nov 6 16:26:54 2008 From: yakeson_chihiro at yahoo.co.jp (Pierre-Henri Lavigne) Date: Thu Nov 6 17:14:20 2008 Subject: Feedbacks about ffmpeg for Fink Message-ID: <49138500.4030100@yahoo.co.jp> Good day, I'm taking part in Fink, a mac osx *nix distro (http://www.finkproject.org). The current ffmpeg package in fink is from a november 2007 snapshot with swscale support. I've just tried to apply a patch like http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg/files/ to enable img_resample and other stuffs defined now as deprecated, when ffmpeg is built with libswscale. I rebuilt packages depending from libavcodec, everything seems fine but I would like to know about the changes (I noticed only differences with libavcodec) and if you got issues with other packages while doing that. Thanks for your feedbacks and your time, Peter -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ From v0921239861 at gmail.com Thu Nov 6 16:38:44 2008 From: v0921239861 at gmail.com (Vincent Chen) Date: Thu Nov 6 17:14:50 2008 Subject: Error: /usr/local/lib/RealPlayer/codecs/drvc.so: unsupported file layout Message-ID: <95E6D953-4A56-4597-AAF9-B1180DA4A3C7@gmail.com> Hi I use mencoder on my FreeBSD 7 amd64. When I conver .rm file to .flv well show error. But I do same thing on FreeBSD 7 i386 it is OK. Can you help me ? Thanks a lot. Vincent ================== Error ===================== MEncoder 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ (Family: 15, Model: 107, Stepping: 1) CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. success: format: 0 data: 0x0 - 0x5a8835 REAL file format detected. Stream description: Audio Stream Stream mimetype: audio/x-pn-realaudio [real] Audio stream found, -aid 0 Stream description: Video Stream Stream mimetype: video/x-pn-realvideo [real] Video stream found, -vid 1 Stream mimetype: logical-fileinfo VIDEO: [RV30] 352x240 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s) [V] filefmt:11 fourcc:0x30335652 size:352x240 fps:25.00 ftime:=0.0400 = = ======================================================================== Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders AUDIO: 44100 Hz, 1 ch, s16le, 20.7 kbit/2.93% (ratio: 2586->88200) Selected audio codec: [ffcook] afm: ffmpeg (FFmpeg COOK audio decoder) = = ======================================================================== ** MUXER_LAVF ***************************************************************** REMEMBER: MEncoder's libavformat muxing is presently broken and can generate INCORRECT files in the presence of B frames. Moreover, due to bugs MPlayer will play these INCORRECT files as if nothing were wrong! ******************************************************************************* OK, exit Opening video filter: [expand osd=1] Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1 = = ======================================================================== Opening video decoder: [realvid] RealVideo decoder Error: /usr/local/lib/RealPlayer/codecs/drvc.so: unsupported file layout ERROR: Could not open required DirectShow codec drvc.so. Read the RealVideo section of the DOCS! VDecoder init failed :( Opening video decoder: [realvid] RealVideo decoder ERROR: Could not open required DirectShow codec drvc.dll. Read the RealVideo section of the DOCS! VDecoder init failed :( Opening video decoder: [realvid] RealVideo decoder Error: Cannot open "/usr/local/lib/RealPlayer/codecs/drv3.so.6.0" ERROR: Could not open required DirectShow codec drv3.so.6.0. Read the RealVideo section of the DOCS! VDecoder init failed :( Opening video decoder: [realvid] RealVideo decoder ERROR: Could not open required DirectShow codec drv33260.dll. Read the RealVideo section of the DOCS! VDecoder init failed :( Opening video decoder: [realvid] RealVideo decoder Error: Cannot open "/usr/local/lib/RealPlayer/codecs/drvc.bundle/ Contents/MacOS/drvc" ERROR: Could not open required DirectShow codec drvc.bundle/Contents/ MacOS/drvc. Read the RealVideo section of the DOCS! VDecoder init failed :( Cannot find codec matching selected -vo and video format 0x30335652. Read DOCS/HTML/en/codecs.html! = = ======================================================================== Exiting... ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ From amdmi3 at amdmi3.ru Fri Nov 7 08:44:58 2008 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Fri Nov 7 08:45:05 2008 Subject: [PATCH] multimedia/gavl: update to 1.0.1 Message-ID: <20081107164458.1209E1702D@hades.panopticon> >Submitter-Id: current-users >Originator: Dmitry Marakasov >Organization: >Confidential: no >Synopsis: [PATCH] multimedia/gavl: update to 1.0.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.0-RELEASE-p1 i386 >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008 >Description: - Update to 1.0.1 Port maintainer (multimedia@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gavl-1.0.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/multimedia/gavl/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 18 Jun 2008 23:17:29 -0000 1.11 +++ Makefile 7 Nov 2008 13:15:46 -0000 @@ -6,10 +6,9 @@ # PORTNAME= gavl -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= multimedia -MASTER_SITES= SF -MASTER_SITE_SUBDIR= gmerlin +MASTER_SITES= SF/gmerlin MAINTAINER= multimedia@FreeBSD.org COMMENT= A library for handling uncompressed video and audio data Index: distinfo =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/multimedia/gavl/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 18 Jun 2008 23:17:29 -0000 1.5 +++ distinfo 7 Nov 2008 13:16:10 -0000 @@ -1,3 +1,3 @@ -MD5 (gavl-1.0.0.tar.gz) = b0d89453b414a9a7f40471f3ac1b59ab -SHA256 (gavl-1.0.0.tar.gz) = 6ba28221734be08f8bccc2fdba221374319e8bab07baae4e6c276c43e022d65c -SIZE (gavl-1.0.0.tar.gz) = 1048751 +MD5 (gavl-1.0.1.tar.gz) = 7cb1037cec10f5a8a6a74d05e112169c +SHA256 (gavl-1.0.1.tar.gz) = 447aa6e556562ca92f2b3c59092b87278065e7813c4d75d97f0bab0c33355ca0 +SIZE (gavl-1.0.1.tar.gz) = 1052588 Index: pkg-plist =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/multimedia/gavl/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 18 Jun 2008 23:17:29 -0000 1.3 +++ pkg-plist 7 Nov 2008 14:49:37 -0000 @@ -2,7 +2,6 @@ include/gavl/gavl_version.h include/gavl/gavldsp.h include/gavl/gavltime.h -lib/gavl/include/gavlconfig.h lib/libgavl.la lib/libgavl.so lib/libgavl.so.0 --- gavl-1.0.1.patch ends here --- From edwin at FreeBSD.org Fri Nov 7 08:50:11 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Nov 7 08:50:22 2008 Subject: ports/128680: [PATCH] multimedia/gavl: update to 1.0.1 Message-ID: <200811071650.mA7GoAMJ016238@freefall.freebsd.org> Synopsis: [PATCH] multimedia/gavl: update to 1.0.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 7 16:50:10 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=128680 From miwi at FreeBSD.org Fri Nov 7 08:51:59 2008 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Fri Nov 7 08:52:06 2008 Subject: ports/128680: [PATCH] multimedia/gavl: update to 1.0.1 Message-ID: <200811071651.mA7GpxEI022671@freefall.freebsd.org> Synopsis: [PATCH] multimedia/gavl: update to 1.0.1 Responsible-Changed-From-To: freebsd-multimedia->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Nov 7 16:51:59 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=128680 From trasz at FreeBSD.org Fri Nov 7 11:40:32 2008 From: trasz at FreeBSD.org (trasz@FreeBSD.org) Date: Fri Nov 7 11:40:41 2008 Subject: ports/125900: audio/jack: Update to 0.109.2 Message-ID: <200811071940.mA7JeW0q046882@freefall.freebsd.org> Synopsis: audio/jack: Update to 0.109.2 Responsible-Changed-From-To: freebsd-multimedia->trasz Responsible-Changed-By: trasz Responsible-Changed-When: Fri Nov 7 19:40:32 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=125900 From torfinn.ingolfsen at broadpark.no Fri Nov 7 14:24:55 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Fri Nov 7 14:25:02 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081104225543.6f45897f@chii.bluelife.at> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081104225543.6f45897f@chii.bluelife.at> Message-ID: <20081107232438.07b05af2.torfinn.ingolfsen@broadpark.no> On Tue, 04 Nov 2008 22:55:43 +0100 Bernhard Froehlich wrote: > The reason that this happens is because the architecture is detected > as i386 instead of amd64. That happens because BSD's gcc 3.4 does not > output anything when called with the "-dumpmachine" flag and it is > recommended to use g++ instead. > > > --- configure 2008-03-04 22:23:23.000000000 +0100 > +++ configure 2008-11-04 20:12:25.000000000 +0100 > @@ -1466,7 +1466,7 @@ > x86_64|amd64) > arch="x86_32" > enable fast_unaligned > - canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`" > + canon_arch="`$cxx -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`" > if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; > then if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then > arch="x86_64" > > > I've also updated my archive to include that patch: > > http://home.bluelife.at/ports/mythtv-cft-041108.tar.gz Ok, with that archive, mythtv-frontend xompiles and installs. BTW, this port should probably reduce the plist to only include the files that are actually needed for the mythfrontend and mythtv-setup executable (IMHO). It looks like mythfrontend works, at least it can connect to my Ubuntu backend, navigate, watch the program guide and so on. The tv card setup on this backend isn't working, so I can't test liveTV or viewing of recordings. Well done! Now I am going to test the mythtv port (if it is schema and network protocol compatible with my backend). -- Regards, Torfinn Ingolfsen From torfinn.ingolfsen at broadpark.no Fri Nov 7 14:34:29 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Fri Nov 7 14:34:35 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081107232438.07b05af2.torfinn.ingolfsen@broadpark.no> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081104225543.6f45897f@chii.bluelife.at> <20081107232438.07b05af2.torfinn.ingolfsen@broadpark.no> Message-ID: <20081107233427.c07b862f.torfinn.ingolfsen@broadpark.no> On Fri, 07 Nov 2008 23:24:38 +0100 Torfinn Ingolfsen wrote: > BTW, this port should probably reduce the plist to only include the > files that are actually needed for the mythfrontend and mythtv-setup > executable (IMHO). And the plist needs to be correct, of course: root@kg-quiet# make deinstall ===> Deinstalling for multimedia/mythtv-frontend ===> Deinstalling mythtv-frontend-0.21 pkg_delete: unable to completely remove directory '/usr/local/include/mythtv/upnp/' pkg_delete: unable to completely remove directory '/usr/local/include/mythtv' pkg_delete: unable to completely remove directory '/usr/local/lib/mythtv/filters/' pkg_delete: unable to completely remove directory '/usr/local/lib/mythtv/' pkg_delete: unable to completely remove directory '/usr/local/share/mythtv/themes/default-wide/' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) root@kg-quiet# ls /usr/local/include/mythtv/* /usr/local/lib/mythtv/* /usr/local/share/mythtv/themes/default-wide/* /usr/local/share/mythtv/themes/default-wide/mv-background.png /usr/local/share/mythtv/themes/default-wide/mv-mselect.png /usr/local/share/mythtv/themes/default-wide/mv-sel.png /usr/local/share/mythtv/themes/default-wide/mv_filerequest.png /usr/local/share/mythtv/themes/default-wide/mv_other_background.png /usr/local/share/mythtv/themes/default-wide/mv_selected.png /usr/local/share/mythtv/themes/default-wide/mw-background.png /usr/local/share/mythtv/themes/default-wide/mw-lines.png /usr/local/share/mythtv/themes/default-wide/mw-map-sat.png /usr/local/share/mythtv/themes/default-wide/mw-map.png /usr/local/share/mythtv/themes/default-wide/mw-popup.png /usr/local/share/mythtv/themes/default-wide/weather-ui.xml /usr/local/include/mythtv/upnp: mediaserver.h /usr/local/lib/mythtv/filters: libpostprocess.so HTH -- Regards, Torfinn Ingolfsen From amdmi3 at FreeBSD.org Fri Nov 7 17:52:06 2008 From: amdmi3 at FreeBSD.org (amdmi3@FreeBSD.org) Date: Fri Nov 7 17:52:12 2008 Subject: ports/128480: [PATCH] audio/jack: fix plist Message-ID: <200811080152.mA81q5hY025156@freefall.freebsd.org> Synopsis: [PATCH] audio/jack: fix plist State-Changed-From-To: open->closed State-Changed-By: amdmi3 State-Changed-When: Sat Nov 8 01:52:05 UTC 2008 State-Changed-Why: This was fixed on Oct 31, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=128480 From decke at bluelife.at Sat Nov 8 07:27:18 2008 From: decke at bluelife.at (Bernhard Froehlich) Date: Sat Nov 8 07:27:29 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081107232438.07b05af2.torfinn.ingolfsen@broadpark.no> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081104225543.6f45897f@chii.bluelife.at> <20081107232438.07b05af2.torfinn.ingolfsen@broadpark.no> Message-ID: <20081108162729.22b31f62@chii.bluelife.at> On Fri, 07 Nov 2008 23:24:38 +0100 Torfinn Ingolfsen wrote: > On Tue, 04 Nov 2008 22:55:43 +0100 > Bernhard Froehlich wrote: > > > The reason that this happens is because the architecture is detected > > as i386 instead of amd64. That happens because BSD's gcc 3.4 does > > not output anything when called with the "-dumpmachine" flag and it > > is recommended to use g++ instead. > > > > > > --- configure 2008-03-04 22:23:23.000000000 +0100 > > +++ configure 2008-11-04 20:12:25.000000000 +0100 > > @@ -1466,7 +1466,7 @@ > > x86_64|amd64) > > arch="x86_32" > > enable fast_unaligned > > - canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`" > > + canon_arch="`$cxx -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`" > > if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; > > then if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then > > arch="x86_64" > > > > > > I've also updated my archive to include that patch: > > > > http://home.bluelife.at/ports/mythtv-cft-041108.tar.gz > > Ok, with that archive, mythtv-frontend xompiles and installs. > BTW, this port should probably reduce the plist to only include the > files that are actually needed for the mythfrontend and mythtv-setup > executable (IMHO). Good to hear that! Until mythtv 0.20 there was a "--disable-backend" switch for configure but in 0.21 that one is disabled due to abuse in Gentoo ebuild. So sorry but i'm not gonna patch the buildsystem to reimplement that configuration. It's also clearly documented what "frontend-only" really means. http://www.mythtv.org/docs/mythtv-HOWTO-5.html#frontend-only -- Bernhard Froehlich http://www.bluelife.at/ From decke at bluelife.at Sat Nov 8 07:37:14 2008 From: decke at bluelife.at (Bernhard Froehlich) Date: Sat Nov 8 07:37:21 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081107233427.c07b862f.torfinn.ingolfsen@broadpark.no> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081104225543.6f45897f@chii.bluelife.at> <20081107232438.07b05af2.torfinn.ingolfsen@broadpark.no> <20081107233427.c07b862f.torfinn.ingolfsen@broadpark.no> Message-ID: <20081108163721.75472677@chii.bluelife.at> On Fri, 07 Nov 2008 23:34:27 +0100 Torfinn Ingolfsen wrote: > On Fri, 07 Nov 2008 23:24:38 +0100 > Torfinn Ingolfsen wrote: > > > BTW, this port should probably reduce the plist to only include the > > files that are actually needed for the mythfrontend and mythtv-setup > > executable (IMHO). > > And the plist needs to be correct, of course: > > root@kg-quiet# make deinstall > ===> Deinstalling for multimedia/mythtv-frontend > ===> Deinstalling mythtv-frontend-0.21 > pkg_delete: unable to completely remove directory > '/usr/local/include/mythtv/upnp/' pkg_delete: unable to completely > remove directory '/usr/local/include/mythtv' pkg_delete: unable to > completely remove directory '/usr/local/lib/mythtv/filters/' > pkg_delete: unable to completely remove directory > '/usr/local/lib/mythtv/' pkg_delete: unable to completely remove > directory '/usr/local/share/mythtv/themes/default-wide/' pkg_delete: > couldn't entirely delete package (perhaps the packing list is > incorrectly specified?) > > root@kg-quiet# > ls /usr/local/include/mythtv/* /usr/local/lib/mythtv/* /usr/local/share/mythtv/themes/default-wide/* /usr/local/share/mythtv/themes/default-wide/mv-background.png > /usr/local/share/mythtv/themes/default-wide/mv-mselect.png > /usr/local/share/mythtv/themes/default-wide/mv-sel.png > /usr/local/share/mythtv/themes/default-wide/mv_filerequest.png > /usr/local/share/mythtv/themes/default-wide/mv_other_background.png > /usr/local/share/mythtv/themes/default-wide/mv_selected.png > /usr/local/share/mythtv/themes/default-wide/mw-background.png > /usr/local/share/mythtv/themes/default-wide/mw-lines.png > /usr/local/share/mythtv/themes/default-wide/mw-map-sat.png > /usr/local/share/mythtv/themes/default-wide/mw-map.png > /usr/local/share/mythtv/themes/default-wide/mw-popup.png > /usr/local/share/mythtv/themes/default-wide/weather-ui.xml > > /usr/local/include/mythtv/upnp: > mediaserver.h > > /usr/local/lib/mythtv/filters: > libpostprocess.so Can you please recheck that because i think they were not installed by that port. I've successfully testet that port with my tinderbox in several configurations and it has no leftovers so maybe they are from another port or your configure detected something different and installed additional files. If that is the case please send me your configure output. Thanks! -- Bernhard Froehlich http://www.bluelife.at/ From miwi at FreeBSD.org Sat Nov 8 13:49:37 2008 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sat Nov 8 13:49:43 2008 Subject: ports/128680: [PATCH] multimedia/gavl: update to 1.0.1 Message-ID: <200811082149.mA8LnbBB053239@freefall.freebsd.org> Synopsis: [PATCH] multimedia/gavl: update to 1.0.1 Responsible-Changed-From-To: miwi->freebsd-multimedia Responsible-Changed-By: miwi Responsible-Changed-When: Sat Nov 8 21:49:37 UTC 2008 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=128680 From torfinn.ingolfsen at broadpark.no Sun Nov 9 03:53:02 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Sun Nov 9 03:53:09 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081104225543.6f45897f@chii.bluelife.at> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081104225543.6f45897f@chii.bluelife.at> Message-ID: <20081109125253.41488c7a.torfinn.ingolfsen@broadpark.no> On Tue, 04 Nov 2008 22:55:43 +0100 Bernhard Froehlich wrote: > I've also updated my archive to include that patch: > > http://home.bluelife.at/ports/mythtv-cft-041108.tar.gz MythTV seems to be a tough beast to tame. :-) I decided to test the archive above on a new machine, this time a SMP machine running FreeBSD 5.4-prerelease: tingo@kg-vm$ uname -a FreeBSD kg-vm.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #3: Sun Nov 2 10:44:32 CET 2008 root@kg-vm.kg4.no:/usr/obj/usr/src/sys/SMP amd64 Note: this machine has not had any MythTV ports installed before, and I am not doing anything "behind the scenes" here - I just untar the archive and do 'make' and 'make install'. I select default options. Here goes: root@kg-vm# pwd /usr/ports/multimedia/mythtv-frontend root@kg-vm# uname -a FreeBSD kg-vm.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #3: Sun Nov 2 10:44:32 CET 2008 root@kg-vm.kg4.no:/usr/obj/usr/src/sys/SMP amd64 root@kg-vm# make clean ===> Cleaning for qmake-3.3.8_1 ===> Cleaning for qt-3.3.8_9 ===> Cleaning for lame-3.97_1 ===> Cleaning for libmng-1.0.10 ===> Cleaning for lcms-1.17,1 ===> Cleaning for mythtv-frontend-0.21 root@kg-vm# make showconfig ===> The following configuration options are available for mythtv-frontend-0.21: ARTS=off "arts sound driver" JACK=off "JACK sound driver" ===> Use 'make config' to modify these settings root@kg-vm# make ===> Vulnerability check disabled, database not found ===> Found saved configuration for mythtv-frontend-0.21 ===> Extracting for mythtv-frontend-0.21 => MD5 Checksum OK for mythtv-0.21.tar.bz2. => SHA256 Checksum OK for mythtv-0.21.tar.bz2. ===> Patching for mythtv-frontend-0.21 ===> Applying FreeBSD patches for mythtv-frontend-0.21 ===> mythtv-frontend-0.21 depends on executable: qmake - found ===> mythtv-frontend-0.21 depends on file: /usr/local/bin/moc - found ===> mythtv-frontend-0.21 depends on executable: gmake - found ===> mythtv-frontend-0.21 depends on shared library: mp3lame.0 - found ===> mythtv-frontend-0.21 depends on shared library: freetype.9 - found ===> Configuring for mythtv-frontend-0.21 distcc: not found ccache: not found imlib2-config: not found gnome-config: not found : Permission denied # Basic Settings Compile type release Compiler cache no DistCC no install prefix /usr/local CPU x86_64 (amd64) big-endian no MMX enabled yes CMOV enabled yes CMOV is fast no # Input Support Joystick menu default lirc support no Video4Linux sup. no ivtv support no FireWire support no DVB support no [/usr/include] DBox2 support no HDHomeRun support no IPTV support no # Sound Output Support OSS support yes ALSA support no aRts support no JACK support no libfftw3 support no # Video Output Support x11 support yes xrandr support yes xv support yes XvMC support yes XvMC VLD support yes XvMC pro support yes XvMC OpenGL sup. no XvMC libs -lviaXvMCPro OpenGL video no OpenGL vsync no DirectFB no Fribidi formatting no # Misc Features multi threaded libavcodec yes Frontend yes Backend yes # Bindings bindings_perl no bindings_python no Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak ===> Building for mythtv-frontend-0.21 cd libs && /usr/local/bin/qmake libs.pro "QMAKE=/usr/local/bin/qmake" -o Makefile cd libs && gmake -f Makefile gmake[1]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs' cd libavutil && /usr/local/bin/qmake libavutil.pro "QMAKE=/usr/local/bin/qmake" -o Makefile cd libavutil && gmake -f Makefile gmake[2]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavutil' cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o adler32.o adler32.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o mathematics.o mathematics.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o integer.o integer.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o lls.o lls.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o log.o log.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o mem.o mem.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o rational.o rational.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o intfloat_readwrite.o intfloat_readwrite.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o crc.o crc.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o des.o des.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o md5.o md5.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o fifo.o fifo.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o aes.o aes.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o tree.o tree.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o lzo.o lzo.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o base64.o base64.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o random.o random.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o rc4.o rc4.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o sha1.o sha1.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I.. -I../.. -I../../../../../../../local/include -o string.o string.c rm -f libmythavutil-0.21.so.0.21.0 libmythavutil-0.21.so libmythavutil-0.21.so.0 libmythavutil-0.21.so.0.21 c++ -Wl,-rpath,/usr/local/lib -pthread -shared -Wl,-soname,libmythavutil-0.21.so.0 -o libmythavutil-0.21.so.0.21.0 adler32.o mathematics.o integer.o lls.o log.o mem.o rational.o intfloat_readwrite.o crc.o des.o md5.o fifo.o aes.o tree.o lzo.o base64.o random.o rc4.o sha1.o string.o -L/usr/local/lib ln -s libmythavutil-0.21.so.0.21.0 libmythavutil-0.21.so ln -s libmythavutil-0.21.so.0.21.0 libmythavutil-0.21.so.0 ln -s libmythavutil-0.21.so.0.21.0 libmythavutil-0.21.so.0.21 gmake[2]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavutil' cd libavcodec && /usr/local/bin/qmake libavcodec.pro "QMAKE=/usr/local/bin/qmake" -o Makefile cd libavcodec && gmake -f Makefile gmake[2]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavcodec' cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o bitstream.o bitstream.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o utils.o utils.c cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o allcodecs.o allcodecs.c allcodecs.c: In function `avcodec_register_all': allcodecs.c:119: error: `ENABLE_MSZH_DECODER' undeclared (first use in this function) allcodecs.c:119: error: (Each undeclared identifier is reported only once allcodecs.c:119: error: for each function it appears in.) allcodecs.c:133: error: `ENABLE_RPZA_DECODER' undeclared (first use in this function) allcodecs.c:171: error: `ENABLE_ZLIB_ENCODER' undeclared (first use in this function) allcodecs.c:171: error: `ENABLE_ZLIB_DECODER' undeclared (first use in this function) allcodecs.c:172: error: `ENABLE_ZMBV_ENCODER' undeclared (first use in this function) allcodecs.c:172: error: `ENABLE_ZMBV_DECODER' undeclared (first use in this function) allcodecs.c:228: error: `ENABLE_PCM_ZORK_ENCODER' undeclared (first use in this function) allcodecs.c:228: error: `ENABLE_PCM_ZORK_DECODER' undeclared (first use in this function) gmake[2]: *** [allcodecs.o] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavcodec' gmake[1]: *** [sub-libavcodec] Error 2 gmake[1]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs' gmake: *** [sub-libs] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/mythtv-frontend. *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend. HTH -- Regards, Torfinn Ingolfsen From amdmi3 at amdmi3.ru Sun Nov 9 09:33:36 2008 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Sun Nov 9 09:33:42 2008 Subject: [PATCH] multimedia/libquicktime: default LAME option to on Message-ID: <20081109173334.9851A1702D@hades.panopticon> >Submitter-Id: current-users >Originator: Dmitry Marakasov >Organization: >Confidential: no >Synopsis: [PATCH] multimedia/libquicktime: default LAME option to on >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.0-RELEASE-p1 i386 >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008 >Description: Enable LAME option by default. I have a port (pending multimedia/openmovieeditor update) that needs lame-enabled libquicktime and unfortunately, there's no way to depend on other ports' options :( Port maintainer (multimedia@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libquicktime-1.0.3_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/multimedia/libquicktime/Makefile,v retrieving revision 1.61 diff -u -u -r1.61 Makefile --- Makefile 20 Aug 2008 00:57:00 -0000 1.61 +++ Makefile 9 Nov 2008 17:29:04 -0000 @@ -7,6 +7,7 @@ PORTNAME= libquicktime PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SFE @@ -26,7 +27,7 @@ CFLAGS+= -fPIC MAN1= lqtplay.1 -OPTIONS= LAME "Enable Lame mp3 encoding support" Off \ +OPTIONS= LAME "Enable Lame mp3 encoding support" On \ OPENGL "Enable OpenGL support" On \ DV "Enable libdv support for digital cameras" On \ JPEG "Enable JPEG support" On \ @@ -58,7 +59,7 @@ PLIST_SUB+= GTK="@comment " .endif -.if defined(WITH_LAME) +.if !defined(WITHOUT_LAME) LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame PLIST_SUB+= LAME="" CONFIGURE_ARGS+= --with-lame --- libquicktime-1.0.3_1.patch ends here --- From edwin at FreeBSD.org Sun Nov 9 09:40:22 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 9 09:40:40 2008 Subject: ports/128730: [PATCH] multimedia/libquicktime: default LAME option to on Message-ID: <200811091740.mA9HeME7026515@freefall.freebsd.org> Synopsis: [PATCH] multimedia/libquicktime: default LAME option to on Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 9 17:40:21 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=128730 From torfinn.ingolfsen at broadpark.no Mon Nov 10 01:22:44 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Mon Nov 10 01:22:50 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081108163721.75472677@chii.bluelife.at> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081104225543.6f45897f@chii.bluelife.at> <20081107232438.07b05af2.torfinn.ingolfsen@broadpark.no> <20081107233427.c07b862f.torfinn.ingolfsen@broadpark.no> <20081108163721.75472677@chii.bluelife.at> Message-ID: <20081110102240.16cf76c7.torfinn.ingolfsen@broadpark.no> On Sat, 08 Nov 2008 16:37:21 +0100 Bernhard Froehlich wrote: > Can you please recheck that because i think they were not installed by > that port. I've successfully testet that port with my tinderbox in You are correct, it seems that an older port installed these files. After removing them and doing a 'make install' followed by a 'make deinstall' the mythtv-frontend port doesn't report plist problems. Sorry for the noise. -- Regards, Torfinn Ingolfsen From bugmaster at FreeBSD.org Mon Nov 10 03:06:54 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 10 03:08:31 2008 Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org Message-ID: <200811101106.mAAB6rku049780@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/128730 multimedia [PATCH] multimedia/libquicktime: default LAME option t o ports/128680 multimedia [PATCH] multimedia/gavl: update to 1.0.1 o ports/128580 multimedia The port multimedia/linux-realplayer: Install locale f o ports/128512 multimedia [PATCH]audio/faad: fix buffer overflow in command-line o ports/128086 multimedia Add schroedinger (dirac) codec support for multimedia/ o ports/127672 multimedia multimedia/transcode won't compile with ImageMagick in o ports/127468 multimedia [PATCH]audio/wavpack: update to 4.50.1 o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron o ports/127084 multimedia multimedia/linux-realplayer is vulnerable o ports/126668 multimedia [patch] multimedia/ffmpeg - quick and dirty symbol bui p kern/126217 multimedia [snd_hda] no snd_hda support for internal microphone f f ports/126043 multimedia multimedia/ffmpeg: ffplay returns Undefined symbol "pt o ports/126020 multimedia multimedia/transcode depends on wrong version of lzo o ports/126019 multimedia multimedia/transcode patch revision p kern/125822 multimedia [snd_hda] [patch] Does not define the device: pcm0: I am thinking of getting a FusionHDTV 5 RT tuner, but I am worried about my current video recording box. (dmesg bits) CPU: AMD Sempron(tm) Processor 2500+ (1399.85-MHz K8-class CPU) usable memory = 527552512 (503 MB) what kind of machines are people using to do capture with these cards? -- The Mafia way is that we pursue larger goals under the guise of personal relationships. Fisheye From redchin at gmail.com Mon Nov 10 11:06:37 2008 From: redchin at gmail.com (Kevin Downey) Date: Mon Nov 10 11:10:55 2008 Subject: FusionHDTV 5 RT requirements In-Reply-To: <20081110185343.GJ51033@funkthat.com> References: <1d3ed48c0811101001r3f50c4dcwa4e7c4c1707e6ecc@mail.gmail.com> <20081110185343.GJ51033@funkthat.com> Message-ID: <1d3ed48c0811101106h5e2c52ear2fa5931b202e4c3f@mail.gmail.com> On Mon, Nov 10, 2008 at 10:53 AM, John-Mark Gurney wrote: > Kevin Downey wrote this message on Mon, Nov 10, 2008 at 10:01 -0800: >> I am thinking of getting a FusionHDTV 5 RT tuner, but I am worried >> about my current video recording box. >> (dmesg bits) >> >> CPU: AMD Sempron(tm) Processor 2500+ (1399.85-MHz K8-class CPU) >> usable memory = 527552512 (503 MB) >> >> what kind of machines are people using to do capture with these cards? > > I'd just get an HDHomeRun instead. You get dual tuners, and a company > that supports their products on other OS's like FreeBSD. I'm thinking > of picking up a seconds one and getting rid of my two FusionHDTV 5 Lite > cards... Though it you still want analog, the HDHomeRun doesn't support > it, only ATSC (aka 8vsb) or QAM digital broadcasts... > > With my FusionHDTV 5 Lite cards, if I did a record and sent out a stream > via the em ethernet card on the same PCI bus, I would get bus overruns, > causing video corruptions... Not a good card if you can't even put > 5MB/sec on the bus w/o issues... > > -- > John-Mark Gurney Voice: +1 415 225 5579 > > "All that I will do, has been done, All that I have, has not." > Wow, I had never heard of the HDHomeRun. It looks like a really nice device. -- The Mafia way is that we pursue larger goals under the guise of personal relationships. Fisheye From jmg at funkthat.com Mon Nov 10 11:16:44 2008 From: jmg at funkthat.com (John-Mark Gurney) Date: Mon Nov 10 11:16:51 2008 Subject: FusionHDTV 5 RT requirements In-Reply-To: <1d3ed48c0811101001r3f50c4dcwa4e7c4c1707e6ecc@mail.gmail.com> References: <1d3ed48c0811101001r3f50c4dcwa4e7c4c1707e6ecc@mail.gmail.com> Message-ID: <20081110185343.GJ51033@funkthat.com> Kevin Downey wrote this message on Mon, Nov 10, 2008 at 10:01 -0800: > I am thinking of getting a FusionHDTV 5 RT tuner, but I am worried > about my current video recording box. > (dmesg bits) > > CPU: AMD Sempron(tm) Processor 2500+ (1399.85-MHz K8-class CPU) > usable memory = 527552512 (503 MB) > > what kind of machines are people using to do capture with these cards? I'd just get an HDHomeRun instead. You get dual tuners, and a company that supports their products on other OS's like FreeBSD. I'm thinking of picking up a seconds one and getting rid of my two FusionHDTV 5 Lite cards... Though it you still want analog, the HDHomeRun doesn't support it, only ATSC (aka 8vsb) or QAM digital broadcasts... With my FusionHDTV 5 Lite cards, if I did a record and sent out a stream via the em ethernet card on the same PCI bus, I would get bus overruns, causing video corruptions... Not a good card if you can't even put 5MB/sec on the bus w/o issues... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From ahze at ahze.net Mon Nov 10 12:24:36 2008 From: ahze at ahze.net (Michael Johnson) Date: Mon Nov 10 12:24:42 2008 Subject: [PATCH] multimedia/libquicktime: default LAME option to on In-Reply-To: <20081109173334.9851A1702D@hades.panopticon> References: <20081109173334.9851A1702D@hades.panopticon> Message-ID: On Sun, Nov 9, 2008 at 11:33 AM, Dmitry Marakasov wrote: > > >Submitter-Id: current-users > >Originator: Dmitry Marakasov > >Organization: > >Confidential: no > >Synopsis: [PATCH] multimedia/libquicktime: default LAME option to on > >Severity: non-critical > >Priority: low > >Category: ports > >Class: change-request > >Release: FreeBSD 7.0-RELEASE-p1 i386 > >Environment: > System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: > Wed Jun 25 15:36:22 MSD 2008 > >Description: > Enable LAME option by default. I have a port (pending > multimedia/openmovieeditor update) that needs lame-enabled libquicktime and > unfortunately, there's no way to depend on other ports' options :( > The reason lame is off by default is so we can have a libquicktime package due to license restrictions in lame. From torfinn.ingolfsen at broadpark.no Mon Nov 10 14:10:51 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Mon Nov 10 14:10:58 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081109125253.41488c7a.torfinn.ingolfsen@broadpark.no> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081104225543.6f45897f@chii.bluelife.at> <20081109125253.41488c7a.torfinn.ingolfsen@broadpark.no> Message-ID: <20081110231049.44d54abe.torfinn.ingolfsen@broadpark.no> On Sun, 09 Nov 2008 12:52:53 +0100 Torfinn Ingolfsen wrote: > tingo@kg-vm$ uname -a > FreeBSD kg-vm.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #3: Sun > Nov 2 10:44:32 CET 2008 > root@kg-vm.kg4.no:/usr/obj/usr/src/sys/SMP amd64 > FWIW, I also tried to test this with a newer compiler, see below. Am I doing it the right way? root@kg-vm# CC=/usr/local/bin/gcc43 make ===> Building for mythtv-frontend-0.21 cd libs && gmake -f Makefile gmake[1]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs' cd libavutil && gmake -f Makefile gmake[2]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavutil' gmake[2]: Nothing to be done for `first'. gmake[2]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavutil' cd libavcodec && gmake -f Makefile gmake[2]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavcodec' /usr/local/bin/gcc43 -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o allcodecs.o allcodecs.c allcodecs.c: In function 'avcodec_register_all': allcodecs.c:119: error: 'ENABLE_MSZH_DECODER' undeclared (first use in this function) allcodecs.c:119: error: (Each undeclared identifier is reported only once allcodecs.c:119: error: for each function it appears in.) allcodecs.c:133: error: 'ENABLE_RPZA_DECODER' undeclared (first use in this function) allcodecs.c:171: error: 'ENABLE_ZLIB_ENCODER' undeclared (first use in this function) allcodecs.c:171: error: 'ENABLE_ZLIB_DECODER' undeclared (first use in this function) allcodecs.c:172: error: 'ENABLE_ZMBV_ENCODER' undeclared (first use in this function) allcodecs.c:172: error: 'ENABLE_ZMBV_DECODER' undeclared (first use in this function) allcodecs.c:228: error: 'ENABLE_PCM_ZORK_ENCODER' undeclared (first use in this function) allcodecs.c:228: error: 'ENABLE_PCM_ZORK_DECODER' undeclared (first use in this function) gmake[2]: *** [allcodecs.o] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavcodec' gmake[1]: *** [sub-libavcodec] Error 2 gmake[1]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs' gmake: *** [sub-libs] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/mythtv-frontend. *** Error code 1 Stop in /usr/ports/multimedia/mythtv-frontend. HTH -- Regards, Torfinn Ingolfsen From decke at bluelife.at Mon Nov 10 14:19:32 2008 From: decke at bluelife.at (Bernhard Froehlich) Date: Mon Nov 10 14:19:39 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081109125253.41488c7a.torfinn.ingolfsen@broadpark.no> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081104225543.6f45897f@chii.bluelife.at> <20081109125253.41488c7a.torfinn.ingolfsen@broadpark.no> Message-ID: <20081110231920.78c38e21@chii.bluelife.at> On Sun, 09 Nov 2008 12:52:53 +0100 Torfinn Ingolfsen wrote: > On Tue, 04 Nov 2008 22:55:43 +0100 > Bernhard Froehlich wrote: > > > I've also updated my archive to include that patch: > > > > http://home.bluelife.at/ports/mythtv-cft-041108.tar.gz > > MythTV seems to be a tough beast to tame. :-) > I decided to test the archive above on a new machine, this time a SMP > machine running FreeBSD 5.4-prerelease: > tingo@kg-vm$ uname -a > FreeBSD kg-vm.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #3: Sun Nov 2 10:44:32 CET 2008 root@kg-vm.kg4.no:/usr/obj/usr/src/sys/SMP amd64 > > Note: this machine has not had any MythTV ports installed before, and I am not doing anything > "behind the scenes" here - I just untar the archive and do 'make' and 'make install'. I select default options. > Here goes: > > root@kg-vm# pwd > /usr/ports/multimedia/mythtv-frontend > root@kg-vm# uname -a > FreeBSD kg-vm.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #3: Sun Nov 2 10:44:32 CET 2008 root@kg-vm.kg4.no:/usr/obj/usr/src/sys/SMP amd64 > root@kg-vm# make clean > ===> Cleaning for qmake-3.3.8_1 > ===> Cleaning for qt-3.3.8_9 > ===> Cleaning for lame-3.97_1 > ===> Cleaning for libmng-1.0.10 > ===> Cleaning for lcms-1.17,1 > ===> Cleaning for mythtv-frontend-0.21 > > [snip] > > cc -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o allcodecs.o allcodecs.c > allcodecs.c: In function `avcodec_register_all': > allcodecs.c:119: error: `ENABLE_MSZH_DECODER' undeclared (first use in this function) > allcodecs.c:119: error: (Each undeclared identifier is reported only once > allcodecs.c:119: error: for each function it appears in.) > allcodecs.c:133: error: `ENABLE_RPZA_DECODER' undeclared (first use in this function) > allcodecs.c:171: error: `ENABLE_ZLIB_ENCODER' undeclared (first use in this function) > allcodecs.c:171: error: `ENABLE_ZLIB_DECODER' undeclared (first use in this function) > allcodecs.c:172: error: `ENABLE_ZMBV_ENCODER' undeclared (first use in this function) > allcodecs.c:172: error: `ENABLE_ZMBV_DECODER' undeclared (first use in this function) > allcodecs.c:228: error: `ENABLE_PCM_ZORK_ENCODER' undeclared (first use in this function) > allcodecs.c:228: error: `ENABLE_PCM_ZORK_DECODER' undeclared (first use in this function) > gmake[2]: *** [allcodecs.o] Error 1 > gmake[2]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavcodec' > gmake[1]: *** [sub-libavcodec] Error 2 > gmake[1]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs' > gmake: *** [sub-libs] Error 2 > *** Error code 2 > > Stop in /usr/ports/multimedia/mythtv-frontend. > *** Error code 1 > > Stop in /usr/ports/multimedia/mythtv-frontend. > > HTH I've attached a patch that should fix that nasty problem now and also updated the patchset if you like that more. http://home.bluelife.at/ports/mythtv-cft-101108.tar.gz Playing Sherlock: The murder was your locale which triggered a bug in the configure script that uses "tr" to translate words into upper and lowercase. I've seen that because in my config.h there is #define CONFIG_ZLIB_DECODER 1 #define ENABLE_ZLIB_DECODER 1 and yours contained #define CONFIG_]LIB_DECODER 1 #define ENABLE_]LIB_DECODER 1 All "z" got replaced by "]" instead of "Z" which seems to be a weirdness of locales and "tr". The mythtv developers have already found and fixed that in trunk so i have taken that few lines and created a patch for that issue. Thanks for your kind help to track this one down, that was really an interesting one! -- Bernhard Froehlich http://www.bluelife.at/ -------------- next part -------------- A non-text attachment was scrubbed... Name: patch-configure-toupper Type: application/octet-stream Size: 566 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20081110/64cada25/patch-configure-toupper.obj From torfinn.ingolfsen at broadpark.no Mon Nov 10 15:19:26 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Mon Nov 10 15:19:34 2008 Subject: CFT: MythTV Fixes In-Reply-To: <20081110231920.78c38e21@chii.bluelife.at> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081104225543.6f45897f@chii.bluelife.at> <20081109125253.41488c7a.torfinn.ingolfsen@broadpark.no> <20081110231920.78c38e21@chii.bluelife.at> Message-ID: <20081111001923.d0c906f8.torfinn.ingolfsen@broadpark.no> On Mon, 10 Nov 2008 23:19:20 +0100 Bernhard Froehlich wrote: > I've attached a patch that should fix that nasty problem now and also With the attached patch, mythtv-frontend compiles fine. Thanks! > Playing Sherlock: The murder was your locale which triggered a bug in > the configure script that uses "tr" to translate words into upper and > lowercase. I've seen that because in my config.h there is Interesting. I guess it is one of these then: root@kg-vm# echo $LANG en_US.ISO8859-1 root@kg-vm# echo $G_FILENAME_ENCODING ISO-8859-1 root@kg-vm# > All "z" got replaced by "]" instead of "Z" which seems to be a > weirdness of locales and "tr". The mythtv developers have already > found and fixed that in trunk so i have taken that few lines and > created a patch for that issue. Ugh. One shouldn't use tr on source code without verifying locale functions. Luckily the MythTV developers saw that too. > Thanks for your kind help to track this one down, that was really an > interesting one! No problem, I have an interest in MythTV on FreeBSD. :-) -- Regards, Torfinn Ingolfsen From rick-freebsd2008 at kiwi-computer.com Mon Nov 10 18:46:45 2008 From: rick-freebsd2008 at kiwi-computer.com (Rick C. Petty) Date: Mon Nov 10 18:46:50 2008 Subject: FusionHDTV 5 RT requirements In-Reply-To: <1d3ed48c0811101106h5e2c52ear2fa5931b202e4c3f@mail.gmail.com> References: <1d3ed48c0811101001r3f50c4dcwa4e7c4c1707e6ecc@mail.gmail.com> <20081110185343.GJ51033@funkthat.com> <1d3ed48c0811101106h5e2c52ear2fa5931b202e4c3f@mail.gmail.com> Message-ID: <20081111022002.GA69642@keira.kiwi-computer.com> On Mon, Nov 10, 2008 at 11:06:35AM -0800, Kevin Downey wrote: > > Wow, I had never heard of the HDHomeRun. It looks like a really nice device. It is! I can record two shows at once over 100mbit. Interestingly, if you don't select a program filter, you record all programs from the same channel simultaneously, which is pretty cool to compare SD and HD outputs if the station is transmitting both. I'm currently working on a better CLI tool. I might even create a FreeBSD port. -- Rick C. Petty From freebsd at sopwith.solgatos.com Mon Nov 10 23:42:02 2008 From: freebsd at sopwith.solgatos.com (Dieter) Date: Mon Nov 10 23:42:10 2008 Subject: Question on creating a video server Message-ID: <200811101909.TAA14418@sopwith.solgatos.com> [ This discussion is probably better suited for -multimedia@ than -questions@ ] > I can pick up really high quality, large, old-style video monitors > from a computer surplus place near here for next to nothing. If these were for workstations rather than pee-cees, they might be composite sync or sync-on-green, and some video cards do not support them. :-( Some video cards have s-video out. There are boxes available that convert VGA to NTSC. I don't know how well they work. Note that decoding high definition video needs a lot of cpu if you are decoding in the cpu. Having Xv and XvMC offloads some of the work to the video card. I'm not aware of FreeBSD having support for these. :-( If it does, someone please let us know. OpenBSD 4.4 has a openchrome driver which claims Xv and XvMC. http://www.openbsd.org/cgi-bin/man.cgi?query=openchrome&sektion=4 Note that *recording* digital TV takes vary little cpu, and isn't a problem for modern disks. It is decoding for playback that is the problem. Recording analog TV requires encoding, which requires a lot of cpu, or a hardware encoder. Digital TV is encoded at the TV station. If you have a DV camcorder you can convert the OTA mpeg2ts to DV format with ffmpeg, then ship it to the camcorder with firewire and the camcorder will convert it to NTSC and drive your TV. There are Ethernet-to-TV boxes. These have problems/limitations, so do your research and make sure it does everything you want and isn't buggy. If someone knows of one that works well with BSD and does a good job with freeze/slow/fast effects, I'd like to hear about it. If there are other methods of getting video from a BSD box to a TV, someone please let us know. > I'd like to setup a PC and put a HDTV tuner card in it for > over-the-air HDTV broadcasts, and use that as a TV. Couple of advantages to this method: computer tuners tend to provide more info which can be useful when debugging reception problems, and computer tuners give you recording capability like a VCR. For tuners, first decide if you want PCI card, PCIe card, Ethernet, Firewire, USB. Then see what you can find a BSD driver for. Ethernet doesn't need a special device driver, assuming you have Ethernet. Not sure about Firewire tuners. For PCI cards, there are FreeBSD drivers by John-Mark Gurney and Jason Harmening. Anish Mistry was/is working on a USB driver, I don't know what the current status is. Most computer tuners are PCI, but newer computers come with fewer and fewer PCI slots. They are even building mainboards with zero PCI slots (PCIe only). So Ethernet, Firewire and USB tuners have an advantage of not needing a PCI slot. They will even work with laptops. And you can have several tuners for those times when they schedule 4-5 good shows all at the same time (rare but it happens). Beware that the very small tuners without the "tin can" RF tuner are likely to have more reception problems than a tuner with a proper "tin can" RF tuner. ATSC reception does not degrade gracefully like NTSC. And there isn't enough safety factor. So get the best antennas you can find, and good quality well shielded coax. Having more than one make/model of tuner can be helpful. For UHF you might need to try both an 8-bay and a yagi antenna. (The don't make 8-bay for VHF, they would be way too large.) Software: mplayer, xine, ffmpeg, and so on. Jason Harmening's cx88 driver comes with an app for recording. You can schedule recordings with at(1). If you like the giant bloatware approach there is myth. > We also have a ton of DVD's and I'd like to rip these to video files > and put them on the PC. Then you will need a ton of disk space. If you like to archive TV shows you will need a ton of disk space. } Why not just get a digital converter and keep using your nice TV? Pro: these supposedly have the newest and best demodulator chips which should mean better reception, but don't count on it. There is more to these things than just the demod chip. Cons: if you want to record, you'd have to kludge something up. If your TV suffers from "dot-crawl", you'll want s-video rather than composite or RF, and CECBs with s-video are rare. From freebsd at sopwith.solgatos.com Mon Nov 10 23:42:04 2008 From: freebsd at sopwith.solgatos.com (Dieter) Date: Mon Nov 10 23:42:22 2008 Subject: FusionHDTV 5 RT requirements In-Reply-To: Your message of "Mon, 10 Nov 2008 10:01:43 PST." <1d3ed48c0811101001r3f50c4dcwa4e7c4c1707e6ecc@mail.gmail.com> Message-ID: <200811101916.TAA14862@sopwith.solgatos.com> > I am thinking of getting a FusionHDTV 5 RT tuner, but I am worried > about my current video recording box. > (dmesg bits) > > CPU: AMD Sempron(tm) Processor 2500+ (1399.85-MHz K8-class CPU) > usable memory = 527552512 (503 MB) > > what kind of machines are people using to do capture with these cards? Recording digital TV needs very little CPU. Decoding for playback needs lots of cpu, or assistance from GPU or some hardware decoder. See my posting on the "Question on creating a video server" thread for more. From Alexander at Leidinger.net Tue Nov 11 01:06:39 2008 From: Alexander at Leidinger.net (Alexander Leidinger) Date: Tue Nov 11 01:06:46 2008 Subject: FusionHDTV 5 RT requirements In-Reply-To: <20081111022002.GA69642@keira.kiwi-computer.com> References: <1d3ed48c0811101001r3f50c4dcwa4e7c4c1707e6ecc@mail.gmail.com> <20081110185343.GJ51033@funkthat.com> <1d3ed48c0811101106h5e2c52ear2fa5931b202e4c3f@mail.gmail.com> <20081111022002.GA69642@keira.kiwi-computer.com> Message-ID: <20081111094817.555242galob9kn28@webmail.leidinger.net> Quoting "Rick C. Petty" (from Mon, 10 Nov 2008 20:20:02 -0600): > On Mon, Nov 10, 2008 at 11:06:35AM -0800, Kevin Downey wrote: >> >> Wow, I had never heard of the HDHomeRun. It looks like a really nice device. > > It is! I can record two shows at once over 100mbit. Interestingly, if you > don't select a program filter, you record all programs from the same > channel simultaneously, which is pretty cool to compare SD and HD outputs > if the station is transmitting both. Does someone know of something similar for European satelite standards (DVB-S / DVB-S2)? The HDHomeRun-DVB-T version is not really useful (there are not much channels in DVB-T, and only a fraction are interesting). Bye, Alexander. -- Elliptical, n: The feel of a kiss. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From tevans.uk at googlemail.com Tue Nov 11 02:03:17 2008 From: tevans.uk at googlemail.com (Tom Evans) Date: Tue Nov 11 02:03:23 2008 Subject: FusionHDTV 5 RT requirements In-Reply-To: <20081111094817.555242galob9kn28@webmail.leidinger.net> References: <1d3ed48c0811101001r3f50c4dcwa4e7c4c1707e6ecc@mail.gmail.com> <20081110185343.GJ51033@funkthat.com> <1d3ed48c0811101106h5e2c52ear2fa5931b202e4c3f@mail.gmail.com> <20081111022002.GA69642@keira.kiwi-computer.com> <20081111094817.555242galob9kn28@webmail.leidinger.net> Message-ID: <1226396372.10955.4.camel@localhost> On Tue, 2008-11-11 at 09:48 +0100, Alexander Leidinger wrote: > Quoting "Rick C. Petty" (from > Mon, 10 Nov 2008 20:20:02 -0600): > > > On Mon, Nov 10, 2008 at 11:06:35AM -0800, Kevin Downey wrote: > >> > >> Wow, I had never heard of the HDHomeRun. It looks like a really nice device. > > > > It is! I can record two shows at once over 100mbit. Interestingly, if you > > don't select a program filter, you record all programs from the same > > channel simultaneously, which is pretty cool to compare SD and HD outputs > > if the station is transmitting both. > > Does someone know of something similar for European satelite standards > (DVB-S / DVB-S2)? The HDHomeRun-DVB-T version is not really useful > (there are not much channels in DVB-T, and only a fraction are > interesting). > > Bye, > Alexander. > Hi Alexander I use a cx88 based DVB-S tuner (K-World DVB-S 100), which works pretty nicely picking up FTA channels. I only have tried it on Linux, but there is a WIP driver for FreeBSD I keep meaning to try[1]. Another option is a dreambox, which presents a nice server to fetch TS from :) Cheers Tom [1] http://lists.freebsd.org/pipermail/freebsd-multimedia/2007-September/007497.html From amdmi3 at amdmi3.ru Tue Nov 11 04:12:51 2008 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Tue Nov 11 04:12:58 2008 Subject: [PATCH] multimedia/libquicktime: default LAME option to on In-Reply-To: References: <20081109173334.9851A1702D@hades.panopticon> Message-ID: <20081111121247.GA65879@hades.panopticon> * Michael Johnson (ahze@ahze.net) wrote: > > Enable LAME option by default. I have a port (pending > > multimedia/openmovieeditor update) that needs lame-enabled libquicktime and > > unfortunately, there's no way to depend on other ports' options :( > The reason lame is off by default is so we can have a libquicktime package > due to license restrictions in lame. Got it. Then maybe any suggestions on how to properly update openmovieeditor? I can think of some hacky stuff like checking for WITH_LAME in PORT_DBDIR/libquicktime and marking port with IGNORE otherwise. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From amdmi3 at amdmi3.ru Tue Nov 11 08:29:05 2008 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Tue Nov 11 08:29:12 2008 Subject: [PATCH] multimedia/libquicktime: default LAME option to on In-Reply-To: References: <20081109173334.9851A1702D@hades.panopticon> <20081111121247.GA65879@hades.panopticon> Message-ID: <20081111162901.GC65879@hades.panopticon> * Jeremy Messenger (mezz7@cox.net) wrote: >> Got it. Then maybe any suggestions on how to properly update >> openmovieeditor? I can think of some hacky stuff like checking for >> WITH_LAME in PORT_DBDIR/libquicktime and marking port with IGNORE >> otherwise. > All you have to use exists() to check on lib/libquicktime/lqt_lame.so. Oh, thanks! For some reason I thought libquicktime doesn't install extra files when lame is enabled. > Maybe you should make a request to the openmovieeditor team to see if > they can make lame to optional? Explain them about that it has license > restrictions in lame. Will try as well, thanks. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From mezz7 at cox.net Tue Nov 11 08:37:04 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Tue Nov 11 08:37:11 2008 Subject: [PATCH] multimedia/libquicktime: default LAME option to on In-Reply-To: <20081111121247.GA65879@hades.panopticon> References: <20081109173334.9851A1702D@hades.panopticon> <20081111121247.GA65879@hades.panopticon> Message-ID: On Tue, 11 Nov 2008 06:12:47 -0600, Dmitry Marakasov wrote: > * Michael Johnson (ahze@ahze.net) wrote: > >> > Enable LAME option by default. I have a port (pending >> > multimedia/openmovieeditor update) that needs lame-enabled >> libquicktime and >> > unfortunately, there's no way to depend on other ports' options :( >> The reason lame is off by default is so we can have a libquicktime >> package >> due to license restrictions in lame. > > Got it. Then maybe any suggestions on how to properly update > openmovieeditor? I can think of some hacky stuff like checking for > WITH_LAME in PORT_DBDIR/libquicktime and marking port with IGNORE > otherwise. All you have to use exists() to check on lib/libquicktime/lqt_lame.so. Is it allows to enable lame support by default in ports tree, but disable only on package (PACKAGE_BUILDING)? Of course, you will have to add something to not build package for openmovieeditor too to avoid get error from tinderbox. Maybe you should make a request to the openmovieeditor team to see if they can make lame to optional? Explain them about that it has license restrictions in lame. Oh hey ahze! ;-) Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From rick-freebsd2008 at kiwi-computer.com Tue Nov 11 13:23:22 2008 From: rick-freebsd2008 at kiwi-computer.com (Rick C. Petty) Date: Tue Nov 11 13:23:28 2008 Subject: FusionHDTV 5 RT requirements In-Reply-To: <20081111094817.555242galob9kn28@webmail.leidinger.net> References: <1d3ed48c0811101001r3f50c4dcwa4e7c4c1707e6ecc@mail.gmail.com> <20081110185343.GJ51033@funkthat.com> <1d3ed48c0811101106h5e2c52ear2fa5931b202e4c3f@mail.gmail.com> <20081111022002.GA69642@keira.kiwi-computer.com> <20081111094817.555242galob9kn28@webmail.leidinger.net> Message-ID: <20081111212321.GA81879@keira.kiwi-computer.com> On Tue, Nov 11, 2008 at 09:48:17AM +0100, Alexander Leidinger wrote: > > Does someone know of something similar for European satelite standards > (DVB-S / DVB-S2)? The HDHomeRun-DVB-T version is not really useful > (there are not much channels in DVB-T, and only a fraction are > interesting). AFAIK, no model of HDHomeRun works with any known satellite standard. I use my HDHomeRun for terrestrial broadcast. I still don't have a good means to DVR HD shows from satellite (yet). -- Rick C. Petty From torfinn.ingolfsen at broadpark.no Tue Nov 11 14:17:32 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Tue Nov 11 14:17:39 2008 Subject: FusionHDTV 5 RT requirements In-Reply-To: <20081111094817.555242galob9kn28@webmail.leidinger.net> References: <1d3ed48c0811101001r3f50c4dcwa4e7c4c1707e6ecc@mail.gmail.com> <20081110185343.GJ51033@funkthat.com> <1d3ed48c0811101106h5e2c52ear2fa5931b202e4c3f@mail.gmail.com> <20081111022002.GA69642@keira.kiwi-computer.com> <20081111094817.555242galob9kn28@webmail.leidinger.net> Message-ID: <20081111231656.8d974e1a.torfinn.ingolfsen@broadpark.no> On Tue, 11 Nov 2008 09:48:17 +0100 Alexander Leidinger wrote: > Does someone know of something similar for European satelite > standards (DVB-S / DVB-S2)? The HDHomeRun-DVB-T version is not really > useful (there are not much channels in DVB-T, and only a fraction > are interesting). And DVB-C support would be nice too, for us people who are tied to a cable. :-) If all else fails, I wouldn't reject a working FreeBSD driver for a DVB-C card. :-) Currently my TerraTec Cinergy 1200 DVB-C[1] only works under Linux. References: 1) http://tingox.googlepages.com/c1200dvb-c -- Regards, Torfinn Ingolfsen From intron at intron.ac Wed Nov 12 05:24:55 2008 From: intron at intron.ac (Intron is my alias on the Internet) Date: Wed Nov 12 05:25:07 2008 Subject: Anyone would help me to test this port? Another VIA UniChrome/Chrome9 Driver In-Reply-To: <1226467355.1656.8.camel@wombat.2hip.net> References: <1226418439.10032.2.camel@squirrel.corp.cox.com> <1226424409.10032.6.camel@squirrel.corp.cox.com> <1226433523.16065.1.camel@squirrel.corp.cox.com> <1226437213.16065.4.camel@squirrel.corp.cox.com> <1226444680.16065.11.camel@squirrel.corp.cox.com> <1226467355.1656.8.camel@wombat.2hip.net> Message-ID: Anyone would help me to test this port? http://ftp.intron.ac/tmp/xf86-video-via-linux.tar.gz My testing result: 1. Rotation (Resolution: 800x1280): ScreenShot: http://ftp.intron.ac/tmp/via_rotation_screenshot.png 2. XVideo (The program is that CCTV visited Prof. Long-Ping Yuan, the inventor of hybrid rice): Screenshot: http://ftp.intron.ac/tmp/via_xv_screenshot.png Photo: http://ftp.intron.ac/tmp/via_xv_photo.jpg 3. Dual Display (DuoView) Screenshot: http://ftp.intron.ac/tmp/via_dual_screenshot.png Photo: http://ftp.intron.ac/tmp/via_dual_photo.jpg ------------------------------------------------------------------------ From Beijing, China From avg at icyb.net.ua Wed Nov 12 06:41:45 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Wed Nov 12 06:41:53 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <4912E1A5.6040206@icyb.net.ua> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> <4912E1A5.6040206@icyb.net.ua> Message-ID: <491AEB24.8030109@icyb.net.ua> on 06/11/2008 14:23 Andriy Gapon said the following: > on 05/11/2008 17:21 Alexander Motin said the following: >> There are really much possibilities, but you should first answer two >> questions: what do you want to have and what your hardware can do? >> >> Some examples of possible configurations provided in man page, but you >> may want to invent something more customized. The main hardware feature >> you should test - is a jack presence detection. More info about your >> codec organization you may get from diagram on page 35 of codec >> datasheet: http://www.idt.com/products/getDoc.cfm?docID=18451989 > > Thanks for the pointers/hints. I will play with HDA configuration if it > is still necessary after BIOS upgrade. I performed the upgrade, here's new verbose dmesg: http://www.icyb.net.ua/~avg/hda.newest.dmesg.gz Now HDA behaves more reasonable, quite close to what you predicted: pcm0 provides both playback and recording through rear jacks. Playback through front still doesn't work, recording through front isn't tested, but I don't expect much changes. I haven't tested pcm1 usage either. I will try to play with configurations a little bit later. Thank you! -- Andriy Gapon From mav at FreeBSD.org Wed Nov 12 08:08:10 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Wed Nov 12 08:08:17 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <491AEB24.8030109@icyb.net.ua> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> <4912E1A5.6040206@icyb.net.ua> <491AEB24.8030109@icyb.net.ua> Message-ID: <491AFF68.9080104@FreeBSD.org> Andriy Gapon wrote: > on 06/11/2008 14:23 Andriy Gapon said the following: >> on 05/11/2008 17:21 Alexander Motin said the following: >>> There are really much possibilities, but you should first answer two >>> questions: what do you want to have and what your hardware can do? >>> >>> Some examples of possible configurations provided in man page, but you >>> may want to invent something more customized. The main hardware feature >>> you should test - is a jack presence detection. More info about your >>> codec organization you may get from diagram on page 35 of codec >>> datasheet: http://www.idt.com/products/getDoc.cfm?docID=18451989 >> Thanks for the pointers/hints. I will play with HDA configuration if it >> is still necessary after BIOS upgrade. > > I performed the upgrade, here's new verbose dmesg: > http://www.icyb.net.ua/~avg/hda.newest.dmesg.gz > > Now HDA behaves more reasonable, quite close to what you predicted: pcm0 > provides both playback and recording through rear jacks. Playback > through front still doesn't work, recording through front isn't tested, > but I don't expect much changes. I haven't tested pcm1 usage either. Now I see that pcm0 includes all analog playback and recording. The only problem is that your case front connectors does not report jeck insertion, so audio never switched there. You may try to add hint.hdac.0.cad2.nid10.config="misc 1" to give driver hint that jack sensing is not supported. I expect it should give you headphones connector working all the time. -- Alexander Motin From pav at FreeBSD.org Wed Nov 12 08:31:38 2008 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Wed Nov 12 08:31:45 2008 Subject: ports/128512: [PATCH]audio/faad: fix buffer overflow in command-line frontend Message-ID: <200811121631.mACGVblA031547@freefall.freebsd.org> Synopsis: [PATCH]audio/faad: fix buffer overflow in command-line frontend State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Nov 12 16:31:04 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=128512 From dfilter at FreeBSD.ORG Wed Nov 12 08:40:04 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 12 08:40:10 2008 Subject: ports/128512: commit references a PR Message-ID: <200811121640.mACGe34o032858@freefall.freebsd.org> The following reply was made to PR ports/128512; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/128512: commit references a PR Date: Wed, 12 Nov 2008 16:31:41 +0000 (UTC) pav 2008-11-12 16:31:27 UTC FreeBSD ports repository Modified files: audio/faad Makefile Added files: audio/faad/files patch-frontend_main.c Log: - Fix a heap-based buffer overflow in the command-line frontend. It allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted MPEG-4 (MP4) file. PR: ports/128512 Submitted by: bf Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4201 Revision Changes Path 1.51 +1 -0 ports/audio/faad/Makefile 1.1 +17 -0 ports/audio/faad/files/patch-frontend_main.c (new) _______________________________________________ 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 avg at icyb.net.ua Wed Nov 12 09:07:00 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Wed Nov 12 09:07:13 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <491AFF68.9080104@FreeBSD.org> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> <4912E1A5.6040206@icyb.net.ua> <491AEB24.8030109@icyb.net.ua> <491AFF68.9080104@FreeBSD.org> Message-ID: <491B0D30.2050102@icyb.net.ua> on 12/11/2008 18:08 Alexander Motin said the following: > Andriy Gapon wrote: >> on 06/11/2008 14:23 Andriy Gapon said the following: >> I performed the upgrade, here's new verbose dmesg: >> http://www.icyb.net.ua/~avg/hda.newest.dmesg.gz >> >> Now HDA behaves more reasonable, quite close to what you predicted: pcm0 >> provides both playback and recording through rear jacks. Playback >> through front still doesn't work, recording through front isn't tested, >> but I don't expect much changes. I haven't tested pcm1 usage either. > > Now I see that pcm0 includes all analog playback and recording. The only > problem is that your case front connectors does not report jeck > insertion, so audio never switched there. You may try to add > hint.hdac.0.cad2.nid10.config="misc 1" > to give driver hint that jack sensing is not supported. I expect it > should give you headphones connector working all the time. > Alexander, yes, this is it! With this hint (hint.hdac.0.cad2.nid10.config="misc=1") I now get playback from both front and back. Also, I just tested that 'mic' record source corresponds to back connector and 'monitor' to front connector, both work ('line' is not tested). One minor complaint is that there are the following knobs for mixer: $ mixer Mixer vol is currently set to 92:92 Mixer pcm is currently set to 93:93 Mixer speaker is currently set to 30:30 Mixer rec is currently set to 45:45 Recording source: monitor Because there is no volume control for mic or monitor, program like kmix display only "outputs" panel and there is no "inputs" panel. Because of that I can not switch recording sources via gui. But this is very minor. -- Andriy Gapon From avg at icyb.net.ua Wed Nov 12 09:19:35 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Wed Nov 12 09:23:00 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <491B0D30.2050102@icyb.net.ua> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> <4912E1A5.6040206@icyb.net.ua> <491AEB24.8030109@icyb.net.ua> <491AFF68.9080104@FreeBSD.org> <491B0D30.2050102@icyb.net.ua> Message-ID: <491B1023.2090605@icyb.net.ua> on 12/11/2008 19:06 Andriy Gapon said the following: > Alexander, > > yes, this is it! > With this hint (hint.hdac.0.cad2.nid10.config="misc=1") I now get > playback from both front and back. Also, I just tested that 'mic' record > source corresponds to back connector and 'monitor' to front connector, > both work ('line' is not tested). > > One minor complaint is that there are the following knobs for mixer: > $ mixer > Mixer vol is currently set to 92:92 > Mixer pcm is currently set to 93:93 > Mixer speaker is currently set to 30:30 > Mixer rec is currently set to 45:45 > Recording source: monitor > > Because there is no volume control for mic or monitor, program like kmix > display only "outputs" panel and there is no "inputs" panel. Because of > that I can not switch recording sources via gui. > But this is very minor. > > And, BTW, it seems that both nodes 21 and 24 in record path have volume controls. But I am not sure if it is worthwhile to expose them bot to mixer. Also, I am not sure why we have both vol and pcm knobs when there is only one node with volume ability in the play path. Is this because of softpcm quirk somewhere? -- Andriy Gapon From julian at elischer.org Wed Nov 12 09:49:16 2008 From: julian at elischer.org (Julian Elischer) Date: Wed Nov 12 09:50:00 2008 Subject: Anyone would help me to test this port? Another VIA UniChrome/Chrome9 Driver In-Reply-To: References: <1226418439.10032.2.camel@squirrel.corp.cox.com> <1226424409.10032.6.camel@squirrel.corp.cox.com> <1226433523.16065.1.camel@squirrel.corp.cox.com> <1226437213.16065.4.camel@squirrel.corp.cox.com> <1226444680.16065.11.camel@squirrel.corp.cox.com> <1226467355.1656.8.camel@wombat.2hip.net> Message-ID: <491B14B6.7020102@elischer.org> Intron is my alias on the Internet wrote: > Anyone would help me to test this port? wish I could.. (no such hardware) just saying "good work".. > > http://ftp.intron.ac/tmp/xf86-video-via-linux.tar.gz > > My testing result: > > 1. Rotation (Resolution: 800x1280): > > ScreenShot: http://ftp.intron.ac/tmp/via_rotation_screenshot.png > > 2. XVideo (The program is that CCTV visited Prof. Long-Ping Yuan, > the inventor of hybrid rice): > > Screenshot: http://ftp.intron.ac/tmp/via_xv_screenshot.png > Photo: http://ftp.intron.ac/tmp/via_xv_photo.jpg > > 3. Dual Display (DuoView) > > Screenshot: http://ftp.intron.ac/tmp/via_dual_screenshot.png > Photo: http://ftp.intron.ac/tmp/via_dual_photo.jpg > > ------------------------------------------------------------------------ > 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 avg at icyb.net.ua Wed Nov 12 09:57:13 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Wed Nov 12 09:57:19 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <491B1023.2090605@icyb.net.ua> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> <4912E1A5.6040206@icyb.net.ua> <491AEB24.8030109@icyb.net.ua> <491AFF68.9080104@FreeBSD.org> <491B0D30.2050102@icyb.net.ua> <491B1023.2090605@icyb.net.ua> Message-ID: <491B18F4.10501@icyb.net.ua> And one more thing, glimpsed from linux: http://lxr.linux.no/linux+v2.6.27.5/sound/pci/hda/patch_sigmatel.c#L690 It seems that they program Volume Knob widget to use direct control of sub-ordinate amplifiers and set the volume to max. I hacked our driver to do the same by adding the following: +#if 1 + if (w->type == HDA_PARAM_AUDIO_WIDGET_CAP_TYPE_VOLUME_WIDGET) { + hdac_command(sc, + HDA_CMD_SET_VOLUME_KNOB(cad, nid, 0xff), cad); + } +#endif And it seems that I got louder volume with the same mixer settings as before. But maybe this is a psychological effect. -- Andriy Gapon From mav at FreeBSD.org Wed Nov 12 11:30:02 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Wed Nov 12 11:30:09 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <491B1023.2090605@icyb.net.ua> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> <4912E1A5.6040206@icyb.net.ua> <491AEB24.8030109@icyb.net.ua> <491AFF68.9080104@FreeBSD.org> <491B0D30.2050102@icyb.net.ua> <491B1023.2090605@icyb.net.ua> Message-ID: <491B2EB7.8080701@FreeBSD.org> Andriy Gapon wrote: >> With this hint (hint.hdac.0.cad2.nid10.config="misc=1") I now get >> playback from both front and back. Also, I just tested that 'mic' record >> source corresponds to back connector and 'monitor' to front connector, >> both work ('line' is not tested). >> >> One minor complaint is that there are the following knobs for mixer: >> $ mixer >> Mixer vol is currently set to 92:92 >> Mixer pcm is currently set to 93:93 >> Mixer speaker is currently set to 30:30 >> Mixer rec is currently set to 45:45 >> Recording source: monitor >> >> Because there is no volume control for mic or monitor, program like kmix >> display only "outputs" panel and there is no "inputs" panel. Because of >> that I can not switch recording sources via gui. >> But this is very minor. There are no dedicated controls for that inputs, only for mixed signal. That's why driver does not reports them. > And, BTW, it seems that both nodes 21 and 24 in record path have volume > controls. But I am not sure if it is worthwhile to expose them bot to mixer. Driver tries to use as much amplifiers as possible, but it assigns controls only to some predefined cases: pcm, vol, rec plus one for control each input source. Assigning more controls without possibility to document their purpose will just confuse users. > Also, I am not sure why we have both vol and pcm knobs when there is > only one node with volume ability in the play path. Is this because of > softpcm quirk somewhere? If as in this case, there is no dedicated amplifiers for pcm and vol, driver uses same amplifier for both controls. Just to be as universal as possible. -- Alexander Motin From mav at FreeBSD.org Wed Nov 12 11:31:44 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Wed Nov 12 11:31:50 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <491B18F4.10501@icyb.net.ua> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> <4912E1A5.6040206@icyb.net.ua> <491AEB24.8030109@icyb.net.ua> <491AFF68.9080104@FreeBSD.org> <491B0D30.2050102@icyb.net.ua> <491B1023.2090605@icyb.net.ua> <491B18F4.10501@icyb.net.ua> Message-ID: <491B2F1C.90202@FreeBSD.org> Andriy Gapon wrote: > And one more thing, glimpsed from linux: > http://lxr.linux.no/linux+v2.6.27.5/sound/pci/hda/patch_sigmatel.c#L690 > > It seems that they program Volume Knob widget to use direct control of > sub-ordinate amplifiers and set the volume to max. > I hacked our driver to do the same by adding the following: > > +#if 1 > + if (w->type == HDA_PARAM_AUDIO_WIDGET_CAP_TYPE_VOLUME_WIDGET) { > + hdac_command(sc, > + HDA_CMD_SET_VOLUME_KNOB(cad, nid, 0xff), cad); > + } > +#endif > > And it seems that I got louder volume with the same mixer settings as > before. But maybe this is a psychological effect. According to specification effect must be the same as setting this volume to all related controls directly. In your case as setting pcm and vol to 100. -- Alexander Motin From avg at icyb.net.ua Thu Nov 13 03:44:15 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Thu Nov 13 03:44:22 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <491B2EB7.8080701@FreeBSD.org> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> <4912E1A5.6040206@icyb.net.ua> <491AEB24.8030109@icyb.net.ua> <491AFF68.9080104@FreeBSD.org> <491B0D30.2050102@icyb.net.ua> <491B1023.2090605@icyb.net.ua> <491B2EB7.8080701@FreeBSD.org> Message-ID: <491C130A.3090100@icyb.net.ua> on 12/11/2008 21:29 Alexander Motin said the following: > Andriy Gapon wrote: >>> With this hint (hint.hdac.0.cad2.nid10.config="misc=1") I now get >>> playback from both front and back. Also, I just tested that 'mic' record >>> source corresponds to back connector and 'monitor' to front connector, >>> both work ('line' is not tested). >>> >>> One minor complaint is that there are the following knobs for mixer: >>> $ mixer >>> Mixer vol is currently set to 92:92 >>> Mixer pcm is currently set to 93:93 >>> Mixer speaker is currently set to 30:30 >>> Mixer rec is currently set to 45:45 >>> Recording source: monitor >>> >>> Because there is no volume control for mic or monitor, program like kmix >>> display only "outputs" panel and there is no "inputs" panel. Because of >>> that I can not switch recording sources via gui. >>> But this is very minor. > > There are no dedicated controls for that inputs, only for mixed signal. > That's why driver does not reports them. > >> And, BTW, it seems that both nodes 21 and 24 in record path have volume >> controls. But I am not sure if it is worthwhile to expose them bot to >> mixer. > > Driver tries to use as much amplifiers as possible, but it assigns > controls only to some predefined cases: pcm, vol, rec plus one for > control each input source. Assigning more controls without possibility > to document their purpose will just confuse users. > >> Also, I am not sure why we have both vol and pcm knobs when there is >> only one node with volume ability in the play path. Is this because of >> softpcm quirk somewhere? > > If as in this case, there is no dedicated amplifiers for pcm and vol, > driver uses same amplifier for both controls. Just to be as universal as > possible. > Alexander, thanks a lot for explaining! Just in case: in Linux code I see that they route 3 possible inputs to three different ADCs (nids 7,8,9) and then provide three different volume controls: http://lxr.linux.no/linux+v2.6.27.5/sound/pci/hda/patch_sigmatel.c#L891 Maybe this could be useful for mixing together different inputs. Personally I don't have any need for this. -- Andriy Gapon From avg at icyb.net.ua Thu Nov 13 03:44:36 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Thu Nov 13 03:44:42 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <491B2F1C.90202@FreeBSD.org> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> <4912E1A5.6040206@icyb.net.ua> <491AEB24.8030109@icyb.net.ua> <491AFF68.9080104@FreeBSD.org> <491B0D30.2050102@icyb.net.ua> <491B1023.2090605@icyb.net.ua> <491B18F4.10501@icyb.net.ua> <491B2F1C.90202@FreeBSD.org> Message-ID: <491C1320.8060501@icyb.net.ua> on 12/11/2008 21:31 Alexander Motin said the following: > Andriy Gapon wrote: >> And one more thing, glimpsed from linux: >> http://lxr.linux.no/linux+v2.6.27.5/sound/pci/hda/patch_sigmatel.c#L690 >> >> It seems that they program Volume Knob widget to use direct control of >> sub-ordinate amplifiers and set the volume to max. >> I hacked our driver to do the same by adding the following: >> >> +#if 1 >> + if (w->type == HDA_PARAM_AUDIO_WIDGET_CAP_TYPE_VOLUME_WIDGET) { >> + hdac_command(sc, >> + HDA_CMD_SET_VOLUME_KNOB(cad, nid, 0xff), cad); >> + } >> +#endif >> >> And it seems that I got louder volume with the same mixer settings as >> before. But maybe this is a psychological effect. > > According to specification effect must be the same as setting this > volume to all related controls directly. In your case as setting pcm and > vol to 100. > I see. Thank you! -- Andriy Gapon From mav at FreeBSD.org Thu Nov 13 03:54:15 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Thu Nov 13 03:54:20 2008 Subject: Intel 82801I hda, STAC9271D codec: problem(s) In-Reply-To: <491C130A.3090100@icyb.net.ua> References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> <4912E1A5.6040206@icyb.net.ua> <491AEB24.8030109@icyb.net.ua> <491AFF68.9080104@FreeBSD.org> <491B0D30.2050102@icyb.net.ua> <491B1023.2090605@icyb.net.ua> <491B2EB7.8080701@FreeBSD.org> <491C130A.3090100@icyb.net.ua> Message-ID: <491C1565.2030508@FreeBSD.org> Andriy Gapon wrote: > Just in case: in Linux code I see that they route 3 possible inputs to > three different ADCs (nids 7,8,9) and then provide three different > volume controls: > http://lxr.linux.no/linux+v2.6.27.5/sound/pci/hda/patch_sigmatel.c#L891 > Maybe this could be useful for mixing together different inputs. > Personally I don't have any need for this. Using device.hints you can do the same - route different inputs to the different ADCs. It will give you several PCM devices with independent controls. Driver does not implement any mixing/switching for this case. Now it supports only real hardware mixing/switching. -- Alexander Motin From hselasky at c2i.net Fri Nov 14 13:19:28 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Fri Nov 14 13:19:35 2008 Subject: usb2: no sound with M-Audio Transit In-Reply-To: <200811142114.07216.shoesoft@gmx.net> References: <200811141541.49595.shoesoft@gmx.net> <200811141811.24491.hselasky@c2i.net> <200811142114.07216.shoesoft@gmx.net> Message-ID: <200811142121.28231.hselasky@c2i.net> Hi Guys, Has 24-bit audio ever been tested with USB Audio devices ? There might be a problem with 16-bit to 24-bit conversion. Does the PCM layer use 32-bits of data to store the 24-bits ? What about buffer sizes? Are all buffers modulo 3 when using 24-bit data? --HPS On Friday 14 November 2008, Stefan Ehmann wrote: > On Friday 14 November 2008 18:11:23 Hans Petter Selasky wrote: > > On Friday 14 November 2008, Stefan Ehmann wrote: > > > http://stud4.tuwien.ac.at/~e0125637/fbsd/transit_config.dump > > > > Maybe there is something wrong with the 16-bit to 24-bit data conversion > > ? > > > > Try to change: > > > > static uint8_t uaudio_default_bits = 32; > > > > to: > > > > static uint8_t uaudio_default_bits = 16; > > > > In: > > > > src/sys/dev/usb2/sound/uaudio2.c > > > > Then recompile and re-install "uaudio2.c". > > Great, now it sounds like actual music :) > > It now shows up as 48000Hz/16bit in dmesg. > > The mic mixer device seems to be what shows up as speaker in the old > driver. From nikola.lecic at anthesphoria.net Fri Nov 14 15:00:42 2008 From: nikola.lecic at anthesphoria.net (Nikola =?UTF-8?B?TGXEjWnEhw==?=) Date: Fri Nov 14 15:00:49 2008 Subject: Creative Webcam and linux-gspca-kmod problem Message-ID: <20081114232809.5acd80ee@anthesphoria.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Hello, I've bought a Creative Live! Notebook Pro webcam following the recommendation from this post: http://lists.freebsd.org/pipermail/freebsd-multimedia/2008-July/008833.html So, using linux-kmod-compat-20080408 linux-gspca-kmod-1.0.20 running on FreeBSD black 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sun Nov 9 20:54:35 CET 2008 nikola@black:/usr/obj/usr/src/sys/GENERIC i386 I got: - ------------------------------------------------------------------------ Nov 14 22:27:50 black kernel: usb_spca5xx_init: gspca driver 01.00.20 registered Nov 14 22:27:50 black kernel: ldev0 on uhub0 Nov 14 22:27:50 black kernel: ldev_attach: sc at 0xc5d62b00, l_u_d at 0xc5d62b58 Nov 14 22:27:50 black kernel: --- allocate 336 bytes gives 0xc9614600 Nov 14 22:27:50 black kernel: interface 0 has 8 altsettings (cur 0) Nov 14 22:27:50 black kernel: gspca_attach_bridge: USB GSPCA camera found.(ZC3XX) Nov 14 22:27:50 black kernel: spca5xx_probe: [spca5xx_probe:4259] Camera type JPEG Nov 14 22:27:51 black kernel: zc3xx_config: [zc3xx_config:541] Sensor Tas5130 (VF0250) Nov 14 22:27:51 black kernel: spca5xx_getcapability: [spca5xx_getcapability:1239] maxw 640 maxh 480 minw 176 minh 144 Nov 14 22:27:51 black kernel: 87505607 [1117] video_register_device: to be fixed but ok for now Nov 14 22:27:51 black kernel: ldev0: vendor 0x041e product 0x4051, rev 1.10/1.00, addr 2 - ------------------------------------------------------------------------ This looked promising, however, when I start cheese I get this - ------------------------------------------------------------------------ Nov 14 22:26:48 black kernel: 87443289 [1081] video_devdata: not complete but ok for now Nov 14 22:26:51 black kernel: gspca_set_isoc_ep: [gspca_set_isoc_ep:936] ISO EndPoint found 0x81 AlternateSet 7 Nov 14 22:26:52 black kernel: ldev_ioctl: called Nov 14 22:26:52 black last message repeated 14 times Nov 14 22:26:52 black kernel: 87446886 [ 770] ldev_isoc_handler: status 16 Nov 14 22:26:52 black kernel: 87446902 [ 770] ldev_isoc_handler: status 16 Nov 14 22:26:52 black kernel: 87446932 [ 770] ldev_isoc_handler: status 16 Nov 14 22:26:52 black kernel: 87447011 [ 770] ldev_isoc_handler: status 16 - ------------------------------------------------------------------------ ... or this: - ------------------------------------------------------------------------ Nov 14 22:28:29 black kernel: 87543072 [1081] video_devdata: not complete but ok for now Nov 14 22:28:32 black kernel: gspca_set_isoc_ep: [gspca_set_isoc_ep:936] ISO EndPoint found 0x81 AlternateSet 7 Nov 14 22:28:32 black kernel: ldev_ioctl: called Nov 14 22:28:32 black last message repeated 7 times Nov 14 22:28:32 black kernel: 87546636 [ 959] usb_kill_urb: not complete but try something Nov 14 22:28:32 black kernel: 87546637 [ 766] ldev_isoc_handler: usbd_cancelled 0xcb33f600 Nov 14 22:28:32 black kernel: 87546638 [ 766] ldev_isoc_handler: usbd_cancelled 0xcb3d0600 Nov 14 22:28:32 black kernel: 87546639 [ 766] ldev_isoc_handler: usbd_cancelled 0xcb3d0e00 Nov 14 22:28:32 black kernel: 87546640 [ 766] ldev_isoc_handler: usbd_cancelled 0xc5b1f400 Nov 14 22:28:32 black kernel: 87546643 [ 959] usb_kill_urb: not complete but try something Nov 14 22:28:32 black last message repeated 2 times Nov 14 22:28:32 black kernel: gspca_set_isoc_ep: [gspca_set_isoc_ep:936] ISO EndPoint found 0x81 AlternateSet 7 Nov 14 22:28:33 black kernel: ldev_ioctl: called Nov 14 22:28:33 black last message repeated 6 times Nov 14 22:28:33 black kernel: 87547122 [ 770] ldev_isoc_handler: status 16 Nov 14 22:28:33 black kernel: 87547138 [ 770] ldev_isoc_handler: status 16 Nov 14 22:28:33 black kernel: 87547169 [ 770] ldev_isoc_handler: status 16 Nov 14 22:28:33 black kernel: 87547247 [ 770] ldev_isoc_handler: status 16 - ------------------------------------------------------------------------ Is it possible to do something to get this camera working? Best wishes. - -- Nikola Le?i? = ?????? ????? fingerprint : FEF3 66AF C90E EDC3 D878 7CDC 956D F4AB A377 1C9B ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iJwEAQEDAAYFAkkd+30ACgkQ/MM/0rYIoZgymgP/Y4FfeWcoE1WDFvxkXfSAqAnS gAzUtFXPv16q9+OuGP9vpSaLTlZcnKgXKzsZ+X7KfLlGxhUrXyjNxkZk+beuWrRn KODOosMejMwwWcsgO3szAGJPTAQBSW1Iy/F2KyDf8h6uZSNAO81OF+EpgHS7yMi/ eQ6aWRf5UNliaQsnJ14= =dNjp -----END PGP SIGNATURE----- From QAT at FreeBSD.org Sat Nov 15 08:36:39 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sat Nov 15 08:36:46 2008 Subject: audio/denemo - fails: mtree Message-ID: <20081115163637.8741512E41AB@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The build of this port was tried 2 times since last BotMail while trying to build ports that depend on it. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/denemo-0.7.6_2.log : building denemo-0.7.6_2 in directory /var/tinderbox/7-STABLE-FTP maintained by: multimedia@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/audio/denemo Makefile ident: $FreeBSD: ports/audio/denemo/Makefile,v 1.33 2008/06/06 13:06:30 edwin Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sat Nov 15 16:34:55 UTC 2008 ................................................... install -o root -g wheel -m 444 'icon-note-2.svg' '/usr/local/share/denemo/pixmaps/icon-note-2.svg' install -o root -g wheel -m 444 'icon-note-3.svg' '/usr/local/share/denemo/pixmaps/icon-note-3.svg' install -o root -g wheel -m 444 'icon-note-4.svg' '/usr/local/share/denemo/pixmaps/icon-note-4.svg' install -o root -g wheel -m 444 'icon-rest-0.svg' '/usr/local/share/denemo/pixmaps/icon-rest-0.svg' install -o root -g wheel -m 444 'icon-rest-1.svg' '/usr/local/share/denemo/pixmaps/icon-rest-1.svg' install -o root -g wheel -m 444 'icon-rest-2.svg' '/usr/local/share/denemo/pixmaps/icon-rest-2.svg' install -o root -g wheel -m 444 'icon-rest-3.svg' '/usr/local/share/denemo/pixmaps/icon-rest-3.svg' install -o root -g wheel -m 444 'icon-rest-4.svg' '/usr/local/share/denemo/pixmaps/icon-rest-4.svg' install -o root -g wheel -m 444 'icon-rest-5.svg' '/usr/local/share/denemo/pixmaps/icon-rest-5.svg' Making install in po /bin/sh .././mkinstalldirs /usr/local/share installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/denemo.mo installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/denemo.mo installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/denemo.mo if test "denemo" = "gettext-tools"; then /bin/sh .././mkinstalldirs /usr/local/share/gettext/po; for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do install -o root -g wheel -m 444 ./$file /usr/local/share/gettext/po/$file; done; for file in Makevars; do rm -f /usr/local/share/gettext/po/$file; done; else : ; fi Making install in src test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin" /bin/sh ../libtool --mode=install install -s -o root -g wheel -m 555 'denemo' '/usr/local/bin/denemo' install -o root -g wheel -m 555 -s denemo /usr/local/bin/denemo test -z "/usr/local/share/denemo" || mkdir -p -- "/usr/local/share/denemo" install -o root -g wheel -m 444 'denemoui.xml' '/usr/local/share/denemo/denemoui.xml' install -o root -g wheel -m 444 'instruments.xml' '/usr/local/share/denemo/instruments.xml' test -z "/usr/local/share/denemo" || mkdir -p -- "/usr/local/share/denemo" install -o root -g wheel -m 444 'denemo.conf' '/usr/local/share/denemo/denemo.conf' install -o root -g wheel -m 444 'denemorc.xml' '/usr/local/share/denemo/denemorc.xml' ===> Registering installation for denemo-0.7.6_2 ================================================================ ======================================== ===> Building package for denemo-0.7.6_2 Creating package /tmp/packages/All/denemo-0.7.6_2.tbz Registering depends: gtk-2.12.11_1 atk-1.22.0_1 pango-1.20.5 shared-mime-info-0.51 gio-fam-backend-2.16.5 gamin-0.1.9_2 glib-2.16.5 gettext-0.17_1 libxml2-2.6.32_1 libiconv-1.11_1 cairo-1.6.4_3,1 xcb-util-0.2.1 libxcb-1.1.90.1 libpthread-stubs-0.1 pcre-7.8 pixman-0.10.0_2 xorg-fonts-truetype-7.3 font-misc-ethiopic-1.0.0 font-misc-meltho-1.0.0_1 font-bh-ttf-1.0.0 mkfontdir-1.0.3_1 mkfontscale-1.0.3 libfontenc-1.0.4 libXft-2.1.13 libXrandr-1.2.2_1 libXcursor-1.1.9_1 libXrender-0.9.4_1 libXinerama-1.0.2,1 libXi-1.1.3,1 libXcomposite-0.4.0,1 libXext-1.0.3,1 libXdamage-1.1.1 libXfixes-4.0.3_1 libX11-1.1.3_1,1 libXau-1.0.3_2 libXdmcp-1.0.2_1 xproto-7.0.10_1 bitstream-vera-1.10_4 fontconfig-2.5.0,1 freetype2-2.3.7 pkg-config-0.23_1 tiff-3.8.2_2 jpeg-6b_7 png-1.2.33 perl-5.8.8_1 xcb-proto-1.2 python25-2.5.2_3 hicolor-icon-theme-0.10_2 expat-2.0.1 encodings-1.0.2,1 font-util-1.0.1 compositeproto-0.4 damageproto-1.1.0_2 fixesproto-4.0 inputproto-1.4.2.1 kbproto-1.0.3 randrproto-1.2.1 r enderproto-0.9.3 xextproto-7.0.2 xineramaproto-1.1.2. Creating bzip'd tar ball in '/tmp/packages/All/denemo-0.7.6_2.tbz' Deleting denemo-0.7.6_2 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 683475 4 drwxr-xr-x 2 root wheel 512 Nov 15 16:36 usr/local/share/doc/denemo ================================================================ build of /usr/ports/audio/denemo ended at Sat Nov 15 16:36:36 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From onemda at gmail.com Sat Nov 15 11:07:27 2008 From: onemda at gmail.com (Paul B. Mahol) Date: Sat Nov 15 11:07:34 2008 Subject: Creative Webcam and linux-gspca-kmod problem In-Reply-To: <20081114232809.5acd80ee@anthesphoria.net> References: <20081114232809.5acd80ee@anthesphoria.net> Message-ID: <3a142e750811151107m280d75f4h34b065572078df6b@mail.gmail.com> On 11/14/08, Nikola Lecic wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > Hello, > > I've bought a Creative Live! Notebook Pro webcam following the > recommendation from this post: > > > http://lists.freebsd.org/pipermail/freebsd-multimedia/2008-July/008833.html > > So, using > > linux-kmod-compat-20080408 > linux-gspca-kmod-1.0.20 > > running on > > FreeBSD black 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sun Nov 9 > 20:54:35 CET 2008 nikola@black:/usr/obj/usr/src/sys/GENERIC i386 > > I got: > > - ------------------------------------------------------------------------ > Nov 14 22:27:50 black kernel: usb_spca5xx_init: gspca driver 01.00.20 > registered > Nov 14 22:27:50 black kernel: ldev0 on uhub0 > Nov 14 22:27:50 black kernel: ldev_attach: sc at 0xc5d62b00, l_u_d at > 0xc5d62b58 > Nov 14 22:27:50 black kernel: --- allocate 336 bytes gives 0xc9614600 > Nov 14 22:27:50 black kernel: interface 0 has 8 altsettings (cur 0) > Nov 14 22:27:50 black kernel: gspca_attach_bridge: USB GSPCA camera > found.(ZC3XX) > Nov 14 22:27:50 black kernel: spca5xx_probe: [spca5xx_probe:4259] Camera > type JPEG > Nov 14 22:27:51 black kernel: zc3xx_config: [zc3xx_config:541] Sensor > Tas5130 (VF0250) > Nov 14 22:27:51 black kernel: spca5xx_getcapability: > [spca5xx_getcapability:1239] maxw 640 maxh 480 minw 176 minh 144 > Nov 14 22:27:51 black kernel: 87505607 [1117] video_register_device: to be > fixed but ok for now > Nov 14 22:27:51 black kernel: ldev0: vendor 0x041e product 0x4051, rev > 1.10/1.00, addr 2 > - ------------------------------------------------------------------------ > > This looked promising, however, when I start cheese I get this > > - ------------------------------------------------------------------------ > Nov 14 22:26:48 black kernel: 87443289 [1081] video_devdata: not complete > but ok for now > Nov 14 22:26:51 black kernel: gspca_set_isoc_ep: [gspca_set_isoc_ep:936] ISO > EndPoint found 0x81 AlternateSet 7 > Nov 14 22:26:52 black kernel: ldev_ioctl: called > Nov 14 22:26:52 black last message repeated 14 times > Nov 14 22:26:52 black kernel: 87446886 [ 770] ldev_isoc_handler: status 16 > Nov 14 22:26:52 black kernel: 87446902 [ 770] ldev_isoc_handler: status 16 > Nov 14 22:26:52 black kernel: 87446932 [ 770] ldev_isoc_handler: status 16 > Nov 14 22:26:52 black kernel: 87447011 [ 770] ldev_isoc_handler: status 16 > - ------------------------------------------------------------------------ > > ... or this: > > - ------------------------------------------------------------------------ > Nov 14 22:28:29 black kernel: 87543072 [1081] video_devdata: not complete > but ok for now > Nov 14 22:28:32 black kernel: gspca_set_isoc_ep: [gspca_set_isoc_ep:936] ISO > EndPoint found 0x81 AlternateSet 7 > Nov 14 22:28:32 black kernel: ldev_ioctl: called > Nov 14 22:28:32 black last message repeated 7 times > Nov 14 22:28:32 black kernel: 87546636 [ 959] usb_kill_urb: not complete but > try something > Nov 14 22:28:32 black kernel: 87546637 [ 766] ldev_isoc_handler: > usbd_cancelled 0xcb33f600 > Nov 14 22:28:32 black kernel: 87546638 [ 766] ldev_isoc_handler: > usbd_cancelled 0xcb3d0600 > Nov 14 22:28:32 black kernel: 87546639 [ 766] ldev_isoc_handler: > usbd_cancelled 0xcb3d0e00 > Nov 14 22:28:32 black kernel: 87546640 [ 766] ldev_isoc_handler: > usbd_cancelled 0xc5b1f400 > Nov 14 22:28:32 black kernel: 87546643 [ 959] usb_kill_urb: not complete but > try something > Nov 14 22:28:32 black last message repeated 2 times > Nov 14 22:28:32 black kernel: gspca_set_isoc_ep: [gspca_set_isoc_ep:936] ISO > EndPoint found 0x81 AlternateSet 7 > Nov 14 22:28:33 black kernel: ldev_ioctl: called > Nov 14 22:28:33 black last message repeated 6 times > Nov 14 22:28:33 black kernel: 87547122 [ 770] ldev_isoc_handler: status 16 > Nov 14 22:28:33 black kernel: 87547138 [ 770] ldev_isoc_handler: status 16 > Nov 14 22:28:33 black kernel: 87547169 [ 770] ldev_isoc_handler: status 16 > Nov 14 22:28:33 black kernel: 87547247 [ 770] ldev_isoc_handler: status 16 > - ------------------------------------------------------------------------ > > Is it possible to do something to get this camera working? Probably camera needs isochronous transfer (you bought wrong one) which is not supported on oldusb on 7 STABLE. (read BUGS section of ehci(4) manpage) usb2 (USB4BSD) from FreeBSD 8.0 CURRENT is supposed to have better support for isochronous transfers. > Best wishes. > - -- > Nikola Lecic = Nikola Lechits > fingerprint : FEF3 66AF C90E EDC3 D878 7CDC 956D F4AB A377 1C9B > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.9 (FreeBSD) > > iJwEAQEDAAYFAkkd+30ACgkQ/MM/0rYIoZgymgP/Y4FfeWcoE1WDFvxkXfSAqAnS > gAzUtFXPv16q9+OuGP9vpSaLTlZcnKgXKzsZ+X7KfLlGxhUrXyjNxkZk+beuWrRn > KODOosMejMwwWcsgO3szAGJPTAQBSW1Iy/F2KyDf8h6uZSNAO81OF+EpgHS7yMi/ > eQ6aWRf5UNliaQsnJ14= > =dNjp > -----END PGP SIGNATURE----- > _______________________________________________ > 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 nikola.lecic at anthesphoria.net Sat Nov 15 15:28:44 2008 From: nikola.lecic at anthesphoria.net (Nikola =?UTF-8?B?TGXEjWnEhw==?=) Date: Sat Nov 15 15:29:07 2008 Subject: Creative Webcam and linux-gspca-kmod problem In-Reply-To: <3a142e750811151107m280d75f4h34b065572078df6b@mail.gmail.com> References: <20081114232809.5acd80ee@anthesphoria.net> <3a142e750811151107m280d75f4h34b065572078df6b@mail.gmail.com> Message-ID: <20081116002510.64cede56@anthesphoria.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 On Sat, 15 Nov 2008 20:07:25 +0100 "Paul B. Mahol" wrote: > Probably camera needs isochronous transfer (you bought wrong one) > which is not supported on oldusb on 7 STABLE. (read BUGS section of > ehci(4) manpage) > > usb2 (USB4BSD) from FreeBSD 8.0 CURRENT is supposed to have better > support for isochronous transfers. Well, I don't know, I was very careful and took the following into consideration: a. this camera is USB1.1 compatible, e.g. http://www.qbik.ch/usb/devices/showdev.php?id=4040 b. the camera is supported by gspca1 (and eo ipso by v4l-ver1 if I understand this correctly), as listed in gspcav1-20071220/gspca_core.c: {USB_DEVICE(0x041e, 0x4051)}, /* Creative Live!Cam Notebook Pro (VF0250) */ Does this still mean that the camera *needs* isochronous transfer? If yes, is there an easy way to compile and test that usb2 stuff on STABLE? (I also forgot to add, playing with various USB settings in BIOS didn't help, such as turning off USB2 support, turning on USB legacy support, and lowering USB2 speed from Hi to Full.) - -- Nikola Le?i? = ?????? ????? fingerprint : FEF3 66AF C90E EDC3 D878 7CDC 956D F4AB A377 1C9B ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iJwEAQEDAAYFAkkfWloACgkQ/MM/0rYIoZhtvQQApGRZngDVvN/MZ70vQy2tsXsV zhWyS5U+l0Zm+RnHqs/R929zT82bskdaSSeeJETgS/KKjgDK6DtgDelO4jcbwgY3 pz76wL5cuQxplrtHlI90lz2dgbM2RyH/GVOJPF27eSoisL4xqRDqLkJu2f/9F6rF jqSudED611xgYPiUWmo= =w6EG -----END PGP SIGNATURE----- From eculp at encontacto.net Sat Nov 15 17:57:50 2008 From: eculp at encontacto.net (eculp) Date: Sat Nov 15 17:57:57 2008 Subject: with USB2 in Current where should I start to get the crystal eye camara in my laptop working? Message-ID: <20081115195746.16765x51ku07yw4k@econet.encontacto.net> I'm running up to date (today's cvsup and build) and would like to try and get the crystal eye camara in my acer aspire laptop working. Information: # uname -a FreeBSD ed.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #79: Sat Nov 15 06:42:19 CST 2008 root@ed.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO i386 On a verbose boot the only reference that I find in the dmesg is: ugen0: on uhub1 # usbdevs -v -l Controller /dev/usb0: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), nVidia(0x0000), rev 1.00 uhub0 port 1 powered port 2 powered port 3 powered port 4 powered port 5 powered Controller /dev/usb1: addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), nVidia(0x0000), rev 1.00 uhub1 port 1 powered port 2 powered port 3 addr 2: high speed, power 500 mA, config 1, Acer CrystalEye webcam(0xa101), SuYin(0x064e), rev 1.00 ugen0 port 4 powered port 5 powered Controller /dev/usb2: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), nVidia(0x0000), rev 1.00 uhub2 port 1 powered port 2 powered port 3 powered port 4 powered port 5 powered Controller /dev/usb3: addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), nVidia(0x0000), rev 1.00 uhub3 port 1 powered port 2 powered port 3 powered port 4 powered port 5 powered I've installed the following kernel modules and tried each but without any luck. pwc_load="YES" gspca_load="YES" ov511_load="YES" I think basically all Acer laptops have this camera now, hopefully someone has some suggestions. Thanks, ed From hselasky at c2i.net Sun Nov 16 00:55:03 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Sun Nov 16 00:55:11 2008 Subject: with USB2 in Current where should I start to get the crystal eye camara in my laptop working? In-Reply-To: <20081115195746.16765x51ku07yw4k@econet.encontacto.net> References: <20081115195746.16765x51ku07yw4k@econet.encontacto.net> Message-ID: <200811160857.06412.hselasky@c2i.net> On Sunday 16 November 2008, eculp wrote: > I'm running up to date (today's cvsup and build) and would like to try > and get the crystal eye camara in my acer aspire laptop working. > > Information: > > # uname -a > FreeBSD ed.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #79: Sat Nov > 15 06:42:19 CST 2008 > root@ed.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO i386 > > On a verbose boot the only reference that I find in the dmesg is: > > ugen0: 2> on uhub1 > > # usbdevs -v -l > Controller /dev/usb0: > addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), > nVidia(0x0000), rev 1.00 > uhub0 > port 1 powered > port 2 powered > port 3 powered > port 4 powered > port 5 powered > Controller /dev/usb1: > addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), > nVidia(0x0000), rev 1.00 > uhub1 > port 1 powered > port 2 powered > port 3 addr 2: high speed, power 500 mA, config 1, Acer CrystalEye > webcam(0xa101), SuYin(0x064e), rev 1.00 > ugen0 > port 4 powered > port 5 powered > Controller /dev/usb2: > addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), > nVidia(0x0000), rev 1.00 > uhub2 > port 1 powered > port 2 powered > port 3 powered > port 4 powered > port 5 powered > Controller /dev/usb3: > addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), > nVidia(0x0000), rev 1.00 > uhub3 > port 1 powered > port 2 powered > port 3 powered > port 4 powered > port 5 powered > > I've installed the following kernel modules and tried each but without > any luck. > > pwc_load="YES" > gspca_load="YES" > ov511_load="YES" > > I think basically all Acer laptops have this camera now, hopefully > someone has some suggestions. > Hi, There is a program called /usr/ports/sysutils/udesc_dump which you can use to dump USB descriptors. Try that on your device and send us the output. --HPS From onemda at gmail.com Sun Nov 16 03:20:45 2008 From: onemda at gmail.com (Paul B. Mahol) Date: Sun Nov 16 03:20:52 2008 Subject: Creative Webcam and linux-gspca-kmod problem In-Reply-To: <20081116002510.64cede56@anthesphoria.net> References: <20081114232809.5acd80ee@anthesphoria.net> <3a142e750811151107m280d75f4h34b065572078df6b@mail.gmail.com> <20081116002510.64cede56@anthesphoria.net> Message-ID: <3a142e750811160320i723abcdcmf4ac89e2d75d4a3f@mail.gmail.com> On 11/16/08, Nikola Lecic wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > On Sat, 15 Nov 2008 20:07:25 +0100 > "Paul B. Mahol" wrote: > >> Probably camera needs isochronous transfer (you bought wrong one) >> which is not supported on oldusb on 7 STABLE. (read BUGS section of >> ehci(4) manpage) >> >> usb2 (USB4BSD) from FreeBSD 8.0 CURRENT is supposed to have better >> support for isochronous transfers. > > Well, I don't know, I was very careful and took the following into > consideration: > > a. this camera is USB1.1 compatible, e.g. > > http://www.qbik.ch/usb/devices/showdev.php?id=4040 > I dont know how it would be usefull if used only with USB1.1 I belive that ehci can be completely disabled on STABLE. I know that it can be disabled if all usb stuff is removed from kernel configuration and than loaded as module, in that case you only kldload uhci and not ehci (possible also from /boot/loader.conf) > b. the camera is supported by gspca1 (and eo ipso by v4l-ver1 if I > understand this correctly), as listed in gspcav1-20071220/gspca_core.c: > > {USB_DEVICE(0x041e, 0x4051)}, /* Creative Live!Cam Notebook Pro (VF0250) > */ > > Does this still mean that the camera *needs* isochronous transfer? If > yes, is there an easy way to compile and test that usb2 stuff on STABLE? > I dont know that, but something like isochronous transfer should be documented somehow with camera .... Are you sure that you bought right one (explained in link you already posted)? If you are interested in USB4BSD look: http://www.selasky.org/hans_petter/usb4bsd/ It supports 5/6/7 and 8. You need svn to get source for 7 STABLE. > (I also forgot to add, playing with various USB settings in BIOS didn't > help, such as turning off USB2 support, turning on USB legacy support, > and lowering USB2 speed from Hi to Full.) > > - -- > Nikola Lecic = Nikola Lechits > fingerprint : FEF3 66AF C90E EDC3 D878 7CDC 956D F4AB A377 1C9B > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.9 (FreeBSD) > > iJwEAQEDAAYFAkkfWloACgkQ/MM/0rYIoZhtvQQApGRZngDVvN/MZ70vQy2tsXsV > zhWyS5U+l0Zm+RnHqs/R929zT82bskdaSSeeJETgS/KKjgDK6DtgDelO4jcbwgY3 > pz76wL5cuQxplrtHlI90lz2dgbM2RyH/GVOJPF27eSoisL4xqRDqLkJu2f/9F6rF > jqSudED611xgYPiUWmo= > =w6EG > -----END PGP SIGNATURE----- > From eculp at encontacto.net Sun Nov 16 06:17:51 2008 From: eculp at encontacto.net (eculp) Date: Sun Nov 16 06:17:58 2008 Subject: with USB2 in Current where should I start to get the crystal eye camara in my laptop working? In-Reply-To: <200811160857.06412.hselasky@c2i.net> References: <20081115195746.16765x51ku07yw4k@econet.encontacto.net> <200811160857.06412.hselasky@c2i.net> Message-ID: <20081116081746.17672ca1szjv1bi8@econet.encontacto.net> Quoting Hans Petter Selasky : > On Sunday 16 November 2008, eculp wrote: >> I'm running up to date (today's cvsup and build) and would like to try >> and get the crystal eye camara in my acer aspire laptop working. >> < CUT AND PASTED Basic Information TO http://encontacto.net/SHARE/CrystalEye-udesc_dump.txt /> >> I think basically all Acer laptops have this camera now, hopefully >> someone has some suggestions. >> > > Hi, > > There is a program called /usr/ports/sysutils/udesc_dump which you can use to > dump USB descriptors. Try that on your device and send us the output. Great information, if I just knew what it meant. ;) I have put it at the beginning of the following link to keep this email from becoming impossible to read. http://encontacto.net/SHARE/CrystalEye-udesc_dump.txt Thanks, Hans, you have given me hope. If this works it will be the first webcam that will have ever worked for me. The closest thing was a Hauppauge tv card with a camera back in 1998 or so. ed P.S. If it is preferable, I can add the results to email rather than the web. From eculp at encontacto.net Sun Nov 16 06:46:40 2008 From: eculp at encontacto.net (eculp) Date: Sun Nov 16 06:46:46 2008 Subject: with USB2 in Current where should I start to get the crystal eye camara in my laptop working? In-Reply-To: <200811161533.42670.hselasky@c2i.net> References: <20081115195746.16765x51ku07yw4k@econet.encontacto.net> <200811160857.06412.hselasky@c2i.net> <20081116081746.17672ca1szjv1bi8@econet.encontacto.net> <200811161533.42670.hselasky@c2i.net> Message-ID: <20081116084636.62822p40hrsxztq8@econet.encontacto.net> Quoting Hans Petter Selasky : > On Sunday 16 November 2008, eculp wrote: >> http://encontacto.net/SHARE/CrystalEye-udesc_dump.txt > > If you enter the following into google you should see that the linux people > have had alot of trouble with this device already. Maybe you can find a > working driver. Then we have to consider porting it to FreeBSD. > > 064e a101 > > --HPS > Thanks, Hans. Maybe someday, I'll hit the jackpot. I'll watch the linux folks progress. ed From hselasky at c2i.net Sun Nov 16 07:31:37 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Sun Nov 16 07:31:44 2008 Subject: with USB2 in Current where should I start to get the crystal eye camara in my laptop working? In-Reply-To: <20081116081746.17672ca1szjv1bi8@econet.encontacto.net> References: <20081115195746.16765x51ku07yw4k@econet.encontacto.net> <200811160857.06412.hselasky@c2i.net> <20081116081746.17672ca1szjv1bi8@econet.encontacto.net> Message-ID: <200811161533.42670.hselasky@c2i.net> On Sunday 16 November 2008, eculp wrote: > http://encontacto.net/SHARE/CrystalEye-udesc_dump.txt If you enter the following into google you should see that the linux people have had alot of trouble with this device already. Maybe you can find a working driver. Then we have to consider porting it to FreeBSD. 064e a101 --HPS From nikola.lecic at anthesphoria.net Sun Nov 16 14:50:31 2008 From: nikola.lecic at anthesphoria.net (Nikola =?UTF-8?B?TGXEjWnEhw==?=) Date: Sun Nov 16 14:50:38 2008 Subject: Creative Webcam and linux-gspca-kmod problem In-Reply-To: <3a142e750811160320i723abcdcmf4ac89e2d75d4a3f@mail.gmail.com> References: <20081114232809.5acd80ee@anthesphoria.net> <3a142e750811151107m280d75f4h34b065572078df6b@mail.gmail.com> <20081116002510.64cede56@anthesphoria.net> <3a142e750811160320i723abcdcmf4ac89e2d75d4a3f@mail.gmail.com> Message-ID: <20081116234657.674a98eb@anthesphoria.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 On Sun, 16 Nov 2008 12:20:43 +0100 "Paul B. Mahol" wrote: [...] > On 11/16/08, Nikola Lecic wrote: > > a. this camera is USB1.1 compatible, e.g. > > > > http://www.qbik.ch/usb/devices/showdev.php?id=4040 > > > I dont know how it would be usefull if used only with USB1.1 > I belive that ehci can be completely disabled on STABLE. > I know that it can be disabled if all usb stuff is removed from > kernel configuration and than loaded as module, in that case you > only kldload uhci and not ehci (possible also from /boot/loader.conf) Will do it, but let's try the usb2 stuff first. So... > > b. the camera is supported by gspca1 (and eo ipso by v4l-ver1 if I > > understand this correctly), as listed in > > gspcav1-20071220/gspca_core.c: > > > > {USB_DEVICE(0x041e, 0x4051)}, /* Creative Live!Cam Notebook Pro > > (VF0250) */ > > > > Does this still mean that the camera *needs* isochronous transfer? > > If yes, is there an easy way to compile and test that usb2 stuff on > > STABLE? > > > > I dont know that, but something like isochronous transfer should be > documented somehow with camera .... > Are you sure that you bought right one (explained in link you already > posted)? Yes, FreeBSD identifies the camera as ldev0: vendor 0x041e product 0x4051, rev 1.10/1.00, addr 2 > If you are interested in USB4BSD look: > http://www.selasky.org/hans_petter/usb4bsd/ > > It supports 5/6/7 and 8. > You need svn to get source for 7 STABLE. Ok, I patched /usr/src, recompiled the kernel and now I see this in dmesg: - ------------------------------------------------------------------------- usb0: on uhci0 usb1: on uhci1 usb2: on uhci2 usb3: on uhci3 usb4: EHCI version 1.0 usb4: on ehci0 usb0: 12Mbps Full Speed USB v1.0 uhub0: on usb0 usb1: 12Mbps Full Speed USB v1.0 uhub1: on usb1 usb2: 12Mbps Full Speed USB v1.0 uhub2: on usb2 usb3: 12Mbps Full Speed USB v1.0 uhub3: on usb3 usb4: 480Mbps High Speed USB v2.0 uhub4: on usb4 ugen0: on usb0 link_elf: symbol usb_detach_wait undefined link_elf: symbol usb_detach_wait undefined - ------------------------------------------------------------------------- ... which is obviously better than before. However, now I can't compile linux-gspca-kmod: - ------------------------------------------------------------------------- ===> Extracting for linux-gspca-kmod-1.0.20 => MD5 Checksum OK for gspcav1-20071220.tar.gz. => SHA256 Checksum OK for gspcav1-20071220.tar.gz. ===> Patching for linux-gspca-kmod-1.0.20 ===> Applying FreeBSD patches for linux-gspca-kmod-1.0.20 ===> linux-gspca-kmod-1.0.20 depends on file: /usr/share/mk/bsd.linux_kmod.mk - found ===> Configuring for linux-gspca-kmod-1.0.20 ===> Building for linux-gspca-kmod-1.0.20 @ -> /usr/src/sys machine -> /usr/src/sys/i386/include awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h :> opt_usb.h rm -f .depend mkdep -f .depend -a -nostdinc -DUSB_DEBUG -DGSPCA_ENABLE_DEBUG -DGSPCA_ENABLE_COMPRESSION -DCONFIG_USB_GSPCA_MODULE=1 -DVID_HARDWARE_GSPCA=0xFF -DGSPCA_VERSION=\"01.00.20\" -D__KERNEL__ -DDRIVER_NAME=gspca -DDEV_NAME=\"video\" -D_KERNEL -DKLD_MODULE -ISunplus -ISunplus-jpeg -ISonix -IConexant -IVimicro -Idecoder -I/usr/local/share/linux-kmod-compat/linux_compat -I. -I@ -I@/contrib/altq gspca_core.c /usr/ports/multimedia/linux-gspca-kmod/work/gspcav1-20071220/decoder/gspcadecoder.c /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.c /usr/local/share/linux-kmod-compat/linux_compat/linux_compat.c In file included from /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.h:69, from /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.c:44: @/dev/usb/usb_port.h:93:20: error: usb_if.h: No such file or directory In file included from /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.h:69, from /usr/local/share/linux-kmod-compat/linux_compat/linux_compat.c:44: @/dev/usb/usb_port.h:93:20: error: usb_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/ports/multimedia/linux-gspca-kmod/work/gspcav1-20071220. *** Error code 1 Stop in /usr/ports/multimedia/linux-gspca-kmod. - ------------------------------------------------------------------------- Before I try something else, is this expected or not? - -- Nikola Le?i? = ?????? ????? fingerprint : FEF3 66AF C90E EDC3 D878 7CDC 956D F4AB A377 1C9B ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iJwEAQEDAAYFAkkgouUACgkQ/MM/0rYIoZiR9QP+Lpc0E3pjNNfwb5Hkq0GL+2lj PxOKw0jSeY6OSpPzhRxVHsNAytaAe8PGCmXoVV0QVv/hyy+fEFuyap2pBka02xKd OfAU86mevnoh+dMN6qTiSmoRQWDgolIdf7dkY0e8PQS+yJ78uZ4/EtOKlZoDKu3S mbnSuUll5SmlrPGdLGg= =pAFH -----END PGP SIGNATURE----- From onemda at gmail.com Sun Nov 16 15:02:00 2008 From: onemda at gmail.com (Paul B. Mahol) Date: Sun Nov 16 15:02:07 2008 Subject: Creative Webcam and linux-gspca-kmod problem In-Reply-To: <20081116234657.674a98eb@anthesphoria.net> References: <20081114232809.5acd80ee@anthesphoria.net> <3a142e750811151107m280d75f4h34b065572078df6b@mail.gmail.com> <20081116002510.64cede56@anthesphoria.net> <3a142e750811160320i723abcdcmf4ac89e2d75d4a3f@mail.gmail.com> <20081116234657.674a98eb@anthesphoria.net> Message-ID: <3a142e750811161501v48f70b92v5521ec7afff06c0@mail.gmail.com> On 11/16/08, Nikola Lecic wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > On Sun, 16 Nov 2008 12:20:43 +0100 > "Paul B. Mahol" wrote: > > [...] > >> On 11/16/08, Nikola Lecic wrote: >> > a. this camera is USB1.1 compatible, e.g. >> > >> > http://www.qbik.ch/usb/devices/showdev.php?id=4040 >> > >> I dont know how it would be usefull if used only with USB1.1 >> I belive that ehci can be completely disabled on STABLE. >> I know that it can be disabled if all usb stuff is removed from >> kernel configuration and than loaded as module, in that case you >> only kldload uhci and not ehci (possible also from /boot/loader.conf) > > Will do it, but let's try the usb2 stuff first. So... > >> > b. the camera is supported by gspca1 (and eo ipso by v4l-ver1 if I >> > understand this correctly), as listed in >> > gspcav1-20071220/gspca_core.c: >> > >> > {USB_DEVICE(0x041e, 0x4051)}, /* Creative Live!Cam Notebook Pro >> > (VF0250) */ >> > >> > Does this still mean that the camera *needs* isochronous transfer? >> > If yes, is there an easy way to compile and test that usb2 stuff on >> > STABLE? >> > >> >> I dont know that, but something like isochronous transfer should be >> documented somehow with camera .... >> Are you sure that you bought right one (explained in link you already >> posted)? > > Yes, FreeBSD identifies the camera as > > ldev0: vendor 0x041e product 0x4051, rev 1.10/1.00, addr 2 > >> If you are interested in USB4BSD look: >> http://www.selasky.org/hans_petter/usb4bsd/ >> >> It supports 5/6/7 and 8. >> You need svn to get source for 7 STABLE. > > Ok, I patched /usr/src, recompiled the kernel and now I see this in > dmesg: > > - ------------------------------------------------------------------------- > usb0: on uhci0 > usb1: on uhci1 > usb2: on uhci2 > usb3: on uhci3 > usb4: EHCI version 1.0 > usb4: on ehci0 > usb0: 12Mbps Full Speed USB v1.0 > uhub0: on usb0 > usb1: 12Mbps Full Speed USB v1.0 > uhub1: on usb1 > usb2: 12Mbps Full Speed USB v1.0 > uhub2: on usb2 > usb3: 12Mbps Full Speed USB v1.0 > uhub3: on usb3 > usb4: 480Mbps High Speed USB v2.0 > uhub4: on usb4 > ugen0: on usb0 > link_elf: symbol usb_detach_wait undefined > link_elf: symbol usb_detach_wait undefined Oh, I'm sick of this kind of messages, usb2 LKM on STABLE is broken, talk with hans@ > - ------------------------------------------------------------------------- > > ... which is obviously better than before. However, now I can't compile > linux-gspca-kmod: > > - ------------------------------------------------------------------------- > ===> Extracting for linux-gspca-kmod-1.0.20 > => MD5 Checksum OK for gspcav1-20071220.tar.gz. > => SHA256 Checksum OK for gspcav1-20071220.tar.gz. > ===> Patching for linux-gspca-kmod-1.0.20 > ===> Applying FreeBSD patches for linux-gspca-kmod-1.0.20 > ===> linux-gspca-kmod-1.0.20 depends on file: > /usr/share/mk/bsd.linux_kmod.mk - found > ===> Configuring for linux-gspca-kmod-1.0.20 > ===> Building for linux-gspca-kmod-1.0.20 > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h > awk -f @/tools/makeobjops.awk @/kern/device_if.m -h > :> opt_usb.h > rm -f .depend > mkdep -f .depend -a -nostdinc -DUSB_DEBUG -DGSPCA_ENABLE_DEBUG > -DGSPCA_ENABLE_COMPRESSION -DCONFIG_USB_GSPCA_MODULE=1 > -DVID_HARDWARE_GSPCA=0xFF -DGSPCA_VERSION=\"01.00.20\" -D__KERNEL__ > -DDRIVER_NAME=gspca -DDEV_NAME=\"video\" -D_KERNEL -DKLD_MODULE -ISunplus > -ISunplus-jpeg -ISonix -IConexant -IVimicro -Idecoder > -I/usr/local/share/linux-kmod-compat/linux_compat -I. -I@ -I@/contrib/altq > gspca_core.c > /usr/ports/multimedia/linux-gspca-kmod/work/gspcav1-20071220/decoder/gspcadecoder.c > /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.c > /usr/local/share/linux-kmod-compat/linux_compat/linux_compat.c > In file included from > /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.h:69, > from > /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.c:44: > @/dev/usb/usb_port.h:93:20: error: usb_if.h: No such file or directory > In file included from > /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.h:69, > from > /usr/local/share/linux-kmod-compat/linux_compat/linux_compat.c:44: > @/dev/usb/usb_port.h:93:20: error: usb_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/ports/multimedia/linux-gspca-kmod/work/gspcav1-20071220. > *** Error code 1 > > Stop in /usr/ports/multimedia/linux-gspca-kmod. > - ------------------------------------------------------------------------- > > Before I try something else, is this expected or not? Yes, that code need to be ported to usb2 (you dont want to use it with old usb), dont ask me how to do that, please. Ask Hans. Probably it needs libusb 2.0. Also note that usb2(USB4BSD) is compatible with linux usb, so it should make all this type of things trivial. Oh my god, it is pain to have more than one usb stack at same time. > > - -- > Nikola Lecic = Nikola Lechits > fingerprint : FEF3 66AF C90E EDC3 D878 7CDC 956D F4AB A377 1C9B > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.9 (FreeBSD) > > iJwEAQEDAAYFAkkgouUACgkQ/MM/0rYIoZiR9QP+Lpc0E3pjNNfwb5Hkq0GL+2lj > PxOKw0jSeY6OSpPzhRxVHsNAytaAe8PGCmXoVV0QVv/hyy+fEFuyap2pBka02xKd > OfAU86mevnoh+dMN6qTiSmoRQWDgolIdf7dkY0e8PQS+yJ78uZ4/EtOKlZoDKu3S > mbnSuUll5SmlrPGdLGg= > =pAFH > -----END PGP SIGNATURE----- > From rizzo at iet.unipi.it Sun Nov 16 16:25:55 2008 From: rizzo at iet.unipi.it (Luigi Rizzo) Date: Sun Nov 16 16:26:06 2008 Subject: Creative Webcam and linux-gspca-kmod problem In-Reply-To: <20081114232809.5acd80ee@anthesphoria.net> References: <20081114232809.5acd80ee@anthesphoria.net> Message-ID: <20081117003018.GB95734@onelab2.iet.unipi.it> On Fri, Nov 14, 2008 at 11:28:09PM +0100, Nikola Le??i?? wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > Hello, > > I've bought a Creative Live! Notebook Pro webcam following the > recommendation from this post: > > http://lists.freebsd.org/pipermail/freebsd-multimedia/2008-July/008833.html sorry for jumping into the thread late. i am not sure how whether your camera matches the one mentioned in my post above (unfortunately the keywords in the name are totally meaningless, and there is this bad habit of using the same name for totally different devices). As someone mentioned, if the camera requires isochronous mode then it won't work. Some cameras do fall back to non-isochronous mode on USB1, which however requires that you connect the camera to an USB1 hub (assuming you can find one) or directly to the host and removing the "ehci" controller from the kernel config file (as annoying as it might be). cheers luigi From bugmaster at FreeBSD.org Mon Nov 17 03:06:53 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 17 03:08:34 2008 Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org Message-ID: <200811171106.mAHB6rAm082586@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/128730 multimedia [PATCH] multimedia/libquicktime: default LAME option t o ports/128680 multimedia [PATCH] multimedia/gavl: update to 1.0.1 o ports/128580 multimedia The port multimedia/linux-realplayer: Install locale f o ports/128086 multimedia Add schroedinger (dirac) codec support for multimedia/ o ports/127672 multimedia multimedia/transcode won't compile with ImageMagick in o ports/127468 multimedia [PATCH]audio/wavpack: update to 4.50.1 o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron o ports/127084 multimedia multimedia/linux-realplayer is vulnerable o ports/126668 multimedia [patch] multimedia/ffmpeg - quick and dirty symbol bui p kern/126217 multimedia [snd_hda] no snd_hda support for internal microphone f f ports/126043 multimedia multimedia/ffmpeg: ffplay returns Undefined symbol "pt o ports/126020 multimedia multimedia/transcode depends on wrong version of lzo o ports/126019 multimedia multimedia/transcode patch revision p kern/125822 multimedia [snd_hda] [patch] Does not define the device: pcm0: References: <20081114232809.5acd80ee@anthesphoria.net> <20081117003018.GB95734@onelab2.iet.unipi.it> Message-ID: <20081118001037.542881dc@anthesphoria.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 On Mon, 17 Nov 2008 01:30:18 +0100 Luigi Rizzo wrote: > On Fri, Nov 14, 2008 at 11:28:09PM +0100, Nikola Le??i?? wrote: > > http://lists.freebsd.org/pipermail/freebsd-multimedia/2008-July/008833.html > > sorry for jumping into the thread late. > i am not sure how whether your camera matches the one mentioned in my > post above (unfortunately the keywords in the name are totally > meaningless, and there is this bad habit of using the same name for > totally different devices). Luigi, thank you for the reply. I thought that this model was an "inexpensive/older Creative Notebook webcam" -- mea culpa. :-) > As someone mentioned, if the camera requires isochronous mode then it > won't work. Some cameras do fall back to non-isochronous mode on > USB1, which however requires that you connect the camera > to an USB1 hub (assuming you can find one) or directly to the host > and removing the "ehci" controller from the kernel config file > (as annoying as it might be). Unfortunately, removing ehci from the kernel config file completely wiped out all traces of the webcam (except the line with vendor and model number). Does this mean that a claim that particular camera is "USB1.1-compatible" says nothing useful for our purpose? - -- Nikola Le?i? = ?????? ????? fingerprint : FEF3 66AF C90E EDC3 D878 7CDC 956D F4AB A377 1C9B ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iJwEAQEDAAYFAkkh+fEACgkQ/MM/0rYIoZjchQP8CPVWVGKkcN4BcHdbiGmODY+W JtTOdcOhtPUGozfVplPl1Nln+0JRrRTLbBx1gotEeO23P0XUu5gWUJhIkUI5uaBR /TGqAkMxYYskakLd/+X139viPkSZmPyYoqXP/7rc3XmCM64BZthcfUoP2FFOozo6 Q6TmnPImLdjEYUYbZms= =HdTx -----END PGP SIGNATURE----- From bf2006a at yahoo.com Mon Nov 17 16:11:19 2008 From: bf2006a at yahoo.com (bf) Date: Mon Nov 17 18:50:47 2008 Subject: A new multimedia/mplayer? Message-ID: <193678.16469.qm@web39108.mail.mud.yahoo.com> We are using the 1.0rc2 mplayer tarball, which is marked as "outdated" on the mplayer website, and subject to many problems ( including recent serious security problems CVE 2008-4866-9 ). In a recent discussion on the mplayer mailing lists, developers said that they were unlikely to release a new tarball anytime soon ( but if you know differently, please let us know), and that they recommended that everyone who was able to should use a more recent svn snapshot. Can we therefore switch multimedia/mplayer to a recent svn snapshot, to take advantage of the many bugfixes and improvements in svn? Regards, b. From thomas.e.zander at googlemail.com Tue Nov 18 01:01:59 2008 From: thomas.e.zander at googlemail.com (Thomas Zander) Date: Tue Nov 18 01:03:06 2008 Subject: A new multimedia/mplayer? In-Reply-To: <193678.16469.qm@web39108.mail.mud.yahoo.com> References: <193678.16469.qm@web39108.mail.mud.yahoo.com> Message-ID: <786602c60811180032h673b099fod01248f06204cc6c@mail.gmail.com> On Tue, Nov 18, 2008 at 08:44, bf wrote: > In a recent discussion on the mplayer > mailing lists, developers said that they were unlikely to release a new > tarball anytime soon ( but if you know differently, please let us know), and > that they recommended that everyone who was able to should use a more recent > svn snapshot. Can we therefore switch multimedia/mplayer to a recent svn > snapshot, to take advantage of the many bugfixes and improvements in svn? I am quite reluctant to have snapshot-only-versions in the ports tree, but of course I do see your point. It would be really desirable to have some kind of release engineering at the mplayer development front. But if there is no intent on their side to ever do that, we might need to switch to a semi-predictable/regular cycle of update our ports tree to snapshots to make features (and more importantly security fixes) accessible to the users. However, I would appreciate some comments from the list subscribers regarding this issue. Should we 1) use svn snapshots of mplayer and update them every n weeks/months ? 2) stick with 1.0rc2 + security patches until rc3 is released, whenever that may be? 3) ... Riggs From kopp.robert at yahoo.com Tue Nov 18 01:18:11 2008 From: kopp.robert at yahoo.com (Robert Kopp) Date: Tue Nov 18 01:18:17 2008 Subject: VLC/Philips Webcam Message-ID: <904974.3944.qm@web50603.mail.re2.yahoo.com> I have checked to see if this subject has been discussed recently, and I didn't come up with an exact match. Anyhow, on FreeBSD 7 (64-bit), I am attempting to record video clips with a Creative Webcam Pro Ex and VLC-0.86. I built the pwcbsd driver from the port and obtained a display from the Webcam. I tried saving the video as MP4, and it doesn't like it. I also tried MPEG-1, as I previously did with the same device on Linux, but the image freezes. Can someone suggest other possibilities, or has someone who tried to save as MP4 and encountered such a problem successfully solved it? Robert "Tim" Kopp http://analytic.tripod.com/ From delphij at FreeBSD.org Tue Nov 18 11:08:52 2008 From: delphij at FreeBSD.org (delphij@FreeBSD.org) Date: Tue Nov 18 11:08:58 2008 Subject: ports/128580: The port multimedia/linux-realplayer: Install locale files to correct places Message-ID: <200811181908.mAIJ8phw061075@freefall.freebsd.org> Synopsis: The port multimedia/linux-realplayer: Install locale files to correct places Responsible-Changed-From-To: freebsd-multimedia->delphij Responsible-Changed-By: delphij Responsible-Changed-When: Tue Nov 18 19:08:20 UTC 2008 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=128580 From email at Jochen-Baier.de Tue Nov 18 16:10:03 2008 From: email at Jochen-Baier.de (Jochen Baier) Date: Tue Nov 18 16:10:09 2008 Subject: ports/124501: multimedia/gstreamer-ffmpeg version 0.10.4_1 compile fails (gnome-config, gstreamer-check, many config errors) Message-ID: <200811190010.mAJ0A3PS087485@freefall.freebsd.org> The following reply was made to PR ports/124501; it has been noted by GNATS. From: Jochen Baier To: bug-followup@FreeBSD.org, rannumgen@globaleyes.net, email@jochen-baier.de Cc: Subject: re: ports/124501: multimedia/gstreamer-ffmpeg version 0.10.4_1 compile fails (gnome-config, gstreamer-check, many config errors) Date: Wed, 19 Nov 2008 00:52:23 +0100 This is a multi-part message in MIME format. --------------010308090507080305010405 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit hi, the configure script from gst-ffmpeg-0.10.4/gst-libs/ext/ffmpeg only accepts a few options, if an other option is passed the script will do weird things. For example if "-march=athlon64" if passed (from the configure file in gst-ffmpeg-0.10.4) the script will convert it to '_march=-march=athlon64' and set this to CFLAGS. If now the configure script starts the gcc check this test will file because gcc do not know this option. Fix: ignore all options which are not allowed. The "-march" option will anyway work cause it is set in CFLAGS correctly. patch attached. jochen --------------010308090507080305010405 Content-Type: text/x-patch; name="gstreamer-ffmpeg.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gstreamer-ffmpeg.patch" +++ /usr/ports/multimedia/gstreamer-ffmpeg/files/patch-configure 2008-11-19 00:04:13.000000000 +0100 @@ -0,0 +1,32 @@ +--- gst-libs/ext/ffmpeg/configure 2008-05-22 01:05:32.000000000 +0200 ++++ gst-libs/ext/ffmpeg/configure 2008-11-18 23:57:52.000000000 +0100 +@@ -997,7 +997,7 @@ + $OUTDEV_LIST \ + + die_unknown(){ +- echo "Unknown option \"$1\"." ++ echo "Unknown option \"$@\"." + echo "See $0 --help for available options." + + } +@@ -1047,13 +1047,18 @@ + ;; + --help|-h) show_help + ;; ++ + *) +- optname="${opt%=*}" ++ optname="${opt%%=*}" + optname="${optname#--}" + optname=$(echo "$optname" | sed 's/-/_/g') +- is_in $optname $CMDLINE_SET || die_unknown $opt ++ if is_in $optname $CMDLINE_SET; then + eval $optname='$optval' ++ else ++ die_unknown $opt ++ fi + ;; ++ + esac + done + --------------010308090507080305010405-- From kopp.robert at yahoo.com Wed Nov 19 00:25:28 2008 From: kopp.robert at yahoo.com (Robert Kopp) Date: Wed Nov 19 00:25:34 2008 Subject: VLC/Philips Webcam References: <904974.3944.qm@web50603.mail.re2.yahoo.com> Message-ID: <733064.93290.qm@web50608.mail.re2.yahoo.com> With MPEG-1, the local video appears to freeze, but a video is still recorded. The file should have an .mpg extension. Robert "Tim" Kopp http://analytic.tripod.com/ ________________________________ From: Robert Kopp To: freebsd-multimedia@freebsd.org Sent: Tuesday, November 18, 2008 12:51:30 AM Subject: VLC/Philips Webcam I have checked to see if this subject has been discussed recently, and I didn't come up with an exact match. Anyhow, on FreeBSD 7 (64-bit), I am attempting to record video clips with a Creative Webcam Pro Ex and VLC-0.86. I built the pwcbsd driver from the port and obtained a display from the Webcam. I tried saving the video as MP4, and it doesn't like it. I also tried MPEG-1, as I previously did with the same device on Linux, but the image freezes. Can someone suggest other possibilities, or has someone who tried to save as MP4 and encountered such a problem successfully solved it? Robert "Tim" Kopp http://analytic.tripod.com/ _______________________________________________ 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 gamato at users.sf.net Thu Nov 20 15:05:24 2008 From: gamato at users.sf.net (martinko) Date: Thu Nov 20 15:05:36 2008 Subject: snd_envy24ht and ESI Juli@ In-Reply-To: <001e01c8c351$e02b98e0$a082caa0$@muni.cz> References: <010801c8c1cc$75a44c50$60ece4f0$@muni.cz> <48402246.9030109@smo.de> <001e01c8c351$e02b98e0$a082caa0$@muni.cz> Message-ID: Petr Holub wrote: > Dear Konstantin, > >> As of now the driver doesn't support recording. Last time I asked >> Konstantin about this issue, he didn't know when he will have the time >> to fix it. > > is there any chance you will have time to finish also the recording > part of snd_envy24ht? We're hitting this probem more and more urgently > as we need some higher-grade card for both playback and recording > (e.g., full-duplex operation for videoconferencing) and both ESI Juli@ > and Audiophile 192 are very affordable alternatives. > > Thanks a lot in advance, > Petr > Do S/PDIFs work with those cards and drivers please ? M. From gamato at users.sf.net Thu Nov 20 15:05:25 2008 From: gamato at users.sf.net (martinko) Date: Thu Nov 20 15:05:37 2008 Subject: TV Tuner cardbus In-Reply-To: <1213366114.10665.136.camel@localhost> References: <8e73e8440806130441x7d115853ocb9d2236746e4ec1@mail.gmail.com> <1213366114.10665.136.camel@localhost> Message-ID: Tom Evans wrote: > On Fri, 2008-06-13 at 13:41 +0200, Frederic Chardon wrote: >> Hello the list! >> >> I want to buy a TV tuner for my laptop to have a simple S-video input. After >> some googling it appears it is not so simple... >> Does the chipset PHILIPS SAA7134 is supported or still not? I ask before it >> seems much more common than the bt8xx. As the manufacturers rarely say what >> type of chipset is included on the card, is there a kind of list somewhere? >> Can someone share his/her experience with such things and know some cards >> that Just Work? >> >> Thanks! >> >> Frederic > > Hi Frederic. The kbtv2 port has included a driver for SAA713x based > boards, but only for a few cards, and (iirc) only for composite capture. > Since thats what you want, it may work out ok. Buy the card locally, and > ask if you can take it back if it doesn't work... > > Tom What do you mean by kbtv2 port please ? All I can see in the ports is kbtv 1.2.4_2. M. From tevans.uk at googlemail.com Fri Nov 21 02:24:36 2008 From: tevans.uk at googlemail.com (Tom Evans) Date: Fri Nov 21 02:24:43 2008 Subject: TV Tuner cardbus In-Reply-To: References: <8e73e8440806130441x7d115853ocb9d2236746e4ec1@mail.gmail.com> <1213366114.10665.136.camel@localhost> Message-ID: <1227261372.10955.21.camel@localhost> On Thu, 2008-11-20 at 23:54 +0100, martinko wrote: > Tom Evans wrote: > > On Fri, 2008-06-13 at 13:41 +0200, Frederic Chardon wrote: > >> Hello the list! > >> > >> I want to buy a TV tuner for my laptop to have a simple S-video input. After > >> some googling it appears it is not so simple... > >> Does the chipset PHILIPS SAA7134 is supported or still not? I ask before it > >> seems much more common than the bt8xx. As the manufacturers rarely say what > >> type of chipset is included on the card, is there a kind of list somewhere? > >> Can someone share his/her experience with such things and know some cards > >> that Just Work? > >> > >> Thanks! > >> > >> Frederic > > > > Hi Frederic. The kbtv2 port has included a driver for SAA713x based > > boards, but only for a few cards, and (iirc) only for composite capture. > > Since thats what you want, it may work out ok. Buy the card locally, and > > ask if you can take it back if it doesn't work... > > > > Tom > > What do you mean by kbtv2 port please ? > All I can see in the ports is kbtv 1.2.4_2. > > M. > Google is your friend? Top hit for kbtv2 -> http://freebsd.ricin.com/kbtv2/ Cheers Tom From aspdaspn at gmail.com Fri Nov 21 07:55:32 2008 From: aspdaspn at gmail.com (Ilya Nickolsky) Date: Fri Nov 21 07:55:41 2008 Subject: FreeBSD and Audio CD Message-ID: <4c3522c70811210725m2e3f1e6en419140e95c77318@mail.gmail.com> Hello All, I have FreeBSD 63 running on Thinkpad 600X (P3, 256 Mb RAM, sound CS4624). I could listen AudioCD only with cdcontrol play command entered in console or in xterm under X. When CD is playing the CD-ROM drive lit a led not constantly and sound is correct. but when I use any player for X like default in GNOME, or Mplayer/XINE/XMMS under freevo I hear sound interruptions and CD-ROM LED lit constantly. I hear sound interruption and sound is not "clear". Could you help me to correct this? With Best Regards, Ilya From david at airbits.com Sat Nov 22 15:23:16 2008 From: david at airbits.com (David Krumme) Date: Sat Nov 22 15:23:24 2008 Subject: Script "configure" failed unexpectedly. Message-ID: <20081122230744.GA23391@pagoda.airbits.com> I quote: ... checking for GLIB... yes checking for LIBOIL... yes checking for GST... no configure: Requested 'gstreamer-0.10 >= 0.10.20.1' but version of GStreamer is 0.10.14 configure: error: no gstreamer-0.10 >= 0.10.20.1 (GStreamer) found ===> Script "configure" failed unexpectedly. Please report the problem to multimedia@FreeBSD.org [maintainer] and attach the "/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). Please find the config.log attached. Thanks. == `ls /var/db/pkg` follows... == ORBit2-2.14.10 aalib-1.4.r5_4 alacarte-0.11.3_2 amspsfnt-1.0_5 appres-1.0.1 aspell-0.60.5_2 at-spi-1.20.1 atk-1.20.0 autoconf-2.13.000227_6 autoconf-2.61_2 autoconf-2.62 autoconf-wrapper-20071109 automake-1.4.6_5 automake-1.5_4,1 automake-1.6.3 automake-wrapper-20071109 avahi-0.6.21_1 avahi-app-0.6.21_1 bash-3.2.25 bdftopcf-1.0.1 beforelight-1.0.2 bison-2.3_3,1 bitmap-1.0.3 bitstream-vera-1.10_4 bug-buddy-2.20.1 cairo-1.4.10_1 cairomm-1.2.4_1 cdparanoia-3.9.8_8 cdrdao-1.2.2 cdrtools-2.01_6 cmpsfont-1.0_6 compositeproto-0.4 curl-7.16.3 cvsup-without-gui-16.1h_3 damageproto-1.1.0_2 dasher-4.6.1,1 db41-4.1.25_4 dbus-1.0.2_2 dbus-glib-0.74 deskbar-applet-2.20.1 desktop-file-utils-0.14 dirmngr-0.9.7_2 djbfft-0.76_2 dlmalloc-2.8.3 dmidecode-2.9 dmxproto-2.2.2 docbook-3.1_2 docbook-4.1_3 docbook-sk-4.1.2_4 docbook-utils-0.6.14_3 docbook-xml-4.2_1 docbook-xml-4.3 docbook-xml-4.4 docbook-xsl-1.71.1_2 dri-7.0.1,2 dsssl-docbook-modular-1.79_1,1 dvd+rw-tools-7.0 editres-1.0.3 eel-2.20.0 ekiga-2.0.9_1 enchant-1.3.0 encodings-1.0.2,1 eog-2.20.1 epiphany-2.20.3 esound-0.2.38 evince-2.20.1 evolution-2.12.1_3 evolution-data-server-1.12.1_2 evolution-exchange-2.12.1 evolution-webcal-2.12.0 expat-2.0.0_1 ezm3-1.1_1 faad2-2.6.1,1 fast-user-switch-applet-2.20.0 ffmpeg-2007.10.04_1 file-roller-2.20.1,1 firefox-2.0.0.12_1,1 fixesproto-4.0 flac-1.1.2_2 font-adobe-100dpi-1.0.0_1 font-adobe-75dpi-1.0.0 font-adobe-utopia-100dpi-1.0.1 font-adobe-utopia-75dpi-1.0.1 font-adobe-utopia-type1-1.0.1 font-alias-1.0.1 font-arabic-misc-1.0.0 font-bh-100dpi-1.0.0 font-bh-75dpi-1.0.0 font-bh-lucidatypewriter-100dpi-1.0.0 font-bh-lucidatypewriter-75dpi-1.0.0 font-bh-ttf-1.0.0 font-bh-type1-1.0.0 font-bitstream-100dpi-1.0.0 font-bitstream-75dpi-1.0.0 font-bitstream-type1-1.0.0 font-cronyx-cyrillic-1.0.0 font-cursor-misc-1.0.0 font-daewoo-misc-1.0.0 font-dec-misc-1.0.0 font-ibm-type1-1.0.0 font-isas-misc-1.0.0 font-jis-misc-1.0.0 font-micro-misc-1.0.0 font-misc-cyrillic-1.0.0 font-misc-ethiopic-1.0.0 font-misc-meltho-1.0.0_1 font-misc-misc-1.0.0 font-mutt-misc-1.0.0 font-schumacher-misc-1.0.0 font-screen-cyrillic-1.0.1 font-sony-misc-1.0.0 font-sun-misc-1.0.0 font-util-1.0.1 font-winitzki-cyrillic-1.0.0 font-xfree86-type1-1.0.0 fontcacheproto-0.1.2 fontconfig-2.4.2_2,1 fontsproto-2.0.2 fonttosfnt-1.0.3 freetype2-2.3.5 fslsfonts-1.0.1 fstobdf-1.0.2 gail-1.20.1 gamin-0.1.9 gawk-3.1.5_1 gcalctool-5.20.2_1,2 gconf-editor-2.20.0,1 gconf2-2.20.1 gd-2.0.35,1 gdbm-1.8.3_3 gdm-2.20.1_1 gedit-2.20.3 getopt-1.1.4 gettext-0.16.1_3 ghostscript-gpl-8.60 gle-3.1.0_1 glib-2.14.2 glibmm-2.14.1,1 gmake-3.81_2 gnome-applets-2.20.0 gnome-audio-2.0.0_3 gnome-backgrounds-2.20.0 gnome-control-center-2.20.1_1 gnome-desktop-2.20.1_1 gnome-doc-utils-0.12.0 gnome-games-2.20.1 gnome-icon-theme-2.20.0_1 gnome-keyring-2.20.1 gnome-keyring-manager-2.20.0 gnome-mag-0.14.10 gnome-media-2.20.1 gnome-menus-2.20.1 gnome-mime-data-2.18.0_2 gnome-mount-0.6_4 gnome-netstatus-2.12.1_4 gnome-nettool-2.20.0,1 gnome-panel-2.20.1 gnome-power-manager-2.20.0 gnome-session-2.20.1_1 gnome-speech-0.4.16 gnome-spell-1.0.8 gnome-system-monitor-2.20.1 gnome-system-tools-2.20.0 gnome-terminal-2.18.2 gnome-themes-2.20.1_1 gnome-user-docs-2.20.1 gnome-utils-2.20.0.1,1 gnome-vfs-2.20.0_2 gnome-volume-manager-2.17.0_8 gnome2-2.20.3 gnome_subr-1.0 gnomehier-2.3_10 gnupg-2.0.4 gnutls-2.0.2_1 gok-1.3.7,1 gpac-libgpac-0.4.4,1 gpgme-1.1.5 gsfonts-8.11_4 gstreamer-0.10.14_1 gstreamer-ffmpeg-0.10.2_1 gstreamer-plugins-a52dec-0.10.6_2,3 gstreamer-plugins-bad-0.10.5_2,3 gstreamer-plugins-cdparanoia-0.10.14_3,3 gstreamer-plugins-core-0.10_9 gstreamer-plugins-dts-0.10.5_3,3 gstreamer-plugins-dvd-0.10.6_1,3 gstreamer-plugins-esound-0.10.6_2,3 gstreamer-plugins-flac-0.10.6_2,3 gstreamer-plugins-gconf-0.10.6_4,3 gstreamer-plugins-gnomevfs-0.10.14_2,3 gstreamer-plugins-good-0.10.6,3 gstreamer-plugins-hal-0.10.6_1,3 gstreamer-plugins-libpng-0.10.6_2,3 gstreamer-plugins-mad-0.10.6_3,3 gstreamer-plugins-mp3-0.10.0 gstreamer-plugins-mpeg2dec-0.10.6_2,3 gstreamer-plugins-ogg-0.10.14_2,3 gstreamer-plugins-pango-0.10.14_2,3 gstreamer-plugins-theora-0.10.14_4,3 gstreamer-plugins-ugly-0.10.6,3 gstreamer-plugins-vorbis-0.10.14_3,3 gstreamer-plugins-xvid-0.10.5_1,3 gtar-1.18_1 gtk-2.12.1_1 gtk-engines2-2.12.2 gtkhtml3-3.16.1 gtkmm-2.12.1 gtksourceview-1.8.5_2 gtksourceview2-2.0.1 gucharmap-gnome-1.10.1 guile-1.6.8_3 hal-0.5.8.20070909 help2man-1.36.4_1 hicolor-icon-theme-0.10_2 iceauth-1.0.2 ico-1.0.2 icon-naming-utils-0.8.6 iftop-0.17 inputproto-1.4.2.1 intltool-0.36.2 iso-codes-1.5 iso8879-1986_2 jade-1.2.1_9 jadetex-3.13_2 jpeg-6b_4 kbproto-1.0.3 libFS-1.0.0 libGL-7.0.1 libGLU-7.0.1 libICE-1.0.4,1 libIDL-0.8.9_1 libSM-1.0.3,1 libX11-1.1.3,1 libXScrnSaver-1.1.2 libXTrap-1.0.0 libXau-1.0.3_2 libXaw-1.0.4,1 libXcomposite-0.4.0,1 libXcursor-1.1.9 libXdamage-1.1.1 libXdmcp-1.0.2 libXevie-1.0.2 libXext-1.0.3,1 libXfixes-4.0.3 libXfont-1.3.1_2,1 libXfontcache-1.0.4 libXft-2.1.12 libXi-1.1.3,1 libXinerama-1.0.2,1 libXmu-1.0.3,1 libXp-1.0.0,1 libXpm-3.5.7 libXprintAppUtil-1.0.1 libXprintUtil-1.0.1 libXrandr-1.2.2 libXrender-0.9.4 libXres-1.0.3_2 libXt-1.0.5 libXtst-1.0.3 libXv-1.0.3,1 libXvMC-1.0.4 libXxf86dga-1.0.2 libXxf86misc-1.0.1 libXxf86vm-1.0.1 liba52-0.7.4_1 libao-0.8.8_1 libart_lgpl-2.3.19,1 libassuan-1.0.3 libaudiofile-0.2.6 libbonobo-2.20.1_1 libbonoboui-2.20.0 libcddb-1.3.0 libcdio-0.77_2 libcroco-0.6.1 libdaemon-0.12 libdca-0.0.5 libdmx-1.0.2 libdrm-2.3.0 libdvdcss-1.2.9_2 libdvdnav-0.1.10_3 libdvdread-0.9.7_3 libexif-0.6.15 libfontenc-1.0.4 libgail-gnome-1.20.0 libgcrypt-1.2.4_1 libglade2-2.6.2 libglut-7.0.1_1 libgnome-2.20.1.1_1 libgnomecanvas-2.20.1.1 libgnomekbd-2.20.0 libgnomeprint-2.18.2_1 libgnomeprintui-2.18.1_2 libgnomeui-2.20.1.1 libgpg-error-1.5 libgsf-1.14.7 libgtkhtml-2.11.1 libgtop-2.20.1_1 libiconv-1.11_1 libid3tag-0.15.1b libksba-1.0.1_1 libltdl-1.5.24 libmad-0.15.1b_2 libmpeg2-0.4.1_2 libmusicbrainz-2.1.5 libnotify-0.4.4_1 libogg-1.1.3,4 liboil-0.3.15 liboldX-1.0.1 liboobs-2.20.0 librsvg2-2.18.2_1 libsexy-0.1.11 libsigc++-2.0.18 libsoup-2.2.102 libtasn1-1.1 libtheora-1.0.a8 libtool-1.5.24 libvolume_id-0.75.0_1 libvorbis-1.2.0_1,3 libwnck-2.20.1_1 libwww-5.4.0_4 libxkbfile-1.0.4 libxkbui-1.0.2 libxklavier-3.3_1,1 libxml++-2.20.0 libxml2-2.6.30 libxslt-1.1.22 linc-1.0.3_6 linux-expat-1.95.8 linux-fontconfig-2.2.3_7 linux-glib2-2.6.6_1 linux-xorg-libs-6.8.2_5 linux_base-fc-4_13 linux_dri-7.0 listres-1.0.1 lsof-4.79D luit-1.0.2_2 lynx-2.8.6.5_1,1 m4-1.4.9,1 metacity-2.20.0 mkcomposecache-1.2_1 mkfontdir-1.0.3 mkfontscale-1.0.3 mysql-client-5.0.67 nasm-0.98.39,1 nautilus-2.20.0 nautilus-cd-burner-2.20.0 nload-0.7.2 notification-daemon-0.3.7_1 nspr-4.6.7 nss-3.11.7 oclock-1.0.1 opal-2.2.8_1 openldap-client-2.3.39 orca-2.20.1 p5-Authen-SASL-2.10_1 p5-Compress-Raw-Zlib-2.006 p5-Compress-Zlib-2.007 p5-Digest-1.15 p5-Digest-HMAC-1.01 p5-Digest-MD5-2.36 p5-Digest-SHA1-2.11 p5-GSSAPI-0.24 p5-HTML-Parser-3.56 p5-HTML-Tagset-3.10 p5-HTML-Tree-3.23 p5-IO-Compress-Base-2.006 p5-IO-Compress-Zlib-2.006 p5-MIME-Base64-3.07 p5-Net-1.22,1 p5-Net-DBus-0.33.5 p5-SGMLSpm-1.03 p5-Test-Harness-2.64 p5-Test-Simple-0.72 p5-Text-Iconv-1.5 p5-Tie-IxHash-1.21 p5-Time-HiRes-1.9707,1 p5-URI-1.35 p5-XML-Filter-BufferText-1.01 p5-XML-Grove-0.46.a p5-XML-Handler-YAWriter-0.23 p5-XML-NamespaceSupport-1.09_1 p5-XML-Parser-2.34_2 p5-XML-SAX-0.16 p5-XML-SAX-Expat-0.39 p5-XML-SAX-Writer-0.50 p5-XML-Simple-2.18 p5-XML-Twig-3.29 p5-XML-XPath-1.13 p5-gettext-1.05_1 p5-libwww-5.805 p5-libxml-0.08 p5-type1inst-0.6.1_5 pango-1.18.3 pccts-1.33.33 pciids-20071004 pcre-7.4 perl-5.8.8_1 pixman-0.9.6 pkg-config-0.22_1 png-1.2.22 policykit-0.1.20060514_4 poppler-0.6 poppler-data-0.1 poppler-gtk-0.6 popt-1.7_4 printproto-1.0.3 pth-2.0.7 pwlib-1.12.0,1 py25-cairo-1.4.0_1 py25-dbus-0.82.3 py25-elementtree-1.2.6 py25-gnome-2.20.0 py25-gnome-desktop-2.20.0 py25-gobject-2.14.0 py25-gtk-2.12.0 py25-libxml2-2.6.30 py25-numeric-24.2 py25-orbit-2.14.3 py25-xml-0.8.4 python25-2.5.1_1 quagga-0.99.10_3 randrproto-1.2.1 rarian-0.6.0_1 recordproto-1.13.2 renderproto-0.9.3 rgb-1.0.1 rpm-3.0.6_14 rstart-1.0.2 samba-libsmbclient-3.0.28 scripts-1.0.1 scrnsaverproto-1.1.0 sdl-1.2.11_2,2 sdocbook-xml-1.1,1 seahorse-2.20.3 sessreg-1.0.3 setxkbmap-1.0.4 shared-mime-info-0.22_1 showfont-1.0.1 smproxy-1.0.2 sound-juicer-2.20.1 speex-1.2.b2,1 startup-notification-0.9_1 system-tools-backends-2.4.1 t1lib-5.1.1_2,1 taglib-1.4_2 teTeX-base-3.0_12 teTeX-texmf-3.0_5 tex-texmflocal-1.9 texi2html-1.76_1,1 tiff-3.8.2_1 totem-2.20.1 trapproto-3.4.3 twm-1.0.3_3 unmakeself-1.1 unzip-5.52_3 v4l_compat-1.0.20060801 videoproto-2.2.2 viewres-1.0.1 vino-2.20.1 vte-0.16.9_1 x11perf-1.4.1 x264-0.0.20070913 xauth-1.0.2 xbacklight-1.1 xbiff-1.0.1 xbitmaps-1.0.1 xcalc-1.0.2 xclipboard-1.0.1 xclock-1.0.3 xcmsdb-1.0.1 xconsole-1.0.3 xcursor-themes-1.0.1_1 xcursorgen-1.0.2 xdbedizzy-1.0.2 xditview-1.0.1 xdm-1.1.6_2 xdpyinfo-1.0.2 xdriinfo-1.0.2 xedit-1.0.2 xev-1.0.2 xextproto-7.0.2 xeyes-1.0.1 xf86-input-keyboard-1.2.2_1 xf86-input-mouse-1.2.3 xf86-video-ati-6.7.195 xf86-video-i810-1.6.5_3 xf86-video-nv-2.1.6 xf86-video-vesa-1.3.0_1 xf86-video-vga-4.1.0_1 xf86-video-via-0.2.2_2 xf86dga-1.0.2 xf86dgaproto-2.0.3 xf86miscproto-0.9.2 xf86vidmodeproto-2.2.2 xfd-1.0.1 xfindproxy-1.0.1 xfontsel-1.0.2 xfs-1.0.5,1 xfsinfo-1.0.1 xfwp-1.0.1 xgamma-1.0.2 xgc-1.0.1 xhost-1.0.2 xineramaproto-1.1.2 xinit-1.0.7 xkbcomp-1.0.3 xkbevd-1.0.2 xkbprint-1.0.1 xkbutils-1.0.1 xkeyboard-config-1.0_1 xkill-1.0.1 xload-1.0.2 xlogo-1.0.1 xlsatoms-1.0.1 xlsclients-1.0.1 xlsfonts-1.0.2 xmag-1.0.2 xman-1.0.3 xmessage-1.0.2 xmlcatmgr-2.2 xmodmap-1.0.3 xmore-1.0.1 xorg-7.3_1 xorg-apps-7.3 xorg-docs-1.4,1 xorg-drivers-7.3 xorg-fonts-100dpi-7.3 xorg-fonts-7.3 xorg-fonts-75dpi-7.3 xorg-fonts-cyrillic-7.3 xorg-fonts-miscbitmaps-7.3 xorg-fonts-truetype-7.3 xorg-fonts-type1-7.3 xorg-libraries-7.3_1 xorg-protos-7.3 xorg-server-1.4_4,1 xphelloworld-1.0.1_1 xplsprinters-1.0.1 xpr-1.0.2 xprehashprinterlist-1.0.1 xprop-1.0.3 xproto-7.0.10_1 xrandr-1.2.2 xrdb-1.0.4 xrefresh-1.0.2 xrx-1.0.1 xscreensaver-gnome-4.24_6 xset-1.0.3 xsetmode-1.0.0 xsetpointer-1.0.1 xsetroot-1.0.2 xsm-1.0.1 xstdcmap-1.0.1 xterm-229 xtrans-1.0.4 xtrap-1.0.2 xvid-1.1.3,1 xvidtune-1.0.1 xvinfo-1.0.2 xwd-1.0.1 xwininfo-1.0.3 xwud-1.0.1 yasm-0.6.2 yelp-2.20.0 zenity-2.20.0 zip-2.32 -------------- next part -------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GStreamer Base Plug-ins configure 0.10.21, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --disable-alsa --disable-cdparanoia --disable-gio --disable-gnomevfs --disable-libvisual --disable-ogg --disable-pango --disable-theora --disable-vorbis --disable-alsa --disable-amrwb --disable-bz2 --disable-cdaudio --disable-directfb --disable-divx --disable-dts --disable-faac --disable-faad --disable-gsm --disable-ivorbis --disable-jack --disable-libmms --disable-metadata --disable-mpeg2enc --disable-mplex --disable-musepack --disable-musicbrainz --disable-mythtv --disable-nas --disable-neon --disable-ofa --disable-resindvd --disable-sdl --disable-sndfile --disable-soundtouch --disable-spc --disable-swfdec --disable-timidity --disable-x264 --disable-xvid --disable-aalib --disable-annodex --disable-cairo --disable-dv --disable-esd --disable-flac --disable-gconf --disable-gdk_pixbuf --disable-hal --disable-jpeg --disable-ladspa --disable-libcaca --disable-libpng --disable-taglib --disable-raw1394 --disable-shout2 --disable-soup --disable-speex --disable-taglib --disable-wavpack --disable-gnome_vfs --enable-base --disable-tests --disable-examples --disable-1394 --disable-amrnb --disable-alsa --disable-http --enable-cdrom --disable-gconf --disable-gconftool --disable-schemas-install --enable-oss --disable-osx_audio --disable-osx_video --disable-directdrawsink --disable-directsoundsink --disable-v4l2src --disable-tarkin --enable-static --disable-sunaudio --disable-xine --enable-x --enable-xshm --enable-xvideo --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd7.0 ## --------- ## ## Platform. ## ## --------- ## hostname = winterwood.sargasso.krumme.com uname -m = amd64 uname -r = 7.0-RC3 uname -s = FreeBSD uname -v = FreeBSD 7.0-RC3 #0: Wed Feb 20 15:41:33 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC /usr/bin/uname -p = amd64 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2430: checking for a BSD-compatible install configure:2486: result: /usr/bin/install -c -o root -g wheel configure:2497: checking whether build environment is sane configure:2540: result: yes configure:2568: checking for a thread-safe mkdir -p configure:2607: result: ./install-sh -c -d configure:2620: checking for gawk configure:2636: found /usr/local/bin/gawk configure:2647: result: gawk configure:2658: checking whether gmake sets $(MAKE) configure:2679: result: yes configure:2879: checking nano version configure:2885: result: 0 (release) configure:2906: checking whether to enable maintainer-specific portions of Makefiles configure:2915: result: no configure:2935: checking build system type configure:2953: result: amd64-portbld-freebsd7.0 configure:2975: checking host system type configure:2990: result: amd64-portbld-freebsd7.0 configure:3125: checking for style of include used by gmake configure:3153: result: GNU configure:3223: checking for gcc configure:3250: result: cc configure:3488: checking for C compiler version configure:3495: cc --version >&5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3498: $? = 0 configure:3505: cc -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:3508: $? = 0 configure:3515: cc -V >&5 cc: '-V' option must have argument configure:3518: $? = 1 configure:3541: checking for C compiler default output file name configure:3568: cc -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 configure:3571: $? = 0 configure:3609: result: a.out configure:3626: checking whether the C compiler works configure:3636: ./a.out configure:3639: $? = 0 configure:3656: result: yes configure:3663: checking whether we are cross compiling configure:3665: result: no configure:3668: checking for suffix of executables configure:3675: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 configure:3678: $? = 0 configure:3702: result: configure:3708: checking for suffix of object files configure:3734: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:3737: $? = 0 configure:3760: result: o configure:3764: checking whether we are using the GNU C compiler configure:3793: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:3799: $? = 0 configure:3816: result: yes configure:3821: checking whether cc accepts -g configure:3851: cc -c -g -I/usr/local/include conftest.c >&5 configure:3857: $? = 0 configure:3956: result: yes configure:3973: checking for cc option to accept ISO C89 configure:4047: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:4053: $? = 0 configure:4076: result: none needed configure:4096: checking dependency style of cc configure:4187: result: gcc3 configure:4202: checking for a sed that does not truncate output configure:4258: result: /usr/bin/sed configure:4261: checking for grep that handles long lines and -e configure:4335: result: /usr/bin/grep configure:4340: checking for egrep configure:4418: result: /usr/bin/grep -E configure:4434: checking for ld used by cc configure:4501: result: /usr/bin/ld configure:4510: checking if the linker (/usr/bin/ld) is GNU ld configure:4525: result: yes configure:4530: checking for /usr/bin/ld option to reload object files configure:4537: result: -r configure:4555: checking for BSD-compatible nm configure:4604: result: /usr/bin/nm -B configure:4608: checking whether ln -s works configure:4612: result: yes configure:4619: checking how to recognize dependent libraries configure:4805: result: pass_all configure:5340: checking how to run the C preprocessor configure:5380: cc -E -I/usr/local/include conftest.c configure:5386: $? = 0 configure:5417: cc -E -I/usr/local/include conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:5423: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | /* end confdefs.h. */ | #include configure:5456: result: cc -E configure:5485: cc -E -I/usr/local/include conftest.c configure:5491: $? = 0 configure:5522: cc -E -I/usr/local/include conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:5528: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | /* end confdefs.h. */ | #include configure:5566: checking for ANSI C header files configure:5596: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:5602: $? = 0 configure:5701: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 configure:5704: $? = 0 configure:5710: ./conftest configure:5713: $? = 0 configure:5730: result: yes configure:5754: checking for sys/types.h configure:5775: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:5781: $? = 0 configure:5797: result: yes configure:5754: checking for sys/stat.h configure:5775: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:5781: $? = 0 configure:5797: result: yes configure:5754: checking for stdlib.h configure:5775: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:5781: $? = 0 configure:5797: result: yes configure:5754: checking for string.h configure:5775: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:5781: $? = 0 configure:5797: result: yes configure:5754: checking for memory.h configure:5775: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:5781: $? = 0 configure:5797: result: yes configure:5754: checking for strings.h configure:5775: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:5781: $? = 0 configure:5797: result: yes configure:5754: checking for inttypes.h configure:5775: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:5781: $? = 0 configure:5797: result: yes configure:5754: checking for stdint.h configure:5775: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:5781: $? = 0 configure:5797: result: yes configure:5754: checking for unistd.h configure:5775: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:5781: $? = 0 configure:5797: result: yes configure:5824: checking dlfcn.h usability configure:5841: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:5847: $? = 0 configure:5861: result: yes configure:5865: checking dlfcn.h presence configure:5880: cc -E -I/usr/local/include conftest.c configure:5886: $? = 0 configure:5900: result: yes configure:5933: checking for dlfcn.h configure:5941: result: yes configure:6070: checking for C++ compiler version configure:6077: c++ --version >&5 c++ (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:6080: $? = 0 configure:6087: c++ -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:6090: $? = 0 configure:6097: c++ -V >&5 c++: '-V' option must have argument configure:6100: $? = 1 configure:6103: checking whether we are using the GNU C++ compiler configure:6132: c++ -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include conftest.cpp >&5 configure:6138: $? = 0 configure:6155: result: yes configure:6160: checking whether c++ accepts -g configure:6190: c++ -c -g -I/usr/local/include conftest.cpp >&5 configure:6196: $? = 0 configure:6295: result: yes configure:6320: checking dependency style of c++ configure:6411: result: gcc3 configure:6436: checking how to run the C++ preprocessor configure:6472: c++ -E -I/usr/local/include conftest.cpp configure:6478: $? = 0 configure:6509: c++ -E -I/usr/local/include conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:6515: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:6548: result: c++ -E configure:6577: c++ -E -I/usr/local/include conftest.cpp configure:6583: $? = 0 configure:6614: c++ -E -I/usr/local/include conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:6620: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:6713: checking for g77 configure:6743: result: no configure:6713: checking for xlf configure:6743: result: no configure:6713: checking for f77 configure:6743: result: no configure:6713: checking for frt configure:6743: result: no configure:6713: checking for pgf77 configure:6743: result: no configure:6713: checking for cf77 configure:6743: result: no configure:6713: checking for fort77 configure:6743: result: no configure:6713: checking for fl32 configure:6743: result: no configure:6713: checking for af77 configure:6743: result: no configure:6713: checking for xlf90 configure:6743: result: no configure:6713: checking for f90 configure:6743: result: no configure:6713: checking for pgf90 configure:6743: result: no configure:6713: checking for pghpf configure:6743: result: no configure:6713: checking for epcf90 configure:6743: result: no configure:6713: checking for gfortran configure:6743: result: no configure:6713: checking for g95 configure:6743: result: no configure:6713: checking for xlf95 configure:6743: result: no configure:6713: checking for f95 configure:6743: result: no configure:6713: checking for fort configure:6743: result: no configure:6713: checking for ifort configure:6743: result: no configure:6713: checking for ifc configure:6743: result: no configure:6713: checking for efc configure:6743: result: no configure:6713: checking for pgf95 configure:6743: result: no configure:6713: checking for lf95 configure:6743: result: no configure:6713: checking for ftn configure:6743: result: no configure:6770: checking for Fortran 77 compiler version configure:6777: --version >&5 --version: not found configure:6780: $? = 127 configure:6787: -v >&5 -v: not found configure:6790: $? = 127 configure:6797: -V >&5 -V: not found configure:6800: $? = 127 configure:6808: checking whether we are using the GNU Fortran 77 compiler configure:6827: -c conftest.F >&5 -c: not found configure:6833: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:6850: result: no configure:6856: checking whether accepts -g configure:6873: -c -g conftest.f >&5 -c: not found configure:6879: $? = 127 configure: failed program was: | program main | | end configure:6895: result: no configure:6924: checking the maximum length of command line arguments configure:7036: result: 262144 configure:7048: checking command to parse /usr/bin/nm -B output from cc object configure:7153: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:7156: $? = 0 configure:7160: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:7163: $? = 0 configure:7215: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c conftstm.o >&5 configure:7218: $? = 0 configure:7256: result: ok configure:7260: checking for objdir configure:7275: result: .libs configure:7367: checking for ar configure:7383: found /usr/bin/ar configure:7394: result: ar configure:7463: checking for ranlib configure:7479: found /usr/bin/ranlib configure:7490: result: ranlib configure:7559: checking for strip configure:7575: found /usr/bin/strip configure:7586: result: strip configure:8184: checking if cc supports -fno-rtti -fno-exceptions configure:8202: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:8206: $? = 0 configure:8219: result: no configure:8234: checking for cc option to produce PIC configure:8466: result: -fPIC configure:8474: checking if cc PIC flag -fPIC works configure:8492: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -fPIC -DPIC conftest.c >&5 configure:8496: $? = 0 configure:8509: result: yes configure:8537: checking if cc static flag -static works configure:8565: result: yes configure:8575: checking if cc supports -c -o file.o configure:8596: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -o out/conftest2.o conftest.c >&5 configure:8600: $? = 0 configure:8622: result: yes configure:8648: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:9629: result: yes configure:9650: checking whether -lc should be explicitly linked in configure:9655: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:9658: $? = 0 configure:9673: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9676: $? = 0 configure:9688: result: no configure:9696: checking dynamic linker characteristics configure:10310: result: freebsd7.0 ld.so configure:10334: checking how to hardcode library paths into programs configure:10359: result: immediate configure:10373: checking whether stripping libraries is possible configure:10378: result: yes configure:10502: checking for shl_load configure:10558: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 /var/tmp//cc58x9K1.o(.text+0x7): In function `main': : undefined reference to `shl_load' configure:10564: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:10581: result: no configure:10586: checking for shl_load in -ldld configure:10621: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld configure:10627: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:10645: result: no configure:10650: checking for dlopen configure:10706: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 configure:10712: $? = 0 configure:10729: result: yes configure:10962: checking whether a program can dlopen itself configure:11036: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -DHAVE_DLFCN_H -L/usr/local/lib -pthread -Wl,--export-dynamic conftest.c >&5 configure: In function 'main': configure:11032: warning: incompatible implicit declaration of built-in function 'exit' configure:11039: $? = 0 configure:11057: result: yes configure:11062: checking whether a statically linked program can dlopen itself configure:11136: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -DHAVE_DLFCN_H -L/usr/local/lib -pthread -Wl,--export-dynamic -static conftest.c >&5 configure: In function 'main': configure:11132: warning: incompatible implicit declaration of built-in function 'exit' configure:11139: $? = 0 Service unavailable configure:11157: result: no configure:11180: checking if libtool supports shared libraries configure:11182: result: yes configure:11185: checking whether to build shared libraries configure:11206: result: yes configure:11209: checking whether to build static libraries configure:11213: result: yes configure:11307: creating libtool configure:11900: checking for ld used by c++ configure:11967: result: /usr/bin/ld configure:11976: checking if the linker (/usr/bin/ld) is GNU ld configure:11991: result: yes configure:12042: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:12988: result: yes configure:13005: c++ -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include conftest.cpp >&5 configure:13008: $? = 0 configure:13164: checking for c++ option to produce PIC configure:13448: result: -fPIC configure:13456: checking if c++ PIC flag -fPIC works configure:13474: c++ -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -fPIC -DPIC conftest.cpp >&5 configure:13478: $? = 0 configure:13491: result: yes configure:13519: checking if c++ static flag -static works configure:13547: result: yes configure:13557: checking if c++ supports -c -o file.o configure:13578: c++ -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -o out/conftest2.o conftest.cpp >&5 configure:13582: $? = 0 configure:13604: result: yes configure:13630: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:13659: result: yes configure:13726: checking dynamic linker characteristics configure:14288: result: freebsd7.0 ld.so configure:14312: checking how to hardcode library paths into programs configure:14337: result: immediate configure:20665: checking for msgfmt configure:20693: result: /usr/local/bin/msgfmt configure:20702: checking for gmsgfmt configure:20733: result: /usr/local/bin/msgfmt configure:20744: checking for xgettext configure:20772: result: /usr/local/bin/xgettext configure:20783: checking for msgmerge configure:20810: result: /usr/local/bin/msgmerge configure:20872: checking for ld used by GCC configure:20935: result: /usr/bin/ld configure:20944: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.15 [FreeBSD] 2004-05-23 configure:20956: result: yes configure:20962: checking for shared library run path origin configure:20975: result: done configure:21392: checking whether NLS is requested configure:21401: result: yes configure:21418: checking for GNU gettext in libc configure:21447: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:28: warning: cast from pointer to integer of different size /var/tmp//ccevVAcy.o(.text+0xd): In function `main': : undefined reference to `libintl_bindtextdomain' /var/tmp//ccevVAcy.o(.text+0x17): In function `main': : undefined reference to `libintl_gettext' /var/tmp//ccevVAcy.o(.text+0x1e): In function `main': : undefined reference to `_nl_domain_bindings' /var/tmp//ccevVAcy.o(.text+0x27): In function `main': : undefined reference to `_nl_msg_cat_cntr' configure:21453: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include | extern int _nl_msg_cat_cntr; | extern int *_nl_domain_bindings; | int | main () | { | bindtextdomain ("", ""); | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | ; | return 0; | } configure:21470: result: no configure:21504: checking for iconv configure:21536: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 /var/tmp//cc549mAA.o(.text+0xa): In function `main': : undefined reference to `libiconv_open' /var/tmp//cc549mAA.o(.text+0x1e): In function `main': : undefined reference to `libiconv' /var/tmp//cc549mAA.o(.text+0x26): In function `main': : undefined reference to `libiconv_close' configure:21542: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:21585: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5 configure:21591: $? = 0 configure:21612: result: yes configure:21622: checking how to link with libiconv configure:21624: result: /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib configure:22013: checking for GNU gettext in libintl configure:22050: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5 conftest.c: In function 'main': conftest.c:33: warning: cast from pointer to integer of different size configure:22056: $? = 0 configure:22131: result: yes configure:22163: checking how to link with libintl configure:22165: result: /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib configure:22346: checking for pkg-config configure:22364: found /usr/local/bin/pkg-config configure:22376: result: /usr/local/bin/pkg-config configure:22405: checking pkg-config is at least version 0.9.0 configure:22408: result: yes configure:22436: checking for VALGRIND configure:22444: $PKG_CONFIG --exists --print-errors "valgrind >= $VALGRIND_REQ" gnome-config: not found Package valgrind was not found in the pkg-config search path. Perhaps you should add the directory containing `valgrind.pc' to the PKG_CONFIG_PATH environment variable No package 'valgrind' found configure:22447: $? = 1 configure:22462: $PKG_CONFIG --exists --print-errors "valgrind >= $VALGRIND_REQ" gnome-config: not found Package valgrind was not found in the pkg-config search path. Perhaps you should add the directory containing `valgrind.pc' to the PKG_CONFIG_PATH environment variable No package 'valgrind' found configure:22465: $? = 1 Package valgrind was not found in the pkg-config search path. Perhaps you should add the directory containing `valgrind.pc' to the PKG_CONFIG_PATH environment variable No package 'valgrind' found configure:22483: result: no configure:22753: Using GStreamer Base Plug-ins source release as package name configure:22781: Using Unknown package origin as package origin configure:22839: Using /usr/local/libexec/gst-install-plugins-helper as plugin install helper configure:22867: *** checking feature: building of plug-ins with external deps *** configure:22924: building external plug-ins configure:22969: *** checking feature: building of experimental plug-ins *** configure:23044: not building experimental plug-ins configure:23184: checking whether byte ordering is bigendian configure:23217: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:23223: $? = 0 configure:23255: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:38: error: 'not' undeclared (first use in this function) conftest.c:38: error: (Each undeclared identifier is reported only once conftest.c:38: error: for each function it appears in.) conftest.c:38: error: expected ';' before 'big' configure:23261: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define GETTEXT_PACKAGE "gst-plugins-base-0.10" | #define LOCALEDIR "/usr/local/share/locale" | #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" | #define GST_PACKAGE_ORIGIN "Unknown package origin" | #define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper" | #define HAVE_EXTERNAL | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:23401: result: no configure:23548: checking for special C compiler options needed for large files configure:23641: result: no configure:23647: checking for _FILE_OFFSET_BITS value needed for large files configure:23682: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:23688: $? = 0 configure:23756: result: no configure:23941: checking for gcc configure:23968: result: cc configure:24206: checking for C compiler version configure:24213: cc --version >&5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:24216: $? = 0 configure:24223: cc -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:24226: $? = 0 configure:24233: cc -V >&5 cc: '-V' option must have argument configure:24236: $? = 1 configure:24239: checking whether we are using the GNU C compiler configure:24291: result: yes configure:24296: checking whether cc accepts -g configure:24431: result: yes configure:24448: checking for cc option to accept ISO C89 configure:24551: result: none needed configure:24571: checking dependency style of cc configure:24662: result: gcc3 configure:24682: checking whether cc understands -c and -o together configure:24714: cc -c conftest.c -o conftest2.o >&5 configure:24717: $? = 0 configure:24723: cc -c conftest.c -o conftest2.o >&5 configure:24726: $? = 0 configure:24778: result: yes configure:24807: checking for valgrind configure:24838: result: no configure:25051: Looking for Python version >= 2.1 configure:25069: checking for python configure:25087: found /usr/local/bin/python configure:25099: result: /usr/local/bin/python configure:25111: checking "/usr/local/bin/python": configure:25113: result: okay configure:25129: checking local Python configuration configure:25166: result: looks good configure:25174: checking whether to build plugin documentation configure:25181: result: no (gtk-doc disabled or not available) configure:25334: checking for cos in -lm configure:25369: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c -lm >&5 conftest.c:39: warning: conflicting types for built-in function 'cos' configure:25375: $? = 0 configure:25393: result: yes configure:25405: checking for ANSI C header files configure:25569: result: yes configure:25585: checking for stdlib.h configure:25591: result: yes configure:25741: checking regex.h usability configure:25758: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:25764: $? = 0 configure:25778: result: yes configure:25782: checking regex.h presence configure:25797: cc -E -I/usr/local/include conftest.c configure:25803: $? = 0 configure:25817: result: yes configure:25850: checking for regex.h configure:25858: result: yes configure:25912: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include conftest.c >&5 configure:25918: $? = 0 configure:25960: checking sys/socket.h usability configure:25977: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:25983: $? = 0 configure:25997: result: yes configure:26001: checking sys/socket.h presence configure:26016: cc -E -I/usr/local/include conftest.c configure:26022: $? = 0 configure:26036: result: yes configure:26069: checking for sys/socket.h configure:26077: result: yes configure:26116: checking winsock2.h usability configure:26133: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 conftest.c:69:22: error: winsock2.h: No such file or directory configure:26139: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define GETTEXT_PACKAGE "gst-plugins-base-0.10" | #define LOCALEDIR "/usr/local/share/locale" | #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" | #define GST_PACKAGE_ORIGIN "Unknown package origin" | #define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper" | #define HAVE_EXTERNAL | #define HOST_CPU "amd64" | #define STDC_HEADERS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:26153: result: no configure:26157: checking winsock2.h presence configure:26172: cc -E -I/usr/local/include conftest.c conftest.c:36:22: error: winsock2.h: No such file or directory configure:26178: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define GETTEXT_PACKAGE "gst-plugins-base-0.10" | #define LOCALEDIR "/usr/local/share/locale" | #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" | #define GST_PACKAGE_ORIGIN "Unknown package origin" | #define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper" | #define HAVE_EXTERNAL | #define HOST_CPU "amd64" | #define STDC_HEADERS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:26192: result: no configure:26225: checking for winsock2.h configure:26233: result: no configure:26252: checking for hstrerror configure:26308: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 configure:26314: $? = 0 configure:26331: result: yes configure:26437: checking process.h usability configure:26454: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 conftest.c:69:21: error: process.h: No such file or directory configure:26460: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define GETTEXT_PACKAGE "gst-plugins-base-0.10" | #define LOCALEDIR "/usr/local/share/locale" | #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" | #define GST_PACKAGE_ORIGIN "Unknown package origin" | #define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper" | #define HAVE_EXTERNAL | #define HOST_CPU "amd64" | #define STDC_HEADERS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:26474: result: no configure:26478: checking process.h presence configure:26493: cc -E -I/usr/local/include conftest.c conftest.c:36:21: error: process.h: No such file or directory configure:26499: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GStreamer Base Plug-ins" | #define PACKAGE_TARNAME "gst-plugins-base" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE "gst-plugins-base" | #define VERSION "0.10.21" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define GETTEXT_PACKAGE "gst-plugins-base-0.10" | #define LOCALEDIR "/usr/local/share/locale" | #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" | #define GST_PACKAGE_ORIGIN "Unknown package origin" | #define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper" | #define HAVE_EXTERNAL | #define HOST_CPU "amd64" | #define STDC_HEADERS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:26513: result: no configure:26546: checking for process.h configure:26554: result: no configure:26427: checking for sys/types.h configure:26433: result: yes configure:26437: checking sys/wait.h usability configure:26454: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:26460: $? = 0 configure:26474: result: yes configure:26478: checking sys/wait.h presence configure:26493: cc -E -I/usr/local/include conftest.c configure:26499: $? = 0 configure:26513: result: yes configure:26546: checking for sys/wait.h configure:26554: result: yes configure:26427: checking for sys/stat.h configure:26433: result: yes configure:26569: checking for stdint types configure:26602: cc -c conftest.c >&5 configure:26608: $? = 0 configure:26686: result: stdint.h (shortcircuit) configure:29392: result: make use of stdint.h in _stdint.h (assuming C99 compatible system) configure:29405: checking for localtime_r configure:29461: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 configure:29467: $? = 0 configure:29485: result: yes configure:29405: checking for gmtime_r configure:29461: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 configure:29467: $? = 0 configure:29485: result: yes configure:29499: checking for FIONREAD in sys/ioctl.h configure:29533: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:29539: $? = 0 configure:29557: result: yes configure:29644: checking for inline configure:29670: cc -c -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:29676: $? = 0 configure:29694: result: inline configure:29715: checking for _LARGEFILE_SOURCE value needed for large files configure:29744: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 configure:29750: $? = 0 configure:29816: result: no configure:29842: checking for lrint configure:29873: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c -lm >&5 configure:29879: $? = 0 configure:29896: result: yes configure:29906: checking for lrintf configure:29937: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c -lm >&5 configure:29943: $? = 0 configure:29960: result: yes configure:29973: checking whether cc implements __PRETTY_FUNCTION__ configure:30000: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 configure:30006: $? = 0 configure:30025: result: yes configure:30035: checking whether cc implements __FUNCTION__ configure:30062: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 configure:30068: $? = 0 configure:30087: result: yes configure:30097: checking whether cc implements __func__ configure:30124: cc -o conftest -O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread conftest.c >&5 configure:30130: $? = 0 configure:30149: result: yes configure:30196: checking for GLIB configure:30204: $PKG_CONFIG --exists --print-errors "$which" configure:30207: $? = 0 configure:30222: $PKG_CONFIG --exists --print-errors "$which" configure:30225: $? = 0 configure:30271: result: yes configure:30300: checking for LIBOIL configure:30308: $PKG_CONFIG --exists --print-errors "liboil-0.3 >= 0.3.14" configure:30311: $? = 0 configure:30326: $PKG_CONFIG --exists --print-errors "liboil-0.3 >= 0.3.14" configure:30329: $? = 0 configure:30351: result: yes configure:30369: checking for GST configure:30377: $PKG_CONFIG --exists --print-errors "$module >= $minver" Requested 'gstreamer-0.10 >= 0.10.20.1' but version of GStreamer is 0.10.14 configure:30380: $? = 1 configure:30395: $PKG_CONFIG --exists --print-errors "$module >= $minver" Requested 'gstreamer-0.10 >= 0.10.20.1' but version of GStreamer is 0.10.14 configure:30398: $? = 1 Requested 'gstreamer-0.10 >= 0.10.20.1' but version of GStreamer is 0.10.14 configure:30416: result: no configure:30418: Requested 'gstreamer-0.10 >= 0.10.20.1' but version of GStreamer is 0.10.14 configure:30421: error: no gstreamer-0.10 >= 0.10.20.1 (GStreamer) found ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=amd64-portbld-freebsd7.0 ac_cv_c99_lrint=yes ac_cv_c99_lrintf=yes ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_ALSA_CFLAGS_set='' ac_cv_env_ALSA_CFLAGS_value='' ac_cv_env_ALSA_LIBS_set='' ac_cv_env_ALSA_LIBS_value='' ac_cv_env_CCC_set='' ac_cv_env_CCC_value='' ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=' -I/usr/local/include ' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXCPP_set='' ac_cv_env_CXXCPP_value='' ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -fno-strict-aliasing -pipe -O2' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_F77_set='' ac_cv_env_F77_value='' ac_cv_env_FFLAGS_set='' ac_cv_env_FFLAGS_value='' ac_cv_env_FT2_CFLAGS_set='' ac_cv_env_FT2_CFLAGS_value='' ac_cv_env_FT2_LIBS_set='' ac_cv_env_FT2_LIBS_value='' ac_cv_env_GIO_CFLAGS_set='' ac_cv_env_GIO_CFLAGS_value='' ac_cv_env_GIO_LIBS_set='' ac_cv_env_GIO_LIBS_value='' ac_cv_env_GLIB_CFLAGS_set='' ac_cv_env_GLIB_CFLAGS_value='' ac_cv_env_GLIB_LIBS_set='' ac_cv_env_GLIB_LIBS_value='' ac_cv_env_GNOME_VFS_CFLAGS_set='' ac_cv_env_GNOME_VFS_CFLAGS_value='' ac_cv_env_GNOME_VFS_LIBS_set='' ac_cv_env_GNOME_VFS_LIBS_value='' ac_cv_env_GST_BASE_CFLAGS_set='' ac_cv_env_GST_BASE_CFLAGS_value='' ac_cv_env_GST_BASE_LIBS_set='' ac_cv_env_GST_BASE_LIBS_value='' ac_cv_env_GST_CFLAGS_set='' ac_cv_env_GST_CFLAGS_value='' ac_cv_env_GST_CHECK_CFLAGS_set='' ac_cv_env_GST_CHECK_CFLAGS_value='' ac_cv_env_GST_CHECK_LIBS_set='' ac_cv_env_GST_CHECK_LIBS_value='' ac_cv_env_GST_CONTROLLER_CFLAGS_set='' ac_cv_env_GST_CONTROLLER_CFLAGS_value='' ac_cv_env_GST_CONTROLLER_LIBS_set='' ac_cv_env_GST_CONTROLLER_LIBS_value='' ac_cv_env_GST_GDP_CFLAGS_set='' ac_cv_env_GST_GDP_CFLAGS_value='' ac_cv_env_GST_GDP_LIBS_set='' ac_cv_env_GST_GDP_LIBS_value='' ac_cv_env_GST_LIBS_set='' ac_cv_env_GST_LIBS_value='' ac_cv_env_GTK_CFLAGS_set='' ac_cv_env_GTK_CFLAGS_value='' ac_cv_env_GTK_LIBS_set='' ac_cv_env_GTK_LIBS_value='' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -L/usr/local/lib -pthread' ac_cv_env_LIBOIL_CFLAGS_set='' ac_cv_env_LIBOIL_CFLAGS_value='' ac_cv_env_LIBOIL_LIBS_set='' ac_cv_env_LIBOIL_LIBS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_LIBVISUAL_CFLAGS_set='' ac_cv_env_LIBVISUAL_CFLAGS_value='' ac_cv_env_LIBVISUAL_LIBS_set='' ac_cv_env_LIBVISUAL_LIBS_value='' ac_cv_env_OGG_CFLAGS_set='' ac_cv_env_OGG_CFLAGS_value='' ac_cv_env_OGG_LIBS_set='' ac_cv_env_OGG_LIBS_value='' ac_cv_env_PANGO_CFLAGS_set='' ac_cv_env_PANGO_CFLAGS_value='' ac_cv_env_PANGO_LIBS_set='' ac_cv_env_PANGO_LIBS_value='' ac_cv_env_PKG_CONFIG_set='' ac_cv_env_PKG_CONFIG_value='' ac_cv_env_THEORA_CFLAGS_set='' ac_cv_env_THEORA_CFLAGS_value='' ac_cv_env_THEORA_LIBS_set='' ac_cv_env_THEORA_LIBS_value='' ac_cv_env_VALGRIND_CFLAGS_set='' ac_cv_env_VALGRIND_CFLAGS_value='' ac_cv_env_VALGRIND_LIBS_set='' ac_cv_env_VALGRIND_LIBS_value='' ac_cv_env_VORBIS_CFLAGS_set='' ac_cv_env_VORBIS_CFLAGS_value='' ac_cv_env_VORBIS_LIBS_set='' ac_cv_env_VORBIS_LIBS_value='' ac_cv_env_XMKMF_set='' ac_cv_env_XMKMF_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=amd64-portbld-freebsd7.0 ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_f77_compiler_gnu=no ac_cv_func_dlopen=yes ac_cv_func_gmtime_r=yes ac_cv_func_hstrerror=yes ac_cv_func_localtime_r=yes ac_cv_func_shl_load=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_process_h=no ac_cv_header_regex_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint=stdint.h ac_cv_header_stdint_h=yes ac_cv_header_stdint_t=stdint.h ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_unistd_h=yes ac_cv_header_winsock2_h=no ac_cv_host=amd64-portbld-freebsd7.0 ac_cv_lib_dld_shl_load=no ac_cv_lib_m_cos=yes ac_cv_objext=o ac_cv_path_DOLT_BASH='' ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt ac_cv_path_GREP=/usr/bin/grep ac_cv_path_MSGFMT=/usr/local/bin/msgfmt ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge ac_cv_path_PYTHON=/usr/local/bin/python ac_cv_path_VALGRIND_PATH=no ac_cv_path_XGETTEXT=/usr/local/bin/xgettext ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -E' ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89='' ac_cv_prog_cc_cc_c_o=yes ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=no ac_cv_prog_make_gmake_set=yes ac_cv_stdint_message='using gnu compiler cc (GCC) 4.2.1 20070719 [FreeBSD]' ac_cv_stdint_result='(assuming C99 compatible system)' ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator='' acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib' acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_lib_iconv=yes gst_cv_have_func=yes gst_cv_have_function=yes gst_cv_have_pretty_function=yes gt_cv_func_gnugettext1_libc=no gt_cv_func_gnugettext1_libintl=yes lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs='' lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/usr/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib' lt_cv_sys_lib_search_path_spec=/usr/lib lt_cv_sys_max_cmd_len=262144 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' pkg_cv_GLIB_CFLAGS='-D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include ' pkg_cv_GLIB_LIBS='-pthread -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv ' pkg_cv_LIBOIL_CFLAGS='-I/usr/local/include/liboil-0.3 ' pkg_cv_LIBOIL_LIBS='-L/usr/local/lib -loil-0.3 -lm -lrt ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/missing --run aclocal-1.10' ACLOCAL_AMFLAGS='-I m4 -I common/m4' ALSA_CFLAGS='' ALSA_LIBS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/missing --run tar' AR='ar' AS='as' AUTOCONF='${SHELL} /usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/missing --run automake-1.10' AWK='gawk' BUILD_EXAMPLES_FALSE='' BUILD_EXAMPLES_TRUE='#' BUILD_EXPERIMENTAL_FALSE='' BUILD_EXPERIMENTAL_TRUE='#' BUILD_EXTERNAL_FALSE='#' BUILD_EXTERNAL_TRUE='' CC='cc' CCASFLAGS='' CCDEPMODE='depmode=gcc3' CDPARANOIA_LIBS='' CFLAGS='-O2 -fno-strict-aliasing -pipe -O2 -I/usr/local/include' CPP='cc -E' CPPFLAGS=' -I/usr/local/include ' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O2 -fno-strict-aliasing -pipe -O2' CYGPATH_W='echo' DEFAULT_AUDIOSINK='' DEFAULT_AUDIOSRC='' DEFAULT_VIDEOSINK='' DEFAULT_VIDEOSRC='' DEFAULT_VISUALIZER='' DEFS='' DEPDIR='.deps' DEPRECATED_CFLAGS='' DLLTOOL='dlltool' DSYMUTIL='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='#' ENABLE_PLUGIN_DOCS_FALSE='' ENABLE_PLUGIN_DOCS_TRUE='#' ERROR_CFLAGS='' EXEEXT='' F77='' FFLAGS='' FT2_CFLAGS='' FT2_CONFIG='' FT2_LIBS='' GCOV='' GCOV_CFLAGS='' GCOV_LIBS='' GETTEXT_PACKAGE='gst-plugins-base-0.10' GIO_CFLAGS='' GIO_LDFLAGS='' GIO_LIBS='' GLIB_CFLAGS='-D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include' GLIB_LIBS='-pthread -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv ' GLIB_PREFIX='' GLIB_REQ='2.12' GMSGFMT='/usr/local/bin/msgfmt' GNOME_VFS_CFLAGS='' GNOME_VFS_LIBS='' GREP='/usr/bin/grep' GST_AGE='15' GST_ALL_LDFLAGS='' GST_BASE_CFLAGS='' GST_BASE_LIBS='' GST_CFLAGS='' GST_CHECK_CFLAGS='' GST_CHECK_LIBS='' GST_CONTROLLER_CFLAGS='' GST_CONTROLLER_LIBS='' GST_CURRENT='15' GST_DISABLE_ALLOC_TRACE='' GST_DISABLE_GST_DEBUG='' GST_DISABLE_LOADSAVE='' GST_DISABLE_PARSE='' GST_DISABLE_PLUGIN='' GST_DISABLE_REGISTRY='' GST_DISABLE_TRACE='' GST_DISABLE_XML='' GST_GCOV_ENABLED_FALSE='' GST_GCOV_ENABLED_TRUE='#' GST_GDP_CFLAGS='' GST_GDP_LIBS='' GST_INSTALL_PLUGINS_HELPER='/usr/local/libexec/gst-install-plugins-helper' GST_LEVEL_DEFAULT='' GST_LIBS='' GST_LIBVERSION='15:0:15' GST_LIB_LDFLAGS='' GST_LICENSE='' GST_LT_LDFLAGS=' -version-info 15:0:15' GST_MAJORMINOR='0.10' GST_OPTION_CFLAGS='' GST_PACKAGE_NAME='GStreamer Base Plug-ins source release' GST_PACKAGE_ORIGIN='Unknown package origin' GST_PLUGINS_ALL='' GST_PLUGINS_BASE_CFLAGS='' GST_PLUGINS_DIR='' GST_PLUGINS_SELECTED='' GST_PLUGIN_LDFLAGS='' GST_PREFIX='' GST_REVISION='0' GST_TOOLS_DIR='' GTK_CFLAGS='' GTK_DOC_USE_LIBTOOL_FALSE='#' GTK_DOC_USE_LIBTOOL_TRUE='' GTK_LIBS='' HAVE_CDPARANOIA='' HAVE_CPU_ALPHA_FALSE='' HAVE_CPU_ALPHA_TRUE='#' HAVE_CPU_ARM_FALSE='' HAVE_CPU_ARM_TRUE='#' HAVE_CPU_CRISV32_FALSE='' HAVE_CPU_CRISV32_TRUE='#' HAVE_CPU_CRIS_FALSE='' HAVE_CPU_CRIS_TRUE='#' HAVE_CPU_HPPA_FALSE='' HAVE_CPU_HPPA_TRUE='#' HAVE_CPU_I386_FALSE='' HAVE_CPU_I386_TRUE='#' HAVE_CPU_IA64_FALSE='' HAVE_CPU_IA64_TRUE='#' HAVE_CPU_M68K_FALSE='' HAVE_CPU_M68K_TRUE='#' HAVE_CPU_MIPS_FALSE='' HAVE_CPU_MIPS_TRUE='#' HAVE_CPU_PPC64_FALSE='' HAVE_CPU_PPC64_TRUE='#' HAVE_CPU_PPC_FALSE='' HAVE_CPU_PPC_TRUE='#' HAVE_CPU_S390_FALSE='' HAVE_CPU_S390_TRUE='#' HAVE_CPU_SPARC_FALSE='' HAVE_CPU_SPARC_TRUE='#' HAVE_CPU_X86_64_FALSE='' HAVE_CPU_X86_64_TRUE='#' HAVE_FT2_FALSE='' HAVE_FT2_TRUE='' HAVE_GST_CHECK_FALSE='' HAVE_GST_CHECK_TRUE='' HAVE_GTK_FALSE='' HAVE_GTK_TRUE='' HAVE_LIBXML_HTML_FALSE='#' HAVE_LIBXML_HTML_TRUE='' HAVE_REGEX_H_FALSE='#' HAVE_REGEX_H_TRUE='' HAVE_SYS_SOCKET_H_FALSE='#' HAVE_SYS_SOCKET_H_TRUE='' HAVE_VALGRIND_FALSE='' HAVE_VALGRIND_TRUE='#' HAVE_X='' HAVE_XSHM='' HSTRERROR_LIBS='' HTML_DIR='${datadir}/gtk-doc/html' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='/usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib' LDFLAGS=' -L/usr/local/lib -pthread' LIBICONV='/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib' LIBINTL='/usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib' LIBM='-lm' LIBOBJS='' LIBOIL_CFLAGS='-I/usr/local/include/liboil-0.3 ' LIBOIL_LIBS='-L/usr/local/lib -loil-0.3 -lm -lrt ' LIBS='' LIBTOOL='$(SHELL) /usr/ports/multimedia/gstreamer-plugins/work/gnome-libtool' LIBVISUAL_CFLAGS='' LIBVISUAL_LIBS='' LN_S='ln -s' LOCALEDIR='/usr/local/share/locale' LTLIBICONV='-L/usr/local/lib -liconv -R/usr/local/lib' LTLIBINTL='-L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/local/lib' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/missing --run makeinfo' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/local/bin/msgfmt' MSGMERGE='/usr/local/bin/msgmerge' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OGG_CFLAGS='' OGG_LIBS='' PACKAGE='gst-plugins-base' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_NAME='GStreamer Base Plug-ins' PACKAGE_STRING='GStreamer Base Plug-ins 0.10.21' PACKAGE_TARNAME='gst-plugins-base' PACKAGE_VERSION='0.10.21' PACKAGE_VERSION_MAJOR='0' PACKAGE_VERSION_MICRO='21' PACKAGE_VERSION_MINOR='10' PACKAGE_VERSION_NANO='0' PACKAGE_VERSION_RELEASE='1' PANGO_CFLAGS='' PANGO_LIBS='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' PLUGINDIR='' POSUB='po' PROFILE_CFLAGS='' PYTHON='/usr/local/bin/python' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='freebsd7' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.5' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' THEORA_CFLAGS='' THEORA_LIBS='' USE_ALSA_FALSE='' USE_ALSA_TRUE='' USE_CDPARANOIA_FALSE='' USE_CDPARANOIA_TRUE='' USE_EXPERIMENTAL_FALSE='' USE_EXPERIMENTAL_TRUE='#' USE_EXTERNAL_FALSE='#' USE_EXTERNAL_TRUE='' USE_GIO_FALSE='' USE_GIO_TRUE='' USE_GNOME_VFS_FALSE='' USE_GNOME_VFS_TRUE='' USE_GST_V4L_FALSE='' USE_GST_V4L_TRUE='' USE_LIBVISUAL_FALSE='' USE_LIBVISUAL_TRUE='' USE_NLS='yes' USE_OGG_FALSE='' USE_OGG_TRUE='' USE_PANGO_FALSE='' USE_PANGO_TRUE='' USE_PLUGIN_ADDER_FALSE='' USE_PLUGIN_ADDER_TRUE='' USE_PLUGIN_AUDIOCONVERT_FALSE='' USE_PLUGIN_AUDIOCONVERT_TRUE='' USE_PLUGIN_AUDIORATE_FALSE='' USE_PLUGIN_AUDIORATE_TRUE='' USE_PLUGIN_AUDIORESAMPLE_FALSE='' USE_PLUGIN_AUDIORESAMPLE_TRUE='' USE_PLUGIN_AUDIOTESTSRC_FALSE='' USE_PLUGIN_AUDIOTESTSRC_TRUE='' USE_PLUGIN_FFMPEGCOLORSPACE_FALSE='' USE_PLUGIN_FFMPEGCOLORSPACE_TRUE='' USE_PLUGIN_GDP_FALSE='' USE_PLUGIN_GDP_TRUE='' USE_PLUGIN_PLAYBACK_FALSE='' USE_PLUGIN_PLAYBACK_TRUE='' USE_PLUGIN_SUBPARSE_FALSE='' USE_PLUGIN_SUBPARSE_TRUE='' USE_PLUGIN_TCP_FALSE='' USE_PLUGIN_TCP_TRUE='' USE_PLUGIN_TYPEFIND_FALSE='' USE_PLUGIN_TYPEFIND_TRUE='' USE_PLUGIN_VIDEORATE_FALSE='' USE_PLUGIN_VIDEORATE_TRUE='' USE_PLUGIN_VIDEOSCALE_FALSE='' USE_PLUGIN_VIDEOSCALE_TRUE='' USE_PLUGIN_VIDEOTESTSRC_FALSE='' USE_PLUGIN_VIDEOTESTSRC_TRUE='' USE_PLUGIN_VOLUME_FALSE='' USE_PLUGIN_VOLUME_TRUE='' USE_THEORA_FALSE='' USE_THEORA_TRUE='' USE_VORBIS_FALSE='' USE_VORBIS_TRUE='' USE_XML_FALSE='' USE_XML_TRUE='' USE_XSHM_FALSE='' USE_XSHM_TRUE='' USE_XVIDEO_FALSE='' USE_XVIDEO_TRUE='' USE_X_FALSE='' USE_X_TRUE='' VALGRIND_CFLAGS='' VALGRIND_LIBS='' VALGRIND_PATH='no' VERSION='0.10.21' VORBISENC_LIBS='' VORBISFILE_LIBS='' VORBIS_CFLAGS='' VORBIS_LIBS='' WIN32_LIBS='' XGETTEXT='/usr/local/bin/xgettext' XMKMF='' XSHM_LIBS='' XVIDEO_LIBS='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_F77='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='amd64-portbld-freebsd7.0' build_alias='amd64-portbld-freebsd7.0' build_cpu='amd64' build_os='freebsd7.0' build_vendor='portbld' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='amd64-portbld-freebsd7.0' host_alias='' host_cpu='amd64' host_os='freebsd7.0' host_vendor='portbld' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/local/info/' install_sh='$(SHELL) /usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='/usr/local/man' mkdir_p='$(top_builddir)/./install-sh -c -d' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/gst-plugins-base' pkgpythondir='${pythondir}/gst-plugins-base' plugindir='' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python2.5/site-packages' pythondir='${prefix}/lib/python2.5/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "GStreamer Base Plug-ins" #define PACKAGE_TARNAME "gst-plugins-base" #define PACKAGE_VERSION "0.10.21" #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21" #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" #define PACKAGE "gst-plugins-base" #define VERSION "0.10.21" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define HAVE_ICONV 1 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define GETTEXT_PACKAGE "gst-plugins-base-0.10" #define LOCALEDIR "/usr/local/share/locale" #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" #define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper" #define HAVE_EXTERNAL #define HOST_CPU "amd64" #define STDC_HEADERS 1 #define HAVE_STDLIB_H 1 #define HAVE_REGEX_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_LOCALTIME_R 1 #define HAVE_GMTIME_R 1 #define HAVE_FIONREAD_IN_SYS_IOCTL 1 #define HAVE_FSEEKO 1 #define HAVE_LRINT 1 #define HAVE_LRINTF 1 #define HAVE_PRETTY_FUNCTION 1 #define HAVE_FUNCTION 1 #define HAVE_FUNC 1 #define GST_FUNCTION __PRETTY_FUNCTION__ configure: exit 1 From unixmania at gmail.com Sat Nov 22 15:47:53 2008 From: unixmania at gmail.com (Carlos A. M. dos Santos) Date: Sat Nov 22 15:48:00 2008 Subject: FreeBSD and Audio CD In-Reply-To: <4c3522c70811210725m2e3f1e6en419140e95c77318@mail.gmail.com> References: <4c3522c70811210725m2e3f1e6en419140e95c77318@mail.gmail.com> Message-ID: On Fri, Nov 21, 2008 at 1:25 PM, Ilya Nickolsky wrote: > Hello All, > > I have FreeBSD 63 running on Thinkpad 600X (P3, 256 Mb RAM, sound CS4624). I > could listen AudioCD only with cdcontrol play command entered in console or > in xterm under X. When CD is playing the CD-ROM drive lit a led not > constantly and sound is correct. but when I use any player for X like > default in GNOME, or Mplayer/XINE/XMMS under freevo I hear sound > interruptions and CD-ROM LED lit constantly. I hear sound interruption and > sound is not "clear". Could you help me to correct this? Ilya, When you play a CD via cdcontrol the audio decoding is made by the CD drive, which is connected to a corresponding input of the audio mixer on the computer main board. When you use mplayer/xine/xmms, however, the program must extract the digital data and make the conversion, before sending it to the audio device. Your problem is probably that your computer has not enough processing power to perform the conversion. What does "top" show when you try to play the CD? One possible alternative, if you want a GUI player, is using a program like XMCD or xcdplayer. -- cd /usr/ports/sysutils/life make clean From ganael.laplanche at martymac.com Sun Nov 23 05:23:36 2008 From: ganael.laplanche at martymac.com (Ganael LAPLANCHE) Date: Sun Nov 23 05:23:43 2008 Subject: FreeBSD Terratec Cinergy Piranha DVB driver Message-ID: <20081123123949.M50705@martymac.com> Hi everybody, I have recently bought a Terratec Cinergy Piranha DVB USB dongle. Unfortunately, there was no driver available for FreeBSD. After a few weeks of hacking, I have finally managed to get the device working by porting the sms1xxx (siano) Linux driver, using the dvbusb driver written by Raaf as an initial framework. The driver is available on my contributions' web page : http://contribs.martymac.com The code is available under the GPL v2.0 license, and is based on Linux version 2.6.27. It should work on any FreeBSD >= 7.x (i386/amd64, maybe other platforms too ?). Note that it has to be considered experimental since it has only been tested with one device (mine). It only supports the Terratec Cinergy Piranha device and may or may not work with yours. It also still uses the good-old USB stack and has not been tested with the new one. See the README file for more details : http://contribs.martymac.com/FreeBSD-siano/README Finally, this is my first driver, so please be indulgent ;-) Any feedback is welcome (of course) ! Best regards, Gana?l LAPLANCHE ganael.laplanche@martymac.com http://www.martymac.com From gslin at gslin.org Sun Nov 23 06:03:27 2008 From: gslin at gslin.org (gslin) Date: Sun Nov 23 06:03:33 2008 Subject: [PATCH] multimedia/x264: update to 0.0.20081122 Message-ID: <200811231343.mANDhuSU070648@aqua.pixnet.tw> >Submitter-Id: current-users >Originator: gslin >Organization: >Confidential: no >Synopsis: [PATCH] multimedia/x264: update to 0.0.20081122 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.0-RELEASE-p2 amd64 >Environment: System: FreeBSD aqua 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #1: Sat Jul 5 18:46:26 CST >Description: - Update to 0.0.20081122 Removed file(s): - files/patch-gtk_Makefile Port maintainer (multimedia@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- x264-0.0.20081122.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/x264/Makefile /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/Makefile --- /usr/ports/multimedia/x264/Makefile 2008-06-06 22:33:38.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/Makefile 2008-11-23 21:39:30.878628000 +0800 @@ -6,8 +6,8 @@ # $Id: Makefile 30 2006-10-30 22:15:26Z buhnux $ PORTNAME= x264 -PORTVERSION= 0.0.20080409 -PORTREVISION?= 2 +PORTVERSION= 0.0.20081122 +PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/ DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245 @@ -79,8 +79,7 @@ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|; \ s|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile \ - ${WRKSRC}/*/Makefile + ${WRKSRC}/Makefile .if ${SLAVE_PORT:L}=="no" .if 0 # BROKEN diff -ruN --exclude=CVS /usr/ports/multimedia/x264/distinfo /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/distinfo --- /usr/ports/multimedia/x264/distinfo 2008-04-10 09:01:26.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/distinfo 2008-11-23 21:34:30.890582000 +0800 @@ -1,3 +1,3 @@ -MD5 (x264-snapshot-20080409-2245.tar.bz2) = 2a1b0ad913885cfde72159671ad51280 -SHA256 (x264-snapshot-20080409-2245.tar.bz2) = 6a921b0fc21cf508fd4df003b400903dee50cc046e3d4a8570aef34f4a000b32 -SIZE (x264-snapshot-20080409-2245.tar.bz2) = 1919929 +MD5 (x264-snapshot-20081122-2245.tar.bz2) = b216f23b61cc06fc759f3ba3e649d427 +SHA256 (x264-snapshot-20081122-2245.tar.bz2) = c4758514d67f90642c7107036dfe1a5f73e7479e0d5c00adba894dc9093ce046 +SIZE (x264-snapshot-20081122-2245.tar.bz2) = 2281659 diff -ruN --exclude=CVS /usr/ports/multimedia/x264/files/patch-Makefile /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/files/patch-Makefile --- /usr/ports/multimedia/x264/files/patch-Makefile 2008-04-10 09:01:26.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/files/patch-Makefile 2008-11-23 21:36:39.338785000 +0800 @@ -1,20 +1,17 @@ ---- Makefile.orig 2008-04-09 16:45:06.000000000 -0400 -+++ Makefile 2008-04-09 20:47:32.490510083 -0400 -@@ -26,7 +26,7 @@ +--- Makefile.orig 2008-11-23 21:35:15.465150000 +0800 ++++ Makefile 2008-11-23 21:36:10.839959000 +0800 +@@ -26,12 +26,12 @@ cpu-32.asm dct-32.asm X86SRC = $(X86SRC0:%=common/x86/%) -ifeq ($(ARCH),X86) +ifeq ($(ARCH),i386) - SRCS += common/x86/mc-c.c common/x86/predict-c.c - ASMSRC = $(X86SRC) common/x86/pixel-32.asm - OBJASM = $(ASMSRC:%.asm=%.o) -@@ -35,7 +35,7 @@ - checkasm: tools/checkasm-32.o + ARCH_X86 = yes + ASMSRC = $(X86SRC) common/x86/pixel-32.asm endif -ifeq ($(ARCH),X86_64) +ifeq ($(ARCH),amd64) - SRCS += common/x86/mc-c.c common/x86/predict-c.c - ASMSRC = $(X86SRC:-32.asm=-64.asm) - OBJASM = $(ASMSRC:%.asm=%.o) + ARCH_X86 = yes + ASMSRC = $(X86SRC:-32.asm=-64.asm) + ASFLAGS += -DARCH_X86_64 diff -ruN --exclude=CVS /usr/ports/multimedia/x264/files/patch-configure /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/files/patch-configure --- /usr/ports/multimedia/x264/files/patch-configure 2008-04-10 09:01:26.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/files/patch-configure 2008-11-23 21:38:28.013759000 +0800 @@ -1,5 +1,5 @@ ---- configure.orig 2008-04-09 16:45:06.000000000 -0400 -+++ configure 2008-04-09 20:48:37.722733173 -0400 +--- configure.orig 2008-11-23 21:37:10.042222000 +0800 ++++ configure 2008-11-23 21:37:23.016296000 +0800 @@ -248,7 +248,7 @@ fi as_check || AS="nasm" @@ -7,9 +7,9 @@ - x86_64) + x86_64 | amd64) ARCH="X86_64" - AS="yasm" if [ "$SYS" = MACOSX ];then -@@ -372,7 +372,7 @@ + ASFLAGS="-f macho64 -m amd64 -DPIC -DPREFIX" +@@ -353,7 +353,7 @@ LDFLAGS="$LDFLAGS $libpthread" fi @@ -18,12 +18,3 @@ if [ $SYS = MINGW ]; then MP4_LDFLAGS="$MP4_LDFLAGS -lwinmm" fi -@@ -458,7 +458,7 @@ - cp config.mak gtk/config.mak - - if [ "$shared" = "yes" ]; then -- API=$(grep '#define X264_BUILD' < x264.h | cut -f 3 -d ' ') -+ API=50 - if [ "$SYS" = "MINGW" ]; then - echo "SONAME=libx264-$API.dll" >> config.mak - echo 'IMPLIBNAME=libx264.dll.a' >> config.mak diff -ruN --exclude=CVS /usr/ports/multimedia/x264/files/patch-gtk_Makefile /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/files/patch-gtk_Makefile --- /usr/ports/multimedia/x264/files/patch-gtk_Makefile 2007-06-01 22:05:52.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/files/patch-gtk_Makefile 1970-01-01 08:00:00.000000000 +0800 @@ -1,20 +0,0 @@ ---- gtk/Makefile.orig Fri Jun 1 08:18:59 2007 -+++ gtk/Makefile Fri Jun 1 08:19:28 2007 -@@ -46,14 +46,14 @@ - - X264GTK_PC = x264gtk.pc - --EXTERNAL_DEPS= ../muxers.o ../matroska.o ../libx264.a -+EXTERNAL_DEPS= ../muxers.o ../matroska.o - - - all: $(ENCODE_BIN) $(TEST_BIN) $(MO_FILES) $(X264GTK_PC) - - # Already provides iconv/intl --CPPFLAGS = -g `pkg-config --cflags gtk+-2.0 gthread-2.0` -I.. -DX264_DATA_DIR=\"${datadir}\" --LDFLAGS += `pkg-config --libs gtk+-2.0 gthread-2.0` ../libx264.a -+CPPFLAGS = -g `pkg-config --cflags gtk+-2.0 gthread-2.0 x264` -I.. -DX264_DATA_DIR=\"${datadir}\" -+LDFLAGS += `pkg-config --libs gtk+-2.0 gthread-2.0 x264` - - - # gettext rules diff -ruN --exclude=CVS /usr/ports/multimedia/x264/pkg-plist /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/pkg-plist --- /usr/ports/multimedia/x264/pkg-plist 2008-04-10 09:01:26.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/home/admin/gslin/work/ports/x264/pkg-plist 2008-11-23 21:42:34.014714000 +0800 @@ -1,6 +1,7 @@ +@comment $FreeBSD$ bin/x264 include/x264.h lib/libx264.a lib/libx264.so -lib/libx264.so.50 +lib/libx264.so.65 libdata/pkgconfig/x264.pc --- x264-0.0.20081122.patch ends here --- From edwin at FreeBSD.org Sun Nov 23 06:10:13 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 23 06:10:19 2008 Subject: ports/129085: [PATCH] multimedia/x264: update to 0.0.20081122 Message-ID: <200811231410.mANEADsb029557@freefall.freebsd.org> Synopsis: [PATCH] multimedia/x264: update to 0.0.20081122 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 23 14:10:12 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=129085 From bugmaster at FreeBSD.org Mon Nov 24 03:07:18 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 24 03:08:33 2008 Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org Message-ID: <200811241107.mAOB7Hwv019965@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/129085 multimedia [PATCH] multimedia/x264: update to 0.0.20081122 o ports/128730 multimedia [PATCH] multimedia/libquicktime: default LAME option t o ports/128680 multimedia [PATCH] multimedia/gavl: update to 1.0.1 o ports/128086 multimedia Add schroedinger (dirac) codec support for multimedia/ o ports/127672 multimedia multimedia/transcode won't compile with ImageMagick in o ports/127468 multimedia [PATCH]audio/wavpack: update to 4.50.1 o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron o ports/127084 multimedia multimedia/linux-realplayer is vulnerable o ports/126668 multimedia [patch] multimedia/ffmpeg - quick and dirty symbol bui p kern/126217 multimedia [snd_hda] no snd_hda support for internal microphone f f ports/126043 multimedia multimedia/ffmpeg: ffplay returns Undefined symbol "pt o ports/126020 multimedia multimedia/transcode depends on wrong version of lzo o ports/126019 multimedia multimedia/transcode patch revision p kern/125822 multimedia [snd_hda] [patch] Does not define the device: pcm0: References: <4c3522c70811210725m2e3f1e6en419140e95c77318@mail.gmail.com> <4c3522c70811231403o4692ec2am9b25fd3f346d4941@mail.gmail.com> Message-ID: On Sun, Nov 23, 2008 at 8:03 PM, Ilya Nickolsky wrote: > Hi Carlos, > > Thanks for your answer. > When cdcontrol playing top shows 2 - 7% CPU load > When I use CD player from Gnome it is 8 - 10% > When I start freevo (inside gnome session) it start xine and it is also 8 .. > 12 % > > I see that difference is not really big. Mind you where could be a problem? Ilya, Please do not top-post, and keep the list copied in your replies. What about memory usage? How much swap is your system using? I guess it is spending a deal of time on disk I/O. > With Best Regards, > Ilya Nickolsky > > > 2008/11/23 Carlos A. M. dos Santos >> >> On Fri, Nov 21, 2008 at 1:25 PM, Ilya Nickolsky >> wrote: >> > Hello All, >> > >> > I have FreeBSD 63 running on Thinkpad 600X (P3, 256 Mb RAM, sound >> > CS4624). I >> > could listen AudioCD only with cdcontrol play command entered in console >> > or >> > in xterm under X. When CD is playing the CD-ROM drive lit a led not >> > constantly and sound is correct. but when I use any player for X like >> > default in GNOME, or Mplayer/XINE/XMMS under freevo I hear sound >> > interruptions and CD-ROM LED lit constantly. I hear sound interruption >> > and >> > sound is not "clear". Could you help me to correct this? >> >> Ilya, >> >> When you play a CD via cdcontrol the audio decoding is made by the CD >> drive, which is connected to a corresponding input of the audio mixer >> on the computer main board. When you use mplayer/xine/xmms, however, >> the program must extract the digital data and make the conversion, >> before sending it to the audio device. Your problem is probably that >> your computer has not enough processing power to perform the >> conversion. What does "top" show when you try to play the CD? >> >> One possible alternative, if you want a GUI player, is using a program >> like XMCD or xcdplayer. >> >> -- >> cd /usr/ports/sysutils/life >> make clean > > -- cd /usr/ports/sysutils/life make clean From rick-freebsd2008 at kiwi-computer.com Mon Nov 24 13:08:58 2008 From: rick-freebsd2008 at kiwi-computer.com (Rick C. Petty) Date: Mon Nov 24 13:09:05 2008 Subject: Script "configure" failed unexpectedly. In-Reply-To: <20081122230744.GA23391@pagoda.airbits.com> References: <20081122230744.GA23391@pagoda.airbits.com> Message-ID: <20081124210856.GA43709@keira.kiwi-computer.com> On Sat, Nov 22, 2008 at 04:07:44PM -0700, David Krumme wrote: > I quote: > > ... > checking for GLIB... yes > checking for LIBOIL... yes > checking for GST... no > configure: Requested 'gstreamer-0.10 >= 0.10.20.1' but version of GStreamer is 0.10.14 > configure: error: no gstreamer-0.10 >= 0.10.20.1 (GStreamer) found > ===> Script "configure" failed unexpectedly. > Please report the problem to multimedia@FreeBSD.org [maintainer] and > attach the > "/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/config.log" I had this very issue until I forcibly updated gettext. The library version bump for ncurses seemed to cause troubles too, but all my troubles went away after I updated gettext to the same version. -- Rick C. Petty From freebsd at optiksecurite.com Tue Nov 25 12:20:22 2008 From: freebsd at optiksecurite.com (FreeBSD) Date: Tue Nov 25 12:20:29 2008 Subject: Webcam support Message-ID: <492C5033.8030104@optiksecurite.com> Hi everyone, I would like to know if anyone is successfully using a good quality webcam on FreeBSD. We need to configure a videoconference system and would like to use FreeBSD but the information concerning the support of recent webcam is not that great... We were planning to use FreeBSD 7 on a Dell Optiplex 755. Thanks for your time, Martin From freebsd at optiksecurite.com Tue Nov 25 19:22:50 2008 From: freebsd at optiksecurite.com (FreeBSD) Date: Tue Nov 25 19:22:56 2008 Subject: Webcam support In-Reply-To: <268820.50210.qm@web50606.mail.re2.yahoo.com> References: <492C5033.8030104@optiksecurite.com> <268820.50210.qm@web50606.mail.re2.yahoo.com> Message-ID: <492CC14B.4030803@optiksecurite.com> Robert Kopp a ?crit : > It depends upon what you mean by "good." I have used two Philips-based > USB Webcams without any problems (vga). > > Robert "Tim" Kopp > http://analytic.tripod.com/ > > Hi and thank you for your reply, I would say that VGA is the minimum quality I'm looking for. The webcam is to be used for professional videoconference so I need something that will look professional. Do you have the model of your webcam? Which driver are they using? Thanks again, Martin > ------------------------------------------------------------------------ > *From:* FreeBSD > *To:* freebsd-multimedia@freebsd.org > *Sent:* Tuesday, November 25, 2008 11:21:23 AM > *Subject:* Webcam support > > Hi everyone, > > I would like to know if anyone is successfully using a good quality > webcam on FreeBSD. We need to configure a videoconference system and > would like to use FreeBSD but the information concerning the support > of recent webcam is not that great... > > We were planning to use FreeBSD 7 on a Dell Optiplex 755. > > Thanks for your time, > > Martin > _______________________________________________ > 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 ancelgray at yahoo.com Wed Nov 26 10:55:49 2008 From: ancelgray at yahoo.com (Andrew Grey) Date: Wed Nov 26 12:39:06 2008 Subject: Fw: Hardware support for AMD Geode CS5536 audio? FreeBSD Message-ID: <582228.90667.qm@web55803.mail.re3.yahoo.com> To FreeBSD multimedia people: This is Andrew Gray with Avtec Corporation. I have just finished a new audio driver for the AMD CS5536 companion chip. This FreeBSD 7.0 audio driver was developed on a Low Power PC Engines Alix 1C/Alix 1D. You can download it here: http://modelofreality.org/snd_amd5536.html Let me know how it goes. ancelgray@yahoo.com ________________________________ From: Alec Kloss To: ancelgray@yahoo.com Cc: freebsd-hackers@freebsd.org Sent: Thursday, October 2, 2008 9:00:35 AM Subject: Re: Re: Hardware support for AMD Geode CS5536 audio? On 2008-10-02 05:05, ancelgray@yahoo.com wrote: > To All, > > I finally have a working CS5536 audio driver for FreeBSD 6.2. The filename is snd_amd5536.ko and I will be making it available shortly. I have been using an ALIX-1C motherboard for my testing. Anyone have other hardware that they want to test it on? [chop] I've got hardware I'd like to test on, but it's either running 8-CURRENT or 7-STABLE, not 6.x. Once source code is available, I'd be happy to take a shot at porting it up to the newer codebase. -- Alec Kloss alec@SetFilePointer.com IM: angryspamhater@yahoo.com PGP key at http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA241980E "No Bunny!" -- Simon, http://wiki.adultswim.com/xwiki/bin/Frisky+Dingo/Simon From freebsd at troback.com Wed Nov 26 22:50:54 2008 From: freebsd at troback.com (Anders Troback) Date: Wed Nov 26 22:51:01 2008 Subject: FreeBSD as a HTPC! Message-ID: <20081127073452.15182879@devil> Hi, I'm looking for a HTPC application for FreeBSD! Is there anyone out there that are using FreeBSD as a HTPC? If yes, what are you using to make this happen? Thanks! \\troback From eculp at encontacto.net Thu Nov 27 04:29:29 2008 From: eculp at encontacto.net (eculp) Date: Thu Nov 27 04:29:37 2008 Subject: FreeBSD as a HTPC! In-Reply-To: <20081127073452.15182879@devil> References: <20081127073452.15182879@devil> Message-ID: <20081127062926.147346pp91i6q3k0@econet.encontacto.net> Quoting Anders Troback : > Hi, > > I'm looking for a HTPC application for FreeBSD! > > Is there anyone out there that are using FreeBSD as a HTPC? If yes, > what are you using to make this happen? First I assume that we are talking about a Home Theater Personal Computer. I guess most of us use our PC's laptops with FreeBSD to listen to music and watch DVD's etc. My first would have to be what does/would constitute a real HTPC? Are there any minimal guidelines? I apologize for my ignorance, ed > > Thanks! > > > \\troback > > _______________________________________________ > 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 freebsd at troback.com Thu Nov 27 04:58:16 2008 From: freebsd at troback.com (Anders Troback) Date: Thu Nov 27 04:58:23 2008 Subject: FreeBSD as a HTPC! In-Reply-To: <20081127062926.147346pp91i6q3k0@econet.encontacto.net> References: <20081127073452.15182879@devil> <20081127062926.147346pp91i6q3k0@econet.encontacto.net> Message-ID: <20081127135804.4961191d@devil> On Thu, 27 Nov 2008 06:29:26 -0600 eculp wrote: > Quoting Anders Troback : > > > Hi, > > > > I'm looking for a HTPC application for FreeBSD! > > > > Is there anyone out there that are using FreeBSD as a HTPC? If yes, > > what are you using to make this happen? > > First I assume that we are talking about a Home Theater Personal > Computer. I guess most of us use our PC's laptops with FreeBSD to > listen to music and watch DVD's etc. My first would have to be what > does/would constitute a real HTPC? Are there any minimal guidelines? > > I apologize for my ignorance, > > ed Hi, yes I'm talking about a Home Theater PC:-) Well, I'm thinking about something like Linux MCE or Elisa! I don't have a exact idea about how I want it because I don't know what to expect but I'm hoping that I will find something that a can squeeze down on a flash card or a usb drive (with TinyBSD or something) and have the media on the network! Have a nice day:-) \\troback From eculp at encontacto.net Thu Nov 27 07:07:32 2008 From: eculp at encontacto.net (eculp) Date: Thu Nov 27 07:07:39 2008 Subject: FreeBSD as a HTPC! In-Reply-To: <20081127135804.4961191d@devil> References: <20081127073452.15182879@devil> <20081127062926.147346pp91i6q3k0@econet.encontacto.net> <20081127135804.4961191d@devil> Message-ID: <20081127090728.89414wygoqzn57cw@econet.encontacto.net> Quoting Anders Troback : > On Thu, 27 Nov 2008 06:29:26 -0600 > eculp wrote: > >> Quoting Anders Troback : >> >> > Hi, >> > >> > I'm looking for a HTPC application for FreeBSD! >> > >> > Is there anyone out there that are using FreeBSD as a HTPC? If yes, >> > what are you using to make this happen? >> >> First I assume that we are talking about a Home Theater Personal >> Computer. I guess most of us use our PC's laptops with FreeBSD to >> listen to music and watch DVD's etc. My first would have to be what >> does/would constitute a real HTPC? Are there any minimal guidelines? >> >> I apologize for my ignorance, >> >> ed > > Hi, > > yes I'm talking about a Home Theater PC:-) > > Well, I'm thinking about something like Linux MCE or Elisa! > > I don't have a exact idea about how I want it because I don't know what > to expect but I'm hoping that I will find something that a can squeeze > down on a flash card or a usb drive (with TinyBSD or something) and > have the media on the network! I like the "media on the network" idea but am not sure if it shouldn't be stored locally, for a while at least, which means storage space. You have started me thinking about and liking the concept. I'm sure you have seen http://en.wikipedia.org/wiki/HTPC which I find interesting for some more basic indoctrination. > > Have a nice day:-) You, too. and thanks for your tolerance. ed > > > \\troback > _______________________________________________ > 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 vova at fbsd.ru Thu Nov 27 07:53:19 2008 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Thu Nov 27 07:53:26 2008 Subject: FreeBSD as a HTPC! In-Reply-To: <20081127135804.4961191d@devil> References: <20081127073452.15182879@devil> <20081127062926.147346pp91i6q3k0@econet.encontacto.net> <20081127135804.4961191d@devil> Message-ID: <1227798857.1908.92.camel@localhost> On Thu, 2008-11-27 at 13:58 +0100, Anders Troback wrote: > yes I'm talking about a Home Theater PC:-) > > Well, I'm thinking about something like Linux MCE or Elisa! > > I don't have a exact idea about how I want it because I don't know what > to expect but I'm hoping that I will find something that a can squeeze > down on a flash card or a usb drive (with TinyBSD or something) and > have the media on the network! Probably, you need something like, multimedia/mythtv http://www.freshports.org/multimedia/mythtv Looks like port in tree broken, but there was discussion about port in the list recently And some patches was suggested http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343 P.S.: I do not even tried it. -- Vladimir B. Grebenschikov vova@fbsd.ru From decke at bluelife.at Thu Nov 27 08:28:37 2008 From: decke at bluelife.at (Bernhard =?iso-8859-1?Q?Fr=F6hlich?=) Date: Thu Nov 27 08:28:45 2008 Subject: FreeBSD as a HTPC! In-Reply-To: <1227798857.1908.92.camel@localhost> References: <20081127073452.15182879@devil> <20081127062926.147346pp91i6q3k0@econet.encontacto.net> <20081127135804.4961191d@devil> <1227798857.1908.92.camel@localhost> Message-ID: On Thu, November 27, 2008 4:14 pm, Vladimir Grebenschikov wrote: > On Thu, 2008-11-27 at 13:58 +0100, Anders Troback wrote: > >> yes I'm talking about a Home Theater PC:-) >> >> Well, I'm thinking about something like Linux MCE or Elisa! >> >> I don't have a exact idea about how I want it because I don't know what >> to expect but I'm hoping that I will find something that a can squeeze >> down on a flash card or a usb drive (with TinyBSD or something) and >> have the media on the network! 8GB CF is cheap nowadays so i don't see any sense in striping down the FreeBSD minimum installation. More interesting for me would be hardware and power requirements. You probably can use onboard graphics with newer chipsets and also have high definition. Don't know if FreeBSD already supports to modify the BIOS Wakeup Timer but that would allow mythtv to shutdown and automatically restart the machine only when it is needed. So that could save your machine a lot of idle time. And if you just can't get enough you can try cpu undervolting (sysutils/cpupowerd) and nvclock (sysutils/nvclock) to underclock your nvidia graphics card. > Probably, you need something like, multimedia/mythtv > http://www.freshports.org/multimedia/mythtv > > Looks like port in tree broken, but > there was discussion about port in the list recently > And some patches was suggested > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343 I'm sure he knows pretty well about the status of mythtv on FreeBSD as he is the one that helped testing all the mythtv ports on a lot of systems. Thanks for that by the way! -- Bernhard Fr?hlich http://www.bluelife.at/ From tad1214 at aol.com Thu Nov 27 09:03:52 2008 From: tad1214 at aol.com (Thomas Donnelly) Date: Thu Nov 27 09:03:59 2008 Subject: FreeBSD as a HTPC! In-Reply-To: References: <20081127073452.15182879@devil> <20081127062926.147346pp91i6q3k0@econet.encontacto.net> <20081127135804.4961191d@devil> <1227798857.1908.92.camel@localhost> Message-ID: <492ED00A.7040307@aol.com> Bernhard Fr?hlich wrote: > On Thu, November 27, 2008 4:14 pm, Vladimir Grebenschikov wrote: > >> On Thu, 2008-11-27 at 13:58 +0100, Anders Troback wrote: >> >> >>> yes I'm talking about a Home Theater PC:-) >>> >>> Well, I'm thinking about something like Linux MCE or Elisa! >>> >>> I don't have a exact idea about how I want it because I don't know what >>> to expect but I'm hoping that I will find something that a can squeeze >>> down on a flash card or a usb drive (with TinyBSD or something) and >>> have the media on the network! >>> I run a psuedo HTPC, its more of a desktop that plays AVIs hooked up to a TV via DVI to HDMI, I just do a smb mount in my fstab for all my media on a server in my basement and break out the keyboard and gyro mouse to start the "movie" using vlc. Not nearly as cool as it could be but the PC doubles as a workstation on a big screen too so function has to lead form. -=Tom > > 8GB CF is cheap nowadays so i don't see any sense in striping down the > FreeBSD minimum installation. > > More interesting for me would be hardware and power requirements. You > probably can use onboard graphics with newer chipsets and also have high > definition. Don't know if FreeBSD already supports to modify the BIOS > Wakeup Timer but that would allow mythtv to shutdown and automatically > restart the machine only when it is needed. So that could save your > machine a lot of idle time. And if you just can't get enough you can try > cpu undervolting (sysutils/cpupowerd) and nvclock (sysutils/nvclock) to > underclock your nvidia graphics card. > > > >> Probably, you need something like, multimedia/mythtv >> http://www.freshports.org/multimedia/mythtv >> >> Looks like port in tree broken, but >> there was discussion about port in the list recently >> And some patches was suggested >> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343 >> > > I'm sure he knows pretty well about the status of mythtv on FreeBSD as he > is the one that helped testing all the mythtv ports on a lot of systems. > Thanks for that by the way! > > From torfinn.ingolfsen at broadpark.no Thu Nov 27 11:34:27 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Thu Nov 27 11:34:45 2008 Subject: FreeBSD as a HTPC! In-Reply-To: <20081127073452.15182879@devil> References: <20081127073452.15182879@devil> Message-ID: <20081127203424.d148a7b7.torfinn.ingolfsen@broadpark.no> On Thu, 27 Nov 2008 07:34:52 +0100 Anders Troback wrote: > Hi, > > I'm looking for a HTPC application for FreeBSD! FWIW, I am using MythTV as a PVR (only analog cable ATM). But - my frontend (the one connected to the TV) is a MAc mini (PowerPC G4). This (the Mac mini) also works as a media player, getting media content from a FreeBSD file server (using Samba). I am using VLC on the Mac mini as the media player program. > Is there anyone out there that are using FreeBSD as a HTPC? If yes, > what are you using to make this happen? Decide for yourself if my solution counts as a FreeBSd solution. It works for me. :-) References: 1) http://mythtv.org/ -- Regards, Torfinn Ingolfsen From numardbsd at gmail.com Thu Nov 27 16:39:48 2008 From: numardbsd at gmail.com (Norberto Meijome) Date: Thu Nov 27 16:39:55 2008 Subject: [OT] Streaming service...? Message-ID: <20081128111710.642dfe39@ayiin> Hi everyone, Asking for advice : I have quite a few albums ripped - currently being served via SlimServer from one of my FBSD7 boxes. Clients are anything that streams mp3 (most of them, except windows media player)...but I am finding SlimServer quite annoying, in the sense that u need to connect to it so you can THEN create a playlist... I also don't like that there isn't really much security ... UserB can get on my SlimServer and change the music i'm listening to. Which isn't a problem when using it @ home ...but I sometimes open it up for friends and it can be messy... Is any of you using (or know of) some other software that will generate n streams, that can be managed centrally (via web interface or other). Options I cam up with so far : - patch up / fork SlimServer... - a playlist and stream manager for IceCast .. don't know which is good.. - VLC as server ?? - Apple's media streaming server ? thanks for any ideas || pointers B _________________________ {Beto|Norberto|Numard} Meijome It is better to remain silent and be thought a fool, than to speak, and remove all doubt. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From freebsd at sopwith.solgatos.com Thu Nov 27 22:32:34 2008 From: freebsd at sopwith.solgatos.com (Dieter) Date: Thu Nov 27 22:32:42 2008 Subject: FreeBSD as a HTPC! In-Reply-To: Your message of "Thu, 27 Nov 2008 13:58:04 +0100." <20081127135804.4961191d@devil> Message-ID: <200811271824.SAA28283@sopwith.solgatos.com> You can call it a HTPC, media center, DVR, PVR, or whatever. Problem #1 is how to get video to the nice TV/display/screen. Depending on your hardware you might need s-video, composite, component, RF, RGB (HV sync, composite sync, or sync-on-green), DVI/HDMI, or displayport. Have I left out any? Some of these are hard to find outputs for. :-( Problem #2 is decoding the codec(s) you have media in. If the source is high definition, you need a lot of CPU, or GPU support. A lot of video is in mpeg2 format, including all OTA TV in the US, most DVDs, some BluRay, etc. Mpeg2 can benefit from Xv and XvMC. If you want XvMC, the only open source choice seems to be VIA Chrome. http://www.openbsd.org/cgi-bin/man.cgi?query=openchrome&sektion=4 Hmmm is this the same as x11-drivers/xf86-video-openchrome in ports? Is anyone successfully using this? Then we have this, although I don't see a mention of XvMC in the posting. http://ftp.intron.ac/tmp/xf86-video-via-linux.tar.gz See "Anyone would help me to test this port? Another VIA UniChrome/Chrome9 Driver" in -multimedia@ from intron@intron.ac on 2008-11-12. AMD/ATI claims that they have released enough documentation for someone to implement Xv and XvMC, but as far as I know no one has done so. They seem more interested in 3D games. :-( Problem #3 is keeping the noise down, which means no disks and keep the power usage down to reduce or eliminate the need for fans. I assume that NFS is as brain damaged as always? ("stale file handles" and such) Does FreeBSD have an alternative? From tevans.uk at googlemail.com Fri Nov 28 01:42:01 2008 From: tevans.uk at googlemail.com (Tom Evans) Date: Fri Nov 28 01:42:08 2008 Subject: [OT] Streaming service...? In-Reply-To: <20081128111710.642dfe39@ayiin> References: <20081128111710.642dfe39@ayiin> Message-ID: <1227865332.4196.5.camel@localhost> On Fri, 2008-11-28 at 11:17 +1100, Norberto Meijome wrote: > Hi everyone, > > Asking for advice : > > I have quite a few albums ripped - currently being served via SlimServer from > one of my FBSD7 boxes. Clients are anything that streams mp3 (most of > them, except windows media player)...but I am finding SlimServer quite annoying, > in the sense that u need to connect to it so you can THEN create a playlist... > > I also don't like that there isn't really much security ... UserB can get on my > SlimServer and change the music i'm listening to. Which isn't a problem when > using it @ home ...but I sometimes open it up for friends and it can be messy... > > Is any of you using (or know of) some other software that will generate n > streams, that can be managed centrally (via web interface or other). Options I > cam up with so far : > > - patch up / fork SlimServer... > > - a playlist and stream manager for IceCast .. don't know which is good.. > > - VLC as server ?? > > - Apple's media streaming server ? > > thanks for any ideas || pointers > B > audio/musicpd with icecast streaming. BTW, whilst we are on this subject, does anyone know of a way to having synchronized streaming? If two players are slightly (2-3s) out of synch, and you can hear both of them, the effect is awful.. From tad1214 at aol.com Fri Nov 28 06:36:09 2008 From: tad1214 at aol.com (Thomas Donnelly) Date: Fri Nov 28 06:36:15 2008 Subject: FreeBSD as a HTPC! In-Reply-To: <200811271824.SAA28283@sopwith.solgatos.com> References: <200811271824.SAA28283@sopwith.solgatos.com> Message-ID: <4930019C.30905@aol.com> Dieter wrote: > You can call it a HTPC, media center, DVR, PVR, or whatever. > > Problem #1 is how to get video to the nice TV/display/screen. > Depending on your hardware you might need s-video, composite, > component, RF, RGB (HV sync, composite sync, or sync-on-green), > DVI/HDMI, or displayport. Have I left out any? Some of these > are hard to find outputs for. :-( > > Problem #2 is decoding the codec(s) you have media in. If the > source is high definition, you need a lot of CPU, or GPU support. > A lot of video is in mpeg2 format, including all OTA TV in the US, > most DVDs, some BluRay, etc. Mpeg2 can benefit from Xv and XvMC. > If you want XvMC, the only open source choice seems to be VIA Chrome. > > http://www.openbsd.org/cgi-bin/man.cgi?query=openchrome&sektion=4 > > Hmmm is this the same as x11-drivers/xf86-video-openchrome in ports? > Is anyone successfully using this? > > Then we have this, although I don't see a mention of XvMC in the > posting. > > http://ftp.intron.ac/tmp/xf86-video-via-linux.tar.gz > > See "Anyone would help me to test this port? Another VIA > UniChrome/Chrome9 Driver" in -multimedia@ from intron@intron.ac > on 2008-11-12. > > AMD/ATI claims that they have released enough documentation for > someone to implement Xv and XvMC, but as far as I know no one > has done so. They seem more interested in 3D games. :-( > > Problem #3 is keeping the noise down, which means no disks and > keep the power usage down to reduce or eliminate the need for fans. > I assume that NFS is as brain damaged as always? ("stale file handles" > and such) Does FreeBSD have an alternative? > I have found that smb mounts have always worked great. You could spin up an install on a 8-16GB (fill in the blank of Solid State media) and smb mount in your fstab for a /media or I usually do it in ~htpcuser/media From wahjava.ml at gmail.com Fri Nov 28 14:33:33 2008 From: wahjava.ml at gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=) Date: Fri Nov 28 14:33:39 2008 Subject: [OT] Streaming service...? In-Reply-To: <1227865332.4196.5.camel@localhost> (Tom Evans's message of "Fri, 28 Nov 2008 09:42:12 +0000") References: <20081128111710.642dfe39@ayiin> <1227865332.4196.5.camel@localhost> Message-ID: <871vwvtses.fsf@chateau.d.lf> Tom Evans writes: [...] > audio/musicpd with icecast streaming. > BTW, whilst we are on this subject, does anyone know of a way to having > synchronized streaming? If two players are slightly (2-3s) out of synch, > and you can hear both of them, the effect is awful.. How about multicasting the stream ? HTH -- Ashish Shukla -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20081128/de693675/attachment.pgp From grog at FreeBSD.org Fri Nov 28 19:07:41 2008 From: grog at FreeBSD.org (Greg 'groggy' Lehey) Date: Fri Nov 28 19:07:47 2008 Subject: FreeBSD video recorder (was: FreeBSD as a HTPC!) In-Reply-To: <20081127073452.15182879@devil> References: <20081127073452.15182879@devil> Message-ID: <20081129030722.GD26930@dereel.lemis.com> On Thursday, 27 November 2008 at 7:34:52 +0100, Anders Troback wrote: > Hi, > > I'm looking for a HTPC application for FreeBSD! I'm assuming you're talking primarily about TV reception. I started on this track a while back, but the main problem I've had is that FreeBSD doesn't support any digital tuners. Here in Australia we have digital TV with resolutions of up to 720p (1280x720 non-interlaced) or 1080i (1920x1080 interlaced). 720p is better. So I ended up using a Linux box running MythTV to do the recording, and a FreeBSD box with an nVidia card and XvMC to do the playback to a 1280x720 projector. When I set this up, I also committed the MythTV port, but since then others have taken it over. Parts of it are excellent, but I've found that I don't like the MythTV front end very much. On the other hand, the back end isn't too back, notably MythWeb. So what I do is to copy the saved MPEG files to the FreeBSD machine and use mplayer, along with a series of scripts, to play it. I'm using a DVICO remote control (the one that came with the tuner), and not coincidentally this is one of the few TV remote controls which FreeBSD supports. There's a lot more stuff on my multimedia pages (http://www.lemis.com/grog/videorecorder), but I'm afraid it's a bit of a mess, and I haven't updated it for a long time. If you have any questions, please ask on this list, and if I have something to add, I'll do so. Note that, until the MythTV port gets updated, there's nothing seriously wrong with the current version: just remove the BROKEN line from the Makefile and it should install OK. The only "breakage" is that if you remove it again without using it, it may leave a user 'mythtv' behind on the system. But note also that MythTV front and back ends typically need to be exactly the same version, since they keep playing around with the network protocol. Greg -- See complete headers for address and phone numbers. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20081129/daff9191/attachment.pgp From freebsd at sopwith.solgatos.com Fri Nov 28 23:12:50 2008 From: freebsd at sopwith.solgatos.com (Dieter) Date: Fri Nov 28 23:12:57 2008 Subject: FreeBSD video recorder (was: FreeBSD as a HTPC!) In-Reply-To: Your message of "Sat, 29 Nov 2008 14:07:22 +1100." <20081129030722.GD26930@dereel.lemis.com> Message-ID: <200811290710.HAA09724@sopwith.solgatos.com> > I started on this track a while back, but the main problem I've had is > that FreeBSD doesn't support any digital tuners. Here in Australia we > have digital TV with resolutions of up to 720p (1280x720 > non-interlaced) or 1080i (1920x1080 interlaced). 720p is better. Well... 720p is better in some ways, 1080i is better in others. But for tuner support what matters is ATSC or DVB-T. > So what I do is to copy the saved MPEG files to the FreeBSD machine > and use mplayer, along with a series of scripts, to play it. I'm > using a DVICO remote control (the one that came with the tuner), and > not coincidentally this is one of the few TV remote controls which > FreeBSD supports. There is a FreeBSD driver for the DViCO FusionHDTV5 if that's the tuner you have. I don't know if it supports DVB-T though... And Jason has written a driver that supports several cx88 based cards. And there is the HDHomeRun that just needs Ethernet. So you can use FreeBSD for recording, if you have the right tuner. Support for additional tuners would of course be welcome. From redchin at gmail.com Sat Nov 29 00:09:04 2008 From: redchin at gmail.com (Kevin Downey) Date: Sat Nov 29 00:09:10 2008 Subject: FreeBSD video recorder (was: FreeBSD as a HTPC!) In-Reply-To: <200811290710.HAA09724@sopwith.solgatos.com> References: <20081129030722.GD26930@dereel.lemis.com> <200811290710.HAA09724@sopwith.solgatos.com> Message-ID: <1d3ed48c0811282346p1c7b6c52q714d5b6ccd0941ce@mail.gmail.com> On Fri, Nov 28, 2008 at 3:10 PM, Dieter wrote: >> I started on this track a while back, but the main problem I've had is >> that FreeBSD doesn't support any digital tuners. Here in Australia we >> have digital TV with resolutions of up to 720p (1280x720 >> non-interlaced) or 1080i (1920x1080 interlaced). 720p is better. > > Well... 720p is better in some ways, 1080i is better in others. > But for tuner support what matters is ATSC or DVB-T. > >> So what I do is to copy the saved MPEG files to the FreeBSD machine >> and use mplayer, along with a series of scripts, to play it. I'm >> using a DVICO remote control (the one that came with the tuner), and >> not coincidentally this is one of the few TV remote controls which >> FreeBSD supports. > > There is a FreeBSD driver for the DViCO FusionHDTV5 if that's the tuner > you have. I don't know if it supports DVB-T though... > > And Jason has written a driver that supports several cx88 based cards. > And there is the HDHomeRun that just needs Ethernet. > > So you can use FreeBSD for recording, if you have the right tuner. > Support for additional tuners would of course be welcome. > _______________________________________________ > 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" > does anyone know how the heck you build the driver for the divco fusion? as far as I can tell it is a bunch of files in p4, which means it is a huge pain to get them. I think I did manage to build the kernel module but it made my amd64 machine kernel panic. I sent an email to JohnMarkGurney with some questions, but I never got a reply. so saying the card is supported maybe a stretch. -- And what is good, Phaedrus, And what is not good? Need we ask anyone to tell us these things? From pav at FreeBSD.org Sat Nov 29 14:32:06 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Sat Nov 29 14:32:14 2008 Subject: [Fwd: dirac-reference-0.7.0 failed on amd64 6] Message-ID: <1227996288.40159.82.camel@hood.oook.cz> -------- P?eposlan? zpr?va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz > P?edm?t: dirac-reference-0.7.0 failed on amd64 6 > Datum: Sat, 29 Nov 2008 12:12:21 GMT > > Excerpt from the build log at > > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.6.20081128152658/dirac-reference-0.7.0.log > > building dirac-reference-0.7.0 on gohan11.freebsd.org > in directory /x/pkgbuild/6/20081128152658/chroot/3051 > building for: 6.4-STABLE amd64 > maintained by: multimedia@FreeBSD.org > port directory: /usr/ports/multimedia/dirac-reference > Makefile ident: $FreeBSD: ports/multimedia/dirac-reference/Makefile,v 1.5 2008/06/19 02:14:06 pav Exp $ > > [... lines trimmed ...] > > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/dirac_byte_stats.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/dirac_byte_stream.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/dirac_byte_stream.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/displayparams_byteio.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/displayparams_byteio.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/endofsequence_byteio.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/endofsequence_byteio.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/frame_byteio.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/frame_byteio.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/mvdata_byteio.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/mvdata_byteio.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/mvdataelement_byteio.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/mvdataelement_byteio.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/parseparams_byteio.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/parseparams_byteio.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/parseunit_byteio.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/parseunit_byteio.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/seqparams_byteio.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/seqparams_byteio.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/subband_byteio.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/subband_byteio.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/transform_byteio.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/transform_byteio.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/arith_codec.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/arith_codec.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/arrays.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/arrays.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/band_codec.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/band_codec.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/cmd_line.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/cmd_line.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/common.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/common.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/common_types.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/common_types.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/dirac_assertions.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/dirac_assertions.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/dirac_exception.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/dirac_exception.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/dirac_types.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/dirac_types.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/frame.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/frame.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/frame_buffer.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/frame_buffer.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/mot_comp.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/mot_comp.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/mot_comp_mmx.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/mot_comp_mmx.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/motion.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/motion.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/mv_codec.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/mv_codec.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/pic_io.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/pic_io.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/upconvert.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/upconvert.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/video_format_defaults.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/video_format_defaults.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/wavelet_utils.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_common/wavelet_utils.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/comp_compress.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/comp_compress.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/dirac_encoder.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/dirac_encoder.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/frame_compress.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/frame_compress.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/quality_monitor.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/quality_monitor.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/quant_chooser.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/quant_chooser.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/rate_control.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/rate_control.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/seq_compress.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/seq_compress.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/comp_decompress.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/comp_decompress.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/decoder_types.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/decoder_types.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/dirac_cppparser.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/dirac_cppparser.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/dirac_parser.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/dirac_parser.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/frame_decompress.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/frame_decompress.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/seq_decompress.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_decoder/seq_decompress.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/block_match.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/block_match.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/downconvert.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/downconvert.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/me_mode_decn.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/me_mode_decn.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/me_subpel.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/me_subpel.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/me_utils.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/me_utils.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/me_utils_mmx.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/me_utils_mmx.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/motion_estimate.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/motion_estimate.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/pixel_match.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_motionest/pixel_match.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/process_sequence.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/process_sequence.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/draw_overlay.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/draw_overlay.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/gm_inliers.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/gm_inliers.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/motion_arrows.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/motion_arrows.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/motion_colour.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/motion_colour.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/motion_colour_arrows.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/motion_colour_arrows.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/overlay.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/overlay.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/overlay_symbols.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/overlay_symbols.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/pred_mode.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/pred_mode.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/sad.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/sad.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/split_mode.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/instrumentation/libdirac_instrument/split_mode.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/conversion/common/bitmap.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/conversion/common/bitmap.h... > Preprocessing /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/conversion/common/setstdiomode.h... > Parsing file /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/util/conversion/common/setstdiomode.h... > Building group list... > Building directory list... > Building namespace list... > Building file list... > Searching for included using directives... > Building class list... > Associating documentation with classes... > Computing nesting relations for classes... > Searching for members imported via using declarations... > Building example list... > Searching for enumerations... > Searching for documented typedefs... > Searching for documented variables... > Building member list... > Searching for friends... > Searching for documented defines... > Computing class inheritance relations... > Computing class usage relations... > Flushing cached template relations that have become invalid... > Creating members for template instances... > Computing class relations... > Add enum values to enums... > Searching for member function documentation... > Building page list... > Search for main page... > Computing page relations... > Determining the scope of groups... > Sorting lists... > Freeing entry tree > Determining which enums are documented > Computing member relations... > Building full member lists recursively... > Adding members to member groups. > Computing member references... > Inheriting documentation... > Generating disk names... > Adding source references... > Adding todo/test/bug list items... > Counting data structures... > Resolving user defined references... > Finding anchors and sections in the documentation... > Combining using relations... > Adding members to index pages... > Generating style sheet... > Generating index page... > Generating page index... > Generating example documentation... > Generating file sources... > Generating code for file accessunit_byteio.h... > Generating code for file arith_codec.h... > Generating code for file arrays.h... > Generating code for file band_codec.h... > Generating code for file bitmap.h... > Generating code for file block_match.h... > Generating code for file byteio.h... > Generating code for file cmd_line.h... > Generating code for file common.h... > Generating code for file common_types.h... > Generating code for file comp_compress.h... > Generating code for file comp_decompress.h... > Generating code for file component_byteio.h... > Generating code for file decoder_types.h... > Generating code for file dirac_assertions.h... > Generating code for file dirac_byte_stats.h... > Generating code for file dirac_byte_stream.h... > Generating code for file dirac_cppparser.h... > Generating code for file dirac_encoder.h... > Generating code for file dirac_exception.h... > Generating code for file dirac_parser.h... > Generating code for file dirac_types.h... > Generating code for file displayparams_byteio.h... > Generating code for file downconvert.h... > Generating code for file draw_overlay.h... > Generating code for file endofsequence_byteio.h... > Generating code for file frame.h... > Generating code for file frame_buffer.h... > Generating code for file frame_byteio.h... > Generating code for file frame_compress.h... > Generating code for file frame_decompress.h... > Generating code for file gm_inliers.h... > Generating code for file me_mode_decn.h... > Generating code for file me_subpel.h... > Generating code for file me_utils.h... > Generating code 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 mvdataelement_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 rate_control.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 mvdataelement_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 rate_control.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 /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_byteio/mvdataelement_byteio.h:86 Warning: argument 'dirac_byte_stats' of command @param is not found in the argument list of dirac::MvDataElementByteIO::Output() > 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::MvDataElementByteIO... > 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::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... > 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::SplitModeCodec... > Generating docs for compound dirac::PredModeCodec... > Generating docs for compound dirac::VectorElementCodec... > Generating docs for compound dirac::DCCodec... > Generating docs for compound dirac::StreamPicOutput... > Generating docs for compound dirac::MemoryStreamOutput... > Generating docs for nested compound dirac::MemoryStreamOutput::OutputMemoryBuffer... > 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::InputMemoryBuffer... > Generating docs for compound dirac::FileStreamInput... > Generating docs for compound dira/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/libdirac_encoder/seq_compress.h:172 Warning: argument 'p_accessunit_byteio' of command @param is not found in the argument list of dirac::SequenceCompressor::CodedToDisplay(const int fnum) > c::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::PredictStepFourTap... > Generating docs for nested compound dirac::WaveletTransform::PredictStepShift... > Generating docs for nested compound dirac::WaveletTransform::UpdateStep97... > Generating docs for nested compound dirac::WaveletTransform::UpdateStepFourTap... > Generating docs for nested compound dirac::WaveletTransform::UpdateStepShift... > Generating docs for nested compound dirac::WaveletTransform::VHFilter... > Generating docs for nested compound dirac::WaveletTransform::VHFilterDAUB9_7... > Generating docs for nested compound dirac::WaveletTransform::VHFilterDD13_5... > Generating docs for nested compound dirac::WaveletTransform::VHFilterDD9_3... > Generating docs for nested compound dirac::WaveletTransform::VHFilterHAAR0... > Generating docs for nested compound dirac::WaveletTransform::VHFilterHAAR1... > Generating docs for nested compound dirac::WaveletTransform::VHFilterHAAR2... > Generating docs for nested compound dirac::WaveletTransform::VHFilterLEGALL5_3... > 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::FrameComplexity... > Generating docs for compound dirac::RateController... > 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... > gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code/api' > gmake[3]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code' > gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code' > Making all in tools > gmake[2]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/tools' > gmake[3]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/tools' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/tools' > gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/tools' > gmake[2]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation' > gmake[2]: Nothing to be done for `all-am'. > gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation' > gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation' > gmake[1]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc' > gmake[1]: Nothing to be done for `all-am'. > gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc' > ================================================================ > ======================================== > make: don't know how to make regression-test(continuing) > ================================================================ > ======================================== > add_pkg pkg-config-0.23_1.tbz > adding dependencies > pkg_add pkg-config-0.23_1.tbz > skipping pkg-config-0.23_1, already added > ===> Installing for dirac-reference-0.7.0 > ===> dirac-reference-0.7.0 depends on executable: pkg-config - found > ===> Generating temporary packing list > ===> Checking if multimedia/dirac-reference already installed > Making install in documentation > gmake[1]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation' > Making install in algorithm > gmake[2]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/algorithm' > gmake[3]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/algorithm' > gmake[4]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/algorithm' > 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-reference/work/dirac-0.7.0/doc/documentation/algorithm' > gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/algorithm' > gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/algorithm' > Making install in code > gmake[2]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code' > Making install in api > gmake[3]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code/api' > gmake[4]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code/api' > gmake[4]: Nothing to be done for `install-exec-am'. > test -z "/usr/local/share/doc/dirac/documentation/code/api/api_html" || /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/install-sh -d "/usr/local/share/doc/dirac/documentation/code/api/api_html" > install -o root -g wheel -m 444 'html/index.html' '/usr/local/share/doc/dirac/documentation/code/api/api_html/index.html' > gmake install-data-hook > gmake[5]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code/api' > cp -R html/* /usr/local/share/doc/dirac/documentation/code/api/api_html > gmake[5]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code/api' > gmake[4]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code/api' > gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code/api' > gmake[3]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code' > gmake[4]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code' > 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-reference/work/dirac-0.7.0/doc/documentation/code' > gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code' > gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/code' > Making install in tools > gmake[2]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/tools' > gmake[3]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/tools' > gmake[4]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/tools' > 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-reference/work/dirac-0.7.0/doc/documentation/tools' > gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/tools' > gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation/tools' > gmake[2]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation' > gmake[3]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation' > 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-reference/work/dirac-0.7.0/doc/documentation' > gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation' > gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc/documentation' > gmake[1]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc' > gmake[2]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc' > gmake[2]: Nothing to be done for `install-exec-am'. > test -z "/usr/local/share/doc/dirac" || /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/install-sh -d "/usr/local/share/doc/dirac" > install -o root -g wheel -m 444 'faq.html' '/usr/local/share/doc/dirac/faq.html' > install -o root -g wheel -m 444 'todo.html' '/usr/local/share/doc/dirac/todo.html' > install -o root -g wheel -m 444 'dirac_bitstream.txt' '/usr/local/share/doc/dirac/dirac_bitstream.txt' > test -z "/usr/local/share/doc/dirac" || /work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/install-sh -d "/usr/local/share/doc/dirac" > gmake install-data-hook > gmake[3]: Entering directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc' > gmake[3]: Nothing to be done for `install-data-hook'. > gmake[3]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc' > gmake[2]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc' > gmake[1]: Leaving directory `/work/a/ports/multimedia/dirac-reference/work/dirac-0.7.0/doc' > ===> Running ldconfig > /sbin/ldconfig -m /usr/local/lib > ===> Registering installation for dirac-reference-0.7.0 > ================================================================ > ======================================== > ===> Building package for dirac-reference-0.7.0 > tar: share/doc/dirac/documentation/code/api/api_html/a01003.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00814.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01052.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00882.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00853.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00802.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00868.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00885.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00826.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00909.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00884.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00921.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01055.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00920.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00902.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00861.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00704.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01060.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00877.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00712.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00778.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00744.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00993.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00928.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00905.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01020.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00814.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01052.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01038.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00845.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00868.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01044.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00750.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00882.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00853.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00885.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01055.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00858.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00902.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00968.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00861.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00704.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01005.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00778.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01060.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00790.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00993.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00744.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00905.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01020.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00732.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00783.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00837.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00968.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00902.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00775.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00712.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00877.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00928.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00894.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00744.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00837.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00783.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01020.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00836.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00905.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00845.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01003.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01038.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01052.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00726.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00853.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00882.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00930.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01044.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00802.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00865.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00885.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00921.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01055.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00740.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00704.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00861.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00968.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01046.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00778.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00712.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00877.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00956.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01060.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00879.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00928.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00967.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00993.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00837.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00783.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01038.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00814.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00845.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01003.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01044.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00868.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00802.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00780.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00921.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00978.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00912.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00962.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00806.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00753.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01043.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00938.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00915.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01030.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00827.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00944.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00793.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00727.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01028.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00730.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00971.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00812.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00892.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00785.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00829.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00843.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00976.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00895.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00864.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00960.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01010.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00931.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00978.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00957.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00768.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00983.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00938.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00827.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00793.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00944.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00770.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00730.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00804.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00904.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01028.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00761.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00829.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00889.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00971.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00812.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00976.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00931.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00761.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00804.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00764.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00816.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00812.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00843.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00892.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00943.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00895.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00960.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00931.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00755.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00912.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00795.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00768.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00753.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00706.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00938.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01000.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00983.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01030.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00915.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00874.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00944.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00730.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00761.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01028.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00804.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00843.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00829.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00892.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00971.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00895.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00976.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00760.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00960.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00899.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00912.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00978.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00753.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00768.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00914.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00983.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00841.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00733.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00793.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00827.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01030.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00915.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00773.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01001.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00722.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00765.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00963.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00958.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00807.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00788.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00747.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00918.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00998.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01006.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00857.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00809.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00951.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00832.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01033.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00996.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01008.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01062.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00717.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01059.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00991.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00714.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00748.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01001.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00722.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01050.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00831.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00958.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00743.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00734.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00880.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00765.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00963.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00788.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00739.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00887.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00807.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01006.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01057.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00800.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00918.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00951.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00832.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01016.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01025.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00900.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00809.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00824.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01008.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00741.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01033.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00937.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00717.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01027.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00907.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00995.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00900.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01025.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00970.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00832.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01033.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01062.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00996.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00741.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00824.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00991.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00907.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00773.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01050.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00722.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00748.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00963.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00847.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00880.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00734.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00876.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00887.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00788.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01049.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00918.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01057.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00998.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00951.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00809.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00900.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01025.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01062.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00741.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01008.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00996.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00824.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00821.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00991.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00717.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01064.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00907.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01001.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00748.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00773.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01050.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00880.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00734.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00958.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00765.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00887.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01037.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00985.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00807.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01006.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00998.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00927.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01057.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00822.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00848.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00796.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01035.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00910.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00834.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00986.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01023.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00767.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00859.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00981.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00940.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00980.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00758.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01032.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00965.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00890.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00973.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00897.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00850.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00988.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01047.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01054.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01035.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00819.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00910.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00848.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00719.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00941.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00834.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01018.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00986.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00975.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00811.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00707.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00981.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01065.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00763.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00965.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00917.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00873.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01011.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00758.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00890.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00817.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00897.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01047.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00988.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00842.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01011.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00973.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00950.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00817.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00988.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00850.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00746.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00796.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00941.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00822.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00819.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00986.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01018.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00990.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01022.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01023.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00981.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00859.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00707.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00965.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00758.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01011.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00973.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00890.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00709.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00817.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00897.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01047.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00801.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00850.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00910.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00819.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01035.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01017.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00941.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00796.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00848.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00822.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01023.map: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a01018.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00834.md5: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00707.png: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00852.html: Cannot stat: No such file or directory > tar: share/doc/dirac/documentation/code/api/api_html/a00859.map: Cannot stat: No such file or directory > tar: Error exit delayed from previous errors. > pkg_create: make_dist: tar command failed with code 256 > Creating package /tmp/packages/All/dirac-reference-0.7.0.tbz > Registering depends: pkg-config-0.23_1. > Creating bzip'd tar ball in '/tmp/packages/All/dirac-reference-0.7.0.tbz' > *** Error code 1 > > Stop in /a/ports/multimedia/dirac-reference. > ================================================================ > build of /usr/ports/multimedia/dirac-reference ended at Sat Nov 29 12:12:22 UTC 2008 -- Pav Lucistnik The final screw holding up a rackmount server is always possessed by demons. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20081129/35096a59/attachment.pgp From mbsd at pacbell.net Sat Nov 29 15:54:42 2008 From: mbsd at pacbell.net (=?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?=) Date: Sat Nov 29 15:54:48 2008 Subject: FreeBSD and Audio CD In-Reply-To: <4c3522c70811210725m2e3f1e6en419140e95c77318@mail.gmail.com> References: <4c3522c70811210725m2e3f1e6en419140e95c77318@mail.gmail.com> Message-ID: <20081129153829.F36744@antec.home> On Fri, 21 Nov 2008, Ilya Nickolsky wrote: > Hello All, > > I have FreeBSD 63 running on Thinkpad 600X (P3, 256 Mb RAM, sound CS4624). I > could listen AudioCD only with cdcontrol play command entered in console or > in xterm under X. When CD is playing the CD-ROM drive lit a led not > constantly and sound is correct. but when I use any player for X like > default in GNOME, or Mplayer/XINE/XMMS under freevo I hear sound > interruptions and CD-ROM LED lit constantly. I hear sound interruption and > sound is not "clear". Could you help me to correct this? Music on CDs? How quaint... :) Check that the driver is using DMA: Do "sysctl hw.ata.atapi_dma" - if it says "0", you can enable DMA but putting hw.ata.atapi_dma="1" into /boot/loader.conf and reboot. $.02, /Mikko From freebsd at sopwith.solgatos.com Sat Nov 29 22:09:46 2008 From: freebsd at sopwith.solgatos.com (Dieter) Date: Sat Nov 29 22:09:54 2008 Subject: FreeBSD video recorder (was: FreeBSD as a HTPC!) In-Reply-To: Your message of "Fri, 28 Nov 2008 23:46:52 PST." <1d3ed48c0811282346p1c7b6c52q714d5b6ccd0941ce@mail.gmail.com> Message-ID: <200811291701.RAA00947@sopwith.solgatos.com> > does anyone know how the heck you build the driver for the divco > fusion? as far as I can tell it is a bunch of files in p4, which means > it is a huge pain to get them. I think I did manage to build the > kernel module but it made my amd64 machine kernel panic. > I sent an email to JohnMarkGurney with some questions, but I never got a reply. > so saying the card is supported maybe a stretch. Sorry, I don't have a dvico card, so I haven't tried JMG's driver. In my defense, I didn't say it was supported, I said there was a driver. :-) (and I don't post in base64 which creates problems, hint hint) I am using Jason's cx88 driver on 7.0/amd64, it compiles easily and doesn't panic. The latest version claims to support: DViCO FusionHDTV 5 Gold (ATSC) Hauppauge WinTV-HVR-1100 (DVB-T) Hauppauge WinTV-HVR-1100 LP (DVB-T) Leadtek WinFast DTV2000H (DVB-T) Hauppauge WinTV-HVR-1300 (DVB-T) Hauppauge WinTV-HVR-3000 (DVB-T) Hauppauge WinTV-HVR-4000 (DVB-T) pcHDTV HD-3000 (ATSC) pcHDTV HD-5500 (ATSC) Hauppauge WinTV Nova-T (DVB-T) ftp://corona.homeunix.net/cx88_20080824.tar.gz So I guess we have *two* drivers for the DViCO 5. (I checked the announcement (from Sept), it does use the word "support". :-) ) From redchin at gmail.com Sat Nov 29 23:57:32 2008 From: redchin at gmail.com (Kevin Downey) Date: Sat Nov 29 23:57:39 2008 Subject: FreeBSD video recorder (was: FreeBSD as a HTPC!) In-Reply-To: <200811291701.RAA00947@sopwith.solgatos.com> References: <1d3ed48c0811282346p1c7b6c52q714d5b6ccd0941ce@mail.gmail.com> <200811291701.RAA00947@sopwith.solgatos.com> Message-ID: <1d3ed48c0811292357y20d98784v38c5e76d0b744d79@mail.gmail.com> On Sat, Nov 29, 2008 at 1:01 AM, Dieter wrote: >> does anyone know how the heck you build the driver for the divco >> fusion? as far as I can tell it is a bunch of files in p4, which means >> it is a huge pain to get them. I think I did manage to build the >> kernel module but it made my amd64 machine kernel panic. > >> I sent an email to JohnMarkGurney with some questions, but I never got a reply. > >> so saying the card is supported maybe a stretch. > > Sorry, I don't have a dvico card, so I haven't tried JMG's driver. > In my defense, I didn't say it was supported, I said there was a driver. :-) > (and I don't post in base64 which creates problems, hint hint) > > I am using Jason's cx88 driver on 7.0/amd64, it compiles easily and doesn't panic. > The latest version claims to support: > > DViCO FusionHDTV 5 Gold (ATSC) > Hauppauge WinTV-HVR-1100 (DVB-T) > Hauppauge WinTV-HVR-1100 LP (DVB-T) > Leadtek WinFast DTV2000H (DVB-T) > Hauppauge WinTV-HVR-1300 (DVB-T) > Hauppauge WinTV-HVR-3000 (DVB-T) > Hauppauge WinTV-HVR-4000 (DVB-T) > pcHDTV HD-3000 (ATSC) > pcHDTV HD-5500 (ATSC) > Hauppauge WinTV Nova-T (DVB-T) > > ftp://corona.homeunix.net/cx88_20080824.tar.gz > > So I guess we have *two* drivers for the DViCO 5. > > (I checked the announcement (from Sept), it does use the word "support". :-) ) > _______________________________________________ > 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" > together with the Gold listed above that brings to number of dvico "5" cards up to three. The Gold, the Lite, and the RT Lite. the kernel modules built from the tarball you posted did nothing in my machine with the "Lite" card in it. no panics, not device attaching, nothing in dmesg, nada. If JMG is out there, now would be a good time to step up and explain whether by supported he means, "it worked on my machine this one time" or "it should work everywhere and I stand by it" -- And what is good, Phaedrus, And what is not good? Need we ask anyone to tell us these things? From torfinn.ingolfsen at broadpark.no Sun Nov 30 08:19:17 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Sun Nov 30 08:19:24 2008 Subject: FreeBSD video recorder (was: FreeBSD as a HTPC!) In-Reply-To: <1d3ed48c0811292357y20d98784v38c5e76d0b744d79@mail.gmail.com> References: <1d3ed48c0811282346p1c7b6c52q714d5b6ccd0941ce@mail.gmail.com> <200811291701.RAA00947@sopwith.solgatos.com> <1d3ed48c0811292357y20d98784v38c5e76d0b744d79@mail.gmail.com> Message-ID: <20081130171915.be800a12.torfinn.ingolfsen@broadpark.no> On Sat, 29 Nov 2008 23:57:30 -0800 Kevin Downey wrote: > together with the Gold listed above that brings to number of dvico "5" > cards up to three. The Gold, the Lite, and the RT Lite. the kernel > modules built from the tarball you posted did nothing in my machine > with the "Lite" card in it. no panics, not device attaching, nothing > in dmesg, nada. If JMG is out there, now would be a good time to step Well, nothing even with a verbose boot? Does the kernel module(s) load at all? -- Regards, Torfinn Ingolfsen From jmg at funkthat.com Sun Nov 30 12:17:11 2008 From: jmg at funkthat.com (John-Mark Gurney) Date: Sun Nov 30 12:17:17 2008 Subject: FreeBSD video recorder (was: FreeBSD as a HTPC!) In-Reply-To: <1d3ed48c0811282346p1c7b6c52q714d5b6ccd0941ce@mail.gmail.com> References: <20081129030722.GD26930@dereel.lemis.com> <200811290710.HAA09724@sopwith.solgatos.com> <1d3ed48c0811282346p1c7b6c52q714d5b6ccd0941ce@mail.gmail.com> Message-ID: <20081130195816.GB34842@funkthat.com> Kevin Downey wrote this message on Fri, Nov 28, 2008 at 23:46 -0800: > On Fri, Nov 28, 2008 at 3:10 PM, Dieter wrote: > >> I started on this track a while back, but the main problem I've had is > >> that FreeBSD doesn't support any digital tuners. Here in Australia we > >> have digital TV with resolutions of up to 720p (1280x720 > >> non-interlaced) or 1080i (1920x1080 interlaced). 720p is better. > > > > Well... 720p is better in some ways, 1080i is better in others. > > But for tuner support what matters is ATSC or DVB-T. > > > >> So what I do is to copy the saved MPEG files to the FreeBSD machine > >> and use mplayer, along with a series of scripts, to play it. I'm > >> using a DVICO remote control (the one that came with the tuner), and > >> not coincidentally this is one of the few TV remote controls which > >> FreeBSD supports. > > > > There is a FreeBSD driver for the DViCO FusionHDTV5 if that's the tuner > > you have. I don't know if it supports DVB-T though... > > > > And Jason has written a driver that supports several cx88 based cards. > > And there is the HDHomeRun that just needs Ethernet. > > > > So you can use FreeBSD for recording, if you have the right tuner. > > Support for additional tuners would of course be welcome. > > does anyone know how the heck you build the driver for the divco > fusion? as far as I can tell it is a bunch of files in p4, which means > it is a huge pain to get them. I think I did manage to build the > kernel module but it made my amd64 machine kernel panic. > > I sent an email to JohnMarkGurney with some questions, but I never got a reply. Sorry, been a bit lax on reading email recently. I've updated the wiki page: http://wiki.freebsd.org/HDTV/DViCOFusionHDTV5Lite to contain a bit more, and put a tarball of the perforce code up to make it easier to fetch. It was last compiled w/ a -current of early 2007, but there shouldn't be any significant changes causing problems. If there are, let me know. > so saying the card is supported maybe a stretch. I am getting close to not using mine anymore. Now w/ the HDHomeRun working so well, and about the same price per tuner as a Lite, it's hard to support such a crappy chip as the bt878. Plus, the people at SiliconDust are interested in supporting their product on other platforms, like FreeBSD, unlike DViCO.. Even w/ only two tuners and an ethernet card on the PCI bus doing a single capture and sending out that stream via the ethernet card (yes, only 5 MB/s on the PCI bus), I get fifo overruns. It could be my chipset or an agressive em card, but I switched to using a PCI-e NIC and that solved it, but with such a sensitive card, it's hard to continue support. Though I will admit that I do ocassionally have udp socket buffer overruns w/ the HDHomeRun, it works great, about to get a second to replace the two Lite's in my machine... I'll still provide some basic support, but don't expect to much... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From redchin at gmail.com Sun Nov 30 14:08:16 2008 From: redchin at gmail.com (Kevin Downey) Date: Sun Nov 30 14:08:22 2008 Subject: FreeBSD video recorder (was: FreeBSD as a HTPC!) In-Reply-To: <20081130195816.GB34842@funkthat.com> References: <20081129030722.GD26930@dereel.lemis.com> <200811290710.HAA09724@sopwith.solgatos.com> <1d3ed48c0811282346p1c7b6c52q714d5b6ccd0941ce@mail.gmail.com> <20081130195816.GB34842@funkthat.com> Message-ID: <1d3ed48c0811301408y501a9cd0kb9190f56d0e10d12@mail.gmail.com> On Sun, Nov 30, 2008 at 11:58 AM, John-Mark Gurney wrote: > Kevin Downey wrote this message on Fri, Nov 28, 2008 at 23:46 -0800: >> On Fri, Nov 28, 2008 at 3:10 PM, Dieter wrote: >> >> I started on this track a while back, but the main problem I've had is >> >> that FreeBSD doesn't support any digital tuners. Here in Australia we >> >> have digital TV with resolutions of up to 720p (1280x720 >> >> non-interlaced) or 1080i (1920x1080 interlaced). 720p is better. >> > >> > Well... 720p is better in some ways, 1080i is better in others. >> > But for tuner support what matters is ATSC or DVB-T. >> > >> >> So what I do is to copy the saved MPEG files to the FreeBSD machine >> >> and use mplayer, along with a series of scripts, to play it. I'm >> >> using a DVICO remote control (the one that came with the tuner), and >> >> not coincidentally this is one of the few TV remote controls which >> >> FreeBSD supports. >> > >> > There is a FreeBSD driver for the DViCO FusionHDTV5 if that's the tuner >> > you have. I don't know if it supports DVB-T though... >> > >> > And Jason has written a driver that supports several cx88 based cards. >> > And there is the HDHomeRun that just needs Ethernet. >> > >> > So you can use FreeBSD for recording, if you have the right tuner. >> > Support for additional tuners would of course be welcome. >> >> does anyone know how the heck you build the driver for the divco >> fusion? as far as I can tell it is a bunch of files in p4, which means >> it is a huge pain to get them. I think I did manage to build the >> kernel module but it made my amd64 machine kernel panic. >> >> I sent an email to JohnMarkGurney with some questions, but I never got a reply. > > Sorry, been a bit lax on reading email recently. I've updated the > wiki page: http://wiki.freebsd.org/HDTV/DViCOFusionHDTV5Lite to contain > a bit more, and put a tarball of the perforce code up to make it easier > to fetch. > > It was last compiled w/ a -current of early 2007, but there shouldn't > be any significant changes causing problems. If there are, let me know. > >> so saying the card is supported maybe a stretch. > > I am getting close to not using mine anymore. Now w/ the HDHomeRun > working so well, and about the same price per tuner as a Lite, it's hard > to support such a crappy chip as the bt878. Plus, the people at > SiliconDust are interested in supporting their product on other platforms, > like FreeBSD, unlike DViCO.. > > Even w/ only two tuners and an ethernet card on the PCI bus doing a > single capture and sending out that stream via the ethernet card (yes, > only 5 MB/s on the PCI bus), I get fifo overruns. It could be my > chipset or an agressive em card, but I switched to using a PCI-e NIC > and that solved it, but with such a sensitive card, it's hard to > continue support. > > Though I will admit that I do ocassionally have udp socket buffer > overruns w/ the HDHomeRun, it works great, about to get a second to > replace the two Lite's in my machine... > > I'll still provide some basic support, but don't expect to much... > > -- > John-Mark Gurney Voice: +1 415 225 5579 > > "All that I will do, has been done, All that I have, has not." > holy christ, it works! thanks a bunch! (wish I had a homerun, but the fusions was less then $40 on ebay) -- And what is good, Phaedrus, And what is not good? Need we ask anyone to tell us these things? From numardbsd at gmail.com Sun Nov 30 17:44:56 2008 From: numardbsd at gmail.com (Norberto Meijome) Date: Sun Nov 30 17:45:03 2008 Subject: [OT] Streaming service...? In-Reply-To: <1227865332.4196.5.camel@localhost> References: <20081128111710.642dfe39@ayiin> <1227865332.4196.5.camel@localhost> Message-ID: <20081201124438.51d54ba1@ayiin> On Fri, 28 Nov 2008 09:42:12 +0000 Tom Evans wrote: > audio/musicpd with icecast streaming. thanks Tom - it looks like it'll do what I want... i thought it wouldn't work because i need support for normal mp3 streams..but i see you can feed into icecast, so that seems ok for me. cheers, b _________________________ {Beto|Norberto|Numard} Meijome If Bill Gates had a dollar for every time a Windows box crashed... .. Oh, wait a minute, he already does. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.