From rick-freebsd at kiwi-computer.com Sun Jun 1 06:31:58 2008 From: rick-freebsd at kiwi-computer.com (Rick C. Petty) Date: Sun Jun 1 06:32:02 2008 Subject: pvrxxx recording In-Reply-To: <20080530163356.196549a87jpa2gys@webmail.leidinger.net> References: <80f4f2b20805290402w84c3f4k3f302385396b6b1c@mail.gmail.com> <20080529170858.GA70632@keira.kiwi-computer.com> <20080530163356.196549a87jpa2gys@webmail.leidinger.net> Message-ID: <20080601063156.GA13314@keira.kiwi-computer.com> On Fri, May 30, 2008 at 04:33:56PM +0200, Alexander Leidinger wrote: > > >mkfifo $TMP_PREFIX.wav > >lame --decode $TMP_PREFIX.mp2 $TMP_PREFIX.wav > > As one of the lame developers: lame is not a decoder, it is a encoder. > You are better off by using an decoder to decode this. I would use > madplay. Sure, but it does the job to decode as well. I just was giving the example of what I use. I use lame because I rip my CDs with it. > >then encode into AC3 using multimedia/ffmpeg: > > > >ffmpeg -i $TMP_PREFIX.wav -y -vn -ab 192000 -acodec ac3 -ar 48000 -ac 2 \ > > $TMP_PREFIX.ac3 > > ffmpeg does not understand mp2 inputs? Hmm, I don't recall. I spent a lot of time setting up my current scripts to work, and once they did I stopped caring. If it's not broke, don't fix it. I do have troubles sometimes if my cuts aren't right and the demux creates mp3 or mp1 files. Bah! -- Rick C. Petty From rick-freebsd at kiwi-computer.com Sun Jun 1 06:41:01 2008 From: rick-freebsd at kiwi-computer.com (Rick C. Petty) Date: Sun Jun 1 06:41:05 2008 Subject: pvrxxx recording In-Reply-To: <80f4f2b20805301548x2e5e55d2g32267504797ffcdb@mail.gmail.com> References: <80f4f2b20805290402w84c3f4k3f302385396b6b1c@mail.gmail.com> <20080529170858.GA70632@keira.kiwi-computer.com> <80f4f2b20805301548x2e5e55d2g32267504797ffcdb@mail.gmail.com> Message-ID: <20080601064100.GB13314@keira.kiwi-computer.com> On Fri, May 30, 2008 at 06:48:36PM -0400, Jim Stapleton wrote: > > I never said or insinuated that the stepwise process is functional (or > not minded) on my computer. I simply said cat'ing the device to the > drive causes a video that looks acceptable (actually good). > The stepwise process is not feasable with my current setup/situation > due to drive space, and the length of some of the recordings I want to Sure. And you could probably use my (or similar) technique using named pipes and not have to consume the disk space. My method works for me; if it helps you out, great. > do. Also, having tested it out, the coversion is actually worse in the > stepwise process. Probable because you're decoding and reencoding a lot. That's why I use dvbcut and tcrequant. Those two tools supposedly do their work with minimal (if at all) decoding/encoding, thereby reducing artifacts. I did put my technique through a lot of testing before I decided it was worthy of a script. > Also, in the stepped process > * all the conversions took about 4-5 seconds for a 20 second video > * my CPU was at fairly low utilization 45-65%. Which sounds like the conversion will lose quality. The faster the encode, the lower quality. > * At the time of the conversion/recording, my disk IO was being hogged > by a compile and backup process. I have no problems recording two channels simultaneously with my pvr500 while doing other operations such as disk I/O or video conversion. Granted with FreeBSD's caching algorithms, if I don't touch certain processes (like firefox) while I'm converting, I have to wait for those processes to swap in when I do use them again. Video processing is highly memory-intensive. > Is there extra overhead to compressing something straight out of the > tuner? Using a similarly performing algorithm, (2x on each axis, 4x > the power, right?) should be possible real-time with the same 45-65% > CPU utilization. Not sure what you mean. In my case, the video coming out of the card is compressed. I'm certain a standard PCI bus cannot handle the bandwidth of raw video very well, as I've seen with my bktr cards. -- Rick C. Petty From wthankachan at gmail.com Sun Jun 1 08:11:19 2008 From: wthankachan at gmail.com (Wilson Thankachan) Date: Sun Jun 1 08:11:22 2008 Subject: open("/dev/bktr0") failed: No such file or directory Message-ID: Hi, I recently installed PCBSD in my PC and am trying to configure fxtv. I have a Phillips TV tuner. These are the things that I did. 1) I did a make under /usr/ports/multimedia/fxtv/ 2) added the following line in /boot/loader.conf bktr_load="YES" 3) rebooted the PC got the following message in demsg bktr_mem: memory holder loaded 4) when I run fxtv I get the follwing error open("/dev/bktr0") failed: No such file or directory What am i missing? Do i have to install the BKTR driver if so where can I get it. By the I dont see this device under /dev Thanks, Wilson From freebsd at sopwith.solgatos.com Sun Jun 1 15:26:28 2008 From: freebsd at sopwith.solgatos.com (Dieter) Date: Sun Jun 1 15:26:32 2008 Subject: pvrxxx recording In-Reply-To: Your message of "Sun, 01 Jun 2008 01:41:00 CDT." <20080601064100.GB13314@keira.kiwi-computer.com> Message-ID: <200806011522.PAA13814@sopwith.solgatos.com> > > Is there extra overhead to compressing something straight out of the > > tuner? Using a similarly performing algorithm, (2x on each axis, 4x > > the power, right?) should be possible real-time with the same 45-65% > > CPU utilization. > > Not sure what you mean. In my case, the video coming out of the card is > compressed. I'm certain a standard PCI bus cannot handle the bandwidth of > raw video very well, as I've seen with my bktr cards. Analog tuner cards without hardware compression send raw uncompressed video over the PCI bus and it works fine. If I've calculated correctly, 720x480 4:2:0 would be approx 15.5 MB/s. Uncompressed HD would likely be a problem, especially if anything else wants any PCI bandwidth. 4:4:4 would be impossible. But then I don't know of any cards that capture raw HD. Doing lossy compression once is bad enough. Compressing and uncompressing multiple times is a recipe for ugly video. From usleepless at gmail.com Sun Jun 1 19:52:08 2008 From: usleepless at gmail.com (usleepless@gmail.com) Date: Sun Jun 1 19:52:12 2008 Subject: pvrxxx recording In-Reply-To: <200805301511.m4UFBIwb033032@monk.cnd.dundas.on.ca> References: <200805301511.m4UFBIwb033032@monk.cnd.dundas.on.ca> Message-ID: Douglas, On Fri, May 30, 2008 at 5:11 PM, Douglas Berry wrote: > On Thu, 29 May 2008 21:39:01 +0200, usleepless@gmail.com wrote: >> I recently adjusted the bitrate for my profile from ~10Mbit to >> ~5MBit. I hardly notice a difference except for fast moving sports >> such as tennis and motorsports. > > Thanks for that. Before I try reducing the bitrate, is there > a way to turn off interlacing in the driver? On panning > shots, I'm distracted by the "comb effect" on edges. > > Thanks for your work on this driver. which version of the driver are you currently using? the one from ports? did you provide firmware files yourself? regards, usleep From doug at bitnix.ca Mon Jun 2 02:22:13 2008 From: doug at bitnix.ca (Douglas Berry) Date: Mon Jun 2 02:22:17 2008 Subject: pvrxxx recording In-Reply-To: Your message of "Sun, 01 Jun 2008 21:52:07 +0200." Message-ID: <200806020155.m521tCYd004117@monk.cnd.dundas.on.ca> On Sun, 01 Jun 2008 21:52:07 +0200, usleepless@gmail.com wrote: > Douglas, > > On Fri, May 30, 2008 at 5:11 PM, Douglas Berry wrote: > > On Thu, 29 May 2008 21:39:01 +0200, usleepless@gmail.com wrote: > >> I recently adjusted the bitrate for my profile from ~10Mbit to > >> ~5MBit. I hardly notice a difference except for fast moving sports > >> such as tennis and motorsports. > > > > Thanks for that. Before I try reducing the bitrate, is there > > a way to turn off interlacing in the driver? On panning > > shots, I'm distracted by the "comb effect" on edges. > > > > Thanks for your work on this driver. > > which version of the driver are you currently using? the one from > ports? did you provide firmware files yourself? > > regards, > > usleep > I'm using pvrxxx-20072304... wirh a cxm0: mem 0xf8000000-0xfbffffff irq 21 at device 10.0 on pci2 cxm_iic0: on cxm0 iicbb0: on cxm_iic0 cxm0: Eeprom NTSC tuner: type set to 47 (LG NTSC (TAPE series)) by cxm cxm0: SAA7115 rev 1 video decoder cxm0: MSP4448G-A2 audio decoder cxm0: IR Remote cxm0: [GIANT-LOCKED] cxm0: [ITHREAD] cxm0: encoder firmware version 0x2060039 cxm0: decoder firmware version 0x2020023 cheers, doug From bugmaster at FreeBSD.org Mon Jun 2 11:06:57 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 2 11:07:18 2008 Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org Message-ID: <200806021106.m52B6u3l093232@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs o kern/115666 multimedia [sound] Microphone does not work o kern/119181 multimedia [snd_hda] snd_hda needs doesn't recognise headphones o o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o kern/120144 multimedia [snd_hda] snd_hda plays sound on all outputs o kern/121156 multimedia [sound]: [PATCH] Turn on inverted external amplifier s o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o ports/122305 multimedia multimedia/gstreame - gst-inspect-0.10 hangs when chec o ports/123327 multimedia Port fix: graphics/libcaca - CONFIGURE_ENV incorrectly 23 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/79678 multimedia [sound] sound works except recording from any source o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla s kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr o kern/117599 multimedia [sound] Audio routing problem NVIDIA MCP51 HDA o kern/117729 multimedia [snd_hda] microphone is not working with snd_hda on Fr o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o ports/118289 multimedia port of multimedia/tovid only semi works on 6.2 Releas o kern/119671 multimedia [snd_hda] line is mic and mic is line on Fujitsu Sieme o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o ports/121662 multimedia graphics/libcaca - not bumped after imlib2 upgrade o ports/122899 multimedia [PATCH] audio/liba52: powerpc build requires -fPIC o ports/122922 multimedia [ patch ] multimedia/ffmpeg text output is mangled o ports/122967 multimedia Port fix: multimedia/y4mscaler - Define missing symbol o ports/122984 multimedia Port fix: multimedia/dirac-reference - Fix pkg-plist o ports/123409 multimedia [Patch] ports:multimedia/ffmpeg fix WITH_OPTIMIZED_CFL o ports/123684 multimedia [PATCH] audio/nas: update to 1.9.1 37 problems total. From wa4geg at netscape.net Mon Jun 2 13:43:07 2008 From: wa4geg at netscape.net (wa4geg@netscape.net) Date: Mon Jun 2 13:43:11 2008 Subject: Sound skips and clicks problem; Asus A8V-X main board anyone? Message-ID: <8CA92CC509039FD-12AC-BCC@MBLK-M25.sysops.aol.com> Hi FreeBSD-Multimedia, Sound skips and clicks problem on Asus A8V-X main board, using the VIA VT8251/8237A on-board HDA controller. I'm running a fresh inst of FreeBSD 7.0 Release, AMD64. Anyone have this same main board and the on-board sound working properly? I'd be interested to know how you got it working. What I have so far: Sound driver is snd_hda I've also tried adding the following in etc/sysctl.conf -- but no improvement: hw.snd.latency_profile=0 hw.snd.latency=0 hw.snd.feeder_buffersize=16384 Any suggestions? Please CC me. Thanks, Byron From derek.graham at att.net Tue Jun 3 01:50:09 2008 From: derek.graham at att.net (Derek Graham) Date: Tue Jun 3 01:50:12 2008 Subject: Flickr client Message-ID: <200806022023.03116.derek.graham@att.net> I was curious is there a client that works in FreeBSD in which a flickr client that allows large bulk uploads to flickr? I am wanting to upload more then 5 at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those two are only linux but any advice would be greatly appreciated. Thanks Derek From derek.graham at att.net Tue Jun 3 02:07:44 2008 From: derek.graham at att.net (Derek Graham) Date: Tue Jun 3 02:07:49 2008 Subject: Flickr client In-Reply-To: <20080603013524.GA6237@bacardi> References: <200806022023.03116.derek.graham@att.net> <20080603013524.GA6237@bacardi> Message-ID: <200806022040.38622.derek.graham@att.net> on Monday 02 June 2008Monday 02 June 2008 Fraser Tweedale Fraser Tweedale wrote: > On Mon, Jun 02, 2008 at 08:23:02PM -0500, Derek Graham wrote: > > I was curious is there a client that works in FreeBSD in which a flickr > > client that allows large bulk uploads to flickr? I am wanting to upload > > more then 5 at a time and tried jUploadr(alot of errors) and kflickr(wont > > build). Those two are only linux but any advice would be greatly > > appreciated. > > > > Thanks Derek > > A quick search of the ports tree shows a bunch of perl modules but nothing > in the way of a standalone client. > > frase yeah i looked and saw them, they are all command line and not what i am looking for. LOL I am limited via flash9 issue and a good alternative to flickr or jUploadr :) Time will show a good alternative i am sure. :) From frase at frase.id.au Tue Jun 3 02:09:45 2008 From: frase at frase.id.au (Fraser Tweedale) Date: Tue Jun 3 02:09:48 2008 Subject: Flickr client In-Reply-To: <200806022023.03116.derek.graham@att.net> References: <200806022023.03116.derek.graham@att.net> Message-ID: <20080603013524.GA6237@bacardi> On Mon, Jun 02, 2008 at 08:23:02PM -0500, Derek Graham wrote: > I was curious is there a client that works in FreeBSD in which a flickr client > that allows large bulk uploads to flickr? I am wanting to upload more then 5 > at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those > two are only linux but any advice would be greatly appreciated. > > Thanks Derek A quick search of the ports tree shows a bunch of perl modules but nothing in the way of a standalone client. frase -------------- 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/20080603/76effc63/attachment.pgp From bakul at bitblocks.com Tue Jun 3 02:11:21 2008 From: bakul at bitblocks.com (Bakul Shah) Date: Tue Jun 3 02:11:23 2008 Subject: Flickr client In-Reply-To: Your message of "Mon, 02 Jun 2008 20:23:02 CDT." <200806022023.03116.derek.graham@att.net> Message-ID: <20080603020141.5C71F5B47@mail.bitblocks.com> On Mon, 02 Jun 2008 20:23:02 CDT Derek Graham wrote: > I was curious is there a client that works in FreeBSD in which a flickr clien > t > that allows large bulk uploads to flickr? I am wanting to upload more then 5 > at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those > two are only linux but any advice would be greatly appreciated. > > Thanks Derek How about http://manishrjain.googlepages.com/flickrfs Since this uses FUSE it might easily port to freebsd. From sahil at tandon.net Tue Jun 3 03:52:24 2008 From: sahil at tandon.net (Sahil Tandon) Date: Tue Jun 3 03:52:28 2008 Subject: Flickr client In-Reply-To: <200806022023.03116.derek.graham@att.net> References: <200806022023.03116.derek.graham@att.net> Message-ID: <20080603033426.GC53289@shepherd> Derek Graham wrote: > I was curious is there a client that works in FreeBSD in which a flickr > client that allows large bulk uploads to flickr? I am wanting to upload > more then 5 at a time and tried jUploadr(alot of errors) and kflickr(wont > build). Those two are only linux but any advice would be greatly > appreciated. graphics/f-spot is a photo management tool for GNOME and includes an 'export to flickr' feature. www/p5-Flickr-Upload is a command-line tool that works quite well if you don't need the GUI. -- Sahil Tandon From 7yuny1 at gmail.com Tue Jun 3 04:28:19 2008 From: 7yuny1 at gmail.com (Jyun-Yi Liou) Date: Tue Jun 3 04:28:21 2008 Subject: Flickr client In-Reply-To: <200806022023.03116.derek.graham@att.net> References: <200806022023.03116.derek.graham@att.net> Message-ID: <81a9e3840806022103j3a7b0da7n1c8c69a49f5563ae@mail.gmail.com> 2008/6/3 Derek Graham : > I was curious is there a client that works in FreeBSD in which a flickr > client > that allows large bulk uploads to flickr? I am wanting to upload more then > 5 > at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those > two are only linux but any advice would be greatly appreciated. > > Thanks Derek > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Hi Derek, I use pearch and give flicker as a key wok, the output I got below net/p5-Net-FS-Flickr A Perl interface for store and retrieve files on Flickr www/flickcurl C library for the Flickr API www/p5-Flickr-API Perl interface to the Flickr API www/p5-Flickr-Upload Upload images to flickr.com www/p5-Net-Flickr-API Base API class for Net::Flickr::* libraries www/p5-Net-Flickr-Backup OOP for backing up your Flickr photos locally www/p5-Net-Flickr-RDF Describe Flickr photos as RDF I think a little perl script will be helpful with www/p5-Flickr-Upload :-D HTH, jyuny1 From n0oct at sbcglobal.net Tue Jun 3 13:32:33 2008 From: n0oct at sbcglobal.net (jim smith) Date: Tue Jun 3 13:32:42 2008 Subject: Flickr client In-Reply-To: <200806022040.38622.derek.graham@att.net> References: <200806022023.03116.derek.graham@att.net> <20080603013524.GA6237@bacardi> <200806022040.38622.derek.graham@att.net> Message-ID: <20080603083232.8a643d89.n0oct@sbcglobal.net> On Mon, 2 Jun 2008 20:40:38 -0500 Derek Graham wrote: > yeah i looked and saw them, they are all command line and not what i am > looking for. LOL I am limited via flash9 issue and a good alternative to > flickr or jUploadr :) Time will show a good alternative i am sure. > > :) You could always go the wine route, and try an M$ based uploader. -- jim smith From linimon at FreeBSD.org Thu Jun 5 18:21:24 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Thu Jun 5 18:21:25 2008 Subject: kern/124319: [snd_emu10k1] [regression] Cannot record from second card when two cards are in system Message-ID: <200806051821.m55ILN1N074181@freefall.freebsd.org> Old Synopsis: [snd_emu10k1] Regression: Cannot record from second card when two cards are in system New Synopsis: [snd_emu10k1] [regression] Cannot record from second card when two cards are in system Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 5 18:21:03 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=124319 From frtzkatz at yahoo.com Thu Jun 5 18:51:56 2008 From: frtzkatz at yahoo.com (Fritz Katz) Date: Thu Jun 5 18:52:00 2008 Subject: How to add support for (an 'unknown') TV tuner? Message-ID: <871582.35308.qm@web63015.mail.re1.yahoo.com> Hi, I have a "Encore ENL-TV-FM" video tuner card that I'd like to use on my FreeBSD system. # btsetup btsetup> show BKTR - BrookTree/Conexant BT8x8 based cards =============================================== BKTR MODULE LOADED........... No BKTR DEVICE PERMISSIONS...... Not OK SAA - Philips SAA713x based cards =============================================== SAA MODULE LOADED............ Yes SAA DEVICE PERMISSIONS....... OK SAA CAPTURE CHIP............. Philips SAA7133 SAA TV CARD.................. Unknown card/vendor SAA TUNER TYPE............... Philips, NTSC M/N Looking at 'dmesg' I see both the Philips-SAA7133 and the 'Unknown' appear on the I2C bus: saa0: mem 0xf9fff800-0xf9ffffff irq 16 at device 9.0 on pci1 iicbus0: on saa0 iicbus0: at addr 0 iic0: on iicbus0 saa0: [ITHREAD] It shows up as 'Unknown card/vendor' but the part number on the board is: TNF-5835-MFF (inside tuner can: TNF-9835-A3, Texas_Inst-SN761677-TV-VCR_Tuner Philips-TDA9809-FM_Modulator Philips-TDA7040-stereo-decoder) It's manufactured by 'Shenzhen Tena' in Guangdong China A search of the bttv gallery shows it is very common: ( http://www.bttv-gallery.de/ ): TVGo A11 WDM TVTuner PhTVTune Norwood Micro Tv Sabrent SBT-TVFM Mercury Ez View TV Tuner Powercolor MTV878 Pixelview PlayTV (... more ...) So, it would be worthwhile to start a project to add support for this and similar tuners. I have hardware specs with I2C commands from 'Shenzhen Tena'. Also, I've heard that BrookTree/Conexant is no longer supplying parts for TV-card manufacturers -- I couldn't find any TV-Tuners which have the old cards in stock which the bktr driver supports at my local electronics superstore (Fry's in California). Anyway, in the USA broadcasts are switching over to ATSC-HD-DTV and old NTSC broadcasts are being phased out (by Feb. 2009). New tuners are coming to market everyday. We need to expand the tuner selection available for FreeBSD multimedia. Anyone want to work with me on a project to add drivers for those new, unsupported tuners to FreeBSD? Regards, -- Fritz Katz frtzkatz (at) yahoo.com From stapleton.41 at gmail.com Thu Jun 5 21:46:12 2008 From: stapleton.41 at gmail.com (Jim Stapleton) Date: Thu Jun 5 21:46:15 2008 Subject: pvrxxx recording In-Reply-To: <20080601064100.GB13314@keira.kiwi-computer.com> References: <80f4f2b20805290402w84c3f4k3f302385396b6b1c@mail.gmail.com> <20080529170858.GA70632@keira.kiwi-computer.com> <80f4f2b20805301548x2e5e55d2g32267504797ffcdb@mail.gmail.com> <20080601064100.GB13314@keira.kiwi-computer.com> Message-ID: <80f4f2b20806051446s7b9b381aid162345771934bbd@mail.gmail.com> OK, I found the problem. The emails made a little voice in the back of my head start screaming "check the output bitrate numbskull!" I looked over the output bitrate and got 360K. I tried upping it to 1200K and 1500K (-b in ffmpeg). It went from reencoding at 4-5x, but the quality looked suitable. Still not as good as the original, but good enough I can watch from my couch (where I like watching TV anyway), without complaints. The problem is, the 22MB/20second file turned into 16 and 17MB respectivly. Not much compression improvement. Can anyone reccomend a format combo that will achive a better quality:size ratio than mpeg2video/mp2/mpeg? If ffmpeg doesn't work well, could I get suggestions for a program (and the port that provides the program)? Thanks, -Jim Stapleton From danny at ricin.com Thu Jun 5 23:56:04 2008 From: danny at ricin.com (Danny Pansters) Date: Thu Jun 5 23:56:08 2008 Subject: How to add support for (an 'unknown') TV tuner? In-Reply-To: <871582.35308.qm@web63015.mail.re1.yahoo.com> References: <871582.35308.qm@web63015.mail.re1.yahoo.com> Message-ID: <200806060155.59141.danny@ricin.com> On Thursday 05 June 2008 20:51:54 Fritz Katz wrote: > Hi, > > I have a "Encore ENL-TV-FM" video tuner card that I'd like to use on my > FreeBSD system. > > # btsetup > btsetup> show > BKTR - BrookTree/Conexant BT8x8 based cards > =============================================== > BKTR MODULE LOADED........... No > BKTR DEVICE PERMISSIONS...... Not OK > > SAA - Philips SAA713x based cards > =============================================== > SAA MODULE LOADED............ Yes > SAA DEVICE PERMISSIONS....... OK > SAA CAPTURE CHIP............. Philips SAA7133 > SAA TV CARD.................. Unknown card/vendor > SAA TUNER TYPE............... Philips, NTSC M/N > > Looking at 'dmesg' I see both the Philips-SAA7133 and the 'Unknown' > appear on the I2C bus: > > saa0: mem 0xf9fff800-0xf9ffffff irq > 16 at device 9.0 on pci1 iicbus0: on saa0 > iicbus0: at addr 0 > iic0: on iicbus0 > saa0: [ITHREAD] > > It shows up as 'Unknown card/vendor' but the part number on the board is: > TNF-5835-MFF (inside tuner can: > TNF-9835-A3, > Texas_Inst-SN761677-TV-VCR_Tuner > Philips-TDA9809-FM_Modulator > Philips-TDA7040-stereo-decoder) > It's manufactured by 'Shenzhen Tena' in Guangdong China > > A search of the bttv gallery shows it is very common: > ( http://www.bttv-gallery.de/ ): > TVGo A11 WDM TVTuner > PhTVTune > Norwood Micro Tv > Sabrent SBT-TVFM > Mercury Ez View TV Tuner > Powercolor MTV878 > Pixelview PlayTV > (... more ...) > > So, it would be worthwhile to start a project to add support for this and > similar tuners. I have hardware specs with I2C commands from 'Shenzhen > Tena'. > > Also, I've heard that BrookTree/Conexant is no longer supplying parts for > TV-card manufacturers -- I couldn't find any TV-Tuners which have the old > cards in stock which the bktr driver supports at my local electronics > superstore (Fry's in California). Anyway, in the USA broadcasts are > switching over to ATSC-HD-DTV and old NTSC broadcasts are being phased out > (by Feb. 2009). New tuners are coming to market everyday. We need to > expand the tuner selection available for FreeBSD multimedia. > > Anyone want to work with me on a project to add drivers for those new, > unsupported tuners to FreeBSD? > > Regards, > -- Fritz Katz > frtzkatz (at) yahoo.com Are you the same as Reid Judd who emailed me earlier? It seems that for someone in eastern-europe using a similat "TNF" tuner, the audio can be made to work in kbtv2 if the sau device gets opened and closed whenever used, so when it's not kept open. I'm going to just put that in 1.97 (RC4 upcoming). May work too for NTSC with this sort of tuner. As far as the video goes, make sure you select ntsc as video standard, if the image still shows extra data instead of just the active video let me know. Obviously, no feedback == no improvement. Cheers, Dan From rick-freebsd at kiwi-computer.com Fri Jun 6 05:49:10 2008 From: rick-freebsd at kiwi-computer.com (Rick C. Petty) Date: Fri Jun 6 05:49:12 2008 Subject: pvrxxx recording In-Reply-To: <80f4f2b20806051446s7b9b381aid162345771934bbd@mail.gmail.com> References: <80f4f2b20805290402w84c3f4k3f302385396b6b1c@mail.gmail.com> <20080529170858.GA70632@keira.kiwi-computer.com> <80f4f2b20805301548x2e5e55d2g32267504797ffcdb@mail.gmail.com> <20080601064100.GB13314@keira.kiwi-computer.com> <80f4f2b20806051446s7b9b381aid162345771934bbd@mail.gmail.com> Message-ID: <20080606054908.GA97300@keira.kiwi-computer.com> On Thu, Jun 05, 2008 at 05:46:11PM -0400, Jim Stapleton wrote: > > The problem is, the 22MB/20second file turned into 16 and 17MB > respectivly. Not much compression improvement. > > Can anyone reccomend a format combo that will achive a better > quality:size ratio than mpeg2video/mp2/mpeg? If ffmpeg doesn't work > well, could I get suggestions for a program (and the port that > provides the program)? MPEG4 with a lot of options specified. The problem is the CPU overhead >> real time. -- Rick C. Petty From aopopov at yahoo.com Fri Jun 6 18:14:27 2008 From: aopopov at yahoo.com (Alexander Popov) Date: Fri Jun 6 18:14:30 2008 Subject: hwac3, AC3 passthrough Message-ID: <121546.71570.qm@web51408.mail.re2.yahoo.com> Hi, For a few days already I've been trying to get mplayer to output on S/PDIF, but no luck... Could anybody help? - I've got Trust SC-5250 sound card (CMI8738 chip) that works fine in stereo mode with snd_cmi driver - I'm using FreeBSD 7.0-REL - did set sysctl dev.pcm.0.spdif_enabled=1 - compiled mplayer from ports Whatever I do, I get the following output: "[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!" And then through standard analog out I hear some low noise, but nothing on spdif... # cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at io 0xdc00 irq 12 kld snd_cmi [MPSAFE] (1p:1v/1r:1v channels duplex default) # # sysctl -a | grep pcm dev.pcm.0.%desc: CMedia CMI8738 dev.pcm.0.%driver: pcm dev.pcm.0.%location: slot=9 function=0 dev.pcm.0.%pnpinfo: vendor=0x13f6 device=0x0111 subvendor=0x13f6 subdevice=0x0111 class=0x040100 dev.pcm.0.%parent: pci0 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.0.spdif_enabled: 1 # And this is the full output I get from mplayer: # mplayer -v -vo null -afm hwac3 4EL_PAUK_3_scteam.ru.avi MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team CPU: AMD Athlon(tm) processor (Family: 6, Model: 4, Stepping: 4) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0 Compiled with runtime CPU detection. get_path('codecs.conf') -> '/root/.mplayer/codecs.conf' Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': No such file or directory Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: --enable-png --enable-menu --disable-faad-external --disable-vidix-external --disable-tv-v4l1 --disable-tv-v4l2 --disable-dvdnav --disable-dvdread --disable-ssse3 --disable-faac --disable-twolame --disable-mencoder --disable-inet6 --disable-mad --disable-libdv --disable-tremor-internal --disable-tremor-external --disable-musepack --enable-libdca --enable-speex --disable-xanim --disable-live --disable-xmms --disable-jack --disable-nas --disable-openal --disable-smb --disable-fribidi --disable-cdparanoia --disable-libcdio --disable-ladspa --disable-liblzo --enable-runtime-cpudetection --win32codecsdir=/usr/local/lib/win32 --enable-real --realcodecsdir=/usr/local/lib/win32 --enable-gui --with-extraincdir=/usr/local/include/freetype2 --enable-freetype --disable-rtc --disable-arts --disable-caca --disable-lirc --disable-sdl --disable-svga --disable-aa --disable-esd --disable-joystick --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man --build=i386-portbld-freebsd7.0 CommandLine: '-v' '-vo' 'null' '-afm' 'hwac3' '4EL_PAUK_3_scteam.ru.avi' init_freetype get_path('font/font.desc') -> '/root/.mplayer/font/font.desc' font: can't open file: /root/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay get_path('fonts') -> '/root/.mplayer/fonts' Using nanosleep() timing get_path('input.conf') -> '/root/.mplayer/input.conf' Can't open input config file /root/.mplayer/input.conf: No such file or directory Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory Falling back on default (hardcoded) input config get_path('4EL_PAUK_3_scteam.ru.avi.conf') -> '/root/.mplayer/4EL_PAUK_3_scteam.ru.avi.conf' Playing 4EL_PAUK_3_scteam.ru.avi. get_path('sub/') -> '/root/.mplayer/sub/' [file] File size is 1481095168 bytes STREAM: [file] 4EL_PAUK_3_scteam.ru.avi STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) LAVF_check: avi format AVI file format detected. list_end=0x2286 ======= AVI Header ======= us/frame: 40000 (fps=25.000) max bytes/sec: 0 padding: 0 MainAVIHeader.dwFlags: (272) HAS_INDEX IS_INTERLEAVED frames total: 200150 initial: 0 streams: 2 Suggested BufferSize: 0 Size: 640 x 272 ========================== list_end=0x10F4 ==> Found video stream: 0 [aviheader] Video stream found, -vid 0 ====== STREAM Header ===== Type: vids FCC: xvid (64697678) Flags: 0 Priority: 0 Language: 0 InitialFrames: 0 Rate: 25/1 = 25.000 Start: 0 Len: 200150 Suggested BufferSize: 73346 Quality 10000 Sample size: 0 ========================== Found 'bih', 40 bytes of 40 ======= VIDEO Format ====== biSize 40 biWidth 640 biHeight 272 biPlanes 1 biBitCount 12 biCompression 1145656920='XVID' biSizeImage 1044480 =========================== Regenerating keyframe table for MPEG-4 video. list_end=0x217A ==> Found audio stream: 1 [aviheader] Audio stream found, -aid 1 ====== STREAM Header ===== Type: auds FCC: (0) Flags: 0 Priority: 0 Language: 0 InitialFrames: 1 Rate: 48000/1 = 48000.000 Start: 0 Len: 384287232 Suggested BufferSize: 4608 Quality -1 Sample size: 1 ========================== Found 'wf', 18 bytes of 18 ======= WAVE Format ======= Format Tag: 8192 (0x2000) Channels: 6 Samplerate: 48000 avg byte/sec: 48000 Block align: 1 bits/sample: 0 cbSize: 0 ========================================================================== list_end=0x2286 AVI: dmlh found (size=248) (total_frames=200150) list_end=0x22C6 hdr=Software size=43 Software : VirtualDubMod 1.5.4.1 (build 2178/release) list_end=0x58027D5E Found movie at 0x280C - 0x58027D5E Reading INDEX block, 283546 chunks for 200150 frames (fpos=1476558182). AVI index offset: 0x2808 (movi=0x280C idx0=0x4 idx1=0x120C) Auto-selected AVI audio ID = 1 Auto-selected AVI video ID = 0 AVI: Searching for audio stream (id:1) AVI video size=1089891503 (200150) audio size=384287232 (384287232) VIDEO: [XVID] 640x272 12bpp 25.000 fps 1089.1 kbps (132.9 kbyte/s) [V] filefmt:3 fourcc:0x44495658 size:640x272 fps:25.00 ftime:=0.0400 Clip info: Software: VirtualDubMod 1.5.4.1 (build 2178/release) get_path('sub/') -> '/root/.mplayer/sub/' ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family INFO: libavcodec init OK! Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== ========================================================================== Trying to force audio codec driver family 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, 384000 bps, 48000 Hz AUDIO: 48000 Hz, 2 ch, ac3, 384.0 kbit/25.00% (ratio: 48000->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! Starting playback... XXX initial v_pts=0.000 a_pos=4608 (0.096) [ffmpeg] aspect_ratio: 2.352941 VDec: vo config request - 640 x 272 (preferred colorspace: Planar YV12) Trying filter chain: vo VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 2.35:1 - prescaling to correct movie aspect. VO Config (640x272->640x272,flags=0,'MPlayer',0x32315659) VO: [null] 640x272 => 640x272 Planar YV12 VO: Description: Null video output VO: Author: Aaron Holtzman *** [vo] Allocating (slices) mp_image_t, 640x272x12bpp YUV planar, 261120 bytes *** [vo] Allocating (slices) mp_image_t, 640x272x12bpp YUV planar, 261120 bytes *** [vo] Allocating (slices) mp_image_t, 640x272x12bpp YUV planar, 261120 bytes A: 1.2 V: 1.2 A-V: 0.005 ct: 0.000 31/ 31 3% 0% 0.4% 0 0 MPlayer interrupted by signal 2 in module: sleep_timer Uninit audio: hwac3 Uninit video: ffmpeg vo: x11 uninit called but X11 not inited.. # From infofarmer at FreeBSD.org Fri Jun 6 18:48:33 2008 From: infofarmer at FreeBSD.org (Andrew Pantyukhin) Date: Fri Jun 6 18:48:37 2008 Subject: hwac3, AC3 passthrough In-Reply-To: <121546.71570.qm@web51408.mail.re2.yahoo.com> References: <121546.71570.qm@web51408.mail.re2.yahoo.com> Message-ID: <20080606182941.GE52896@amilo.cenkes.org> On Fri, Jun 06, 2008 at 10:47:43AM -0700, Alexander Popov wrote: > Hi, > For a few days already I've been trying to get mplayer to > output on S/PDIF, but no luck... Could anybody help? > > - I've got Trust SC-5250 sound card (CMI8738 chip) that works > fine in stereo mode with snd_cmi driver FWIW, I've got a number of motherboards with via8237 built-in audio. S/PDIF (pass through and otherwise) only works with audio/oss from ports. Maybe you should give it a try. From kamikaze at bsdforen.de Sun Jun 8 13:54:15 2008 From: kamikaze at bsdforen.de (Dominic Fandrey) Date: Sun Jun 8 13:54:21 2008 Subject: gstreamer-plugins-bad plist broken Message-ID: <484BE093.4040503@bsdforen.de> # pkg_info -gx gstreamer-plugins-bad Information for gstreamer-plugins-bad-0.10.7_3,3: Mismatched Checksums: pkg_info: /usr/local/lib/gstreamer-0.10/libgstmodplug.a doesn't exist pkg_info: /usr/local/lib/gstreamer-0.10/libgstmodplug.la doesn't exist pkg_info: /usr/local/lib/gstreamer-0.10/libgstmodplug.so doesn't exist From bugmaster at FreeBSD.org Mon Jun 9 11:07:03 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 9 11:07:30 2008 Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org Message-ID: <200806091107.m59B72ei070804@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs o kern/115666 multimedia [sound] Microphone does not work o kern/119181 multimedia [snd_hda] snd_hda needs doesn't recognise headphones o o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o kern/120144 multimedia [snd_hda] snd_hda plays sound on all outputs o kern/121156 multimedia [sound]: [PATCH] Turn on inverted external amplifier s o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o ports/122305 multimedia multimedia/gstreame - gst-inspect-0.10 hangs when chec o ports/123327 multimedia Port fix: graphics/libcaca - CONFIGURE_ENV incorrectly o kern/124319 multimedia [snd_emu10k1] [regression] Cannot record from second c 24 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/79678 multimedia [sound] sound works except recording from any source o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla s kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr o kern/117599 multimedia [sound] Audio routing problem NVIDIA MCP51 HDA o kern/117729 multimedia [snd_hda] microphone is not working with snd_hda on Fr o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o ports/118289 multimedia port of multimedia/tovid only semi works on 6.2 Releas o kern/119671 multimedia [snd_hda] line is mic and mic is line on Fujitsu Sieme o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o ports/121662 multimedia graphics/libcaca - not bumped after imlib2 upgrade o ports/122899 multimedia [PATCH] audio/liba52: powerpc build requires -fPIC o ports/122922 multimedia [ patch ] multimedia/ffmpeg text output is mangled o ports/122967 multimedia Port fix: multimedia/y4mscaler - Define missing symbol o ports/122984 multimedia Port fix: multimedia/dirac-reference - Fix pkg-plist o ports/123409 multimedia [Patch] ports:multimedia/ffmpeg fix WITH_OPTIMIZED_CFL o ports/123684 multimedia [PATCH] audio/nas: update to 1.9.1 37 problems total. From stapleton.41 at gmail.com Mon Jun 9 11:20:34 2008 From: stapleton.41 at gmail.com (Jim Stapleton) Date: Mon Jun 9 11:20:40 2008 Subject: pvrxxx recording In-Reply-To: <20080606054908.GA97300@keira.kiwi-computer.com> References: <80f4f2b20805290402w84c3f4k3f302385396b6b1c@mail.gmail.com> <20080529170858.GA70632@keira.kiwi-computer.com> <80f4f2b20805301548x2e5e55d2g32267504797ffcdb@mail.gmail.com> <20080601064100.GB13314@keira.kiwi-computer.com> <80f4f2b20806051446s7b9b381aid162345771934bbd@mail.gmail.com> <20080606054908.GA97300@keira.kiwi-computer.com> Message-ID: <80f4f2b20806090420v773c6889oa08647fbb338a570@mail.gmail.com> > MPEG4 with a lot of options specified. The problem is the CPU overhead >> > real time. The CPU overhead didn't even stress my computer ffmpeg -i /dev/cxm0 -vcodec mpeg4 -acodec mp2 -ac 2 -b 2000 test.avi 75-90% load on one CPU core It gave me the quality I wanted, It fuzzed twice in the first twenty seconds, but after that, it was perfectly fine, video-wise. The only issue was audio sync, and I remember there is something related to formats and keyframes with that one - I just need to use a different audio codec or storage format. Either way, researching that shouldn't take too long. Thanks. -Jim Stapleton From kutizs at t-online.hu Mon Jun 9 20:07:14 2008 From: kutizs at t-online.hu (Zsolt =?ISO-8859-2?Q?K=FAti?=) Date: Mon Jun 9 20:07:19 2008 Subject: snd_hda on SB600: microphone does not work Message-ID: <20080609220712.7dc6d01e@brain> Hello, Is there anybody who can use mic on ATI SB600 (Asus M2A-HDMI)? My system is FreeBSD 7.0R #5 i386. Any experience with this HDA's mic on STABLE, or later? Thanks! Zsolt From jeff at doeshosting.com Tue Jun 10 07:15:57 2008 From: jeff at doeshosting.com (Jeff) Date: Tue Jun 10 07:16:02 2008 Subject: pvrxxx recording In-Reply-To: <80f4f2b20806090420v773c6889oa08647fbb338a570@mail.gmail.com> References: <80f4f2b20805290402w84c3f4k3f302385396b6b1c@mail.gmail.com> <20080529170858.GA70632@keira.kiwi-computer.com> <80f4f2b20805301548x2e5e55d2g32267504797ffcdb@mail.gmail.com> <20080601064100.GB13314@keira.kiwi-computer.com> <80f4f2b20806051446s7b9b381aid162345771934bbd@mail.gmail.com> <20080606054908.GA97300@keira.kiwi-computer.com> <80f4f2b20806090420v773c6889oa08647fbb338a570@mail.gmail.com> Message-ID: <830662DF-4BA1-457D-B3A7-F7BCCFE99F0B@doeshosting.com> On Jun 9, 2008, at 7:20 AM, Jim Stapleton wrote: > > The only issue was audio sync, and I remember there is something > related to formats and keyframes with that one - I just need to use a > different audio codec or storage format. Either way, researching that > shouldn't take too long. > > Thanks. If you find the fix please report it to the list for the rest of us and those who read this thread later -krzee From s.lichtenstern at gmx.net Wed Jun 11 12:09:44 2008 From: s.lichtenstern at gmx.net (Stefan Lichtenstern) Date: Wed Jun 11 12:09:50 2008 Subject: Miro crashes after starting up Message-ID: <1213184585.1970.17.camel@Adelina.de> Hi there, after compiling and installing Miro from the ports, with no build-option, it crashes right after it starts. Please have a look at the output it gave me on my terminal, and tell me if you need more information. Log: INFO Starting up Miro INFO Version: 1.2.1 INFO Revision: https://svn.participatoryculture.org/svn/dtv/tags/Miro-1.2.1/tv/resources - 6633 INFO Builder: dgtl@Adelina.de INFO Build Time: 1213182480.42 INFO Starting event loop thread INFO Restoring database... INFO Connecting to /home/dgtl/.miro/sqlitedb INFO Spawning global feed dtv:manualFeed INFO Spawning global feed dtv:singleFeed INFO Spawning global feed dtv:search INFO Spawning global feed dtv:searchDownloads INFO wbg: setting autodownload stuff initially to new INFO Spawning global feed dtv:directoryfeed INFO wbg: setting autodownload stuff initially to new INFO Creating channel tab order INFO Creating playlist tab order INFO *** Launching Downloader Daemon **** INFO Spawning Miro Guide... INFO Spawning auto downloader... TIMING Icon clear: 0.001 INFO Starting movie data updates INFO Adding default feeds INFO Displaying main frame... WARNING Menu item action "RenameVideo" not implemented WARNING Menu item action "FastForward" not implemented WARNING Menu item action "Rewind" not implemented WARNING Menu item action "UpVolume" not implemented WARNING Menu item action "DownVolume" not implemented WARNING Volume changed before videoDisplay created WARNING Display updated before video display was created INFO Creating video display... INFO Finished startup sequence INFO loaded renderer 'xinerenderer' Type Manifest File: /usr/local/lib/firefox/components/xpti.dat ###!!! ASSERTION: Failed to write xpti manifest!: 'Error', file xptiInterfaceInfoManager.cpp, line 1937 Break: at file xptiInterfaceInfoManager.cpp, line 1937 nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded ###!!! ASSERTION: Failed to write xpti manifest!: 'Error', file xptiInterfaceInfoManager.cpp, line 1937 Break: at file xptiInterfaceInfoManager.cpp, line 1937 nsNativeComponentLoader: registering deferred (0) ************************************************************ * Call to xpconnect wrapped JSObject produced this error: * [Exception... "'[JavaScript Error: "Components.classes['@mozilla.org/xre/app-info;1'] has no properties" {file: "file:///usr/local/lib/firefox/components/nsExtensionManager.js" line: 2576}]' when calling method: [nsIFactory::createInstance]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "" data: yes] ************************************************************ WARNING: Cannot create startup observer : service,@mozilla.org/extensions/manager;1, file nsAppStartupNotifier.cpp, line 112 ************************************************************ * Call to xpconnect wrapped JSObject produced this error: * [Exception... "'[JavaScript Error: "Components.classes['@mozilla.org/xre/app-info;1'] has no properties" {file: "file:///usr/local/lib/firefox/components/nsUpdateService.js" line: 1012}]' when calling method: [nsIFactory::createInstance]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "" data: yes] ************************************************************ WARNING: Cannot create startup observer : service,@mozilla.org/updates/update-service;1, file nsAppStartupNotifier.cpp, line 112 pldhash: for the table at address 0xa258c20, the given entrySize of 44 probably favors chaining over double hashing. WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsChromeRegistry.cpp, line 1272 GFX: dpi=101 t2p=0.0714286 p2t=14 depth=24 ++WEBSHELL == 1 ++DOMWINDOW == 1 WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsPermissionManager.cpp, line 632 ++DOMWINDOW == 2 INFO got file:///tmp/tmp-Vps1Q.html Note: verifyreflow is disabled TIMING gtkSyncMethod: took too long: 1.487 INFO First URL is https://www.miroguide.com/firsttime TIMING idle (select initial tab) too slow (1.503 secs) ++DOMWINDOW == 3 CSS Error (file:///usr/local/share/miro/resources/css/style.css :28.24): Unknown property '-khtml-user-select'. Declaration dropped. CSS Error (file:///usr/local/share/miro/resources/css/style.css :34.22): Unknown property '-khtml-user-drag'. Declaration dropped. Note: styleverifytree is disabled WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsStringBundle.cpp, line 273 Note: frameverifytree is disabled WARNING: Deleting out of flow without tearing down placeholder relationship, file nsFrame.cpp, line 630 ++WEBSHELL == 2 ++DOMWINDOW == 4 ++DOMWINDOW == 5 INFO got file:///tmp/tmp2gYS_z.html INFO First URL is https://www.miroguide.com/ ++DOMWINDOW == 6 CSS Error (file:///usr/local/share/miro/resources/css/style.css :28.24): Unknown property '-khtml-user-select'. Declaration dropped. CSS Error (file:///usr/local/share/miro/resources/css/style.css :34.22): Unknown property '-khtml-user-drag'. Declaration dropped. ++WEBSHELL == 3 ++DOMWINDOW == 7 INFO got file:///usr/local/share/miro/resources/html/guide-navigation.html INFO First URL is https://www.miroguide.com/ ++WEBSHELL == 4 ++DOMWINDOW == 8 INFO got about:blank INFO First URL is https://www.miroguide.com/ ++DOMWINDOW == 9 ++DOMWINDOW == 10 CSS Error (file:///usr/local/share/miro/resources/css/style.css :28.24): Unknown property '-khtml-user-select'. Declaration dropped. CSS Error (file:///usr/local/share/miro/resources/css/style.css :34.22): Unknown property '-khtml-user-drag'. Declaration dropped. INFO Checking for updates... /usr/local/libexec/gecko: No such file or directory. Killed LibGTop-Server: pid 1904 received eof. INFO *** Daemon ready *** TIMING WARNING: Running: too slow (58.004 secs) WARNING downloader: connection closed -- quitting INFO Shutting down downloaders... ############################################################ uname -a FreeBSD Adelina.de 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 From edwin at FreeBSD.org Thu Jun 12 06:01:56 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Jun 12 06:01:58 2008 Subject: ports/124501: multimedia/gstreamer-ffmpeg version 0.10.4_1 compile fails (gnome-config, gstreamer-check, many config errors) Message-ID: <200806120601.m5C61t4N080773@freefall.freebsd.org> Synopsis: multimedia/gstreamer-ffmpeg version 0.10.4_1 compile fails (gnome-config, gstreamer-check, many config errors) Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 12 06:01:55 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124501 From aopopov at yahoo.com Thu Jun 12 10:55:56 2008 From: aopopov at yahoo.com (Alexander Popov) Date: Thu Jun 12 10:55:59 2008 Subject: hwac3, AC3 passthrough Message-ID: <645411.63757.qm@web51401.mail.re2.yahoo.com> Hi, Andrew, Thanks a lot! Indeed it works with audio/oss drivers. Regards, Alexander. ----- Original Message ---- From: Andrew Pantyukhin To: Alexander Popov Cc: freebsd-multimedia@freebsd.org Sent: Friday, June 6, 2008 8:29:45 PM Subject: Re: hwac3, AC3 passthrough On Fri, Jun 06, 2008 at 10:47:43AM -0700, Alexander Popov wrote: > Hi, > For a few days already I've been trying to get mplayer to > output on S/PDIF, but no luck... Could anybody help? > > - I've got Trust SC-5250 sound card (CMI8738 chip) that works > fine in stereo mode with snd_cmi driver FWIW, I've got a number of motherboards with via8237 built-in audio. S/PDIF (pass through and otherwise) only works with audio/oss from ports. Maybe you should give it a try. From chardon.frederic at gmail.com Fri Jun 13 12:08:40 2008 From: chardon.frederic at gmail.com (Frederic Chardon) Date: Fri Jun 13 12:08:43 2008 Subject: TV Tuner cardbus Message-ID: <8e73e8440806130441x7d115853ocb9d2236746e4ec1@mail.gmail.com> 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 From tevans.uk at googlemail.com Fri Jun 13 14:08:39 2008 From: tevans.uk at googlemail.com (Tom Evans) Date: Fri Jun 13 14:08:45 2008 Subject: TV Tuner cardbus In-Reply-To: <8e73e8440806130441x7d115853ocb9d2236746e4ec1@mail.gmail.com> References: <8e73e8440806130441x7d115853ocb9d2236746e4ec1@mail.gmail.com> Message-ID: <1213366114.10665.136.camel@localhost> 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20080613/774262a9/attachment.pgp From edwin at FreeBSD.org Fri Jun 13 21:30:15 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Jun 13 21:30:17 2008 Subject: ports/124562: [PATCH] multimedia/gavl: update to 1.0.0 Message-ID: <200806132130.m5DLUFJw039626@freefall.freebsd.org> Synopsis: [PATCH] multimedia/gavl: update to 1.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 13 21:30:14 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124562 From chardon.frederic at gmail.com Sat Jun 14 06:52:57 2008 From: chardon.frederic at gmail.com (Frederic Chardon) Date: Sat Jun 14 06:53:00 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: <8e73e8440806132352t669992e3r13aa38bb67b70d4c@mail.gmail.com> 2008/6/13 Tom Evans : > > 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 Thanks Tom, I will give it a try :-) It looks very promising Frederic From lme at FreeBSD.org Sat Jun 14 09:56:18 2008 From: lme at FreeBSD.org (Lars Engels) Date: Sat Jun 14 09:56:20 2008 Subject: TV Tuner cardbus In-Reply-To: <8e73e8440806132352t669992e3r13aa38bb67b70d4c@mail.gmail.com> References: <8e73e8440806130441x7d115853ocb9d2236746e4ec1@mail.gmail.com> <1213366114.10665.136.camel@localhost> <8e73e8440806132352t669992e3r13aa38bb67b70d4c@mail.gmail.com> Message-ID: <20080614095504.GA82854@e.0x20.net> On Sat, Jun 14, 2008 at 08:52:55AM +0200, Frederic Chardon wrote: > 2008/6/13 Tom Evans : > > > > > 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 > > > Thanks Tom, I will give it a try :-) It looks very promising Please give some feedback if it works or not. :) Lars -------------- 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/20080614/ea406413/attachment.pgp From edwin at FreeBSD.org Sat Jun 14 18:50:16 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Jun 14 18:50:22 2008 Subject: ports/124592: Update port: multimedia/ffmpeg Message-ID: <200806141850.m5EIoGah024460@freefall.freebsd.org> Synopsis: Update port: multimedia/ffmpeg Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 14 18:50:15 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124592 From rannumgen at globaleyes.net Sat Jun 14 21:20:04 2008 From: rannumgen at globaleyes.net (RandomUser) Date: Sat Jun 14 21:20:07 2008 Subject: ports/124501: multimedia/gstreamer-ffmpeg version 0.10.4_1 compile fails (gnome-config, gstreamer-check, many config errors) Message-ID: <200806142120.m5ELK4Pr053972@freefall.freebsd.org> The following reply was made to PR ports/124501; it has been noted by GNATS. From: RandomUser To: bug-followup@FreeBSD.org, rannumgen@globaleyes.net Cc: Subject: Re: ports/124501: multimedia/gstreamer-ffmpeg version 0.10.4_1 compile fails (gnome-config, gstreamer-check, many config errors) Date: Sat, 14 Jun 2008 16:02:36 -0500 This is a multi-part message in MIME format. --------------030301030208010808020000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Attached is CONFIG.LOG compressed. --------------030301030208010808020000 Content-Type: application/x-bzip; name="config.log.bz2" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="config.log.bz2" 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 --------------030301030208010808020000-- From george+freebsd at m5p.com Sun Jun 15 15:23:23 2008 From: george+freebsd at m5p.com (george+freebsd@m5p.com) Date: Sun Jun 15 15:23:25 2008 Subject: kino, amd64, 7.0-RELEASE Message-ID: <200806151523.m5FFNHCW073488@m5p.com> Has anyone succesfully used kino with 7.0-RELEASE on an amd64 dual core machine? I've cvsup'ed my ports tree as of this morning, but as soon as I try to start kino, it gets a segmentation fault in gdk_drawable_get_size. Suggestions, please? -- George Mitchell From bugmaster at FreeBSD.org Mon Jun 16 11:06:59 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 16 11:07:50 2008 Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org Message-ID: <200806161106.m5GB6wH5036773@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs o kern/115666 multimedia [sound] Microphone does not work o kern/119181 multimedia [snd_hda] snd_hda needs doesn't recognise headphones o o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o kern/120144 multimedia [snd_hda] snd_hda plays sound on all outputs o kern/121156 multimedia [sound]: [PATCH] Turn on inverted external amplifier s o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o ports/122305 multimedia multimedia/gstreame - gst-inspect-0.10 hangs when chec o ports/123327 multimedia Port fix: graphics/libcaca - CONFIGURE_ENV incorrectly o kern/124319 multimedia [snd_emu10k1] [regression] Cannot record from second c 24 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/79678 multimedia [sound] sound works except recording from any source o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla s kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr o kern/117599 multimedia [sound] Audio routing problem NVIDIA MCP51 HDA o kern/117729 multimedia [snd_hda] microphone is not working with snd_hda on Fr o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o ports/118289 multimedia port of multimedia/tovid only semi works on 6.2 Releas o kern/119671 multimedia [snd_hda] line is mic and mic is line on Fujitsu Sieme o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o ports/121662 multimedia graphics/libcaca - not bumped after imlib2 upgrade o ports/122899 multimedia [PATCH] audio/liba52: powerpc build requires -fPIC o ports/122922 multimedia [ patch ] multimedia/ffmpeg text output is mangled o ports/122967 multimedia Port fix: multimedia/y4mscaler - Define missing symbol o ports/122984 multimedia Port fix: multimedia/dirac-reference - Fix pkg-plist o ports/123409 multimedia [Patch] ports:multimedia/ffmpeg fix WITH_OPTIMIZED_CFL o ports/123684 multimedia [PATCH] audio/nas: update to 1.9.1 o ports/124501 multimedia multimedia/gstreamer-ffmpeg version 0.10.4_1 compile f o ports/124562 multimedia [PATCH] multimedia/gavl: update to 1.0.0 o ports/124592 multimedia Update port: multimedia/ffmpeg 40 problems total. From linimon at FreeBSD.org Mon Jun 16 18:14:07 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Jun 16 18:14:10 2008 Subject: kern/124645: [snd_hda] snd_hda and SB600, speakers not deactivated after headphones connecting Message-ID: <200806161814.m5GIE7gL010976@freefall.freebsd.org> Old Synopsis: snd_hda and SB600, speakers not deactivated after headphones connecting New Synopsis: [snd_hda] snd_hda and SB600, speakers not deactivated after headphones connecting Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 16 18:13:46 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=124645 From bridd at bridd.com Tue Jun 17 12:20:22 2008 From: bridd at bridd.com (bridd) Date: Tue Jun 17 12:20:29 2008 Subject: USB Midi device recognised, what now? Message-ID: <1213701463.87914.2.camel@nebba.config> Ok, I've got a USB midi device (Edirol UM-1x), and dmesg lists it ugen0: on uhub0 I set jack up with the OSS back-end, but can't see my MIDI input from the edirol device. What now to connect it up to midi-capable applications ? Is anyone else using midi in this way with BSD and having any success? Thanks, Dave // bridd From miwi at FreeBSD.org Tue Jun 17 22:05:52 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Jun 17 22:06:18 2008 Subject: approval request ports/124562 Message-ID: <20080617214833.GA86636@bsdcrew.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Howdy, I would ask could someone please approve ports/124562. Build is already tested on amd64/i386 [1] and works without problems here. [amd64] http://tb.miwibox.org//index.php?action=describe_port&id=373 [i386] http://head.miwibox.org/tb/index.php?action=describe_port&id=352 Thanks Martin - -- +-----------------------+-------------------------------+ | PGP : 0x05682353 | Jabber : miwi(at)BSDCrew.de | | ICQ : 169139903 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhYMTEACgkQFwpycAVoI1OGsACcCjy5rY5Qon7RoHkw1k/HZHGt +xoAn2EuePErTfsgS9id0ojnX0P3/4Us =UWSp -----END PGP SIGNATURE----- From hselasky at c2i.net Tue Jun 17 23:44:23 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Tue Jun 17 23:44:27 2008 Subject: USB Midi device recognised, what now? In-Reply-To: <1213701463.87914.2.camel@nebba.config> References: <1213701463.87914.2.camel@nebba.config> Message-ID: <200806180145.51648.hselasky@c2i.net> On Tuesday 17 June 2008, bridd wrote: > Ok, I've got a USB midi device (Edirol UM-1x), and dmesg lists it > > ugen0: on uhub0 > > I set jack up with the OSS back-end, but can't see my MIDI input from > the edirol device. > > What now to connect it up to midi-capable applications ? Is anyone else > using midi in this way with BSD and having any success? > Hi, I've been using USB MIDI on FreeBSD for a while using a Yamaha P140 Piano. I plan to get some better support in there during the summer. Please contact me if you want more info. --HPS From dfilter at FreeBSD.ORG Wed Jun 18 08:40:03 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Jun 18 08:40:05 2008 Subject: ports/122899: commit references a PR Message-ID: <200806180840.m5I8e2GG028742@freefall.freebsd.org> The following reply was made to PR ports/122899; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/122899: commit references a PR Date: Wed, 18 Jun 2008 08:39:09 +0000 (UTC) edwin 2008-06-18 08:39:01 UTC FreeBSD ports repository Modified files: audio/liba52 Makefile Log: [PATCH] audio/liba52: powerpc build requires -fPIC Powerpc is similar to amd64 in that it requires -fPIC when building shared libs PR: ports/122899 Submitted by: Peter Grehan Approved by: maintainer timeout Revision Changes Path 1.23 +1 -1 ports/audio/liba52/Makefile _______________________________________________ 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 dfilter at FreeBSD.ORG Wed Jun 18 08:40:05 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Jun 18 08:40:10 2008 Subject: ports/122899: commit references a PR Message-ID: <200806180840.m5I8e5aX028814@freefall.freebsd.org> The following reply was made to PR ports/122899; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/122899: commit references a PR Date: Wed, 18 Jun 2008 08:39:43 +0000 (UTC) edwin 2008-06-18 08:39:36 UTC FreeBSD ports repository Modified files: audio/liba52 Makefile Log: [PATCH] audio/liba52: powerpc build requires -fPIC Powerpc is similar to amd64 in that it requires -fPIC when building shared libs Portversion bump to differentiate between builds. PR: ports/122899 Submitted by: Peter Grehan Approved by: maintainer timeout Revision Changes Path 1.24 +1 -1 ports/audio/liba52/Makefile _______________________________________________ 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 edwin at FreeBSD.org Wed Jun 18 08:41:22 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jun 18 08:41:24 2008 Subject: ports/122899: [PATCH] audio/liba52: powerpc build requires -fPIC Message-ID: <200806180841.m5I8fL6G028899@freefall.freebsd.org> Synopsis: [PATCH] audio/liba52: powerpc build requires -fPIC State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Jun 18 08:41:19 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=122899 From edwin at FreeBSD.org Wed Jun 18 08:49:12 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jun 18 08:49:19 2008 Subject: ports/123684: [PATCH] audio/nas: update to 1.9.1 Message-ID: <200806180849.m5I8n6lx028989@freefall.freebsd.org> Synopsis: [PATCH] audio/nas: update to 1.9.1 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Jun 18 08:49:03 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=123684 From dfilter at FreeBSD.ORG Wed Jun 18 08:50:05 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Jun 18 08:50:10 2008 Subject: ports/123684: commit references a PR Message-ID: <200806180850.m5I8o48N029087@freefall.freebsd.org> The following reply was made to PR ports/123684; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/123684: commit references a PR Date: Wed, 18 Jun 2008 08:49:02 +0000 (UTC) edwin 2008-06-18 08:48:58 UTC FreeBSD ports repository Modified files: audio/nas Makefile Makefile.man distinfo audio/nas/files patch-ab patch-clients_audio_auphone_auphone.c patch-server_dda_voxware_config.c patch-server_dia_gram.y patch-useXt Log: [PATCH] audio/nas: update to 1.9.1 * Update to 1.9.1 which is claimed to fix many race conditions and nasd segfaults (I experience those quite often with 1.8) (I haven't yet used new nasd for enough time to prove that) * Use SF macro, USE_XORG (so this port should be ready to ports/122340) and make this port respect CC/CXX * Adapt all old patches to the new code PR: ports/123684 Submitted by: Dmitry Marakasov Approved by: maintainer timeout Revision Changes Path 1.42 +5 -3 ports/audio/nas/Makefile 1.2 +1 -2 ports/audio/nas/Makefile.man 1.13 +3 -3 ports/audio/nas/distinfo 1.10 +24 -24 ports/audio/nas/files/patch-ab 1.2 +29 -18 ports/audio/nas/files/patch-clients_audio_auphone_auphone.c 1.2 +102 -66 ports/audio/nas/files/patch-server_dda_voxware_config.c 1.2 +44 -39 ports/audio/nas/files/patch-server_dia_gram.y 1.2 +8 -4 ports/audio/nas/files/patch-useXt _______________________________________________ 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 amdmi3 at amdmi3.ru Wed Jun 18 12:20:04 2008 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Wed Jun 18 12:20:08 2008 Subject: ports/123684: [PATCH] audio/nas: update to 1.9.1 Message-ID: <200806181220.m5ICK3lG067700@freefall.freebsd.org> The following reply was made to PR ports/123684; it has been noted by GNATS. From: Dmitry Marakasov To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/123684: [PATCH] audio/nas: update to 1.9.1 Date: Wed, 18 Jun 2008 16:10:38 +0400 Just for the history: this update didn't fix nasd crashes for me after all :( -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From edwin at FreeBSD.org Wed Jun 18 21:47:47 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jun 18 21:47:49 2008 Subject: ports/124727: multimedia/gstreamer-ffmpeg 0.10.4_1 configure fails Message-ID: <200806182147.m5ILlkeK094300@freefall.freebsd.org> Synopsis: multimedia/gstreamer-ffmpeg 0.10.4_1 configure fails Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 18 21:47:46 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124727 From hondareyte.luc at laposte.net Wed Jun 18 21:53:13 2008 From: hondareyte.luc at laposte.net (Luc Hondareyte) Date: Wed Jun 18 21:53:17 2008 Subject: USB Midi device recognised, what now? In-Reply-To: <200806180145.51648.hselasky@c2i.net> References: <1213701463.87914.2.camel@nebba.config> <200806180145.51648.hselasky@c2i.net> Message-ID: <1213819086.5659.5.camel@casper.acme> Le mercredi 18 juin 2008 ? 01:45 +0200, Hans Petter Selasky a ?crit : > On Tuesday 17 June 2008, bridd wrote: > > Ok, I've got a USB midi device (Edirol UM-1x), and dmesg lists it > > > > ugen0: on uhub0 > > > > I set jack up with the OSS back-end, but can't see my MIDI input from > > the edirol device. > > > > What now to connect it up to midi-capable applications ? Is anyone else > > using midi in this way with BSD and having any success? > > > > Hi, > > I've been using USB MIDI on FreeBSD for a while using a Yamaha P140 Piano. I > plan to get some better support in there during the summer. > > Please contact me if you want more info. > > --HPS Hello, I need MIDI support in FreeBSD 7.0 but it doesn't work correctly on my SB Live (emu_10k1 driver). What is the model of your MIDI interface? Regards, Luc From linimon at FreeBSD.org Wed Jun 18 22:23:37 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed Jun 18 22:24:01 2008 Subject: FreeBSD ports that you maintain which are currently marked broken Message-ID: <20080618222336.F21881CC0A@mail.droso.net> Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 5.x/6.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/gstreamer-plugins-spc broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-spc portname: graphics/gstreamer-plugins-swfdec broken because: Does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2008061312/gstreamer-plugins-swfdec-0.10.7_3,3.log (Jun 15 11:29:08 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gstreamer-plugins-swfdec portname: multimedia/dirac-reference broken because: Incorrect pkg-plist build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2008061312/dirac-reference-0.7.0.log (Jun 15 11:41:16 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=dirac-reference portname: multimedia/mjpegtools-yuvfilters broken because: Does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2008021817/mjpegtools-yuvfilters-1.1_4.log (Mar 5 04:11:36 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mjpegtools-yuvfilters portname: multimedia/y4mscaler broken because: Does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2008061312/y4mscaler-9.0_2.log (Jun 15 11:17:32 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=y4mscaler If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From miwi at FreeBSD.org Wed Jun 18 23:17:37 2008 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Jun 18 23:17:40 2008 Subject: ports/124562: [PATCH] multimedia/gavl: update to 1.0.0 Message-ID: <200806182317.m5INHbNr041293@freefall.freebsd.org> Synopsis: [PATCH] multimedia/gavl: update to 1.0.0 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Jun 18 23:17:36 UTC 2008 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=124562 From dfilter at FreeBSD.ORG Wed Jun 18 23:20:05 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Jun 18 23:20:11 2008 Subject: ports/124562: commit references a PR Message-ID: <200806182320.m5INK4KS041453@freefall.freebsd.org> The following reply was made to PR ports/124562; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124562: commit references a PR Date: Wed, 18 Jun 2008 23:17:39 +0000 (UTC) miwi 2008-06-18 23:17:30 UTC FreeBSD ports repository Modified files: multimedia/gavl Makefile distinfo pkg-descr pkg-plist Removed files: multimedia/gavl/files gavl-c-_cmix_c.c-patch gavl-mix.c-patch Log: * Update to 1.0.0 * Remove 5.x cruft * Add OPTIONS PR: 124562 Submitted by: Dmitry Marakasov Approved by: pav Revision Changes Path 1.11 +12 -22 ports/multimedia/gavl/Makefile 1.5 +3 -3 ports/multimedia/gavl/distinfo 1.2 +0 -27 ports/multimedia/gavl/files/gavl-c-_cmix_c.c-patch (dead) 1.2 +0 -20 ports/multimedia/gavl/files/gavl-mix.c-patch (dead) 1.2 +11 -22 ports/multimedia/gavl/pkg-descr 1.3 +2 -1 ports/multimedia/gavl/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From pav at FreeBSD.org Thu Jun 19 02:14:17 2008 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Thu Jun 19 02:14:19 2008 Subject: ports/122984: Port fix: multimedia/dirac-reference - Fix pkg-plist Message-ID: <200806190214.m5J2EGit094391@freefall.freebsd.org> Synopsis: Port fix: multimedia/dirac-reference - Fix pkg-plist State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Jun 19 02:13:40 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=122984 From dfilter at FreeBSD.ORG Thu Jun 19 02:20:05 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu Jun 19 02:20:07 2008 Subject: ports/122984: commit references a PR Message-ID: <200806190220.m5J2K5kt094634@freefall.freebsd.org> The following reply was made to PR ports/122984; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/122984: commit references a PR Date: Thu, 19 Jun 2008 02:14:11 +0000 (UTC) pav 2008-06-19 02:14:07 UTC FreeBSD ports repository Modified files: multimedia/dirac-reference Makefile pkg-plist Log: - Fix plist and unbreak PR: ports/122984 Submitted by: Ganael Laplanche Revision Changes Path 1.5 +0 -1 ports/multimedia/dirac-reference/Makefile 1.3 +1575 -1594 ports/multimedia/dirac-reference/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From robbak at robbak.com Thu Jun 19 07:59:50 2008 From: robbak at robbak.com (Robert Backhaus) Date: Thu Jun 19 07:59:53 2008 Subject: VIA sound device "Operation not supported", works with kldload Message-ID: On my new system, the onboard sound device works if you kldload the module, but not at boot, whether by loader.conf, or built into the kernel. Here is a screen dump showing the issue. [robbak@boffin ~]$ uname -a FreeBSD boffin 7.0-STABLE FreeBSD 7.0-STABLE #11: Mon Jun 16 14:07:34 EST 2008 root@boffin:/usr/obj/usr/src/sys/BOFFIN i386 [robbak@boffin ~]$ cat /boot/loader.conf linux_load="YES" snd_hda_load="YES" cpufreq_load="YES" wlan_xauth_load="YES" wlan_scan_sta_load="YES" wlan_scan_ap_load="YES" [robbak@boffin ~]$ mpg123 /home/robbak/music/mp3/comedy/stan\ freberg\ -\ the\ great\ pretender.mp3 High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp. Uses code from various people. See 'README' for more! THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! /dev/dsp: Operation not supported audio: Operation not supported [robbak@boffin ~]$ sudo kldunload snd_hda Password: pcm0: detached pcm1: detached [robbak@boffin ~]$ sudo kldload snd_hda pcm0: mem xfe024000-0xfe027fff irq 16 at device 20.2 on pci0 pcm0: [ITHREAD] pcm0: pcm0: pcm1: mem 0xfdffc000-0xfdffffff irq 19 at device 5.2 on pci1 pcm1: [ITHREAD] pcm1: pcm1: [robbak@boffin ~]$ mpg123 /home/robbak/music/mp3/comedy/stan\ freberg\ -\ the\ great\ pretender.mp3 High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp. Uses code from various people. See 'README' for more! THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! Title : Great Pretender Artist: Stan Freberg Album : Year : 0 Comment: Genre : Unknown Directory: /home/robbak/music/mp3/comedy/ Playing MPEG stream from stan freberg - the great pretender.mp3 ... MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo And I have sound. Interestingly, at boot, the two pcm devices are detected in the reverse order. This may be significant, because the first pcm device is marked in /dev/sndstat as 'mixer only'. See the following dmesg, and note the memory addresses. $ dmesg |grep pcm pcm0: mem 0xfdffc000-0xfdffffff irq 19 at device 5.2 on pci1 pcm0: [ITHREAD] pcm1: mem 0xfe024000-0xfe027fff irq 16 at device 20.2 on pci0 pcm1: [ITHREAD] pcm0: pcm0: pcm1: pcm1: pcm0: detached pcm1: detached pcm0: mem 0xfe024000-0xfe027fff irq 16 at device 20.2 on pci0 pcm0: [ITHREAD] pcm0: pcm0: pcm1: mem 0xfdffc000-0xfdffffff irq 19 at device 5.2 on pci1 pcm1: [ITHREAD] pcm1: pcm1: And /dev/sndstat, for completeness Code: $ cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at memory 0xfe024000 irq 16 kld snd_hda [20071129_0050] [MPSAFE] (1p:2v/1r:1v channels duplex default) pcm1: at memory 0xfdffc000 irq 19 kld snd_hda [20071129_0050] [MPSAFE] (mixer only) Searches have located a few questions like this, but not many answers. I'll hack it by loading the module from rc.conf, but is anything known about this? From pav at FreeBSD.org Thu Jun 19 09:56:21 2008 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Thu Jun 19 09:56:22 2008 Subject: ports/122967: Port fix: multimedia/y4mscaler - Define missing symbols Message-ID: <200806190956.m5J9uKt9019505@freefall.freebsd.org> Synopsis: Port fix: multimedia/y4mscaler - Define missing symbols State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Jun 19 09:51:21 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=122967 From dfilter at FreeBSD.ORG Thu Jun 19 10:00:10 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu Jun 19 10:00:16 2008 Subject: ports/122967: commit references a PR Message-ID: <200806191000.m5JA0AAx019696@freefall.freebsd.org> The following reply was made to PR ports/122967; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/122967: commit references a PR Date: Thu, 19 Jun 2008 09:56:17 +0000 (UTC) pav 2008-06-19 09:56:10 UTC FreeBSD ports repository Modified files: multimedia/y4mscaler Makefile Added files: multimedia/y4mscaler/files patch-ysStreamInfo.H Log: - Define missing LOG_* symbols and unbreak PR: ports/122967 Submitted by: Ganael Laplanche Revision Changes Path 1.15 +0 -2 ports/multimedia/y4mscaler/Makefile 1.1 +15 -0 ports/multimedia/y4mscaler/files/patch-ysStreamInfo.H (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 pav at FreeBSD.org Thu Jun 19 10:04:06 2008 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Thu Jun 19 10:04:09 2008 Subject: ports/123327: Port fix: graphics/libcaca - CONFIGURE_ENV incorrectly set Message-ID: <200806191004.m5JA4575024903@freefall.freebsd.org> Synopsis: Port fix: graphics/libcaca - CONFIGURE_ENV incorrectly set State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Thu Jun 19 09:56:32 UTC 2008 State-Changed-Why: Why is this patch needed? It builds without the patch, and manages to link to ncursesw. Responsible-Changed-From-To: freebsd-multimedia->pav Responsible-Changed-By: pav Responsible-Changed-When: Thu Jun 19 09:56:32 UTC 2008 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=123327 From avg at icyb.net.ua Thu Jun 19 11:53:11 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Thu Jun 19 11:53:17 2008 Subject: multimedia/mpeg4ip: infinite loop at configure stage Message-ID: <485A41A6.50306@icyb.net.ua> I am trying to upgrade to the latest version of multimedia/mpeg4ip. Port build process goes into infinite loop during configure stage: ===> Configuring for mpeg4ip-esound-1.6.1_2 checking for ./bootstrapped... yes checking build system type... amd64-portbld-freebsd6.3 checking host system type... amd64-portbld-freebsd6.3 checking target system type... amd64-portbld-freebsd6.3 ... checking for glib.h... yes checking for nasm... true checking nasm version...... nasm: error: unrecognised option `-r' nasm: error: no input file specified type `nasm -h' for help test: =: unexpected operator test: =: unexpected operator test: =: unexpected operator [goes on "forever"] This is FreeBSD 6.3-RELEASE amd64. $ make showconfig ===> The following configuration options are available for mpeg4ip-esound-1.6.1_2: ARTS=off "Enable Arts Support" ESOUND=on "Enable Esound Support" IPV6=off "Enable IPV6 Support" NAS=off "Enable Nas Support" OPTIMIZED_CFLAGS=on "Enable compilation optimizations" XVID=on "Enable XVID Support" ===> Use 'make config' to modify these settings -- Andriy Gapon From avg at icyb.net.ua Thu Jun 19 11:53:12 2008 From: avg at icyb.net.ua (Andriy Gapon) Date: Thu Jun 19 11:53:17 2008 Subject: multimedia/mpeg4ip: infinite loop at configure stage In-Reply-To: <485A41A6.50306@icyb.net.ua> References: <485A41A6.50306@icyb.net.ua> Message-ID: <485A42FA.8080801@icyb.net.ua> on 19/06/2008 14:23 Andriy Gapon said the following: > checking for nasm... true > checking nasm version...... nasm: error: unrecognised option `-r' Apparently -v should be given to nasm at that place. -- Andriy Gapon From ganael.laplanche at martymac.com Thu Jun 19 12:03:59 2008 From: ganael.laplanche at martymac.com (Ganael LAPLANCHE) Date: Thu Jun 19 12:04:02 2008 Subject: ports/123327: Port fix: graphics/libcaca - CONFIGURE_ENV incorrectly set In-Reply-To: <200806191004.m5JA4575024903@freefall.freebsd.org> References: <200806191004.m5JA4575024903@freefall.freebsd.org> Message-ID: <20080619112038.M77482@martymac.com> On Thu, 19 Jun 2008 10:04:05 GMT, pav wrote Hi Pav, > Why is this patch needed? It builds without the patch, and manages to > link to ncursesw. Without this patch, special LDFLAGS are simply overridden because appended a second time to CONFIGURE_ENV by bsd.efl.mk : # In bsd.efl.mk : #[...] # # Initialize configure enviropment # CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" #[...] This leads to loosing '-lm -lncurses' in LDFLAGS. The solution is to set those two flags in ${LDFLAGS} rather than directly in CONFIGURE_ENV. make -V CONFIGURE_ENV shows this : CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib -lm -lncurses" [...] LDFLAGS="-L/usr/local/lib " [...] (Note that there is the same problem with CPPFLAGS and CFLAGS.) You can reproduce this bug by building vlock with CACASAVER option set to ON and try to launch 'vlock -n -t 5 caca' after having added your account to group vlock:*:129:. It fails to load the screen saver, unless this patch is used... Best regards, Gana?l LAPLANCHE ganael.laplanche@martymac.com http://www.martymac.com From tfcheng at gmail.com Thu Jun 19 14:14:24 2008 From: tfcheng at gmail.com (Tsu-Fan Cheng) Date: Thu Jun 19 14:14:33 2008 Subject: tcprobe sementation fault Message-ID: Hi I run freebsd 7/i386, lately i found tcprobe (from transcode port) segmentation fault when executed. others (tcscan, tcdecode, etc) seem fine, any idea on how I can fix this?? thanks!! TFC From pav at FreeBSD.org Thu Jun 19 19:57:35 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Jun 19 19:57:40 2008 Subject: ports/123327: Port fix: graphics/libcaca - CONFIGURE_ENV incorrectly set In-Reply-To: <20080619112038.M77482@martymac.com> References: <200806191004.m5JA4575024903@freefall.freebsd.org> <20080619112038.M77482@martymac.com> Message-ID: <1213903826.52656.7.camel@ikaros.oook.cz> Ganael LAPLANCHE p??e v ?t 19. 06. 2008 v 13:47 +0200: > You can reproduce this bug by building vlock with CACASAVER option set to ON and > try to launch 'vlock -n -t 5 caca' after having added your account to group > vlock:*:129:. It fails to load the screen saver, unless this patch is used... This is a bug with vlock port. Delete -lncurses and add -lm to modules/Makefile line 18 (caca.so: ...) and it will work. No modification to libcaca port necessary. I will do it. -- Pav Lucistnik Quantum physics was developed in the 1930's, as a result of a bet between Albert Einstein and Niels Bohr, to see who could come up with the most ridiculous theory and still have it published. -------------- 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/20080619/38f545b2/attachment.pgp From frtzkatz at yahoo.com Fri Jun 20 01:11:10 2008 From: frtzkatz at yahoo.com (Fritz Katz) Date: Fri Jun 20 01:11:14 2008 Subject: open("/dev/bktr0") failed: No such file or directory Message-ID: <849838.19445.qm@web63006.mail.re1.yahoo.com> On Sun, 1 Jun 2008, Wilson Thankachan wrote: > > I recently installed PCBSD in my PC and am trying to configure fxtv. I > have a Phillips TV tuner. These are the things that I did. > > 1) I did a make under /usr/ports/multimedia/fxtv/ > 2) added the following line in /boot/loader.conf > > bktr_load="YES" > > 3) rebooted the PC got the following message in demsg > bktr_mem: memory holder loaded > > 4) when I run fxtv I get the follwing error > open("/dev/bktr0") failed: No such file or directory > > What am i missing? Do i have to install the BKTR driver if so where > can I get it. By the I dont see this device under /dev > > Thanks, > Wilson --------------- Hello Wilson, What kind of 'Philips TV tuner' do you have? Is it listed on this page?: http://www.freebsd.org/cgi/man.cgi?query=bktr&sektion=4 If it's a 'Philips SAA713x based card' and not a 'BrookTree/Conexant BT8x8' then jump down to suggestion #3. Otherwise, here's some suggestions. Other folks on this list, please chime in on what works for you. 1) Is the bktr driver being loaded? If so, then you should see lines similar to these in your dmesg: # dmesg (....) bktr_mem: memory holder loaded (....) bktr0: mem 0xcffff000-0xcfffffff irq 16 at device 10.0 on pci1 bktr0: [GIANT-LOCKED] bktr0: [ITHREAD] bktr0: Hauppauge Model 44801 D110 bktr0: Hauppauge WinCast/TV, Philips NTSC tuner. Here's my loader.conf which works for me: # cat /boot/loader.conf nvidia_load="YES" snd_driver_load="YES" bktr_load="YES" iic_load="YES" You should see bktr.ko and bktr_mem.ko in this list: # kldstat Id Refs Address Size Name 32 1 0xc0e49000 1258c bktr.ko 33 2 0xc0e5c000 2000 bktr_mem.ko 2) Is the hardware even being being recognized? Perhaps the PCI tuner card is not seated in the slot, try moving to a different slot. Maybe the card is non-functional? pciconf is a diagnostic utility for the PCI bus: # pciconf -lcv bktr0@pci0:1:10:0: class=0x040000 card=0x13eb0070 chip=0x036e109e rev=0x11 hdr=0x00 vendor = 'Conexant (Was: Brooktree Corp)' device = 'Bt878/Fusion 878A Mediastream Controller' class = multimedia subclass = video cap 03[44] = VPD cap 01[4c] = powerspec 2 supports D0 D3 current D0 none3@pci0:1:10:1: class=0x048000 card=0x13eb0070 chip=0x0878109e rev=0x11 hdr=0x00 vendor = 'Conexant (Was: Brooktree Corp)' device = '7610144D&REV_02\4&1F7DBC9F&0&09F0 TV Video Capture' class = multimedia cap 03[44] = VPD cap 01[4c] = powerspec 2 supports D0 D3 current D0 3) add this port: /usr/ports/multimedia/kbtv2 'make config' and select CORE, GUI, and for your TV card i.e. SAA, SAA_KMOD Then do a: # btsetup btsetup> help help - Show this help text show [cards|tuners|cameras|users] - Show config or list cards/tuners/cams/users adduser - Add user to operator group by login or UID kldload - Load the bktr/saa/pwc/snd_driver module sysctl value - Set the sysctl for bktr card/tuner to value commit - Commit/write the config quit - Quit btsetup btsetup> kldload saa btsetup> commit btsetup> quit btsetup does a '# kldload saa.ko' as well as modifying the boot/loader.conf I think you may have to reboot. Try running kbtv2. I think the interface is much nicer than fxtv. I was able to get the S-Video-in and audio-in working on my SAA card. But could only tune TV channels audio -- video was just a blue-screen (I suspect I need to set some 'sysctl' for the card but I'm clueless about where to go next with it). If you want to watch TV on your FreeBSD system, you can still find some old BT8x8 cards listed on eBay or Craigslist. If you find one, snatch it up -- Brooktree stopped making them years ago. Of course, you will only be able to watch TV for eight months more using BT8x8 cards -- analog broadcasting will stop Feb. 2009 in the US. FreeBSD really must support newer TV-tuners as well as USB-Tuners. The Video for Linux-2 project (V4L2) seems better at supporting newer tuners, including digital ATSC/DVB-T standards: http://www.exploits.org/v4l Anyone want to work with me on a 'V4B' project? Regards, Fritz_Katz -- frtzkatz(at)yahoo.com From wojciechwasko at gmail.com Fri Jun 20 10:51:25 2008 From: wojciechwasko at gmail.com (=?ISO-8859-2?Q?Wojciech_Wa=B6ko?=) Date: Fri Jun 20 10:51:29 2008 Subject: GStreamer bug Message-ID: <57dd056c0806200057h5d00e689kffbcc7ebd117137b@mail.gmail.com> Hereby I report the bug I encountered when installing Rhythmbox. I traced it down to be caused by gstreamer-plugins-jpeg. File "lista" contains the list of all packages installed in the system. Hope it will help. Yours faithfully, Wojciech Wa?ko -- Wojciech Wa?ko, wojciechwasko@gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: install_bug Type: application/octet-stream Size: 10075 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20080620/1e8d2aec/install_bug.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: lista Type: application/octet-stream Size: 11675 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20080620/1e8d2aec/lista.obj From hselasky at c2i.net Fri Jun 20 14:42:10 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Fri Jun 20 14:42:16 2008 Subject: USB Midi device recognised, what now? In-Reply-To: <1213819086.5659.5.camel@casper.acme> References: <1213701463.87914.2.camel@nebba.config> <200806180145.51648.hselasky@c2i.net> <1213819086.5659.5.camel@casper.acme> Message-ID: <200806201643.42701.hselasky@c2i.net> On Wednesday 18 June 2008, Luc Hondareyte wrote: > Le mercredi 18 juin 2008 ? 01:45 +0200, Hans Petter Selasky a ?crit : > > On Tuesday 17 June 2008, bridd wrote: > > > Ok, I've got a USB midi device (Edirol UM-1x), and dmesg lists it > > > > > > ugen0: on uhub0 > > > > > > I set jack up with the OSS back-end, but can't see my MIDI input from > > > the edirol device. > > > > > > What now to connect it up to midi-capable applications ? Is anyone > > > else using midi in this way with BSD and having any success? > > > > Hi, > > > > I've been using USB MIDI on FreeBSD for a while using a Yamaha P140 > > Piano. I plan to get some better support in there during the summer. > > > > Please contact me if you want more info. > > > > --HPS > > Hello, > > I need MIDI support in FreeBSD 7.0 but it doesn't work correctly on my > SB Live (emu_10k1 driver). What is the model of your MIDI interface? > Hi, I use a Midiman MIDI to USB adapter. http://www.m-audio.com/ --HPS From hselasky at c2i.net Fri Jun 20 15:32:26 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Fri Jun 20 15:32:31 2008 Subject: USB Midi device recognised, what now? In-Reply-To: <1213830673.42750.11.camel@nebba.config> References: <1213701463.87914.2.camel@nebba.config> <200806180347.39165.hselasky@c2i.net> <1213830673.42750.11.camel@nebba.config> Message-ID: <200806201733.58830.hselasky@c2i.net> Hi, For those that want to experiment: http://www.selasky.org/hans_petter/usb4bsd/snapshots/kernel_i386.tar.bz2 MD5 (kernel_i386.tar.bz2) = 3d6b5ade323311cc13176b8dcd6790de kldload sound kldload snd_uaudio If your midi adapter is detected it should show up like /dev/umidiX.Y . PS: You need to use the LibUmidi from my SVN report and/or my MidiStudio to play back and record standard MIDI files. It does not work with OSS Midi yet. --HPS From danny at ricin.com Fri Jun 20 20:32:12 2008 From: danny at ricin.com (Danny Pansters) Date: Fri Jun 20 20:32:17 2008 Subject: open("/dev/bktr0") failed: No such file or directory In-Reply-To: <849838.19445.qm@web63006.mail.re1.yahoo.com> References: <849838.19445.qm@web63006.mail.re1.yahoo.com> Message-ID: <200806202232.07227.danny@ricin.com> On Friday 20 June 2008 03:11:08 Fritz Katz wrote: > On Sun, 1 Jun 2008, Wilson Thankachan wrote: > > I recently installed PCBSD in my PC and am trying to configure fxtv. I > > have a Phillips TV tuner. These are the things that I did. > > > > 1) I did a make under /usr/ports/multimedia/fxtv/ > > 2) added the following line in /boot/loader.conf > > > > bktr_load="YES" > > > > 3) rebooted the PC got the following message in demsg > > bktr_mem: memory holder loaded > > > > 4) when I run fxtv I get the follwing error > > open("/dev/bktr0") failed: No such file or directory The driver didnt attach, otherwise you'd have seen a few more 'bktr' lines in your dmesg. > > What am i missing? Do i have to install the BKTR driver if so where > > can I get it. By the I dont see this device under /dev > > > > Thanks, > > Wilson > > --------------- > > Hello Wilson, > > What kind of 'Philips TV tuner' do you have? Is it listed on > this page?: > http://www.freebsd.org/cgi/man.cgi?query=bktr&sektion=4 > > If it's a 'Philips SAA713x based card' and not a > 'BrookTree/Conexant BT8x8' then jump down to suggestion #3. > Otherwise, here's some suggestions. Other folks on this > list, please chime in on what works for you. > > 1) Is the bktr driver being loaded? > If so, then you should see lines similar to these in your dmesg: > > # dmesg > (....) > bktr_mem: memory holder loaded > (....) > bktr0: mem 0xcffff000-0xcfffffff irq 16 at device 10.0 on > pci1 bktr0: [GIANT-LOCKED] > bktr0: [ITHREAD] > bktr0: Hauppauge Model 44801 D110 > bktr0: Hauppauge WinCast/TV, Philips NTSC tuner. > > Here's my loader.conf which works for me: > # cat /boot/loader.conf > nvidia_load="YES" > snd_driver_load="YES" > bktr_load="YES" > iic_load="YES" > > You should see bktr.ko and bktr_mem.ko in this list: > # kldstat > Id Refs Address Size Name > 32 1 0xc0e49000 1258c bktr.ko > 33 2 0xc0e5c000 2000 bktr_mem.ko > > 2) Is the hardware even being being recognized? > Perhaps the PCI tuner card is not seated in the slot, > try moving to a different slot. > Maybe the card is non-functional? > pciconf is a diagnostic utility for the PCI bus: > > # pciconf -lcv > bktr0@pci0:1:10:0: class=0x040000 card=0x13eb0070 chip=0x036e109e rev=0x11 > hdr=0x00 vendor = 'Conexant (Was: Brooktree Corp)' > device = 'Bt878/Fusion 878A Mediastream Controller' > class = multimedia > subclass = video > cap 03[44] = VPD > cap 01[4c] = powerspec 2 supports D0 D3 current D0 > none3@pci0:1:10:1: class=0x048000 card=0x13eb0070 chip=0x0878109e rev=0x11 > hdr=0x00 vendor = 'Conexant (Was: Brooktree Corp)' > device = '7610144D&REV_02\4&1F7DBC9F&0&09F0 TV Video Capture' > class = multimedia > cap 03[44] = VPD > cap 01[4c] = powerspec 2 supports D0 D3 current D0 > > 3) add this port: > /usr/ports/multimedia/kbtv2 > 'make config' and select > CORE, GUI, and for your TV card i.e. SAA, SAA_KMOD > Then do a: > # btsetup > btsetup> help > help - Show this help text > show [cards|tuners|cameras|users] - Show config or list > cards/tuners/cams/users adduser - Add user to > operator group by login or UID kldload - Load the > bktr/saa/pwc/snd_driver module sysctl value - Set the > sysctl for bktr card/tuner to value commit - > Commit/write the config > quit - Quit btsetup > btsetup> kldload saa > btsetup> commit > btsetup> quit > > btsetup does a '# kldload saa.ko' as well as modifying > the boot/loader.conf I think you may have to reboot. > > Try running kbtv2. I think the interface is much nicer than fxtv. > > I was able to get the S-Video-in and audio-in working on my SAA card. > But could only tune TV channels audio -- video was just a blue-screen > (I suspect I need to set some 'sysctl' for the card but I'm > clueless about where to go next with it). > > If you want to watch TV on your FreeBSD system, you can still > find some old BT8x8 cards listed on eBay or Craigslist. If you > find one, snatch it up -- Brooktree stopped making them years > ago. Of course, you will only be able to watch TV for eight > months more using BT8x8 cards -- analog broadcasting will > stop Feb. 2009 in the US. FreeBSD really must support > newer TV-tuners as well as USB-Tuners. > > The Video for Linux-2 project (V4L2) seems better at supporting > newer tuners, including digital ATSC/DVB-T standards: > http://www.exploits.org/v4l > Anyone want to work with me on a 'V4B' project? > > Regards, > Fritz_Katz > -- frtzkatz(at)yahoo.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" btsetup is a tool from kbtv1, the sort-of equivalent for kbtv2 is kbtv2-setup. It has an even more braindead UI, just sets up any supported device found (well, I hope so..). btsetup had an option to set sysctls for bktr, this functionality has been dropped from kbtv2-setup (so do it manually if needed) Dan PS to Fritz: for your problem with bktr tuning try sysctl with another tuner type (see bktr(4). The introduction of the microtune code into bktr a few years ago seems to have made some of the old hauppauge wintv cards problematic. Also, some cards (eg leadtek and maybe also some hauppauge wintv cards from that era) may have an unsupported tuner. From edwin at FreeBSD.org Sat Jun 21 11:11:40 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Jun 21 11:11:44 2008 Subject: ports/124817: audio/gstreamer-plugins-spc include file name miss Message-ID: <200806211111.m5LBBdS6033552@freefall.freebsd.org> Synopsis: audio/gstreamer-plugins-spc include file name miss Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 21 11:11:39 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124817 From chuckr at telenix.org Sun Jun 22 17:41:44 2008 From: chuckr at telenix.org (Chuck Robey) Date: Sun Jun 22 17:41:48 2008 Subject: getting sound up Message-ID: <485E85F2.4080906@telenix.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If this should have been sent to -questions, tell me. I have been concentrating for the last few months on USB issues, but I sudenly have a real need to get audio working on this box. I know I had it working about 6 months ago, but it dies under mysterious circumstances, and I didn't have the time then to concentrate on it. I do clearly recall that I had a probelm whenever I tried to run oss sound, because it would hang the machine on booting to the point to where it would need a hard reset. Just now, I tried taking OSS_ENABLE out of the rc.conf, and then sticking it back in immediately after reboot, and trying the "oss start" after I re-enabled it in rc.conf. I found first that it would hang, and the reason why is because it was waiting, because my card requries the hdaudio.ko module, but when it's loaded, kldload always complains falsely that it's already loaded. This although both kldstat and "kldstat -v | grep hdaudio" claims it's not loaded. OK, my machine is a Asus Striker Extreme mobo e/w a MCP55 Nvidia chipset, including a Analog Devices ADI1985B HDaudio chip. So, question is, which is the better implementation at this point in time, the oss or the FreeBSD snd_hda module? I would like to interface via optical that my mobo privides, but I would be ok with the spdif also, so tell me which one gives me the best chance of working easiest? I've read the handbook already on this, but I know things drift back and forth a bit. I am off to reboot about a dozen more times trying to see if I can derive any info about snd_hda. I couldn't get it working any yesterday, but maybe more testing will help out. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIXoXyz62J6PPcoOkRAlRFAJ9ySkbLTdz1bxaaj1C6c9kNzTTt+gCeIdlc NZoLj0SU33iLVz+DSaBa8oc= =GHm4 -----END PGP SIGNATURE----- From bugmaster at FreeBSD.org Mon Jun 23 11:06:58 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 23 11:07:22 2008 Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org Message-ID: <200806231106.m5NB6veG065023@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs o kern/115666 multimedia [sound] Microphone does not work o kern/119181 multimedia [snd_hda] snd_hda needs doesn't recognise headphones o o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o kern/120144 multimedia [snd_hda] snd_hda plays sound on all outputs o kern/121156 multimedia [sound]: [PATCH] Turn on inverted external amplifier s o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o ports/122305 multimedia multimedia/gstreame - gst-inspect-0.10 hangs when chec o kern/124319 multimedia [snd_emu10k1] [regression] Cannot record from second c o ports/124817 multimedia audio/gstreamer-plugins-spc include file name miss 24 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/79678 multimedia [sound] sound works except recording from any source o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla s kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr o kern/117599 multimedia [sound] Audio routing problem NVIDIA MCP51 HDA o kern/117729 multimedia [snd_hda] microphone is not working with snd_hda on Fr o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o ports/118289 multimedia port of multimedia/tovid only semi works on 6.2 Releas o kern/119671 multimedia [snd_hda] line is mic and mic is line on Fujitsu Sieme o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o ports/121662 multimedia graphics/libcaca - not bumped after imlib2 upgrade o ports/122922 multimedia [ patch ] multimedia/ffmpeg text output is mangled o ports/123409 multimedia [Patch] ports:multimedia/ffmpeg fix WITH_OPTIMIZED_CFL o ports/124501 multimedia multimedia/gstreamer-ffmpeg version 0.10.4_1 compile f o ports/124592 multimedia Update port: multimedia/ffmpeg o kern/124645 multimedia [snd_hda] snd_hda and SB600, speakers not deactivated o ports/124727 multimedia multimedia/gstreamer-ffmpeg 0.10.4_1 configure fails 37 problems total. From gahr at FreeBSD.org Mon Jun 23 14:03:14 2008 From: gahr at FreeBSD.org (Pietro Cerutti) Date: Mon Jun 23 14:03:25 2008 Subject: uaudio : channel dead Message-ID: <485FA73E.9010105@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hi list, I've seen several people having the same problem I'm having on the lists. However, I couldn't find a solution :-( Here's the facts: Just bought a new USB headset [1]. This one uses snd_uaudio. Playback is great, but recording / mic in doesn't work: uaudio0: on uhub0 uaudio0: audio rev 1.00 pcm0: on uaudio0 pcm0:virtual:dsp1.vr0: record interrupt timeout, channel dead pcm0:virtual:dsp1.vp0: play interrupt timeout, channel dead Here are a few debugging information. | uname -a FreeBSD gahrtop.localhost 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun 23 09:43:28 CEST 2008 root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034 i386 | 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: 3 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.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 | cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at ? kld snd_uaudio [GIANT] (1p:1v/1r:1v channels duplex default) ~ mode 1:(output) 2ch, 16/16bit, pcm, 48000,44100Hz ~ mode 1:(input) 1ch, 16/16bit, pcm, 48000,44100Hz ~ [pcm0:play:dsp0.p0]: spd 48000, fmt 0x10000010, flags 0x00101000, 0x00000020 ~ interrupts 0, underruns 0, feed 0, ready 0 [b:16384/2048/8|bs:16384/8192/2] ~ {userland} -> feeder_vchan(0x10000010) -> feeder_volume(0x10000010) -> {hardware} ~ pcm0:play:dsp0.p0[pcm0:virtual:dsp0.vp0]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 ~ interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] ~ {userland} -> feeder_root(0x00000000) -> {hardware} ~ [pcm0:record:dsp0.r0]: spd 48000, fmt 0x10000010/0x00000010, flags 0x00101000, 0x00000000 ~ interrupts 0, overruns 0, feed 0, hfree 16384, sfree 32768 [b:16384/1024/16|bs:32768/16384/2] ~ {hardware} -> feeder_root(0x00000010) -> feeder_monotostereo16(0x00000010 -> 0x10000010) -> feeder_vchan(0x10000010) -> {userland} ~ pcm0:record:dsp0.r0[pcm0:virtual:dsp0.vr0]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 ~ interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] ~ {hardware} -> feeder_root(0x00000000) -> {userland} File Versions: $FreeBSD: src/sys/dev/sound/isa/sndbuf_dma.c,v 1.3 2005/01/06 01:43:17 imp Exp $ $FreeBSD: src/sys/dev/sound/pcm/vchan.c,v 1.36 2007/06/16 03:37:28 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/sound.c,v 1.119 2007/06/17 19:02:05 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/sndstat.c,v 1.28 2007/06/16 03:37:28 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/mixer.c,v 1.61 2007/06/16 03:37:28 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/feeder_volume.c,v 1.6 2007/06/16 20:36:39 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/feeder_rate.c,v 1.23 2007/06/16 03:37:28 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/feeder_fmt.c,v 1.23 2007/06/02 13:07:44 joel Exp $ $FreeBSD: src/sys/dev/sound/pcm/feeder.c,v 1.44 2007/06/17 15:53:11 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/fake.c,v 1.18 2007/03/15 18:19:01 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/dsp.c,v 1.109 2008/05/27 02:16:05 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/channel.c,v 1.122 2007/12/03 14:26:56 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/buffer.c,v 1.37 2007/06/16 03:37:27 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/ac97_patch.c,v 1.11 2007/10/26 20:49:23 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/ac97.c,v 1.74 2007/10/26 20:49:59 ariff Exp $ | usbdevs -v | grep Headphone ~ port 2 addr 3: full speed, power 100 mA, config 1, C-Media USB Headphone Set(0x000c), vendor 0x0d8c(0x0d8c), rev 1.00 I would greatly like to get this headset working, so any hint is appreciatd! P.S. CC me since I'm not on the list [1] http://www.trust.com/products/product_detail.aspx?item=14734 - -- Pietro Cerutti gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEAREKAAYFAkhfpz0ACgkQwMJqmJVx947xRACghQJM52MH3zl5WtLybl7jGMC4 MjcAniVeIgftOJVwytt2k/kv3+7Aa1dG =nDp6 -----END PGP SIGNATURE----- From pgollucci at p6m7g8.com Tue Jun 24 16:37:33 2008 From: pgollucci at p6m7g8.com (Philip M. Gollucci) Date: Tue Jun 24 16:37:36 2008 Subject: [PATCH] audio/jackit: Remove 5.x support Message-ID: <200806241613.m5OGDLqa055357@piccollo.p6m7g8.net> >Submitter-Id: current-users >Originator: Philip M. Gollucci >Organization: Riderway Inc. >Confidential: no >Synopsis: [PATCH] audio/jackit: Remove 5.x support >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.0-CURRENT i386 >Environment: System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Jun 11 23:05:41 EDT 2008 >Description: - Remove 5.x support Port maintainer (multimedia@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- jackit-0.103.0_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/jack/Makefile,v retrieving revision 1.43 diff -u -u -r1.43 Makefile --- Makefile 26 Mar 2008 15:15:34 -0000 1.43 +++ Makefile 24 Jun 2008 15:50:00 -0000 @@ -30,8 +30,6 @@ MAN1= jackd.1 jackstart.1 -.include - .if exists(${LOCALBASE}/bin/doxygen) && !defined(WITH_GNOKII) DOCS_OVERRIDE= yes WITH_DOCS= yes @@ -45,10 +43,6 @@ PLIST_SUB+= DOCS="@comment " .endif -.if (${OSVERSION} < 502102 ) -BROKEN= Does not compile -.endif - .if exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif @@ -80,4 +74,4 @@ post-build: @${RM} -f ${WRKSRC}/doc/reference/html/dir__2F* -.include +.include --- jackit-0.103.0_1.patch ends here --- From gahr at FreeBSD.org Tue Jun 24 21:01:29 2008 From: gahr at FreeBSD.org (gahr@FreeBSD.org) Date: Tue Jun 24 21:01:31 2008 Subject: ports/124948: [PATCH] audio/jackit: Remove 5.x support Message-ID: <200806242101.m5OL1TPe063863@freefall.freebsd.org> Synopsis: [PATCH] audio/jackit: Remove 5.x support Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: gahr Responsible-Changed-When: Tue Jun 24 21:01:28 UTC 2008 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=124948 From miwi at FreeBSD.org Tue Jun 24 21:15:47 2008 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Tue Jun 24 21:15:49 2008 Subject: ports/124948: [PATCH] audio/jackit: Remove 5.x support Message-ID: <200806242115.m5OLFlx6065678@freefall.freebsd.org> Synopsis: [PATCH] audio/jackit: Remove 5.x support Responsible-Changed-From-To: freebsd-multimedia->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Tue Jun 24 21:15:47 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=124948 From freebsd at meijome.net Thu Jun 26 02:37:57 2008 From: freebsd at meijome.net (Norberto Meijome) Date: Thu Jun 26 02:38:02 2008 Subject: Bluetooth headset , paired... sound? Message-ID: <20080626120949.35c16b35@ayiin> Hello everyone ! :) FreeBSD ayiin.octantis.com.au 7.0-STABLE FreeBSD 7.0-STABLE #57: Tue Jun 24 11:05:18 EST 2008 root@ayiin.octantis.com.au:/usr/obj/usr/src/sys/AYIIN i386 I have a bluetooth headset, it is a Philips SHB6100 ,as reported by : # hccontrol -n ubt0hci remote_name_request betos_headset BD_ADDR: betos_headset Name: Philips SHB6100 It is paired : # hccontrol -n ubt0hci read_connection_list Remote BD_ADDR Handle Type Mode Role Encrypt Pending Queue State betos_headset 12 ACL 0 MAST NONE 0 0 OPEN as seen above, I am currently paired with the nokey option. and its features are : # hccontrol read_remote_supported_features 12 Connection handle: 12 Features: 0xff 0xff 0x8f 0x78 0x18 0x18 00 0x80 <3-Slot> <5-Slot> now... how do I use it?! I want to use it to listen to music and, ideally, for skype calls too. my laptop's bluetooth chipset info: ubt0: on uhub2 ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 ubt0: Interface 1 (alt.config 4) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=64; nframes=5, buffer size=320 Any pointers will be greatly appreciated, B _________________________ {Beto|Norberto|Numard} Meijome If you're not part of the solution, you're part of the precipitate. 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 CQG00620 at nifty.ne.jp Sat Jun 28 15:08:24 2008 From: CQG00620 at nifty.ne.jp (WATANABE Kazuhiro) Date: Sat Jun 28 15:08:27 2008 Subject: Problem recording, using In-Reply-To: <20080624170530.GG2138@ige.unicamp.br> References: <20070605145944.B750E3C23C@mail.asahi-net.or.jp> <20070605163410.GA1496@ige.unicamp.br> <20070606162049.995E53DFA5@mail.asahi-net.or.jp> <20070606172107.GA1475@ige.unicamp.br> <20070607160336.CBCBA2D4CF@mail.asahi-net.or.jp> <20070611124008.GA1461@ige.unicamp.br> <20070611161051.EEA7F347C9@mail.asahi-net.or.jp> <20070611171712.GC1461@ige.unicamp.br> <20070612160223.2289B3AE18@mail.asahi-net.or.jp> <20070612184114.GB1474@ige.unicamp.br> <20080624170530.GG2138@ige.unicamp.br> Message-ID: <20080628145009.B42E35EBED@mail.asahi-net.or.jp> Hi, again. Cc'ed to freebsd-multimedia. At Tue, 24 Jun 2008 14:05:30 -0300, Ricardo Campos Passanezi wrote: > On Tue, Jun 12, 2007 at 03:41:14PM -0300, Ricardo Campos Passanezi wrote: > >On Wed, Jun 13, 2007 at 01:02:22AM +0900, Watanabe Kazuhiro wrote: > >> > > Hmmm... Can you record a sound with the PCM device from analog inputs > >> > > other than the microphone input (line, cd, etc.)? > > > >... > > > >> > >> For example, if you want to record a sound from an audio CD analog > >> output, try the following commands. In this procedure we choose > >> ports/audio/wavplay as a recording and playback software. > >> > >> $ mixer =rec cd # Select CD as an input source. > >> $ cdcontrol play # Start playback of the audio CD. > >> $ wavrec -S -s 44100 -b 16 -t 10 test.wav > >> # Record a sound (from the CD drive). > >> # Duration: 10 secs. > >> $ cdcontrol stop # Stop the CD. > >> $ wavplay test.wav # Play the test WAV file. > >> > >> Of course you have already to connect the analog audio cable from the > >> CD/DVD drive to the audio CD input pinhead. > >> > > > >With: > > > ># mixer > >Mixer vol is currently set to 75:75 > >Mixer pcm is currently set to 80:80 > >Mixer speaker is currently set to 75:75 > >Mixer line is currently set to 75:75 > >Mixer mic is currently set to 75:75 > >Mixer cd is currently set to 75:75 > >Mixer rec is currently set to 75:75 > >Mixer igain is currently set to 100:100 > >Mixer ogain is currently set to 0:0 > >Mixer line1 is currently set to 75:75 > >Mixer phin is currently set to 0:0 > >Mixer phout is currently set to 0:0 > >Recording source: cd > > > >It worked fine... > > Hello Watanabe. > > I've done the above and, as you can see in the previous email, it worked > fine (the recording using 'cd'). When I use 'mic' as recording source > I've no success. > > I'm using 7-STABLE right now. > > Can you still help me in this one? > > Sorry to bother... I have searched the web and found the useful page. Powering microphones http://www.epanorama.net/circuits/microphone_powering.html The author says "Most lavalier (tie-clip) microphones, consumer video camera microphones and microphones used with computer soundcards are electret microphones". If your microphone is an electret microphone, and its power is supplied via the mic's signal cable (generally called "plug-in power"), we have to supply the power to the signal cable. ***** Be careful to apply this patch. I believe that the patch is not so wrong. But I don't know whether the AD1986A's C/LFE VREFOUT pin is connected to the microphone jack correctly. So I cannot expect what is happen. --- sys/dev/sound/pcm/ac97.c.releng70 2007-10-30 03:47:47.000000000 +0900 +++ sys/dev/sound/pcm/ac97.c 2008-06-27 21:53:12.000000000 +0900 @@ -142,7 +142,7 @@ static struct ac97_codecid ac97codecid[] { 0x41445372, 0x00, 0, "AD1981A", 0 }, { 0x41445374, 0x00, 0, "AD1981B", ad1981b_patch }, { 0x41445375, 0x00, 0, "AD1985", ad198x_patch }, - { 0x41445378, 0x00, 0, "AD1986", ad198x_patch }, + { 0x41445378, 0x00, 0, "AD1986", ad1986_patch }, { 0x414b4d00, 0x00, 1, "AK4540", 0 }, { 0x414b4d01, 0x00, 1, "AK4542", 0 }, { 0x414b4d02, 0x00, 1, "AK4543", 0 }, --- sys/dev/sound/pcm/ac97_patch.c.releng70 2007-10-30 03:47:27.000000000 +0900 +++ sys/dev/sound/pcm/ac97_patch.c 2008-06-28 19:12:18.000000000 +0900 @@ -53,6 +53,31 @@ void ad198x_patch(struct ac97_info* code } } +void ad1986_patch(struct ac97_info* codec) +{ + /* + * Disable outputs of the SURR_OUT and CENTER_OUT/LFE_OUT pins. + * Select the SURR_OUT pins as the LINE_IN inputs. + * Select the CENTER_OUT/LFE_OUT pins as the MIC inputs. + * Enable the stereo microphone mode. + * + * Set the voltage of the C/LFE VREF_OUT pin. + */ + switch (ac97_getsubvendor(codec)) { + case 0x818f1043: /* ASUS P5SD2-X (SE) */ + ac97_wrcd(codec, 0x76, ac97_rdcd(codec, 0x76) | 0x1800); + ac97_wrcd(codec, 0x76, ac97_rdcd(codec, 0x76) | 0x0004); + ac97_wrcd(codec, 0x74, ac97_rdcd(codec, 0x74) | 0x0200); + ac97_wrcd(codec, 0x76, ac97_rdcd(codec, 0x76) | 0x0040); + + /* 0x4 = 2.25V, 0x8 = 0V, 0x10 = 3.70V */ + ac97_wrcd(codec, 0x70, ac97_rdcd(codec, 0x70) | 0x0004); + break; + default: + break; + } +} + void ad1981b_patch(struct ac97_info* codec) { /* --- sys/dev/sound/pcm/ac97_patch.h.releng70 2007-04-19 22:54:22.000000000 +0900 +++ sys/dev/sound/pcm/ac97_patch.h 2008-06-27 22:14:43.000000000 +0900 @@ -31,5 +31,6 @@ typedef void (*ac97_patch)(struct ac97_i void ad1886_patch(struct ac97_info*); void ad198x_patch(struct ac97_info*); void ad1981b_patch(struct ac97_info*); +void ad1986_patch(struct ac97_info*); void cmi9739_patch(struct ac97_info*); void alc655_patch(struct ac97_info*); --- WATANABE Kazuhiro (CQG00620@nifty.ne.jp) From bugmaster at FreeBSD.org Mon Jun 30 11:07:01 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 30 11:07:17 2008 Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org Message-ID: <200806301106.m5UB6xZ9095807@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs o kern/115666 multimedia [sound] Microphone does not work o kern/119181 multimedia [snd_hda] snd_hda needs doesn't recognise headphones o o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o kern/120144 multimedia [snd_hda] snd_hda plays sound on all outputs o kern/121156 multimedia [sound]: [PATCH] Turn on inverted external amplifier s o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o ports/122305 multimedia multimedia/gstreame - gst-inspect-0.10 hangs when chec o kern/124319 multimedia [snd_emu10k1] [regression] Cannot record from second c o ports/124817 multimedia audio/gstreamer-plugins-spc include file name miss 24 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/79678 multimedia [sound] sound works except recording from any source o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla s kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr o kern/117599 multimedia [sound] Audio routing problem NVIDIA MCP51 HDA o kern/117729 multimedia [snd_hda] microphone is not working with snd_hda on Fr o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o ports/118289 multimedia port of multimedia/tovid only semi works on 6.2 Releas o kern/119671 multimedia [snd_hda] line is mic and mic is line on Fujitsu Sieme o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o ports/121662 multimedia graphics/libcaca - not bumped after imlib2 upgrade o ports/122922 multimedia [ patch ] multimedia/ffmpeg text output is mangled o ports/123409 multimedia [Patch] ports:multimedia/ffmpeg fix WITH_OPTIMIZED_CFL o ports/124501 multimedia multimedia/gstreamer-ffmpeg version 0.10.4_1 compile f o ports/124592 multimedia Update port: multimedia/ffmpeg o kern/124645 multimedia [snd_hda] snd_hda and SB600, speakers not deactivated o ports/124727 multimedia multimedia/gstreamer-ffmpeg 0.10.4_1 configure fails 37 problems total. From riccp at ige.unicamp.br Mon Jun 30 14:41:38 2008 From: riccp at ige.unicamp.br (Ricardo Campos Passanezi) Date: Mon Jun 30 14:41:42 2008 Subject: Problem recording, using In-Reply-To: <20080628145009.B42E35EBED@mail.asahi-net.or.jp> References: <20070606162049.995E53DFA5@mail.asahi-net.or.jp> <20070606172107.GA1475@ige.unicamp.br> <20070607160336.CBCBA2D4CF@mail.asahi-net.or.jp> <20070611124008.GA1461@ige.unicamp.br> <20070611161051.EEA7F347C9@mail.asahi-net.or.jp> <20070611171712.GC1461@ige.unicamp.br> <20070612160223.2289B3AE18@mail.asahi-net.or.jp> <20070612184114.GB1474@ige.unicamp.br> <20080624170530.GG2138@ige.unicamp.br> <20080628145009.B42E35EBED@mail.asahi-net.or.jp> Message-ID: <20080630142550.GA1728@ige.unicamp.br> On Sat, Jun 28, 2008 at 11:50:07PM +0900, WATANABE Kazuhiro wrote: >Hi, again. > >Cc'ed to freebsd-multimedia. > Ok. I've forgotten to send to the list, thanks. I've applied the patch and the mic is working now. Thanks. -- Ricardo Campos Passanezi From konrad.rybacki at gmail.com Mon Jun 30 15:56:16 2008 From: konrad.rybacki at gmail.com (Konrad Rybacki) Date: Mon Jun 30 15:56:19 2008 Subject: Headphone/Speaker automute on Toshiba Tecra A8. Message-ID: <200806301727.56117.konrad.rybacki@gmail.com> The following patch enables speaker automute feature on Toshiba Tecra A8 with Realtek ALC262 when headphone jack is plugged in: *** hdac.c.orig 2008-06-30 17:19:27.000000000 +0200 --- hdac.c 2008-06-30 17:19:59.000000000 +0200 *************** *** 664,673 **** --- 664,675 ---- 0, 0, -1, 6, { 5, -1 }, 5 }, { HP_NX6325_SUBVENDOR, HDA_CODEC_AD1981HD, HDAC_HP_SWITCH_CTL, 0, 0, -1, 6, { 5, -1 }, 5 }, /* { HP_DC7700_SUBVENDOR, HDA_CODEC_ALC262, HDAC_HP_SWITCH_CTL, 0, 0, -1, 21, { 22, 27, -1 }, -1 }, */ + { TOSHIBA_U200_SUBVENDOR, HDA_CODEC_ALC262, HDAC_HP_SWITCH_CTL, + 0, 0, -1, 21, { 20, -1 }, -1 }, { TOSHIBA_U200_SUBVENDOR, HDA_CODEC_AD1981HD, HDAC_HP_SWITCH_CTL, 0, 0, -1, 6, { 5, -1 }, -1 }, { TOSHIBA_A135_SUBVENDOR, HDA_CODEC_ALC861VD, HDAC_HP_SWITCH_CTL, 0, 0, -1, 27, { 20, -1 }, -1 }, { DELL_D820_SUBVENDOR, HDA_CODEC_STAC9220, HDAC_HP_SWITCH_CTRL,