From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 15 08:55:06 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B80EB16A41F for ; Sun, 15 Jan 2006 08:55:06 +0000 (GMT) (envelope-from michael@gargantuan.com) Received: from phoenix.gargantuan.com (srv01.lak.lwxdatacom.net [24.73.171.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F3C543D45 for ; Sun, 15 Jan 2006 08:55:05 +0000 (GMT) (envelope-from michael@gargantuan.com) Received: from localhost (phoenix.gargantuan.com [IPv6:3ffe:c00:8034:a00::7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by phoenix.gargantuan.com (Postfix) with ESMTP id 9E605323 for ; Sun, 15 Jan 2006 03:55:03 -0500 (EST) From: "Michael W. Oliver" To: multimedia@freebsd.org Date: Sun, 15 Jan 2006 03:54:56 -0500 User-Agent: KMail/1.9.1 X-Face: @5vPFj3Ew,ZP'cXp; `s%*C}wZqRpmUI>yp@l(uHng}=`]5 n9l.Q!m[r:(MZ2h*Ne^$?ACOZTrnajNprFUWuu|v:X#l>r+yx6-cOwBXoAMrnd1s; c/w*o ?7Ix:&d.i2Fp"|W!\PN4\HM]r, @%V8ziL~7~gomppD~8ft5pBpAA..^CT4+aD*w\9I.!J{ ak*Q1OS+O3%]hquR' Cc: Subject: cwpcm straight to dsp is way fast X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2006 08:55:06 -0000 --nextPart16327788.L8tj6OXlRF Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hey guys, I am using cwpcm to generate morse, and when using this: echo "sos sos sos" | cwpcm -w 20 -F 24 -f 800 | sox -r 8000 -bu -t raw - = sos.wav lowpass 1500 I get a wav file that sounds perfect. However, when using this: echo "sos sos sos" | cwpcm -w 20 -F 24 -f 800 >/dev/dsp -or- echo "sos sos sos" | cwpcm -w 20 -F 24 -f 800 >sos.raw && cat sos.raw >/d= ev/dsp I get horrible noise from speakers. I am _guessing_ that it has something to do with the rate at which dsp is processing that raw data, but I don't know how to fix it so that I can just play the code without creating the wav file. Those two files are here... http://michael.gargantuan.com/sos.wav http://michael.gargantuan.com/sos.raw I am using... =2D----------------------------------------------------- $ cat /dev/sndstat =46reeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x1400 irq 22 kld snd_via8233 (5p/1r/8v channels d= uplex default) on... =2D----------------------------------------------------- $ uname -a =46reeBSD gambit.gargantuan.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Jan 10 11:38:19 EST 2006 mwoliver@gambit.gargantuan.com:/usr/obj/usr/src/sys/GAMBIT i386 and some sysctl stuff... =2D----------------------------------------------------- $ sysctl -a | grep pcm pcm0: port 0x1400-0x14ff irq 22 at device 17.5 on pci0 pcm0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x1400 pcm0: [MPSAFE] pcm0: pcm0: Codec features 20 bit DAC, 18 bit ADC, 5 bit master volume, Realtek 3= D Stereo Enhancement pcm0: Primary codec extended features variable rate PCM, double rate PCM, r= eserved 1, center DAC, surround DAC, LFE DAC, reserved 4 pcm0: ac97 codec dac ready count: 0 pcm0: sndbuf_setmap 3e3fa000, 1000; 0xc51a6000 -> 3e3fa000 pcm0: sndbuf_setmap 3e4bf000, 1000; 0xc51cb000 -> 3e4bf000 pcm0: sndbuf_setmap 3e27d000, 1000; 0xc51c9000 -> 3e27d000 pcm0: sndbuf_setmap 3dedb000, 1000; 0xc51c7000 -> 3dedb000 pcm0: sndbuf_setmap 3e319000, 1000; 0xc51c5000 -> 3e319000 pcm0: sndbuf_setmap 3dff7000, 1000; 0xc51c3000 -> 3dff7000 pcm0: <118>hw.snd.pcm0.vchans: Danger! pcm0:play:1 bufsoft size increasing from 2048 to 4096 after CHANNEL= _SETBLOCKSIZE() Danger! pcm0:play:1 bufsoft size increasing from 2048 to 4096 after CHANNEL= _SETBLOCKSIZE() hw.snd.pcm0.buffersize: 4096 hw.snd.pcm0.vchans: 8 hw.snd.pcm0.vchanrate: 48000 hw.snd.pcm0.spdif_enabled: 0 hw.snd.pcm0.via_dxs_src: 0 dev.pcm.0.%desc: VIA VT8235 dev.pcm.0.%driver: pcm dev.pcm.0.%location: slot=3D17 function=3D5 handle=3D\_SB_.PCI0.AU97 dev.pcm.0.%pnpinfo: vendor=3D0x1106 device=3D0x3059 subvendor=3D0x1558 subd= evice=3D0x4701 class=3D0x040100 dev.pcm.0.%parent: pci0 and the driver is kldloaded... =2D----------------------------------------------------- $ kldstat Id Refs Address Size Name 1 26 0xc0400000 839068 kernel 2 2 0xc0c3a000 25be8 sound.ko 3 1 0xc0c60000 6948 snd_via8233.ko 4 1 0xc0c67000 80f0 ng_ubt.ko 5 6 0xc0c70000 daa0 netgraph.ko 6 1 0xc0c7e000 1e658 radeon.ko 7 2 0xc0c9d000 10c44 drm.ko 8 1 0xc0cae000 943c cpufreq.ko 9 1 0xc0cb8000 61b60 acpi.ko 10 1 0xc5423000 6000 linprocfs.ko 11 1 0xc542e000 19000 linux.ko 12 4 0xc566d000 2000 ng_bluetooth.ko 13 1 0xc5687000 d000 ng_hci.ko 14 1 0xc5694000 10000 ng_l2cap.ko 15 1 0xc56a4000 18000 ng_btsocket.ko 16 1 0xc56c7000 4000 ng_socket.ko Thanks very much for your help! =2D-=20 Mike Oliver [see complete headers for contact information] --nextPart16327788.L8tj6OXlRF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDyg3msWv7q8X6o8kRArGJAJ0eBRO93uQ7uq1DszI8N34OPQ9m+wCgvxq3 me+6qENB9MbjAb8lPMI0meY= =VhWR -----END PGP SIGNATURE----- --nextPart16327788.L8tj6OXlRF-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 15 09:25:40 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB1216A41F for ; Sun, 15 Jan 2006 09:25:40 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CC5843D45; Sun, 15 Jan 2006 09:25:40 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k0F9PbaW081986; Sun, 15 Jan 2006 09:25:39 GMT (envelope-from ariff@FreeBSD.org) Date: Sun, 15 Jan 2006 17:25:13 +0800 From: Ariff Abdullah To: "Michael W. Oliver" Message-Id: <20060115172513.3545d70a.ariff@FreeBSD.org> In-Reply-To: <200601150355.02939.michael@gargantuan.com> References: <200601150355.02939.michael@gargantuan.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sun__15_Jan_2006_17_25_13_+0800_NbmeA.RLZMWNmJmy" Cc: multimedia@FreeBSD.org Subject: Re: cwpcm straight to dsp is way fast X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2006 09:25:40 -0000 --Signature=_Sun__15_Jan_2006_17_25_13_+0800_NbmeA.RLZMWNmJmy Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 15 Jan 2006 03:54:56 -0500 "Michael W. Oliver" wrote: > Hey guys, >=20 > I am using cwpcm to generate morse, and when using this: >=20 > echo "sos sos sos" | cwpcm -w 20 -F 24 -f 800 | sox -r 8000 -bu -t > raw - sos.wav lowpass 1500 >=20 > I get a wav file that sounds perfect. However, when using this: >=20 > echo "sos sos sos" | cwpcm -w 20 -F 24 -f 800 >/dev/dsp > -or- > echo "sos sos sos" | cwpcm -w 20 -F 24 -f 800 >sos.raw && cat > sos.raw >/dev/dsp >=20 > I get horrible noise from speakers. I am _guessing_ that it has > something to do with the rate at which dsp is processing that raw > data, but I don't know how to fix it so that I can just play the > code without creating the wav file. >=20 Since you have sox, how about something like this: echo "sos sos sos" | cwpcm -w 20 -F 24 -f 800 | \ play -b -u -r 8000 -t raw - -- Ariff Abdullah FreeBSD --Signature=_Sun__15_Jan_2006_17_25_13_+0800_NbmeA.RLZMWNmJmy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDyhT9lr+deMUwTNoRAsuKAKDS4ZV+LqlkVfYjNAB1JYUoIBEo1gCgsVm2 hnvt2U79HGeVu435c3U8hDU= =eksV -----END PGP SIGNATURE----- --Signature=_Sun__15_Jan_2006_17_25_13_+0800_NbmeA.RLZMWNmJmy-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 15 12:15:11 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BD0B16A41F; Sun, 15 Jan 2006 12:15:11 +0000 (GMT) (envelope-from freebsd@luna.afraid.org) Received: from gw.luna.afraid.org (lls-c-13303.adsl.wanadoo.nl [81.69.81.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976B443D46; Sun, 15 Jan 2006 12:15:10 +0000 (GMT) (envelope-from freebsd@luna.afraid.org) Received: from [127.0.0.1] (gw.luna.afraid.org [127.0.0.1]) by gw.luna.afraid.org (Postfix) with ESMTP id DF45417; Sun, 15 Jan 2006 13:15:08 +0100 (CET) Message-ID: <43CA3CCC.5040001@luna.afraid.org> Date: Sun, 15 Jan 2006 13:15:08 +0100 From: Raaf User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051213 Thunderbird/1.0.7 Mnenhy/0.7.3.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-usb@freebsd.org, freebsd-hardware@freebsd.org, freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Philips USB webcam driver X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2006 12:15:11 -0000 Hi, i have been hacking the Linux pwc webcam driver so that i can use it on FreeBSD with my Philips ToUcam PRO II. But it should also work with the other webcam's supported by the Linux pwc driver (mainly philips and logitech models). Since it is working fine now for me and i thought it might also be useful to other people i put the sourcecode on the web. You can download it here: http://raaf.atspace.org/pwcbsd-0.1.tgz Raaf From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 16 11:02:42 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D290C16A41F for ; Mon, 16 Jan 2006 11:02:42 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A829243D60 for ; Mon, 16 Jan 2006 11:02:34 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0GB2Y8r084928 for ; Mon, 16 Jan 2006 11:02:34 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0GB2XTN084921 for freebsd-multimedia@freebsd.org; Mon, 16 Jan 2006 11:02:33 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 16 Jan 2006 11:02:33 GMT Message-Id: <200601161102.k0GB2XTN084921@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 11:02:42 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/02/22] kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestr f [2004/11/16] kern/73987 multimedia [sound] Nforce2 MB sound problem o [2005/04/14] kern/79905 multimedia [sound] sis7018 sound module problem o [2005/04/14] kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: o [2005/05/17] kern/81146 multimedia [sound] Sound isn't working AT ALL for Si o [2005/06/08] kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work o [2005/12/10] kern/90214 multimedia [sound] memory leaks in snd_via8233 7 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2001/02/26] kern/25386 multimedia [sound] Incorrect mixer registers (line & o [2002/04/30] kern/37600 multimedia [sound] [partial patch] t4dwave drive doe f [2003/12/26] kern/60599 multimedia [bktr] [partial patch] No sound for ATI T o [2003/12/29] kern/60677 multimedia [sound] [patch] No reaction of volume con f [2004/05/14] kern/66642 multimedia [sound] pcm0: play: 0: play interrupt tim f [2004/09/30] kern/72218 multimedia [sound] audio recording broken with emu10 o [2004/10/22] kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound near f [2004/11/21] i386/74191 multimedia [sound] Notebook PC2001 Compliant AC97 au o [2005/04/08] kern/79678 multimedia [sound] sound works except recording from o [2005/04/29] kern/80465 multimedia [sound] pcm0:record:0: record interrupt t o [2005/05/05] kern/80632 multimedia pcm driver missing support for CMI8738 au o [2005/07/29] kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Defi f [2005/08/03] kern/84507 multimedia [sound] fm801: Not every card supports va f [2005/09/11] kern/85964 multimedia [sound] Can't play 24 bit audio (Audigy 2 o [2005/10/21] kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: re f [2005/11/11] kern/88820 multimedia [sound] Erratic recognition of VIA 8285 s o [2006/01/11] kern/91683 multimedia [sound] [patch] bug on sound driver & sol 17 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 16 15:23:33 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61FA16A41F for ; Mon, 16 Jan 2006 15:23:33 +0000 (GMT) (envelope-from cbuisson@nerim.net) Received: from kraid.nerim.net (smtp-101-monday.nerim.net [62.4.16.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1345C43D45 for ; Mon, 16 Jan 2006 15:23:32 +0000 (GMT) (envelope-from cbuisson@nerim.net) Received: from localhost (cbuisson.net2.nerim.net [80.65.227.128]) by kraid.nerim.net (Postfix) with ESMTP id D522F410FD for ; Mon, 16 Jan 2006 16:23:29 +0100 (CET) Message-ID: <43CBBA72.5000300@nerim.net> Date: Mon, 16 Jan 2006 16:23:30 +0100 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20050927 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: mixed results after the Dec 30 sound MFC to stable X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 15:23:33 -0000 Hello all, I updated a number of 6.0-stable systems from a Dec 26 cvsup to a Jan 9 cvsup, and got mixed results. First, the good news: 1. No sound problem on a Dell Inspiron 9300 (ICH6) with snd_ich.ko 2. Small problem on a Dell Dimension 4550 + Sound Blaster Live! with snd_emu10k1.ko: when "catting" sound files to /dev/audio or /dev/dsp the sound was vveerryy ssllooww.., but everything was fine with esdplay, xmcd, or firefox + java or flashplugin6 This problem seems to be corrected by MFCing today update 1.91 of dsp.c Now, for the bad news: No sound at all on a (oldish) Compaq Armada 3500 with an OEMed ES1869. No progress after the MFCing of dsp.c 1.91 Everything is fine after reverting the sound sources to the pre Dec 30 state: catting files, esdplay, firefox 1.07 native + java 1.4.2 native + linux flashplayer 6, or linux firefox 1.5 + linux sun java 1.4.2 + linux flashplayer 7. Here are an kldstat output: Id Refs Address Size Name 1 26 0xc0400000 355d90 kernel 2 1 0xc0756000 549c vesa.ko 3 1 0xc075c000 7070 linprocfs.ko 4 2 0xc0764000 653c procfs.ko 5 2 0xc076b000 1f268 linux.ko 6 1 0xc078b000 c6d4 if_dc.ko 7 2 0xc0798000 1bbf8 miibus.ko 8 1 0xc07b4000 655c snd_ess.ko 9 4 0xc07bb000 20688 sound.ko 10 2 0xc07dc000 4eac snd_sbc.ko 11 1 0xc07e1000 418c ums.ko 12 1 0xc07e6000 5940 apm.ko 13 1 0xc07ec000 442c intpm.ko 14 2 0xc07f1000 3684 smbus.ko 15 1 0xc161a000 34000 pf.ko 16 1 0xc16a2000 33000 nfsclient.ko 17 1 0xc1705000 2000 star_saver.ko and a partial verbose dmesg: ESS0006: adding io range 0x250-0x257, size=0x8, align=0 pnpbios: handle 5 device ID ESS0006 (06007316) CPQb0ac: adding io range 0x220-0x22f, size=0x10, align=0 CPQb0ac: adding io range 0x388-0x38b, size=0x4, align=0 CPQb0ac: adding io range 0x330-0x331, size=0x2, align=0 CPQb0ac: adding irq mask 0x20 CPQb0ac: adding dma mask 0x2 CPQb0ac: adding dma mask 0x20 pnpbios: handle 6 device ID CPQb0ac (acb0110e) sbc0: at port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,5 on isa0 sbc0: [GIANT-LOCKED] pcm0: on sbc0 pcm0: ESS1869 detected, newspeed pcm0: [GIANT-LOCKED] pcm0: sndbuf_setmap ff4000, 1000; 0xc9b95000 -> ff4000 pcm0: sndbuf_setmap ff3000, 1000; 0xc9b96000 -> ff3000 Results of cat /dev/sndstat on the BROKEN system ------------------------------------------------- Just after boot FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x220 irq 5 drq 1:5 bufsz 4096 kld snd_ess (1p/1r/0v channels default) [pcm0:play:0]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm0:record:0]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, overruns 0, hfree 4096, sfree 0 {hardware} -> feeder_root(0x00000000) -> {userland} After catting some file.. FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x220 irq 5 drq 1:5 bufsz 4096 kld snd_ess (1p/1r/0v channels default) [pcm0:play:0]: spd 5000/-7456, fmt 0x00000000/0x10000010, flags 0x00000000, 0x00000010 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm0:record:0]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, overruns 0, hfree 4096, sfree 0 {hardware} -> feeder_root(0x00000000) -> {userland} Results of cat /dev/sndstat on the WORKING system ------------------------------------------------- Just after boot FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x220 irq 5 drq 1:5 bufsz 4096 kld snd_ess (1p/1r/0v channels duplex default) [pcm0:record:0]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, overruns 0, hfree 4096, sfree 0 {hardware} -> feeder_root(0x00000000) -> {userland} [pcm0:play:0]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} After catting some file.. FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x220 irq 5 drq 1:5 bufsz 4096 kld snd_ess (1p/1r/0v channels duplex default) [pcm0:record:0]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, overruns 0, hfree 4096, sfree 0 {hardware} -> feeder_root(0x00000000) -> {userland} [pcm0:play:0]: spd 8000, fmt 0x00000008, flags 0x00000000, 0x00000000 interrupts 1, underruns 1, ready 0 {userland} -> feeder_root(0x00000008) -> {hardware} Hope this help Claude Buisson P.S. I am not subscribed to this list, so keep me in the to: or cc: From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 16 16:27:32 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B58216A441 for ; Mon, 16 Jan 2006 16:27:32 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9481843D45; Mon, 16 Jan 2006 16:27:31 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k0GGRS2J011402; Mon, 16 Jan 2006 16:27:30 GMT (envelope-from ariff@FreeBSD.org) Date: Tue, 17 Jan 2006 00:27:00 +0800 From: Ariff Abdullah To: Claude Buisson Message-Id: <20060117002700.10cfede0.ariff@FreeBSD.org> In-Reply-To: <43CBBA72.5000300@nerim.net> References: <43CBBA72.5000300@nerim.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__17_Jan_2006_00_27_00_+0800_G3lHL_fT0i/GaSi0" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: mixed results after the Dec 30 sound MFC to stable X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 16:27:32 -0000 --Signature=_Tue__17_Jan_2006_00_27_00_+0800_G3lHL_fT0i/GaSi0 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 16 Jan 2006 16:23:30 +0100 Claude Buisson wrote: > Hello all, >=20 > I updated a number of 6.0-stable systems from a Dec 26 cvsup to a > Jan 9 cvsup, and got mixed results. >=20 > First, the good news: >=20 > 1. No sound problem on a Dell Inspiron 9300 (ICH6) with snd_ich.ko >=20 > 2. Small problem on a Dell Dimension 4550 + Sound Blaster Live! with > snd_emu10k1.ko: >=20 > when "catting" sound files to /dev/audio or /dev/dsp the sound was > vveerryy ssllooww.., but everything was fine with esdplay, xmcd, or > firefox + java or flashplugin6 >=20 > This problem seems to be corrected by MFCing today update 1.91 of > dsp.c Soon will be MFCed. >=20 > Now, for the bad news: >=20 I love bad news :) > No sound at all on a (oldish) Compaq Armada 3500 with an OEMed > ES1869. No progress after the MFCing of dsp.c 1.91 >=20 > Everything is fine after reverting the sound sources to the pre Dec > 30 state: catting files, esdplay, firefox 1.07 native + java 1.4.2 > native + linux flashplayer 6, or linux firefox 1.5 + linux sun java > 1.4.2 + linux flashplayer 7. >=20 [ ... ] >=20 > After catting some file.. >=20 > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0x220 irq 5 drq 1:5 bufsz 4096 kld > snd_ess (1p/1r/0v channels default) > [pcm0:play:0]: spd 5000/-7456, fmt 0x00000000/0x10000010, ^^^^^^^^^^ =20 > flags > 0x00000000, 0x00000010 > interrupts 0, underruns 0, ready 0 > {userland} -> feeder_root(0x00000000) -> {hardware} > [pcm0:record:0]: spd 0, fmt 0x00000000/0x00000008, flags > 0x00000000, 0x00000000 > interrupts 0, overruns 0, hfree 4096, sfree 0 > {hardware} -> feeder_root(0x00000000) -> {userland} >=20 Replace your sys/dev/sound/isa/ess.c with: http://people.freebsd.org/~ariff/test/ess.c -- Ariff Abdullah FreeBSD --Signature=_Tue__17_Jan_2006_00_27_00_+0800_G3lHL_fT0i/GaSi0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDy8lXlr+deMUwTNoRApxdAJ93tCqGzu7rZWWGvHIwxXM/GS+uzgCfeeSh TNFMwIKHCIGLb26KLJXF44A= =TNX6 -----END PGP SIGNATURE----- --Signature=_Tue__17_Jan_2006_00_27_00_+0800_G3lHL_fT0i/GaSi0-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 16 16:55:02 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CD3216A41F; Mon, 16 Jan 2006 16:55:02 +0000 (GMT) (envelope-from cbuisson@nerim.net) Received: from kraid.nerim.net (smtp-101-monday.nerim.net [62.4.16.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id E207343D46; Mon, 16 Jan 2006 16:55:01 +0000 (GMT) (envelope-from cbuisson@nerim.net) Received: from localhost (cbuisson.net2.nerim.net [80.65.227.128]) by kraid.nerim.net (Postfix) with ESMTP id 44ECC40E4F; Mon, 16 Jan 2006 17:54:59 +0100 (CET) Message-ID: <43CBCFE3.8010906@nerim.net> Date: Mon, 16 Jan 2006 17:54:59 +0100 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20050927 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ariff Abdullah References: <43CBBA72.5000300@nerim.net> <20060117002700.10cfede0.ariff@FreeBSD.org> In-Reply-To: <20060117002700.10cfede0.ariff@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org Subject: Re: mixed results after the Dec 30 sound MFC to stable X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 16:55:02 -0000 Ariff Abdullah wrote: > On Mon, 16 Jan 2006 16:23:30 +0100 > Claude Buisson wrote: > [skip] > Replace your sys/dev/sound/isa/ess.c with: > > http://people.freebsd.org/~ariff/test/ess.c Seems to do the trick - simple but effective ! > > > -- > Ariff Abdullah > FreeBSD Thanks Claude Buisson From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 16 21:51:46 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7651316A41F for ; Mon, 16 Jan 2006 21:51:46 +0000 (GMT) (envelope-from cyberbotx@cyberbotx.com) Received: from samus.cyberbotx.com (cyberbotx.com [70.88.125.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C33743D68 for ; Mon, 16 Jan 2006 21:51:40 +0000 (GMT) (envelope-from cyberbotx@cyberbotx.com) Received: from localhost (localhost [127.0.0.1]) by samus.cyberbotx.com (Postfix) with ESMTP id 2DE2AC212 for ; Sat, 14 Jan 2006 21:16:12 -0500 (EST) Received: from samus.cyberbotx.com ([127.0.0.1]) by localhost (samus.cyberbotx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32630-10 for ; Sat, 14 Jan 2006 21:15:14 -0500 (EST) Received: from metroid (pcp05278171pcs.macmb101.mi.comcast.net [68.61.58.20]) by samus.cyberbotx.com (Postfix) with SMTP id 0CBECC17C for ; Sat, 14 Jan 2006 21:15:02 -0500 (EST) Message-ID: <0a6901c61978$cbe4d7a0$fe02a8c0@metroid> From: "Naram Qashat" To: Date: Sat, 14 Jan 2006 21:09:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Virus-Scanned: amavisd-new at cyberbotx.com Subject: bktr with Hauppauge WinTV GO-Plus X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 21:51:46 -0000 Well, I recently got a Hauppauge WinTV GO-Plus and I am using it with FreeBSD 5.4-RELEASE-p7. Component0 works fine on it, meaning I could plug in an RCA video cable into it and see the video (and get the audio via Line In if I use a converter from Radio Shack). But when I try to view cable TV reception, at first I was getting only static on every single frequency. Below is my dmesg.boot that is found with the bktr driver: bktr0: mem 0xdc000000-0xdc000fff irq 11 at device 9.0 on pci1 bktr0: Hauppauge Model 29440 @ % bktr0: Warning - Unknown Hauppauge Tuner 0xd5 bktr0: Hauppauge WinCast/TV, Philips NTSC tuner. After talking to people in #freebsdhelp on EFNet, I found that the tuner was actually being detected incorrectly. I used 'sysctl hw.bt848.tuner=1' and it works with the Temic NTSC tuner setting. But then I run into another problem. While I now can see a clear picture and can hear the sound, the tuner isn't properly displaying what needs to be displayed. I am using kbtv, and I tell it to add channels for US Cable with no frequency offset. Every channel up to "24" (frequency 145 MHz) shows the exact same channel. Once I go to channel 25, which is put in as frequency 151 MHz, I get a different channel. 26 is in there as 157 MHz and also comes up as another different channel. But then channel 27 is in there as 163 MHz, and it's static, and everything above that until channel 75 at 451 MHz comes up as the same type of static. Channel 76 at 457 MHz comes up as another channel, but not a clear one, no picture is shown and the sound is full of static but you can hear something coming in. Because of the static on that and all frequencies about that, it's hard to tell if it's coming up with the same channels for all those frequencies. The Hauppauge WinTV GO-Plus has a bt878 chipset on it. Any other settings for hw.bt848.tuner besides 1 and I get bad video with good audio, or static for both video and audio. I've been trying other settings for hw.bt848.card and I've found that 1 (Miro) and 8 (Nec_PK) and 9 (IO_GV) and 10 (Flyvideo) and 11 (Zoltrix) and 12 (Kiss) give me picture with no sound, 4 (Intel) and 7 (Osprey) give me no picture or sound, 5 (IMS_Turbo) and 6 (Aver_Media) give me a picture and only gives me sound when I go to switch channels but no sound when on a channel (even though the channel still doesn't actually change on the lower frequencies) and strangely with using Aver_Media it plays the cable TV sound when put on composite 0 instead of 1, while 2 (Hauppauge) and 13 (Video_Highway_Xtreme) display both picture and sound with no problems. Using -1 for hw.bt848.card works as well. Is there any work being done on the driver that might fix this problem? (I'm not subscribed to the mailing list, so if anyone replies to this, could they Cc me to the reply? Thanks.) Naram Qashat a.k.a. CyberBotX From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 16 23:02:31 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A831F16A41F for ; Mon, 16 Jan 2006 23:02:31 +0000 (GMT) (envelope-from freebsd@orchid.homeunix.org) Received: from orchid.homeunix.org (aud129.neoplus.adsl.tpnet.pl [83.27.11.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2E4B43D46 for ; Mon, 16 Jan 2006 23:02:30 +0000 (GMT) (envelope-from freebsd@orchid.homeunix.org) Received: from [192.168.1.66] (blackacidevil.orchid.homeunix.org [192.168.1.66]) (authenticated bits=0) by orchid.homeunix.org (8.13.4/8.13.4) with ESMTP id k0GN2MgH073912 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Tue, 17 Jan 2006 00:02:24 +0100 (CET) (envelope-from freebsd@orchid.homeunix.org) Message-ID: <43CC2600.20605@orchid.homeunix.org> Date: Tue, 17 Jan 2006 00:02:24 +0100 From: Karol Kwiatkowski User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org X-Enigmail-Version: 0.94.0.0 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig3701ED8FC52FFEE2AF91CDE8" X-Virus-Scanned: ClamAV 0.88/1243/Sun Jan 15 19:35:18 2006 on orchid.homeunix.org X-Virus-Status: Clean Subject: [info] PixelView PlayTV Pro PV-BT878P+ rev.9D works with bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@orchid.homeunix.org List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 23:02:31 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3701ED8FC52FFEE2AF91CDE8 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Hello all, Thank you for new PixelView support in bktr, it works great! Here's some information (as requested @cvs-src: http://lists.freebsd.org/pipermail/cvs-src/2006-January/058075.html): tv card PixelView PlayTV Pro PV-BT878P+ rev.9D $ pciconf -v -l bktr0@pci0:13:0: class=3D0x040000 card=3D0x00000000 chip=3D0x036e1= 09e rev=3D0x11 hdr=3D0x00 vendor =3D 'Conexant (Was: Brooktree Corp)' device =3D 'Bt878/Fusion 878A Mediastream Controller' class =3D multimedia subclass =3D video none1@pci0:13:1: class=3D0x048000 card=3D0x00000000 chip=3D0x08781= 09e rev=3D0x11 hdr=3D0x00 vendor =3D 'Conexant (Was: Brooktree Corp)' device =3D 'Bt878/Fusion878A Video Capture (Audio Section)' class =3D multimedia $ sysctl hw.bt848 hw.bt848.card: 22 hw.bt848.tuner: 10 hw.bt848.reverse_mute: -1 hw.bt848.format: -1 hw.bt848.slow_msp_audio: -1 $ uname -spr FreeBSD 6.0-STABLE i386 Files in question: 1.34.2.1 src/sys/dev/bktr/bktr_card.c 1.11.2.1 src/sys/dev/bktr/bktr_card.h 1.19.2.1 src/sys/dev/bktr/bktr_tuner.c 1.6.2.1 src/sys/dev/bktr/bktr_tuner.h I tested it with mplayer (cable tv, tuner PAL): $ mplayer -tv driver=3Dbsdbt848:width=3D768:height=3D576 -vo xv tv:// and FM radio with xmradio: $ xmradio Video is displayed, audio is properly turned on/off (audio output from the tv card is connected to line-in on the soundcard). Let me know if there's anything more needed. Thanks again! Karol --=20 Karol Kwiatkowski GPGKey: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc --------------enig3701ED8FC52FFEE2AF91CDE8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFDzCYBezeoPAwGIYsRApwZAJ9pK0V/PwTB2pXaDbKIts2kmopv+ACff1tx /3+NOWoqYtCmdC2BIJAW+GQ= =wPk8 -----END PGP SIGNATURE----- --------------enig3701ED8FC52FFEE2AF91CDE8-- From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 07:25:36 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27CCD16A41F for ; Tue, 17 Jan 2006 07:25:36 +0000 (GMT) (envelope-from martin.dieringer@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 567F443D45 for ; Tue, 17 Jan 2006 07:25:35 +0000 (GMT) (envelope-from martin.dieringer@gmx.de) Received: (qmail invoked by alias); 17 Jan 2006 07:25:33 -0000 Received: from p54BE91A2.dip0.t-ipconnect.de (EHLO dieringer.dyndns.org) [84.190.145.162] by mail.gmx.net (mp031) with SMTP; 17 Jan 2006 08:25:33 +0100 X-Authenticated: #21464393 Received: (qmail 69541 invoked by uid 1000); 17 Jan 2006 07:25:33 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 17 Jan 2006 07:25:33 -0000 Date: Tue, 17 Jan 2006 08:25:33 +0100 (CET) From: Martin Dieringer To: freebsd-multimedia@freebsd.org Message-ID: <20060117081811.V2045@pc.dieringer.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Y-GMX-Trusted: 0 Subject: Midiman Midisport X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Dieringer List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 07:25:36 -0000 With the help of the windows-driver-extractor of http://usb-midi-fw.sourceforge.net/ and the ezload port I managed to load the firmware onto my Midisport 2x2. Now it sits here blinking, but I see there is no MIDI support on FreeBSD whatsoever? Are there maybe any hacks around? Or can someone give directions on how a umidi-or-something module could be made? (on 6-STABLE) thanks martin From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 08:28:40 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7474816A41F for ; Tue, 17 Jan 2006 08:28:40 +0000 (GMT) (envelope-from gmarco@giovannelli.it) Received: from kirk.giovannelli.it (dns01.ablia.net [83.149.160.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id B48C443D48 for ; Tue, 17 Jan 2006 08:28:38 +0000 (GMT) (envelope-from gmarco@giovannelli.it) Received: from usul.giovannelli.it (freebsd.giovannelli.com [83.149.149.149]) by kirk.giovannelli.it (8.13.4/8.13.4) with ESMTP id k0H8SLZv030913 for ; Tue, 17 Jan 2006 09:28:25 +0100 (CET) (envelope-from gmarco@giovannelli.it) Message-Id: <7.0.0.16.2.20060117091949.03bd8b58@giovannelli.it> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Tue, 17 Jan 2006 09:24:11 +0100 To: multimedia@freebsd.org From: Gianmarco Giovannelli Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Milter: Spamilter (Reciever: kirk.giovannelli.it; Sender-ip: 83.149.149.149; Sender-helo: usul.giovannelli.it; ) X-Virus-Scanned: ClamAV devel-20051108/1243/Sun Jan 15 19:35:18 2006 on kirk.giovannelli.it X-Virus-Status: Clean Cc: Subject: make a pvr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 08:28:40 -0000 Hi, I'd like to made a personal video recorder and I am guessing which hardware may I buy for the video recording. I am not able to find the Hauppage 250/350 easily. Is there something similar and well supported (pinnacle ?) by FreeBSD which I can look for ? Any other hints/suggestions/hardware/ideas to put in the box ? Thanks in advance ... Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://utenti.gufi.org/~gmarco/ From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 09:04:58 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B619916A41F for ; Tue, 17 Jan 2006 09:04:58 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: from web30306.mail.mud.yahoo.com (web30306.mail.mud.yahoo.com [68.142.200.99]) by mx1.FreeBSD.org (Postfix) with SMTP id A9B4243D45 for ; Tue, 17 Jan 2006 09:04:57 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 47303 invoked by uid 60001); 17 Jan 2006 09:04:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ojC3xpcu3k4mn/5Mk7RMDqI+749UO+PBPt3AFkvEFvvD1DJylvWVgO7709brbb+kWWC7KYAKSHm2RegyFgVqSN8fHKRFCIzexqe79yJHs+rEMfDzV18eNRfRuiBwvVn2TQWhcQ1bIZ0PQUL3zrpiFYU380L3JkDPpAMiyLgEuDk= ; Message-ID: <20060117090457.47301.qmail@web30306.mail.mud.yahoo.com> Received: from [213.54.71.107] by web30306.mail.mud.yahoo.com via HTTP; Tue, 17 Jan 2006 01:04:57 PST Date: Tue, 17 Jan 2006 01:04:57 -0800 (PST) From: Arne Woerner To: Gianmarco Giovannelli , multimedia@freebsd.org In-Reply-To: <7.0.0.16.2.20060117091949.03bd8b58@giovannelli.it> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: make a pvr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 09:04:58 -0000 --- Gianmarco Giovannelli wrote: > I'd like to made a personal video recorder > and I am guessing which hardware may I buy > for the video recording. > If you use a fast box, you do not need a TV card that does hardware MPEG encoding. I personally use two boxes (a very old slow box (Pentium 166MHz P54C) for a hauppauge PVR 250 (that box needs special care regarding the network traffic while the PVR card is active; seems to be a problem with the old box... :-)) ) and my newer box (Athlon XP 2400+) for a pinnacle PCTV rave and a Hauppauge WinCast/TV, so that I can record 3 channels at the same time (1 in good quality 720x576 pixel and two in less quality 448x336), but then I cannot watch TV. :-)) > I am not able to find the Hauppage 250/350 > easily. > I have found at ebay some PVR 250 and 350 cards - but just german sellers - some would ship to Italy. I could translate some descriptions, if u want me to... -Arne __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 10:26:51 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E4DC16A41F for ; Tue, 17 Jan 2006 10:26:51 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B4A43D48 for ; Tue, 17 Jan 2006 10:26:47 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5FC98.dip.t-dialin.net [84.165.252.152]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k0HAKEMa030835; Tue, 17 Jan 2006 11:20:15 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k0HAQiKF082861; Tue, 17 Jan 2006 11:26:44 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Tue, 17 Jan 2006 11:26:43 +0100 Message-ID: <20060117112644.acwpsuc33ls08404@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 17 Jan 2006 11:26:44 +0100 From: Alexander Leidinger To: freebsd@orchid.homeunix.org References: <43CC2600.20605@orchid.homeunix.org> In-Reply-To: <43CC2600.20605@orchid.homeunix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org Subject: Re: [info] PixelView PlayTV Pro PV-BT878P+ rev.9D works with bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 10:26:51 -0000 Karol Kwiatkowski wrote: > Hello all, > > Thank you for new PixelView support in bktr, it works great! > Here's some information (as requested @cvs-src: > http://lists.freebsd.org/pipermail/cvs-src/2006-January/058075.html): > > tv card PixelView PlayTV Pro PV-BT878P+ rev.9D Thanks for the report. > none1@pci0:13:1: class=0x048000 card=0x00000000 chip=0x0878109e > rev=0x11 hdr=0x00 > vendor = 'Conexant (Was: Brooktree Corp)' > device = 'Bt878/Fusion878A Video Capture (Audio Section)' > class = multimedia Does someone has a datasheet for this soundchip which is usable to write a driver? Maybe we could lure Ariff into writting a driver (perhaps by giving a card with such a chip to him as a gift) if we get a datasheet. > Let me know if there's anything more needed. Thanks again! No. Thanks to you for providing feedback (I try to get time to add the card to the man-page). Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Lack of capability is usually disguised by lack of interest. From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 10:30:39 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86CA516A41F for ; Tue, 17 Jan 2006 10:30:39 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE6143D46 for ; Tue, 17 Jan 2006 10:30:38 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5FC98.dip.t-dialin.net [84.165.252.152]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k0HAO4HQ030856; Tue, 17 Jan 2006 11:24:06 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k0HAUZIE083664; Tue, 17 Jan 2006 11:30:35 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Tue, 17 Jan 2006 11:30:34 +0100 Message-ID: <20060117113034.if9vhh9yoossgo44@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 17 Jan 2006 11:30:34 +0100 From: Alexander Leidinger To: Martin Dieringer , Martin Dieringer References: <20060117081811.V2045@pc.dieringer.dyndns.org> In-Reply-To: <20060117081811.V2045@pc.dieringer.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org Subject: Re: Midiman Midisport X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 10:30:39 -0000 Martin Dieringer wrote: > Now it sits here blinking, but I see there is no MIDI support on > FreeBSD whatsoever? > > Are there maybe any hacks around? Or can someone give directions on > how a umidi-or-something module could > be made? Short answer: no. For the long answer have a look into the archives of the multimedia list. In the last 4-8 weeks I answered with a longer text to a similar question. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 A farm in the country side had several turkeys, it was known as the house of seven gobbles. From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 15:39:24 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BB9116A41F for ; Tue, 17 Jan 2006 15:39:24 +0000 (GMT) (envelope-from arg-bsd@arg.me.uk) Received: from arg.me.uk (arg1.demon.co.uk [62.49.12.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C98E43D49 for ; Tue, 17 Jan 2006 15:39:22 +0000 (GMT) (envelope-from arg-bsd@arg.me.uk) Received: by arg.me.uk (Postfix, from userid 1002) id B97DA9B02; Tue, 17 Jan 2006 15:39:21 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by arg.me.uk (Postfix) with ESMTP id B51875D12; Tue, 17 Jan 2006 15:39:21 +0000 (GMT) Date: Tue, 17 Jan 2006 15:39:21 +0000 (GMT) From: Andrew Gordon X-X-Sender: freebsd@server.arg.sj.co.uk To: Alexander Leidinger In-Reply-To: <20060117112644.acwpsuc33ls08404@netchild.homeip.net> Message-ID: <20060117153502.V33572@server.arg.sj.co.uk> References: <43CC2600.20605@orchid.homeunix.org> <20060117112644.acwpsuc33ls08404@netchild.homeip.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-multimedia@freebsd.org Subject: Re: [info] PixelView PlayTV Pro PV-BT878P+ rev.9D works with bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 15:39:24 -0000 On Tue, 17 Jan 2006, Alexander Leidinger wrote: > > > none1@pci0:13:1: class=0x048000 card=0x00000000 chip=0x0878109e > > rev=0x11 hdr=0x00 > > vendor = 'Conexant (Was: Brooktree Corp)' > > device = 'Bt878/Fusion878A Video Capture (Audio Section)' > > class = multimedia > > Does someone has a datasheet for this soundchip which is usable to write a > driver? Maybe we could lure Ariff into writting a driver (perhaps by giving > a card with such a chip to him as a gift) if we get a datasheet. There isn't a separate soundchip - the sound is a second PCI function within the video capture chip (BT878). The datasheet for that certainly used to be freely available (I have a copy downloaded years ago). It looks to be sufficient to write a driver - the DMA engine etc. are identical to the one in the video section, and there is a fair amount of documentation of the audio section. However, as with the video, you need card-specific knowledge about how the various inputs are wired up to do a comprehensive job (similar to the problems with mis-labeled mixer channels on other soundcards). From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 16:20:54 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD6E716A41F for ; Tue, 17 Jan 2006 16:20:54 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BAE643D7D for ; Tue, 17 Jan 2006 16:20:48 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5FC98.dip.t-dialin.net [84.165.252.152]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k0HGDvof031973; Tue, 17 Jan 2006 17:13:58 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k0HGKUPP048274; Tue, 17 Jan 2006 17:20:30 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Tue, 17 Jan 2006 17:20:30 +0100 Message-ID: <20060117172030.rpkesp9n69cs08o0@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 17 Jan 2006 17:20:30 +0100 From: Alexander Leidinger To: Andrew Gordon References: <43CC2600.20605@orchid.homeunix.org> <20060117112644.acwpsuc33ls08404@netchild.homeip.net> <20060117153502.V33572@server.arg.sj.co.uk> In-Reply-To: <20060117153502.V33572@server.arg.sj.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org Subject: Re: [info] PixelView PlayTV Pro PV-BT878P+ rev.9D works with bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 16:20:55 -0000 Andrew Gordon wrote: > There isn't a separate soundchip - the sound is a second PCI function > within the video capture chip (BT878). The datasheet for that certainly I expected this. > used to be freely available (I have a copy downloaded years ago). It That's nice. > looks to be sufficient to write a driver - the DMA engine etc. are > identical to the one in the video section, and there is a fair amount of > documentation of the audio section. Now about the "how do the bt878 users lure Ariff into writting a driver for it"... > However, as with the video, you need card-specific knowledge about how the > various inputs are wired up to do a comprehensive job (similar to the > problems with mis-labeled mixer channels on other soundcards). What's more convenient, having to use a loop-through (current situation), or just plugging the card into the system and use it (with a mislabeled mixer...)? And since the bktr driver already has several configuration options it would just be one more, in case you want correct mixer labels. If you're satisfied with the current situation, fine. If you aren't, there's at least the possibility to try to get an improvement. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Put not your trust in money, but put your money in trust. From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 19:33:10 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE43616A41F for ; Tue, 17 Jan 2006 19:33:10 +0000 (GMT) (envelope-from freebsd@gimbo.org) Received: from kirk.giovannelli.it (dns01.ablia.net [83.149.160.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00BD343D48 for ; Tue, 17 Jan 2006 19:33:04 +0000 (GMT) (envelope-from freebsd@gimbo.org) Received: from usul.giovannelli.it (freebsd.giovannelli.com [83.149.149.149]) by kirk.giovannelli.it (8.13.4/8.13.4) with ESMTP id k0HJWekN033462; Tue, 17 Jan 2006 20:32:46 +0100 (CET) (envelope-from freebsd@gimbo.org) Message-Id: <7.0.0.16.2.20060117201708.04d39660@gimbo.org> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Tue, 17 Jan 2006 20:28:29 +0100 To: Arne Woerner , multimedia@freebsd.org From: Gianmarco Giovannelli In-Reply-To: <20060117090457.47301.qmail@web30306.mail.mud.yahoo.com> References: <7.0.0.16.2.20060117091949.03bd8b58@giovannelli.it> <20060117090457.47301.qmail@web30306.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Milter: Spamilter (Reciever: kirk.giovannelli.it; Sender-ip: 83.149.149.149; Sender-helo: usul.giovannelli.it; ) X-Virus-Scanned: ClamAV devel-20051108/1244/Tue Jan 17 09:46:07 2006 on kirk.giovannelli.it X-Virus-Status: Clean Cc: Subject: Re: make a pvr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 19:33:11 -0000 At 10.04 17/01/2006, Arne Woerner wrote: >--- Gianmarco Giovannelli wrote: >> I'd like to made a personal video recorder >> and I am guessing which hardware may I buy >> for the video recording. >> >If you use a fast box, you do not need a TV card that does >hardware MPEG encoding. I personally use two boxes (a very old >slow box (Pentium 166MHz P54C) for a hauppauge PVR 250 (that box >needs special care regarding the network traffic while the PVR >card is active; seems to be a problem with the old box... :-)) ) >and my newer box (Athlon XP 2400+) for a pinnacle PCTV rave and a >Hauppauge WinCast/TV, so that I can record 3 channels at the same >time (1 in good quality 720x576 pixel >and two in less quality 448x336), but then I cannot watch TV. :-)) Hi Arne, thanks for your kind, may I do some more questions ? If I got a pvr 250/350 I can use the mpeg encoding of the card to record the tv (or other video source I suppose). Is there similar hw supported by FreeBSD that I can buy if I am not able to find these two (250/350) ? If I use a fast box I can buy a simple tv card (i.e PCTV rave or Hauppauge WinCast/TV) and then use somekind of programs (which ? :-) to save the video in mpeg format. Any tips on hw well supported ones ? Which program should I use ? Freevo ? Thanks very much for your attention. Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://utenti.gufi.org/~gmarco/ From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 20:40:25 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5AED16A420 for ; Tue, 17 Jan 2006 20:40:25 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (c-67-168-241-176.hsd1.or.comcast.net [67.168.241.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9671943D45 for ; Tue, 17 Jan 2006 20:40:25 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.11.6/8.11.6) with UUCP id k0HKeNK04064; Tue, 17 Jan 2006 12:40:23 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id UAA21548; Tue, 17 Jan 2006 20:36:12 GMT Message-Id: <200601172036.UAA21548@sopwith.solgatos.com> To: freebsd-multimedia@freebsd.org Date: Tue, 17 Jan 2006 12:36:12 +0000 From: Dieter Cc: gmarco@giovannelli.it Subject: Re: make a pvr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 20:40:26 -0000 > I'd like to made a personal video recorder and I am guessing which > hardware may I buy for the video recording. > > I am not able to find the Hauppage 250/350 easily. I believe the Hauppage 250/350 are analog only? You are in Italy? How much longer will Italy have analog broadcasts? Do you have digital broadcasts yet? In the US, the analog broadcasts are supposed to go away soon, so that the FCC can sell off some frequencies and give the money to Halliburton or some such. The only DTV card I have found with any sort of Unix driver is the HD-3000. There are drivers with source for Linux, there was talk awhile back of doing a BSD driver, I don't know if that has gotten anywhere? The HD-3000 card is supposed to do pretty much any format, digital or analog (NTSC, PAL, SECAM, ATSC, ...). To record a digital station you just dd the data from a device node, nearly no CPU usage. http://www.pchdtv.com/ http://www.hijmans.nl/cx88/datasheet.pdf From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 21:03:27 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467B416A420 for ; Tue, 17 Jan 2006 21:03:27 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id D337B43D45 for ; Tue, 17 Jan 2006 21:03:26 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.3/8.13.3) with ESMTP id k0HL2h5k072946; Tue, 17 Jan 2006 13:02:43 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.3/8.13.3/Submit) id k0HL2ZGB072945; Tue, 17 Jan 2006 13:02:35 -0800 (PST) (envelope-from jmg) Date: Tue, 17 Jan 2006 13:02:35 -0800 From: John-Mark Gurney To: Dieter Message-ID: <20060117210235.GQ69162@funkthat.com> Mail-Followup-To: Dieter , freebsd-multimedia@freebsd.org, gmarco@giovannelli.it References: <200601172036.UAA21548@sopwith.solgatos.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601172036.UAA21548@sopwith.solgatos.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: freebsd-multimedia@freebsd.org, gmarco@giovannelli.it Subject: Re: make a pvr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 21:03:27 -0000 Dieter wrote this message on Tue, Jan 17, 2006 at 12:36 +0000: > The only DTV card I have found with any sort of Unix driver > is the HD-3000. There are drivers with source for Linux, > there was talk awhile back of doing a BSD driver, I don't > know if that has gotten anywhere? The Linux dtv project supports a few more than just the HD-3000... It supports cards like the one I am working on, which is the DVIco's FusionHDTV 5 Lite card.... > The HD-3000 card is supposed to do pretty much any format, > digital or analog (NTSC, PAL, SECAM, ATSC, ...). To record > a digital station you just dd the data from a device node, > nearly no CPU usage. I looked at the HD-3000 and it was too expensive, and they weren't any more helpful than the company in getting specs for the chips used on the card... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 21:55:28 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B747F16A41F for ; Tue, 17 Jan 2006 21:55:28 +0000 (GMT) (envelope-from gmarco@giovannelli.it) Received: from kirk.giovannelli.it (dns01.ablia.net [83.149.160.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB2E43D46 for ; Tue, 17 Jan 2006 21:55:27 +0000 (GMT) (envelope-from gmarco@giovannelli.it) Received: from hp.giovannelli.com (freebsd.giovannelli.com [83.149.149.149]) by kirk.giovannelli.it (8.13.4/8.13.4) with ESMTP id k0HLt7Wb033944; Tue, 17 Jan 2006 22:55:13 +0100 (CET) (envelope-from gmarco@giovannelli.it) Date: Tue, 17 Jan 2006 22:55:18 +0100 From: Gianmarco Giovannelli To: freebsd@sopwith.solgatos.com Message-ID: <20060117225518.23c16c9e@hp.giovannelli.com> In-Reply-To: <200601172036.UAA21548@sopwith.solgatos.com> References: <200601172036.UAA21548@sopwith.solgatos.com> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Milter: Spamilter (Reciever: kirk.giovannelli.it; Sender-ip: 83.149.149.149; Sender-helo: hp.giovannelli.com; ) X-Virus-Scanned: ClamAV devel-20051108/1244/Tue Jan 17 09:46:07 2006 on kirk.giovannelli.it X-Virus-Status: Clean Cc: freebsd-multimedia@freebsd.org Subject: Re: make a pvr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 21:55:28 -0000 On Tue, 17 Jan 2006 12:36:12 +0000 Dieter wrote: > > I'd like to made a personal video recorder and I am guessing which > > hardware may I buy for the video recording. > > > > I am not able to find the Hauppage 250/350 easily. > > I believe the Hauppage 250/350 are analog only? > You are in Italy? How much longer will Italy have analog > broadcasts? Do you have digital broadcasts yet? > Yes, there are digital broadcasts and I think everything should be digital in a couple of year. > The only DTV card I have found with any sort of Unix driver > is the HD-3000. There are drivers with source for Linux, > there was talk awhile back of doing a BSD driver, I don't > know if that has gotten anywhere? Uhm... I'll check it asap... :-) > The HD-3000 card is supposed to do pretty much any format, > digital or analog (NTSC, PAL, SECAM, ATSC, ...). To record > a digital station you just dd the data from a device node, > nearly no CPU usage. I think my priorities are : 1) play divx movies 2) play dvd 3) play mp3 4) show jpeg 5) record from tv is the last because I have a dreambox 7000 and I use it to record from sat (where the italian tv channels are duped). So I ask for a kind suggestion of what I should buy/equip :-) -- Best Regards, Gianmarco Giovannelli http://www.gufi.org/~gmarco From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 23:39:43 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9681316A41F for ; Tue, 17 Jan 2006 23:39:43 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (Ib94b.i.pppool.de [85.73.185.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id C812D43D46 for ; Tue, 17 Jan 2006 23:39:39 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (barda [192.168.20.1]) by barda.agala.net (Postfix) with ESMTP id E060F119CCA for ; Wed, 18 Jan 2006 00:19:29 +0100 (CET) From: "Frank J. Beckmann" Organization: agala naga doron To: freebsd-multimedia@freebsd.org Date: Wed, 18 Jan 2006 00:19:20 +0100 User-Agent: KMail/1.8.3 References: <43CC2600.20605@orchid.homeunix.org> <20060117112644.acwpsuc33ls08404@netchild.homeip.net> <20060117153502.V33572@server.arg.sj.co.uk> In-Reply-To: <20060117153502.V33572@server.arg.sj.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601180019.21503.frank@barda.agala.net> Subject: Re: [info] PixelView PlayTV Pro PV-BT878P+ rev.9D works with bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 23:39:43 -0000 Hi, am Dienstag, 17. Januar 2006 16:39 schrieb Andrew Gordon: > On Tue, 17 Jan 2006, Alexander Leidinger wrote: > > > none1@pci0:13:1: class=0x048000 card=0x00000000 chip=0x0878109e > > > rev=0x11 hdr=0x00 > > > vendor = 'Conexant (Was: Brooktree Corp)' > > > device = 'Bt878/Fusion878A Video Capture (Audio Section)' > > > class = multimedia > > > > Does someone has a datasheet for this soundchip which is usable to write > > a driver? Maybe we could lure Ariff into writting a driver (perhaps by > > giving a card with such a chip to him as a gift) if we get a datasheet. > > There isn't a separate soundchip - the sound is a second PCI function > within the video capture chip (BT878). The datasheet for that certainly > used to be freely available (I have a copy downloaded years ago). It > looks to be sufficient to write a driver - the DMA engine etc. are > identical to the one in the video section, and there is a fair amount of > documentation of the audio section. Is every BT878 card able to send the sound via the pci bus? I always wondered what the multimedia device at 6.1 is. bktr0: mem 0xca000000-0xca000fff irq 16 at device 6.0 on pci5 bktr0: [GIANT-LOCKED] bktr0: Hauppauge Model 61324 D229 bktr0: Detected a MSP3415D-A2 at 0x80 bktr0: Hauppauge WinCast/TV, Philips PAL I tuner, msp3400c stereo, remote control. pci5: at device 6.1 (no driver attached) -- Bye Frank From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 17 23:55:39 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C87C116A41F for ; Tue, 17 Jan 2006 23:55:39 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C35243D45 for ; Tue, 17 Jan 2006 23:55:39 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.3/8.13.3) with ESMTP id k0HNsf4P077368; Tue, 17 Jan 2006 15:54:41 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.3/8.13.3/Submit) id k0HNsYIJ077364; Tue, 17 Jan 2006 15:54:34 -0800 (PST) (envelope-from jmg) Date: Tue, 17 Jan 2006 15:54:34 -0800 From: John-Mark Gurney To: "Frank J. Beckmann" Message-ID: <20060117235433.GT69162@funkthat.com> Mail-Followup-To: "Frank J. Beckmann" , freebsd-multimedia@freebsd.org References: <43CC2600.20605@orchid.homeunix.org> <20060117112644.acwpsuc33ls08404@netchild.homeip.net> <20060117153502.V33572@server.arg.sj.co.uk> <200601180019.21503.frank@barda.agala.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601180019.21503.frank@barda.agala.net> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: freebsd-multimedia@freebsd.org Subject: Re: [info] PixelView PlayTV Pro PV-BT878P+ rev.9D works with bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 23:55:39 -0000 Frank J. Beckmann wrote this message on Wed, Jan 18, 2006 at 00:19 +0100: > am Dienstag, 17. Januar 2006 16:39 schrieb Andrew Gordon: > > On Tue, 17 Jan 2006, Alexander Leidinger wrote: > > > > none1@pci0:13:1: class=0x048000 card=0x00000000 chip=0x0878109e > > > > rev=0x11 hdr=0x00 > > > > vendor = 'Conexant (Was: Brooktree Corp)' > > > > device = 'Bt878/Fusion878A Video Capture (Audio Section)' > > > > class = multimedia > > > > > > Does someone has a datasheet for this soundchip which is usable to write > > > a driver? Maybe we could lure Ariff into writting a driver (perhaps by > > > giving a card with such a chip to him as a gift) if we get a datasheet. > > > > There isn't a separate soundchip - the sound is a second PCI function > > within the video capture chip (BT878). The datasheet for that certainly > > used to be freely available (I have a copy downloaded years ago). It > > looks to be sufficient to write a driver - the DMA engine etc. are > > identical to the one in the video section, and there is a fair amount of > > documentation of the audio section. > > Is every BT878 card able to send the sound via the pci bus? I always wondered > what the multimedia device at 6.1 is. > > bktr0: mem 0xca000000-0xca000fff irq 16 at device 6.0 on pci5 > bktr0: [GIANT-LOCKED] > bktr0: Hauppauge Model 61324 D229 > bktr0: Detected a MSP3415D-A2 at 0x80 > bktr0: Hauppauge WinCast/TV, Philips PAL I tuner, msp3400c stereo, remote > control. > pci5: at device 6.1 (no driver attached) Assuming that the manufacturer of the card hooks it up properly, yes.. I'm in the process of writing a driver for this function for ATSC HDTV capture... and I plan on doing a very non-unix thing in only doing the minimal amount of work in the kernel, and leaving the rest of the config to userland utilities... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 18 09:39:29 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 017BF16A46F for ; Wed, 18 Jan 2006 09:39:29 +0000 (GMT) (envelope-from steve@sohara.org) Received: from sohara.org (sohara.org [192.220.64.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EF443D9B for ; Wed, 18 Jan 2006 09:39:21 +0000 (GMT) (envelope-from steve@sohara.org) Received: (qmail 72631 invoked by uid 16563); 18 Jan 2006 09:39:01 -0000 Received: from unknown (HELO df1.marelmo.com) ([194.125.49.105]) (envelope-sender ) by 192.220.64.179 (qmail-ldap-1.03) with SMTP for ; 18 Jan 2006 09:39:01 -0000 Date: Wed, 18 Jan 2006 09:38:58 +0000 From: Steve O'Hara-Smith To: freebsd-multimedia@freebsd.org Message-Id: <20060118093858.58e440e6.steve@sohara.org> In-Reply-To: <7.0.0.16.2.20060117201708.04d39660@gimbo.org> References: <7.0.0.16.2.20060117091949.03bd8b58@giovannelli.it> <20060117090457.47301.qmail@web30306.mail.mud.yahoo.com> <7.0.0.16.2.20060117201708.04d39660@gimbo.org> X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.9; i386-pc-dragonfly1) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX, Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: make a pvr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 09:39:29 -0000 On Tue, 17 Jan 2006 20:28:29 +0100 Gianmarco Giovannelli wrote: > If I use a fast box I can buy a simple tv card (i.e PCTV rave or > Hauppauge WinCast/TV) and then use somekind of programs (which ? ffmpeg (but you want to get 0.48 not 0.49pre1 which is in the current ports tree and suffers from A/V sync errors) or mencoder (from the mplayer port) or I believe transcode works these days. > :-) to save the video in mpeg format. Any tips on hw well supported ones ? A few caveats - I have two Pinnacle/Miro PCTV cards one of which has an MT2050 tuner which I still cannot drive (I haven't had time to do much with it lately though). I also briefly had a PCTV card that despite the label on the box saying BT878 contained a completely different chipset - I was able to exchange it because of this (in fact I was about to get a refund when they decided to look in the box on the shelf and found that it did have a BT878 in it so I took the replacement). I suppose the moral of the story is - try and get an arrangement where you can take the card back if you can't drive it, and if you can't then be sure to look inside the box first and make sure there is a BT878 (or Connexant 878 more likely these days but it's the same chip) and a supported tuner. -- C:>WIN | Directable Mirror Arrays The computer obeys and wins. | A better way to focus the sun You lose and Bill collects. | licences available see | http://www.sohara.org/ From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 18 09:46:23 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB3716A422 for ; Wed, 18 Jan 2006 09:46:23 +0000 (GMT) (envelope-from steve@sohara.org) Received: from sohara.org (sohara.org [192.220.64.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9687143D48 for ; Wed, 18 Jan 2006 09:45:56 +0000 (GMT) (envelope-from steve@sohara.org) Received: (qmail 79394 invoked by uid 16563); 18 Jan 2006 09:45:44 -0000 Received: from unknown (HELO df1.marelmo.com) ([194.125.49.105]) (envelope-sender ) by 192.220.64.179 (qmail-ldap-1.03) with SMTP for ; 18 Jan 2006 09:45:44 -0000 Date: Wed, 18 Jan 2006 09:45:43 +0000 From: Steve O'Hara-Smith To: freebsd-multimedia@freebsd.org Message-Id: <20060118094543.7e4b2136.steve@sohara.org> In-Reply-To: <20060117225518.23c16c9e@hp.giovannelli.com> References: <200601172036.UAA21548@sopwith.solgatos.com> <20060117225518.23c16c9e@hp.giovannelli.com> X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.9; i386-pc-dragonfly1) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX, Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: make a pvr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 09:46:23 -0000 On Tue, 17 Jan 2006 22:55:18 +0100 Gianmarco Giovannelli wrote: > 1) play divx movies mplayer > 2) play dvd mplayer or Xine > 3) play mp3 madplay or xmms > 4) show jpeg xv If you want it all hidden under one GUI then Freevo is probably worth a try. > 5) record from tv is the last because I have a dreambox 7000 and I use > it to record from sat (where the italian tv channels are duped). ffmpeg, mencoder, transcode or nuppelvideo. If you have lots of disc space there's something to be said for using nuppelvideo and recoding anything you want to keep later. -- C:>WIN | Directable Mirror Arrays The computer obeys and wins. | A better way to focus the sun You lose and Bill collects. | licences available see | http://www.sohara.org/ From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 18 15:41:43 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32E516A41F for ; Wed, 18 Jan 2006 15:41:43 +0000 (GMT) (envelope-from SRS0=Xg4S=3O=FreeBSD.org=se@srs.kundenserver.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD4BE43D5E for ; Wed, 18 Jan 2006 15:41:40 +0000 (GMT) (envelope-from SRS0=Xg4S=3O=FreeBSD.org=se@srs.kundenserver.de) Received: from [80.135.142.223] (helo=Gatekeeper.FreeBSD.org) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1EzFNk2vsH-0000lO; Wed, 18 Jan 2006 16:38:16 +0100 Received: from StefanEsser.FreeBSD.org (se [192.168.0.10]) by Gatekeeper.FreeBSD.org (Postfix) with ESMTP id CD3F4B814; Wed, 18 Jan 2006 16:37:55 +0100 (CET) Received: by StefanEsser.FreeBSD.org (Postfix, from userid 200) id 48D8B2302; Wed, 18 Jan 2006 16:37:55 +0100 (CET) Date: Wed, 18 Jan 2006 16:37:55 +0100 From: Stefan =?iso-8859-1?Q?E=DFer?= To: Alexander Leidinger Message-ID: <20060118153755.GA29353@StefanEsser.FreeBSD.org> Mail-Followup-To: Stefan =?iso-8859-1?Q?E=DFer?= , Alexander Leidinger , Arne Woerner , freebsd-multimedia@freebsd.org References: <20060107161111.GA42739@StefanEsser.FreeBSD.org> <20060107163643.12201.qmail@web30310.mail.mud.yahoo.com> <20060107183749.GA83273@StefanEsser.FreeBSD.org> <20060107204710.0958907d@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060107204710.0958907d@Magellan.Leidinger.net> User-Agent: Mutt/1.5.11 X-Provags-ID: kundenserver.de abuse@kundenserver.de login:fa3fae9b6ca38d745862a668565919f6 Cc: freebsd-multimedia@freebsd.org Subject: Re: xsane as user X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 15:41:43 -0000 On 2006-01-07 20:47 +0100, Alexander Leidinger wrote: > On Sat, 7 Jan 2006 19:37:49 +0100 > Stefan Eßer wrote: > > > As of now, devfs.conf is used to specify the initial state of the > > device nodes created in /dev. When there was a /dev on the root > > file system, ownership and permissions were persistent, and you > > could have alias names for devices by creating symbolic links in > > /dev. > > There's another method of having some kind of persistent > permissions... /etc/devfs.rules. Have a look at devfs(8). This is > different from /etc/rc.d/devfs, since rc.d/devfs does everything by > hand, whereas devfs(8) puts some rules into the kernel. Definitely the method to use here! Thanks for pointing that out ... Regards, STefan From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 19 02:17:24 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E69316A41F for ; Thu, 19 Jan 2006 02:17:24 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (I94d4.i.pppool.de [85.73.148.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 357A343D45 for ; Thu, 19 Jan 2006 02:17:09 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (barda [192.168.20.1]) by barda.agala.net (Postfix) with ESMTP id 7749F119CDD for ; Thu, 19 Jan 2006 03:17:01 +0100 (CET) From: "Frank J. Beckmann" Organization: agala naga doron To: freebsd-multimedia@freebsd.org Date: Thu, 19 Jan 2006 03:16:48 +0100 User-Agent: KMail/1.8.3 References: <200512240440.46994.frank@barda.agala.net> <200601020356.20081.frank@barda.agala.net> <20060104062448.GB26459@puff.jakemsr.gom> In-Reply-To: <20060104062448.GB26459@puff.jakemsr.gom> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200601190316.49361.frank@barda.agala.net> Subject: Re: ffmpeg doesn't record sound from WinTV. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 02:17:24 -0000 Hi, am Mittwoch, 4. Januar 2006 07:24 schrieb Jacob Meuser: > On Mon, Jan 02, 2006 at 03:56:19AM +0100, Frank J. Beckmann wrote: > > Moin, > > > > am Freitag, 30. Dezember 2005 17:55 schrieb Nicolas Blais: > > > On December 30, 2005 06:43 am, Jacob Meuser wrote: > > > Does it record the video? If I do this: > > > ffmpeg -target ntsc-dvd -vd /dev/bktr -ad /dev/dsp -ac 2 fft.mpeg > > > > > > I get a dvd-size blue screen with no sound. > > > > It does record video. > > > > > But If I do this: > > > transcode -i /dev/bktr0 -x > > > bktr=3Dnorm=3Dntsc:vsource=3Dtuner:asource=3Dtuner,oss -g 640x480 -y = ffmpeg -F > > > mpeg4 -p /dev/dsp -o out > > > > Just tried that (with pal instead of ntsc). That doesn't record sound > > either. > > interesting, because that explicitly both unmutes the audio and sets > the input. there's really not much (if any) more that can be done > to enable audio from bktr(4). I can't get transcode to record any sound, even if no other program used th= e=20 tv card before. I don't hear any sound while transcode is recording. Ffmpeg= =20 works with Steve's latest patches. > hmmm, try adding '-H 0' as well, maybe it messing up /dev/dsp when > trying to detect what it is. That doesn't help. > also try with 'asource=3Dintern' instead of 'asource=3Dtuner'. asource=3Dintern stops with an error. > if it doesn't work after trying the above, could you please post the > exact command and screen output? I wrote the bktr and oss import > modules for transcode, and would be interested in fixing them if > needed. babylon:~> transcode -i /dev/bktr0 -x=20 bktr=3Dnorm=3Dpal:vsource=3Dtuner:asource=3Dtuner,oss -y ffmpeg -F mpeg4 -p= /dev/dsp=20 =2Do /bak/video/test.out -H 0 transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg [transcode] V: import frame | 720x576 1.25:1 [transcode] V: bits/pixel | 0.174 [transcode] V: decoding fps,frc | 25.000,0 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x2000 AC3 [48000,16,2] [transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 kb= ps [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 7680 (7680.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse 3dnowext 3dnow mmxext= =20 mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 720x576 [import_oss.so] v0.0.1 (2005-05-12) (audio) pcm [import_bktr.so] v0.0.2 (2004-10-02) (video) bktr [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) FFmpeg0.4.9-pre1b4718 |=20 (audio) MPEG/AC3/PCM [export_ffmpeg.so] Using FFMPEG codec 'mpeg4' (FourCC 'DIVX', MPEG4 complia= nt=20 video). [export_ffmpeg.so]: WARNING: Interlacing parameters unknown, use=20 =2D-encode_fields [export_ffmpeg.so]: INFO: No profile selected [export_ffmpeg.so] Neither './ffmpeg.cfg' nor '~/.transcode/ffmpeg.cfg' [export_ffmpeg.so] found. Default settings will be used instead. [export_ffmpeg.so]: INFO: Starting 1 thread(s) [export_ffmpeg.so]: INFO: Set display aspect ratio to input [mpeg4 @ 0x28698330]removing common factors from framerate Audio: using new version Audio: using lame-3.96.1 ^Ccoding frames [000000-000474], 24.84 fps, EMT: 0:00:18, ( 0| 0| 0) [transcode] (sighandler) SIGINT received encoding frames [000000-000475], 24.71 fps, EMT: 0:00:19, ( 1| 0| 0) clean up | frame threads | unload modules | cancel signal | internal thread= s |=20 done [transcode] encoded 476 frames (0 dropped, 0 cloned), clip length 19.04 s babylon:~>=20 BTW: How can I set the channel with transcode? =2D-=20 Tsch=FCss =46rank From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 19 05:38:33 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57EEA16A41F for ; Thu, 19 Jan 2006 05:38:33 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: from mail231.csoft.net (resin.csoft.net [63.111.22.86]) by mx1.FreeBSD.org (Postfix) with SMTP id CB08A43D46 for ; Thu, 19 Jan 2006 05:38:32 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: (qmail 31989 invoked from network); 19 Jan 2006 05:38:31 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 19 Jan 2006 05:38:31 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Wed, 18 Jan 2006 21:38:30 PST (sender jakemsr@puff.jakemsr.gom) Date: Wed, 18 Jan 2006 21:38:30 -0800 From: Jacob Meuser To: freebsd-multimedia@freebsd.org Message-ID: <20060119053830.GC17070@puff.jakemsr.gom> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <200512240440.46994.frank@barda.agala.net> <200601020356.20081.frank@barda.agala.net> <20060104062448.GB26459@puff.jakemsr.gom> <200601190316.49361.frank@barda.agala.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601190316.49361.frank@barda.agala.net> User-Agent: Mutt/1.4.2i Subject: Re: ffmpeg doesn't record sound from WinTV. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 05:38:33 -0000 On Thu, Jan 19, 2006 at 03:16:48AM +0100, Frank J. Beckmann wrote: > Hi, > > am Mittwoch, 4. Januar 2006 07:24 schrieb Jacob Meuser: > > On Mon, Jan 02, 2006 at 03:56:19AM +0100, Frank J. Beckmann wrote: > > > Moin, > > > > > > am Freitag, 30. Dezember 2005 17:55 schrieb Nicolas Blais: > > > > On December 30, 2005 06:43 am, Jacob Meuser wrote: > > > > Does it record the video? If I do this: > > > > ffmpeg -target ntsc-dvd -vd /dev/bktr -ad /dev/dsp -ac 2 fft.mpeg > > > > > > > > I get a dvd-size blue screen with no sound. > > > > > > It does record video. > > > > > > > But If I do this: > > > > transcode -i /dev/bktr0 -x > > > > bktr=norm=ntsc:vsource=tuner:asource=tuner,oss -g 640x480 -y ffmpeg -F > > > > mpeg4 -p /dev/dsp -o out > > > > > > Just tried that (with pal instead of ntsc). That doesn't record sound > > > either. > > > > interesting, because that explicitly both unmutes the audio and sets > > the input. there's really not much (if any) more that can be done > > to enable audio from bktr(4). > > I can't get transcode to record any sound, even if no other program used the > tv card before. I don't hear any sound while transcode is recording. Ffmpeg > works with Steve's latest patches. > > > hmmm, try adding '-H 0' as well, maybe it messing up /dev/dsp when > > trying to detect what it is. > > That doesn't help. > > > also try with 'asource=intern' instead of 'asource=tuner'. > > asource=intern stops with an error. > > > if it doesn't work after trying the above, could you please post the > > exact command and screen output? I wrote the bktr and oss import > > modules for transcode, and would be interested in fixing them if > > needed. > > babylon:~> transcode -i /dev/bktr0 -x > bktr=norm=pal:vsource=tuner:asource=tuner,oss -y ffmpeg -F mpeg4 -p /dev/dsp > -o /bak/video/test.out -H 0 > transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg > [transcode] V: import frame | 720x576 1.25:1 > [transcode] V: bits/pixel | 0.174 > [transcode] V: decoding fps,frc | 25.000,0 > [transcode] V: Y'CbCr | YV12/I420 > [transcode] A: import format | 0x2000 AC3 [48000,16,2] > [transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 kbps > [transcode] V: encoding fps,frc | 25.000,3 > [transcode] A: bytes per frame | 7680 (7680.000000) > [transcode] A: adjustment | 0@1000 > [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse 3dnowext 3dnow mmxext > mmx asm C) > tc_memcpy: using sse for memcpy > [transcode] V: video buffer | 10 @ 720x576 > [import_oss.so] v0.0.1 (2005-05-12) (audio) pcm > [import_bktr.so] v0.0.2 (2004-10-02) (video) bktr > [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) FFmpeg0.4.9-pre1b4718 | > (audio) MPEG/AC3/PCM > [export_ffmpeg.so] Using FFMPEG codec 'mpeg4' (FourCC 'DIVX', MPEG4 compliant > video). > [export_ffmpeg.so]: WARNING: Interlacing parameters unknown, use > --encode_fields > [export_ffmpeg.so]: INFO: No profile selected > [export_ffmpeg.so] Neither './ffmpeg.cfg' nor '~/.transcode/ffmpeg.cfg' > [export_ffmpeg.so] found. Default settings will be used instead. > [export_ffmpeg.so]: INFO: Starting 1 thread(s) > [export_ffmpeg.so]: INFO: Set display aspect ratio to input > [mpeg4 @ 0x28698330]removing common factors from framerate > Audio: using new version > Audio: using lame-3.96.1 > ^Ccoding frames [000000-000474], 24.84 fps, EMT: 0:00:18, ( 0| 0| 0) > [transcode] (sighandler) SIGINT received > encoding frames [000000-000475], 24.71 fps, EMT: 0:00:19, ( 1| 0| 0) > clean up | frame threads | unload modules | cancel signal | internal threads | > done > [transcode] encoded 476 frames (0 dropped, 0 cloned), clip length 19.04 s > babylon:~> hmm, I am stumped. looks like I will have to find a partition to install FreeBSD on again (I use OpenBSD, but I did have this working fine with FreeBSD at one point). what version of FreeBSD are you using? > BTW: How can I set the channel with transcode? you can't. use bsdbktrtvtune, or whatever it's called, or you could use fxtv or xawtv or something else. they shouldn't reset the tuner after they close. alternatively, you could install my bsdav package and use tunerctl http://jakemsr.com/bsdav/ -- > -- > Tsch?ss > Frank > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" > From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 19 10:11:50 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C4AD16A41F; Thu, 19 Jan 2006 10:11:50 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF80343D46; Thu, 19 Jan 2006 10:11:49 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (ariff@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0JABnGH080814; Thu, 19 Jan 2006 10:11:49 GMT (envelope-from ariff@freefall.freebsd.org) Received: (from ariff@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0JABnSB080810; Thu, 19 Jan 2006 10:11:49 GMT (envelope-from ariff) Date: Thu, 19 Jan 2006 10:11:49 GMT From: Ariff Abdullah Message-Id: <200601191011.k0JABnSB080810@freefall.freebsd.org> To: ariff@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/91992: [sound] kernel panic at playing sound while recording. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 10:11:50 -0000 Synopsis: [sound] kernel panic at playing sound while recording. Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: ariff Responsible-Changed-When: Thu Jan 19 10:10:23 UTC 2006 Responsible-Changed-Why: Reassign to appropriate mailling list. I'll do the followup later. http://www.freebsd.org/cgi/query-pr.cgi?pr=91992 From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 19 10:16:01 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC17E16A41F for ; Thu, 19 Jan 2006 10:16:01 +0000 (GMT) (envelope-from Max@lvivmedia.com) Received: from linux2.web-hosting-services-network.com (linux2.web-hosting-services-network.com [69.61.56.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id A379D43D4C for ; Thu, 19 Jan 2006 10:16:01 +0000 (GMT) (envelope-from Max@lvivmedia.com) Received: from lvivmedia.lv.ukrtel.net ([195.5.31.224] helo=max) by linux2.web-hosting-services-network.com with esmtp (Exim 4.52) id 1EzWpj-0006t9-98 for freebsd-multimedia@FreeBSD.org; Thu, 19 Jan 2006 05:15:59 -0500 Message-ID: <200601191216230359.2E8F5FAE@mail.lvivmedia.com> X-Mailer: Calypso Version 3.30.00.00 (4) Date: Thu, 19 Jan 2006 12:16:23 +0200 From: "Max Kravchuk" To: freebsd-multimedia@FreeBSD.org Content-Type: text/plain; charset="ISO-8859-5" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - linux2.web-hosting-services-network.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - lvivmedia.com X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: ffmeg + ffserver + best player X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 10:16:02 -0000 Hello All. I want use ffmeg+ffserver to translate TV in my locale network. But I can not achieve sufficient quality and stable server functionality. Probably the cause of this problem is player. Please advise me most suitable set of a) paranmeters for ffmeg and ffserver b) player, that is able to show this thread Player shall work under Windows Thank you in advance From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 19 10:50:06 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C87F816A41F for ; Thu, 19 Jan 2006 10:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 838FD43D53 for ; Thu, 19 Jan 2006 10:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0JAo6qf085333 for ; Thu, 19 Jan 2006 10:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0JAo6GQ085332; Thu, 19 Jan 2006 10:50:06 GMT (envelope-from gnats) Date: Thu, 19 Jan 2006 10:50:06 GMT Message-Id: <200601191050.k0JAo6GQ085332@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Ariff Abdullah Cc: Subject: Re: kern/91992: [sound] kernel panic at playing sound while recording. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ariff Abdullah List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 10:50:06 -0000 The following reply was made to PR kern/91992; it has been noted by GNATS. From: Ariff Abdullah To: bug-followup@FreeBSD.org, hashiz@tomba.cskk-sv.co.jp Cc: barner@FreeBSD.org Subject: Re: kern/91992: [sound] kernel panic at playing sound while recording. Date: Thu, 19 Jan 2006 18:43:30 +0800 The state of Full duplex support in this driver is unclear. The code does exist, but for some unknown reason it is disabled. Can you give a try on this (replace sys/dev/sound/pci/solo.c): http://people.freebsd.org/~ariff/test/solo.c Thanks for the backtrace. -- Ariff Abdullah FreeBSD From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 19 15:28:13 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6100E16A41F for ; Thu, 19 Jan 2006 15:28:13 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (I94d4.i.pppool.de [85.73.148.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 385D343D45 for ; Thu, 19 Jan 2006 15:27:57 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (barda [192.168.20.1]) by barda.agala.net (Postfix) with ESMTP id 52527119CCF for ; Thu, 19 Jan 2006 16:27:51 +0100 (CET) From: "Frank J. Beckmann" Organization: agala naga doron To: freebsd-multimedia@freebsd.org Date: Thu, 19 Jan 2006 16:27:36 +0100 User-Agent: KMail/1.8.3 References: <200512240440.46994.frank@barda.agala.net> <200601190316.49361.frank@barda.agala.net> <20060119053830.GC17070@puff.jakemsr.gom> In-Reply-To: <20060119053830.GC17070@puff.jakemsr.gom> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601191627.37230.frank@barda.agala.net> Subject: Re: ffmpeg doesn't record sound from WinTV. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 15:28:13 -0000 Hi, am Donnerstag, 19. Januar 2006 06:38 schrieb Jacob Meuser: > On Thu, Jan 19, 2006 at 03:16:48AM +0100, Frank J. Beckmann wrote: > > babylon:~> transcode -i /dev/bktr0 -x > > bktr=norm=pal:vsource=tuner:asource=tuner,oss -y ffmpeg -F mpeg4 -p > > /dev/dsp -o /bak/video/test.out -H 0 > > transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg > > [transcode] V: import frame | 720x576 1.25:1 > > [transcode] V: bits/pixel | 0.174 > > [transcode] V: decoding fps,frc | 25.000,0 > > [transcode] V: Y'CbCr | YV12/I420 > > [transcode] A: import format | 0x2000 AC3 [48000,16,2] > > [transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 > > kbps [transcode] V: encoding fps,frc | 25.000,3 > > [transcode] A: bytes per frame | 7680 (7680.000000) > > [transcode] A: adjustment | 0@1000 > > [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse 3dnowext 3dnow > > mmxext mmx asm C) > > tc_memcpy: using sse for memcpy > > [transcode] V: video buffer | 10 @ 720x576 > > [import_oss.so] v0.0.1 (2005-05-12) (audio) pcm > > [import_bktr.so] v0.0.2 (2004-10-02) (video) bktr > > [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) FFmpeg0.4.9-pre1b4718 | > > (audio) MPEG/AC3/PCM > > [export_ffmpeg.so] Using FFMPEG codec 'mpeg4' (FourCC 'DIVX', MPEG4 > > compliant video). > > [export_ffmpeg.so]: WARNING: Interlacing parameters unknown, use > > --encode_fields > > [export_ffmpeg.so]: INFO: No profile selected > > [export_ffmpeg.so] Neither './ffmpeg.cfg' nor '~/.transcode/ffmpeg.cfg' > > [export_ffmpeg.so] found. Default settings will be used instead. > > [export_ffmpeg.so]: INFO: Starting 1 thread(s) > > [export_ffmpeg.so]: INFO: Set display aspect ratio to input > > [mpeg4 @ 0x28698330]removing common factors from framerate > > Audio: using new version > > Audio: using lame-3.96.1 > > ^Ccoding frames [000000-000474], 24.84 fps, EMT: 0:00:18, ( 0| 0| 0) > > [transcode] (sighandler) SIGINT received > > encoding frames [000000-000475], 24.71 fps, EMT: 0:00:19, ( 1| 0| 0) > > clean up | frame threads | unload modules | cancel signal | internal > > threads | done > > [transcode] encoded 476 frames (0 dropped, 0 cloned), clip length 19.04 > > s babylon:~> > > hmm, I am stumped. looks like I will have to find a partition to install > FreeBSD on again (I use OpenBSD, but I did have this working fine with > FreeBSD at one point). what version of FreeBSD are you using? I'm using: FreeBSD 6.0-STABLE #7: Tue Jan 3 01:42:01 CET 2006 You could send me patches and I tell you what happens, if that helps. > > BTW: How can I set the channel with transcode? > > you can't. use bsdbktrtvtune, or whatever it's called, or you could > use fxtv or xawtv or something else. they shouldn't reset the tuner > after they close. alternatively, you could install my bsdav package > and use tunerctl http://jakemsr.com/bsdav/ bsdbktrtvtune does not work with FreeBSD 6.0. bsdav ist marked ignore: ** Port marked as IGNORE: multimedia/bsdav: does not work. We need to import bktv patches from OpenBSD to make it work fxtv always wants to use the deprecated dga that is not supported by the nvidia driver any more. And xawtv always needs an X display and there is no possibility to set the chanel in script. :-( Looks like we need some kind of video4bsd... -- Bye Frank From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 19 18:14:38 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE4F016A41F for ; Thu, 19 Jan 2006 18:14:38 +0000 (GMT) (envelope-from steve@sohara.org) Received: from sohara.org (sohara.org [192.220.64.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA70643D46 for ; Thu, 19 Jan 2006 18:14:38 +0000 (GMT) (envelope-from steve@sohara.org) Received: (qmail 54404 invoked by uid 16563); 19 Jan 2006 18:14:37 -0000 Received: from unknown (HELO df1.marelmo.com) ([159.134.157.194]) (envelope-sender ) by 192.220.64.179 (qmail-ldap-1.03) with SMTP for ; 19 Jan 2006 18:14:37 -0000 Date: Thu, 19 Jan 2006 18:14:34 +0000 From: Steve O'Hara-Smith To: freebsd-multimedia@freebsd.org Message-Id: <20060119181434.3f8e7aad.steve@sohara.org> In-Reply-To: <200601191627.37230.frank@barda.agala.net> References: <200512240440.46994.frank@barda.agala.net> <200601190316.49361.frank@barda.agala.net> <20060119053830.GC17070@puff.jakemsr.gom> <200601191627.37230.frank@barda.agala.net> X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.9; i386-pc-dragonfly1) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX, Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ffmpeg doesn't record sound from WinTV. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 18:14:39 -0000 On Thu, 19 Jan 2006 16:27:36 +0100 "Frank J. Beckmann" wrote: > bsdbktrtvtune does not work with FreeBSD 6.0. bsdav ist marked ignore: Here's a hack :) Set BKTR_FREQUENCY and record one second with ffmpeg - that'll get you tuned in. -- C:>WIN | Directable Mirror Arrays The computer obeys and wins. | A better way to focus the sun You lose and Bill collects. | licences available see | http://www.sohara.org/ From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 19 18:31:15 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C865716A41F for ; Thu, 19 Jan 2006 18:31:15 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (Icd60.i.pppool.de [85.73.205.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7041B43D45 for ; Thu, 19 Jan 2006 18:31:13 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (barda [192.168.20.1]) by barda.agala.net (Postfix) with ESMTP id 40539119CD7 for ; Thu, 19 Jan 2006 19:31:13 +0100 (CET) From: "Frank J. Beckmann" Organization: agala naga doron To: freebsd-multimedia@freebsd.org Date: Thu, 19 Jan 2006 19:30:57 +0100 User-Agent: KMail/1.8.3 References: <200512240440.46994.frank@barda.agala.net> <200601191627.37230.frank@barda.agala.net> <20060119181434.3f8e7aad.steve@sohara.org> In-Reply-To: <20060119181434.3f8e7aad.steve@sohara.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601191930.59196.frank@barda.agala.net> Subject: Re: ffmpeg doesn't record sound from WinTV. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 18:31:15 -0000 Hi, am Donnerstag, 19. Januar 2006 19:14 schrieb Steve O'Hara-Smith: > On Thu, 19 Jan 2006 16:27:36 +0100 > > "Frank J. Beckmann" wrote: > > bsdbktrtvtune does not work with FreeBSD 6.0. bsdav ist marked ignore: > > Here's a hack :) Set BKTR_FREQUENCY and record one second with > ffmpeg - that'll get you tuned in. I was just trying something like that. But I want to make it change the chanel without recording anything. And I'm still not really happy with ffmpeg. I will write you about it when I have tested some more things. At least ffmpeg 0.48 and 0.49 can be installed at the same time. -- Bye Frank From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 19 19:24:53 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E862B16A41F; Thu, 19 Jan 2006 19:24:53 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (c-67-168-241-176.hsd1.or.comcast.net [67.168.241.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7438843D45; Thu, 19 Jan 2006 19:24:53 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.11.6/8.11.6) with UUCP id k0JJOqg30071; Thu, 19 Jan 2006 11:24:52 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id TAA07066; Thu, 19 Jan 2006 19:22:35 GMT Message-Id: <200601191922.TAA07066@sopwith.solgatos.com> To: freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org, parsely!uol.com.br!lioux-list@solgatos.com Date: Thu, 19 Jan 2006 11:22:35 +0000 From: Dieter Cc: Subject: ffmpeg (was: Re: make a pvr ) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 19:24:54 -0000 >> If I use a fast box I can buy a simple tv card (i.e PCTV rave or >> Hauppauge WinCast/TV) and then use somekind of programs (which ? If you use a digital tuner card you don't need a fast CPU for recording. You may or may not need a fast CPU for playback depending on what hardware you use for playback. > ffmpeg (but you want to get 0.48 not 0.49pre1 which is in the > current ports tree and suffers from A/V sync errors) Yes, ffmpeg 0.49pre1 has horrible A/V sync problems. The current ffmpeg from cvs seems to have okay A/V sync. http://ffmpeg.sourceforge.net/download.php Getting it to compile on FreeBSD 6.0 AMD64 was a bit of work. Finally I found some patches from Mario S F Ferreira http://lists.freebsd.org/pipermail/freebsd-ports/2005-December/028013.html and the one for configure fixed my problem. Thank you Mario! I submitted (*) a patch for configure to the ffmpeg-devel list but they didn't like it. I also submitted patches to fix some of the compiler warnings, but they didn't like those either. configure patch http://mplayerhq.hu/pipermail/ffmpeg-devel/2006-January/006381.html compiler warning patches http://mplayerhq.hu/pipermail/ffmpeg-devel/2006-January/006394.html (*) The configure patch is mostly Mario's, in hindsight, I should have checked with Mario before submitting it. Sorry, Mario. From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 19 22:06:26 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 746BB16A41F for ; Thu, 19 Jan 2006 22:06:26 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E576143D46; Thu, 19 Jan 2006 22:06:25 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k0JM6NGd032545; Thu, 19 Jan 2006 22:06:24 GMT (envelope-from ariff@FreeBSD.org) Date: Fri, 20 Jan 2006 06:06:20 +0800 From: Ariff Abdullah To: "Tom Tkach" Message-Id: <20060120060620.06f5af2c.ariff@FreeBSD.org> In-Reply-To: References: Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__20_Jan_2006_06_06_20_+0800_MLi1pqo61_fIjrZo" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Sound Card X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 22:06:26 -0000 --Signature=_Fri__20_Jan_2006_06_06_20_+0800_MLi1pqo61_fIjrZo Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [Move to: freebsd-multimedia@] On Thu, 19 Jan 2006 14:25:50 -0700 "Tom Tkach" wrote: > I don't know if this is the appropriate mailing list to post this =20 > question, and if not would someone be so kind as to direct me to the > =20 > appropriate mailing list. >=20 > I am having trouble getting my sound card to work. I have posted > numerous threrads on the BSDForums.org website, but > suggestions/help has run out. The pertinent section of my pciconf > -lv file is as follows: >=20 > none1@pci0:31:5: class=3D0x040100 card=3D0x80f31043 chip=3D0x24d58086 > rev=3D0x02 hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller' > class =3D multimedia > subclass =3D audio >=20 > which shows that there is no driver attached. >=20 > I have added to the /boot/loader.conf the following: >=20 > sound_load=3D"YES" # Digital sound subsystem > snd_ich_load=3D"YES" # Intel ICH >=20 > Any assistance in helping me resolve this issue will be greatly =20 > appreciated. >=20 Please give the output of kldstat, uname -a and sysctl hw.snd . What if you do "kldload snd_ich" ? -- Ariff Abdullah FreeBSD --Signature=_Fri__20_Jan_2006_06_06_20_+0800_MLi1pqo61_fIjrZo Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD0A1flr+deMUwTNoRAjlJAKDIL9ADV/ohYh5vzq6OQk2EpuZwUgCfd56r kD+33RRHMtLvLv0bafAqcfw= =JFlC -----END PGP SIGNATURE----- --Signature=_Fri__20_Jan_2006_06_06_20_+0800_MLi1pqo61_fIjrZo-- From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 19 23:11:11 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5250F16A420 for ; Thu, 19 Jan 2006 23:11:11 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (I84e4.i.pppool.de [85.73.132.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC7A443D45 for ; Thu, 19 Jan 2006 23:11:09 +0000 (GMT) (envelope-from frank@barda.agala.net) Received: from mail.agala.net (barda [192.168.20.1]) by barda.agala.net (Postfix) with ESMTP id 0D690119D10 for ; Fri, 20 Jan 2006 00:11:08 +0100 (CET) From: "Frank J. Beckmann" Organization: agala naga doron To: freebsd-multimedia@freebsd.org Date: Fri, 20 Jan 2006 00:11:06 +0100 User-Agent: KMail/1.8.3 References: <200512240440.46994.frank@barda.agala.net> <200601190316.49361.frank@barda.agala.net> <20060119053830.GC17070@puff.jakemsr.gom> In-Reply-To: <20060119053830.GC17070@puff.jakemsr.gom> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601200011.06851.frank@barda.agala.net> Subject: Re: ffmpeg doesn't record sound from WinTV. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 23:11:11 -0000 Hi, am Donnerstag, 19. Januar 2006 06:38 schrieb Jacob Meuser: > hmm, I am stumped. looks like I will have to find a partition to install > FreeBSD on again (I use OpenBSD, but I did have this working fine with > FreeBSD at one point). what version of FreeBSD are you using? Hm, ffmpeg doesn't record sound either if BKTR_FREQUENCY isn't set. -- Bye Frank From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 20 01:28:04 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 648C516A420 for ; Fri, 20 Jan 2006 01:28:04 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: from mail231.csoft.net (resin.csoft.net [63.111.22.86]) by mx1.FreeBSD.org (Postfix) with SMTP id D0D3743D46 for ; Fri, 20 Jan 2006 01:28:03 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: (qmail 11851 invoked from network); 20 Jan 2006 01:28:02 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 20 Jan 2006 01:28:02 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Thu, 19 Jan 2006 17:28:02 PST (sender jakemsr@puff.jakemsr.gom) Date: Thu, 19 Jan 2006 17:28:02 -0800 From: Jacob Meuser To: freebsd-multimedia@freebsd.org Message-ID: <20060120012802.GC3415@puff.jakemsr.gom> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <200512240440.46994.frank@barda.agala.net> <200601190316.49361.frank@barda.agala.net> <20060119053830.GC17070@puff.jakemsr.gom> <200601191627.37230.frank@barda.agala.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601191627.37230.frank@barda.agala.net> User-Agent: Mutt/1.4.2i Subject: Re: ffmpeg doesn't record sound from WinTV. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2006 01:28:04 -0000 On Thu, Jan 19, 2006 at 04:27:36PM +0100, Frank J. Beckmann wrote: > > hmm, I am stumped. looks like I will have to find a partition to install > > FreeBSD on again (I use OpenBSD, but I did have this working fine with > > FreeBSD at one point). what version of FreeBSD are you using? > > I'm using: FreeBSD 6.0-STABLE #7: Tue Jan 3 01:42:01 CET 2006 > > You could send me patches and I tell you what happens, if that helps. well, I need to see what has changed between FBSD 5.3 and 6.0, but I will send you patches as they become available ;) > > > BTW: How can I set the channel with transcode? > > > > you can't. use bsdbktrtvtune, or whatever it's called, or you could > > use fxtv or xawtv or something else. they shouldn't reset the tuner > > after they close. alternatively, you could install my bsdav package > > and use tunerctl http://jakemsr.com/bsdav/ > > bsdbktrtvtune does not work with FreeBSD 6.0. bsdav ist marked ignore: > > ** Port marked as IGNORE: multimedia/bsdav: > does not work. We need to import bktv patches from OpenBSD to make it > work the only thing that is broken without that patch is muting/unmuting the tuner with tunerctl. without that change, the tuner device must be held open to remain unmuted. the other effects are that tunerctl will report inaccurate information about the tuner. > fxtv always wants to use the deprecated dga that is not supported by the > nvidia driver any more. And xawtv always needs an X display and there is no > possibility to set the chanel in script. :-( > > Looks like we need some kind of video4bsd... nah. the patch in the OpenBSD bktr is really quite simple, and goes a long way toward making the tuner device less braindead. http://www.openbsd.org/cgi-bin/cvsweb.cgi/src/sys/dev/pci/bktr/bktr_core.c.diff?r1=1.15&r2=1.16 btw, if this were in the FreeBSD bktr, your issue would likely not have occured, because with this, programs must explicitly mute/unmute the tuner instead of relying on open()/close() to do the magic. -- From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 20 01:30:20 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2412016A41F for ; Fri, 20 Jan 2006 01:30:20 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: from mail231.csoft.net (resin.csoft.net [63.111.22.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 6751C43D48 for ; Fri, 20 Jan 2006 01:30:19 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: (qmail 21552 invoked from network); 20 Jan 2006 01:30:18 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 20 Jan 2006 01:30:18 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Thu, 19 Jan 2006 17:30:18 PST (sender jakemsr@puff.jakemsr.gom) Date: Thu, 19 Jan 2006 17:30:18 -0800 From: Jacob Meuser To: freebsd-multimedia@freebsd.org Message-ID: <20060120013018.GD3415@puff.jakemsr.gom> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <200512240440.46994.frank@barda.agala.net> <200601190316.49361.frank@barda.agala.net> <20060119053830.GC17070@puff.jakemsr.gom> <200601200011.06851.frank@barda.agala.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601200011.06851.frank@barda.agala.net> User-Agent: Mutt/1.4.2i Subject: Re: ffmpeg doesn't record sound from WinTV. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2006 01:30:20 -0000 On Fri, Jan 20, 2006 at 12:11:06AM +0100, Frank J. Beckmann wrote: > Hi, > > am Donnerstag, 19. Januar 2006 06:38 schrieb Jacob Meuser: > > hmm, I am stumped. looks like I will have to find a partition to install > > FreeBSD on again (I use OpenBSD, but I did have this working fine with > > FreeBSD at one point). what version of FreeBSD are you using? > > Hm, ffmpeg doesn't record sound either if BKTR_FREQUENCY isn't set. it sounds like the cause of your problem is a poorly supported tuner... OTOH, it may actually be fixed by the patch I got into OpenBSD's bktr. once I have installed FreeBSD again, I will try adapting the patch to FreeBSD, and send it to you for testing. -- > -- > Bye > Frank > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 21 07:28:42 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 379D916A41F; Sat, 21 Jan 2006 07:28:42 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA79543D48; Sat, 21 Jan 2006 07:28:41 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (ariff@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0L7SfpO076994; Sat, 21 Jan 2006 07:28:41 GMT (envelope-from ariff@freefall.freebsd.org) Received: (from ariff@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0L7Sfl5076990; Sat, 21 Jan 2006 07:28:41 GMT (envelope-from ariff) Date: Sat, 21 Jan 2006 07:28:41 GMT From: Ariff Abdullah Message-Id: <200601210728.k0L7Sfl5076990@freefall.freebsd.org> To: ariff@FreeBSD.org, freebsd-multimedia@FreeBSD.org, ariff@FreeBSD.org Cc: Subject: Re: kern/91683: [sound] [patch] bug on sound driver & solution X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 07:28:42 -0000 Synopsis: [sound] [patch] bug on sound driver & solution Responsible-Changed-From-To: freebsd-multimedia->ariff Responsible-Changed-By: ariff Responsible-Changed-When: Sat Jan 21 07:25:33 UTC 2006 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=91683 From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 21 15:17:18 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A805A16A41F for ; Sat, 21 Jan 2006 15:17:18 +0000 (GMT) (envelope-from plair@mailzone.com) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5683E43D46 for ; Sat, 21 Jan 2006 15:17:18 +0000 (GMT) (envelope-from plair@mailzone.com) Received: from [192.168.2.125] (pcp09021039pcs.watrfd01.mi.comcast.net[69.244.162.100]) by comcast.net (sccrmhc13) with ESMTP id <2006012115171701300glteae>; Sat, 21 Jan 2006 15:17:17 +0000 From: Scott Lair To: freebsd-multimedia@freebsd.org Date: Sat, 21 Jan 2006 11:19:12 -0500 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601211119.12734.plair@mailzone.com> Subject: kimdaba install problem X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 15:17:18 -0000 I am trying to install kimdaba and.... After running "portinstall kimdaba" I get the following: Any ideas? ===> kipi-plugins-0.1.0.b.2,1 depends on executable: dcraw - not found ===> Verifying install for dcraw in /usr/ports/graphics/dcraw ===> Vulnerability check disabled, database not found => dcraw-1.236.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://people.fruitsalad.org/avleeuwen/distfiles/dcraw/. dcraw-1.236.tar.gz 100% of 33 kB 53 kBps ===> Extracting for dcraw-1.236 => Checksum OK for dcraw-1.236.tar.gz. ===> Patching for dcraw-1.236 ===> dcraw-1.236 depends on shared library: jpeg.9 - found ===> Configuring for dcraw-1.236 ===> Building for dcraw-1.236 cc -o dcraw -O2 -fno-strict-aliasing -pipe -I/usr/local/include dcraw.c -L/usr/local/lib -lm -ljpeg dcraw.c:179: error: conflicting types for 'memmem' /usr/include/string.h:65: error: previous declaration of 'memmem' was here dcraw.c:179: error: conflicting types for 'memmem' /usr/include/string.h:65: error: previous declaration of 'memmem' was here *** Error code 1 Stop in /usr/ports/graphics/dcraw/work/dcraw-1.236. *** Error code 1 Stop in /usr/ports/graphics/dcraw. *** Error code 1 Stop in /usr/ports/graphics/kipi-plugins. *** Error code 1 Stop in /usr/ports/graphics/kipi-plugins. *** Error code 1 Stop in /usr/ports/graphics/kimdaba. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall24784.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! graphics/kimdaba (missing header) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 21 17:02:34 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDE0E16A41F for ; Sat, 21 Jan 2006 17:02:34 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 850CC43D66 for ; Sat, 21 Jan 2006 17:02:32 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0ITG001UVCWZ1890@osl1smout1.broadpark.no> for freebsd-multimedia@freebsd.org; Sat, 21 Jan 2006 18:07:47 +0100 (CET) Received: from kg-work.kg4.no ([80.202.172.166]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0ITG00K4UCSEQYC0@osl1sminn1.broadpark.no> for freebsd-multimedia@freebsd.org; Sat, 21 Jan 2006 18:05:03 +0100 (CET) Date: Sat, 21 Jan 2006 18:02:31 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH To: freebsd-multimedia@freebsd.org Message-id: <20060121180231.7c4cc7a7.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: webcam and usb device permissions X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 17:02:35 -0000 Hi, I just got a Creative Labs WebCam Live!. usbdevs -v reports this: port 2 addr 3: full speed, power 160 mA, config 1, WebCam Live!(0x4036), Creative Labs(0x041e), rev 1.00 and armed with that information, I quickly found out that the spca5xx port (graphics/spcaview) supports the family that this camera belongs to. Installed it, and it works. One question remains: the camera shows up as /dev/ugenX (ugen0 in my case). How do I tell my machine that want a permission of 0664 on that device when it shows up? I tried putting in 'perm ugen0 0664' in /etc/devfs.conf, but that only applies on boot, I need something that applies whenever the camera is connected. I seem to recall that this has been discussec before, but I can't find it now (yes, bad short term memory, I know). I'm running FreeBSD 6.0-stable: root@kg-quiet# uname -a FreeBSD kg-quiet.kg4.no 6.0-STABLE FreeBSD 6.0-STABLE #3: Sun Jan 8 20:22:06 CET 2006 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET amd64 -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 21 17:06:50 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAD4816A41F for ; Sat, 21 Jan 2006 17:06:50 +0000 (GMT) (envelope-from nb_root@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6436B43D45 for ; Sat, 21 Jan 2006 17:06:50 +0000 (GMT) (envelope-from nb_root@videotron.ca) Received: from clk01a ([66.130.198.54]) by VL-MO-MR003.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0ITG008ICCVDANO9@VL-MO-MR003.ip.videotron.ca> for freebsd-multimedia@freebsd.org; Sat, 21 Jan 2006 12:06:49 -0500 (EST) Date: Sat, 21 Jan 2006 12:06:49 -0500 From: Nicolas Blais In-reply-to: <20060121180231.7c4cc7a7.torfinn.ingolfsen@broadpark.no> To: freebsd-multimedia@freebsd.org Message-id: <200601211206.49451.nb_root@videotron.ca> MIME-version: 1.0 Content-type: multipart/signed; boundary=nextPart1569196.kaT7eYjF8l; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-transfer-encoding: 7bit References: <20060121180231.7c4cc7a7.torfinn.ingolfsen@broadpark.no> User-Agent: KMail/1.9.1 Subject: Re: webcam and usb device permissions X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 17:06:50 -0000 --nextPart1569196.kaT7eYjF8l Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 21 January 2006 12:02, Torfinn Ingolfsen wrote: > Hi, > > I just got a Creative Labs WebCam Live!. usbdevs -v reports this: > port 2 addr 3: full speed, power 160 mA, config 1, WebCam > Live!(0x4036), Creative Labs(0x041e), rev 1.00 > > and armed with that information, I quickly found out that the > spca5xx port (graphics/spcaview) supports the family that this camera > belongs to. Installed it, and it works. > > One question remains: the camera shows up as /dev/ugenX (ugen0 in my > case). How do I tell my machine that want a permission of 0664 on that > device when it shows up? > > I tried putting in 'perm ugen0 0664' in /etc/devfs.conf, but that > only applies on boot, I need something that applies whenever the camera > is connected. I seem to recall that this has been discussec before, but > I can't find it now (yes, bad short term memory, I know). > > I'm running FreeBSD 6.0-stable: > root@kg-quiet# uname -a > FreeBSD kg-quiet.kg4.no 6.0-STABLE FreeBSD 6.0-STABLE #3: Sun Jan 8 > 20:22:06 CET 2006 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET > amd64 See man devfs.rules. My devfs.rules looks like this (for my usb drives): [devfsrules_local=3D15] add path 'da*' mode 0777 and in my rc.conf I have the line : devfs_system_ruleset=3D"devfsrules_local" =2D-=20 =46reeBSD 7.0-CURRENT #10: Sat Jan 7 11:50:00 EST 2006 =20 root@clk01a:/usr/obj/usr/src/sys/CLK01A=20 PGP? (updated 16 Nov 05) : http://www.clkroot.net/security/nb_root.asc --nextPart1569196.kaT7eYjF8l Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD0mop4wTBlvcsbJURAkbnAJ9kXcDSIFew00Q70kECDT2dFijQ0QCgoIBt 9dbrGvLA9rXvAFq4ffGnHrQ= =MXxA -----END PGP SIGNATURE----- --nextPart1569196.kaT7eYjF8l-- From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 21 17:07:08 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444A516A41F for ; Sat, 21 Jan 2006 17:07:08 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: from web30308.mail.mud.yahoo.com (web30308.mail.mud.yahoo.com [68.142.200.101]) by mx1.FreeBSD.org (Postfix) with SMTP id BD2BC43D45 for ; Sat, 21 Jan 2006 17:07:07 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 49064 invoked by uid 60001); 21 Jan 2006 17:07:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=jZA0Ru1bHB4qrK6O/P6G/bYgfYYDeeZnYXLwIVqklwg/JYxg8nnlCdBWXvNJ40qFuyaFzWyVNH4Dd/mk5jxtMVL4u3AqcxDv+IX+NqFlnsxD/QSHz+hY77OmefCjqUomwbdOPS5T1Te2FMEqplbKsGXdICxYCf0mxBcpbK2YCTg= ; Message-ID: <20060121170707.49062.qmail@web30308.mail.mud.yahoo.com> Received: from [213.54.66.217] by web30308.mail.mud.yahoo.com via HTTP; Sat, 21 Jan 2006 09:07:07 PST Date: Sat, 21 Jan 2006 09:07:07 -0800 (PST) From: Arne Woerner To: Torfinn Ingolfsen , freebsd-multimedia@freebsd.org In-Reply-To: <20060121180231.7c4cc7a7.torfinn.ingolfsen@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: webcam and usb device permissions X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 17:07:08 -0000 --- Torfinn Ingolfsen wrote: > is connected. I seem to recall that this has been discussec > before, but > I can't find it now (yes, bad short term memory, I know). > The subject was: "xsane as user" in freebsd-multimedia at or about at 2006-01-07 The result was, that /etc/devfs.rules is the method of choice... (see devfs.rules(5)) -Arne __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 21 17:42:09 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B41616A41F for ; Sat, 21 Jan 2006 17:42:09 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9988143D46 for ; Sat, 21 Jan 2006 17:42:04 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0ITG0018TEQW19C0@osl1smout1.broadpark.no> for freebsd-multimedia@freebsd.org; Sat, 21 Jan 2006 18:47:20 +0100 (CET) Received: from kg-work.kg4.no ([80.202.172.166]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0ITG00KM5EMBQYD0@osl1sminn1.broadpark.no> for freebsd-multimedia@freebsd.org; Sat, 21 Jan 2006 18:44:36 +0100 (CET) Date: Sat, 21 Jan 2006 18:42:05 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH In-reply-to: <20060121170707.49062.qmail@web30308.mail.mud.yahoo.com> To: freebsd-multimedia@freebsd.org Message-id: <20060121184205.10058013.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20060121180231.7c4cc7a7.torfinn.ingolfsen@broadpark.no> <20060121170707.49062.qmail@web30308.mail.mud.yahoo.com> Subject: Re: webcam and usb device permissions X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 17:42:09 -0000 On Sat, 21 Jan 2006 09:07:07 -0800 (PST) Arne Woerner wrote: > The subject was: "xsane as user" in freebsd-multimedia at or about Found it, thanks! > The result was, that /etc/devfs.rules is the method of choice... > (see devfs.rules(5)) Ok, I got it to work. Perhaps the devfs.rules man page should mention thar you need to set devfs_system_ruleset in /etc/rc.conf to the name of the ruleset you want to use? For that matter, the rc.conf man page doesnt mention *any* devfs_ variables at all. -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 21 18:18:37 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08F7416A41F for ; Sat, 21 Jan 2006 18:18:37 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: from web30303.mail.mud.yahoo.com (web30303.mail.mud.yahoo.com [68.142.200.96]) by mx1.FreeBSD.org (Postfix) with SMTP id 82CA243D4C for ; Sat, 21 Jan 2006 18:18:36 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 87687 invoked by uid 60001); 21 Jan 2006 18:18:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=htsZF1K4uQXfCbON0bKxIDQJav9mmT8bw++CkEPeAdVCmO0Unb9S7Rhi7qmw9c0yfHCeR6fwPgZ0WraBdc5v5k8xFnr91yhsfQBM56CKMEVfwA+DNKryU/8CMR2iGjHutbAALz5vDwFtJELOJ4/vd8rC2uyTVz3bgYFceWGVsPc= ; Message-ID: <20060121181836.87685.qmail@web30303.mail.mud.yahoo.com> Received: from [213.54.66.217] by web30303.mail.mud.yahoo.com via HTTP; Sat, 21 Jan 2006 10:18:35 PST Date: Sat, 21 Jan 2006 10:18:35 -0800 (PST) From: Arne Woerner To: Torfinn Ingolfsen , freebsd-multimedia@freebsd.org In-Reply-To: <20060121184205.10058013.torfinn.ingolfsen@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: webcam and usb device permissions X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 18:18:37 -0000 --- Torfinn Ingolfsen wrote: > On Sat, 21 Jan 2006 09:07:07 -0800 (PST) > Arne Woerner wrote: > > > The subject was: "xsane as user" in freebsd-multimedia at or > about > > Found it, thanks! > > > The result was, that /etc/devfs.rules is the method of > choice... > > (see devfs.rules(5)) > > Ok, I got it to work. > Perhaps the devfs.rules man page should mention thar you need to > set > devfs_system_ruleset in /etc/rc.conf to the name of the ruleset > you want > to use? > > For that matter, the rc.conf man page doesnt mention *any* > devfs_ > variables at all. > I think so, too... A sample devfs.rules file in /etc would be nice, too. -Arne __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 21 19:52:44 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDA8F16A41F for ; Sat, 21 Jan 2006 19:52:44 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: from web30315.mail.mud.yahoo.com (web30315.mail.mud.yahoo.com [68.142.201.233]) by mx1.FreeBSD.org (Postfix) with SMTP id 587B843D45 for ; Sat, 21 Jan 2006 19:52:44 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 48378 invoked by uid 60001); 21 Jan 2006 19:52:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ykHT2Ab9SFohzjX2C/KWYroyfILTyfSt8ahKGhyd27p24e1MGVq2R6TEFPnUEC+ZKQOs1s6kHz2LLbj+ofdzMGhYs1bu2t2quHrIVffs0WVjP3xxnu44pbQlpoANFm3NN6A/LeRdBVP6ufGFWcxfF9IwTAmlnbyiQ2NxpL0VxB4= ; Message-ID: <20060121195243.48376.qmail@web30315.mail.mud.yahoo.com> Received: from [213.54.66.217] by web30315.mail.mud.yahoo.com via HTTP; Sat, 21 Jan 2006 11:52:43 PST Date: Sat, 21 Jan 2006 11:52:43 -0800 (PST) From: Arne Woerner To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: webcam and usb device permissions X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 19:52:44 -0000 --- Julian Elischer wrote: > Arne Woerner wrote: >> A sample devfs.rules file in /etc would >> be nice, too. >> > /usr/share/examples/etc would be the place.. > In case of printcap /etc/printcap is the right place... So I thought it would be good for devfs.rules, too... :-) Maybe that is too traditional? Is /usr/share/examples/etc/ more modern? -Arne __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com