From owner-freebsd-multimedia Sun Jun 20 6: 0:34 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 6A7BA14E73 for ; Sun, 20 Jun 1999 06:00:30 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-3-58.dialup.rdu.ipass.net [209.170.134.58]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id JAA29155; Sun, 20 Jun 1999 09:00:27 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id JAA01451; Sun, 20 Jun 1999 09:02:07 -0400 (EDT) (envelope-from rhh) Date: Sun, 20 Jun 1999 09:02:07 -0400 From: Randall Hopper To: Kevin Day Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: fxtv -> mpeg Message-ID: <19990620090207.A1125@ipass.net> References: <199906200438.XAA08717@home.dragondata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199906200438.XAA08717@home.dragondata.com>; from Kevin Day on Sat, Jun 19, 1999 at 11:38:42PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kevin Day: |I tried recording something from fxtv to make an mpeg... i get as far as it |trying to run mpeg_musicin, and i get: | | >>> Using Audio IFF sound file headers | SmpFrqIndex: 0 is not a legal sample rate | in "/root/whatever/myfile.aiff" | |I can play the aiff file in windows just fine... am I doing something wrong? I'm not sure that I've seen this error before, but this may be a byte-order problem. FreeBSD-versions ago, I found I had to rebuild mpeg_audio from scratch to get the byte order so it was compatible with sox and mpeg_encode. But to nail it down, capture a clip with "MPEG Ready" as a Target (instead of MPEG). This'll leave you with raw capture files and a shell script with a .sh extension). Edit the first line of the script, and change "#!/bin/sh" to " "#!/bin/sh -x". Now, it'll print what its doing, and you can see which command is griping. Run the script and save off the output. E.g.: go.sh >& OUT (csh/tcsh), or go.sh > OUT 2>&1 (sh/ksh/bash) See what you find. Also, check your audio capture format. If you're not, try using Stereo 16-bit 44.1KHz. Another thing to try: see what sox thinks of your AIFF file directly. Grab: wget http://www.ipass.net/~dbhopper/aa8vb/dsp-recplay.tgz compile, then play: sox -t aiff /root/whatever/myfile.aiff -t raw -s -w -r 44100 - | \ dsp-play -r 44100 -b 16 -c 2 Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jun 20 8:25:55 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.harrisburgacademy.org (2093702.harrisburgacademy.org [209.3.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 694A614E03 for ; Sun, 20 Jun 1999 08:25:49 -0700 (PDT) (envelope-from i.think@harrisburgacademy.org) Received: from nemox.looksharp.net ([199.224.85.194]) by www.harrisburgacademy.org (Netscape Messaging Server 3.5) with ESMTP id 329; Sun, 20 Jun 1999 11:12:42 -0400 Message-ID: <376D06B7.3844A375@nemox.looksharp.net> Date: Sun, 20 Jun 1999 11:20:23 -0400 From: NemoX X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Thomas Runge Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: video cd in freebsd-current References: <376B0A43.2C76761F@nemox.looksharp.net> <376C0AEB.8B6B6BF@rostock.zgdv.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am using mpegtv to play the mpeg, however when i go to play a vcd, it says invalid operation Thomas Runge wrote: > There is a commercial tool called 'mtv', which can do this. > You can get it via www.mpegtv.com and it's only 10$. You > can even play video mpeg files with audio. > They only have got a linux version, but it works with our > emulation perfectly. > > -- > Tom > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jun 20 10:11:19 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 403AA14CC0 for ; Sun, 20 Jun 1999 10:11:13 -0700 (PDT) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id TAA02437 for freebsd-multimedia@FreeBSD.ORG; Sun, 20 Jun 1999 19:11:09 +0200 (CEST) (envelope-from olli) Date: Sun, 20 Jun 1999 19:11:09 +0200 (CEST) From: Oliver Fromme Message-Id: <199906201711.TAA02437@dorifer.heim3.tu-clausthal.de> To: freebsd-multimedia@FreeBSD.ORG Subject: Re: video cd in freebsd-current Organization: Administration Heim 3 Reply-To: freebsd-multimedia@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org NemoX wrote in list.freebsd-multimedia: > I am using mpegtv to play the mpeg, however when i go to play a vcd, > it says invalid operation I'm not sure what the problem is for you, but the following works fine for me: I use tosha to read the actual VCD tracks and pipe them into MpegTV, like this: tosha -t 2- -o - | mtvp /dev/stdin According to the docs, MpegTV is supposed to be able to read the data itself from the VideoCD, but I guess that works under Linux only (I didn't get it to work under FreeBSD, however, I didn't try too hard). However, tosha supports SCSI drives only (unless you manually apply some patches), so you might have to use a different tool if you have to use an IDE CD-ROM drive. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jun 20 23:15:16 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from iservern.teligent.se (www.teligent.se [194.17.198.46]) by hub.freebsd.org (Postfix) with ESMTP id A1CE6153C2 for ; Sun, 20 Jun 1999 23:15:10 -0700 (PDT) (envelope-from jakob@teligent.se) Received: from fwse.teligent.se (gateway.teligent.se [192.168.3.254] (may be forged)) by iservern.teligent.se (8.8.7/8.8.7) with SMTP id IAA03751 for ; Mon, 21 Jun 1999 08:07:29 +0200 (CEST) (envelope-from jakob@teligent.se) Date: Mon, 21 Jun 1999 08:14:40 +0200 (CEST) From: Jakob Alvermark Reply-To: alvermark@teligent.se To: freebsd-multimedia@freebsd.org Subject: xmms Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I'm running 3.2-RELEASE and I've managed to compile and run xmms (formerly x11amp). Everything work fine, I'm very happy with, even then irman plugin works. Only one thing; it does not advance in the playlist! It plays one song and then stops. I have to manually change to the next song. Has anyone else been seeing this? Know a fix for it? I'm using Luigi's sound driver. Thanks, =09Jakob ------------------------------------------------------- Teligent AB, P.O. Box 213, S-149 23 Nyn=E4shamn, Sweden =20 Telephone +46-(0)8 520 660 00 * Fax +46-(0)8 520 193 36=20 Direct +46-(0)8 520 660 32 * GSM +46-(0)70 792 16 57 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 21 12: 9:47 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from sloth.my.domain (stl-wa43-20.ix.netcom.com [207.220.46.20]) by hub.freebsd.org (Postfix) with ESMTP id 1AEE014F2A for ; Mon, 21 Jun 1999 12:09:38 -0700 (PDT) (envelope-from igiveup@ix.netcom.com) Received: from ix.netcom.com (localhost [127.0.0.1]) by sloth.my.domain (8.9.3/8.8.8) with ESMTP id MAA03021 for ; Mon, 21 Jun 1999 12:09:35 -0700 (PDT) (envelope-from igiveup@ix.netcom.com) Message-ID: <376E8DEF.E7954551@ix.netcom.com> Date: Mon, 21 Jun 1999 12:09:35 -0700 From: Ben Speirs Organization: X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@FreeBSD.ORG Subject: Re: xmms References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry to answer a question with another question ..., but is anyone working on a port for this one? The last time I tried to compile it on my own I really got in over my head. If it is being worked on I'll wait. If not, I will take the plunge. It is good to hear it is working fine under 3.2 with the Luigi drivers. Thanks. -- -Ben Speirs Jakob Alvermark wrote: > > Hi! > > I'm running 3.2-RELEASE and I've managed to compile and run xmms (formerly > x11amp). Everything work fine, I'm very happy with, even then irman plugin > works. Only one thing; it does not advance in the playlist! It plays one > song and then stops. I have to manually change to the next song. Has > anyone else been seeing this? Know a fix for it? I'm using Luigi's sound > driver. > > Thanks, > Jakob > > ------------------------------------------------------- > Teligent AB, P.O. Box 213, S-149 23 Nynäshamn, Sweden > Telephone +46-(0)8 520 660 00 * Fax +46-(0)8 520 193 36 > Direct +46-(0)8 520 660 32 * GSM +46-(0)70 792 16 57 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 21 14:51:36 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from iservern.teligent.se (www.teligent.se [194.17.198.46]) by hub.freebsd.org (Postfix) with ESMTP id 5325E1502E for ; Mon, 21 Jun 1999 14:51:27 -0700 (PDT) (envelope-from alvermark@teligent.se) Received: from ruke (gateway.teligent.se [192.168.3.254] (may be forged)) by iservern.teligent.se (8.8.7/8.8.7) with SMTP id XAA06806; Mon, 21 Jun 1999 23:43:43 +0200 (CEST) (envelope-from alvermark@teligent.se) Message-ID: <001801bebc30$50405cc0$0424a8c0@ruke.dyn.ml.org> From: "Jakob Alvermark" To: "Ben Speirs" , Subject: Re: xmms Date: Mon, 21 Jun 1999 23:52:09 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It was really easy with version 0.9 and FreeBSD 3.2-RELEASE. Installed the stock package for gtk-1.2.2, ran the configure script, gmake, and voila! There it was. /Jakob >Sorry to answer a question with another question ..., but is anyone working on >a port for this one? The last time I tried to compile it on my own I really >got in over my head. If it is being worked on I'll wait. If not, I will take >the plunge. > >It is good to hear it is working fine under 3.2 with the Luigi drivers. > >Thanks. >-- >-Ben Speirs > > >Jakob Alvermark wrote: >> >> Hi! >> >> I'm running 3.2-RELEASE and I've managed to compile and run xmms (formerly >> x11amp). Everything work fine, I'm very happy with, even then irman plugin >> works. Only one thing; it does not advance in the playlist! It plays one >> song and then stops. I have to manually change to the next song. Has >> anyone else been seeing this? Know a fix for it? I'm using Luigi's sound >> driver. >> >> Thanks, >> Jakob >> >> ------------------------------------------------------- >> Teligent AB, P.O. Box 213, S-149 23 Nynäshamn, Sweden >> Telephone +46-(0)8 520 660 00 * Fax +46-(0)8 520 193 36 >> Direct +46-(0)8 520 660 32 * GSM +46-(0)70 792 16 57 >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-multimedia" in the body of the message > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 21 14:59:30 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from alicia.nttmcl.com (alicia.nttmcl.com [216.69.69.10]) by hub.freebsd.org (Postfix) with ESMTP id 937D214F39 for ; Mon, 21 Jun 1999 14:59:22 -0700 (PDT) (envelope-from cdoherty@nttmcl.com) Received: from bob by alicia.nttmcl.com (8.8.5/3.5W(96/10/22)) id OAA16489 for ; Mon, 21 Jun 1999 14:59:20 -0700 (PDT) Message-Id: <3.0.6.32.19990622145821.007c5c90@alicia.nttmcl.com> X-Sender: cdoherty@alicia.nttmcl.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 22 Jun 1999 14:58:21 -0700 To: multimedia@freebsd.org From: Chris Doherty Subject: sound card setup? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi-- I'm running FreeBSD-3.1 with a SoundBlaster card (I have the model number, but their website doesn't have model # <-> model name listings). I believe it's PnP. somewhere, are there instructions for how to get audio support up and running. all I've been able to find are the sys/i386/conf/LINT, sys/i386/isa/snd/CARDS, and sys/i386/isa/sound/sound.doc files; those seem to date back only to 2.1 or 2.0, and adding the drivers that they suggest doesn't seem to have worked (e.g. mpg123 complains "can't open /dev/dsp", even though it's there and the permissions are ok, or I just can't find an output device that it can use). I've checked all the web pages I could find, with no luck. is there a resource I haven't been able to find, or is this part lacking in documentation? help? :-) a thousand thanks, Chris cdoherty@nttmcl.com PS--I was going to check archives of BSD newsgroups, but DejaNews doesn't seem to be useful any more... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 21 15:31:22 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.harrisburgacademy.org (2093702.harrisburgacademy.org [209.3.70.2]) by hub.freebsd.org (Postfix) with ESMTP id EAC9314CA1 for ; Mon, 21 Jun 1999 15:31:12 -0700 (PDT) (envelope-from i.think@harrisburgacademy.org) Received: from nemox.looksharp.net ([199.224.85.180]) by www.harrisburgacademy.org (Netscape Messaging Server 3.5) with ESMTP id 437; Mon, 21 Jun 1999 18:18:00 -0400 Message-ID: <376EBBD7.3B621354@nemox.looksharp.net> Date: Mon, 21 Jun 1999 18:25:27 -0400 From: NemoX X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Chris Doherty Cc: multimedia@freebsd.org Subject: Re: sound card setup? References: <3.0.6.32.19990622145821.007c5c90@alicia.nttmcl.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org did you do cd /dev ; ./MAKEDEV snd what lines did you add to your kernel? Chris Doherty wrote: > hi-- > > I'm running FreeBSD-3.1 with a SoundBlaster card (I have the model number, > but their website doesn't have model # <-> model name listings). I believe > it's PnP. > > somewhere, are there instructions for how to get audio support up and > running. all I've been able to find are the sys/i386/conf/LINT, > sys/i386/isa/snd/CARDS, and sys/i386/isa/sound/sound.doc files; those seem > to date back only to 2.1 or 2.0, and adding the drivers that they suggest > doesn't seem to have worked (e.g. mpg123 complains "can't open /dev/dsp", > even though it's there and the permissions are ok, or I just can't find an > output device that it can use). > > I've checked all the web pages I could find, with no luck. is there a > resource I haven't been able to find, or is this part lacking in > documentation? help? :-) > > a thousand thanks, > Chris > cdoherty@nttmcl.com > > PS--I was going to check archives of BSD newsgroups, but DejaNews doesn't > seem to be useful any more... > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message -- DISCLAIMER: Anyone sending me unsolicited commercial electronic mail will be charged a $100 fee for time spent reading it. Do NOT send this type of electronic mail to me. In reading this, you automatically agree to be subjected to these terms: US Code Title 47, Sec.227(a)(2)(B), "The term 'telephone facsimile machine' means equipment which has the capacity to transcribe text or images (or both) from an electronic signal received over a regular telephone line onto paper." By Sec.227(b)(3)(C) it is unlawful "to use any telephone facsimile machine, computer, or other device to send an unsolicited advertisement to a telephone facsimile machine." By Sec.227(b)(3)(C), a violation of Sec.227(b)(3)(C) is punishable by "an action to recover for actual monetary loss from such a violation, or to receive $500 in damages for each such violation, whichever is greater To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 21 17:34:46 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from chat.ecp.fr (chat.ecp.fr [138.195.33.30]) by hub.freebsd.org (Postfix) with ESMTP id 01804150E1 for ; Mon, 21 Jun 1999 17:34:40 -0700 (PDT) (envelope-from dae@via.ecp.fr) Received: from via.ecp.fr (daette.via.ecp.fr [138.195.137.130]) by chat.ecp.fr (8.8.8/jtpda-5.3) with ESMTP id CAA28857 for ; Tue, 22 Jun 1999 02:39:01 +0200 (MET DST) Message-ID: <376EDC27.D818B336@via.ecp.fr> Date: Tue, 22 Jun 1999 02:43:19 +0200 From: Andres Organization: ZoY X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@FreeBSD.ORG Subject: Re: xmms References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jakob Alvermark wrote: > > Hi! > > I'm running 3.2-RELEASE and I've managed to compile and run xmms (formerly > x11amp). Everything work fine, I'm very happy with, even then irman plugin > works. sorry to bother you a bit more with this, but i've got another question. does it work flawlessly? i removed linuxthreads on my system, then recompiled every related thing, then tried it (xmms compiled without a glitch, btw). and it plays mp3 quite fine, but the graphical part (another thread) doesn't seem very responsive. it takes sometimes a few seconds until it gets updated or until it responds to one of my commands. so another question here: do you see the same behavior? if not, are you using thread safe Xlibs ? thanks, -- Andres. "For every idiot proof system devised, a new improved idiot will arise." -- UserFriendly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 21 23:24: 5 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from iservern.teligent.se (www.teligent.se [194.17.198.46]) by hub.freebsd.org (Postfix) with ESMTP id F29E61544E for ; Mon, 21 Jun 1999 23:23:51 -0700 (PDT) (envelope-from jakob@teligent.se) Received: from fwse.teligent.se (gateway.teligent.se [192.168.3.254] (may be forged)) by iservern.teligent.se (8.8.7/8.8.7) with SMTP id IAA18263; Tue, 22 Jun 1999 08:16:05 +0200 (CEST) (envelope-from jakob@teligent.se) Date: Tue, 22 Jun 1999 08:23:23 +0200 (CEST) From: Jakob Alvermark Reply-To: alvermark@teligent.se To: Andres Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: xmms In-Reply-To: <376EDC27.D818B336@teligent.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 22 Jun 1999, Andres wrote: > Jakob Alvermark wrote: > > > > Hi! > > > > I'm running 3.2-RELEASE and I've managed to compile and run xmms (formerly > > x11amp). Everything work fine, I'm very happy with, even then irman plugin > > works. > > sorry to bother you a bit more with this, but i've got another question. > does it work flawlessly? i removed linuxthreads on my system, then > recompiled every related thing, then tried it (xmms compiled without a > glitch, btw). > and it plays mp3 quite fine, but the graphical part (another thread) > doesn't seem very responsive. it takes sometimes a few seconds until it > gets updated or until it responds to one of my commands. > so another question here: do you see the same behavior? if not, are you > using thread safe Xlibs ? I only used the stock Xlibs, plus the packages for gtk, glib and gmake. I tried it first on 3.0-RELEASE, and it didn't work very well, everything seemed to work but the sound was horrible. Now I have 3.2-RELEASE, compiled it with no problems, the sound is great, but it does not advance in the playlist. There are some minor problem, it hangs sometime if it is paused and press the next button, but I can live with that. /Jakob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 22 2:18:15 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from ns.oeno.com (ns.oeno.com [194.100.99.145]) by hub.freebsd.org (Postfix) with SMTP id 87583152CB for ; Tue, 22 Jun 1999 02:18:04 -0700 (PDT) (envelope-from will@ns.oeno.com) Received: (qmail 24555 invoked by uid 1001); 22 Jun 1999 09:18:03 -0000 To: Andres Cc: freebsd-multimedia@freebsd.org Subject: Re: xmms References: <376EDC27.D818B336@via.ecp.fr.newsgate.clinet.fi> From: Ville-Pertti Keinonen Date: 22 Jun 1999 12:15:37 +0300 In-Reply-To: Andres's message of "22 Jun 1999 03:35:56 +0300" Message-ID: <86lndcr3ye.fsf@not.demophon.com> Lines: 25 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andres writes: > sorry to bother you a bit more with this, but i've got another question. > does it work flawlessly? i removed linuxthreads on my system, then > recompiled every related thing, then tried it (xmms compiled without a > glitch, btw). > and it plays mp3 quite fine, but the graphical part (another thread) > doesn't seem very responsive. it takes sometimes a few seconds until it > gets updated or until it responds to one of my commands. That might be due to the fact that FreeBSD threads are not real threads, yet...at least if you're using VoxWare. The VoxWare API is awful. It's almost as bad as the implementation. Non-blocking behavior must be set using SNDCTL_DSP_NONBLOCK, the O_NONBLOCK flag is ignored. The thread library wants file descriptors to be non-blocking, but it expects it to be able to set them using the normal mechanism... The new 'pcm' drivers obey O_NONBLOCK, so if you're using them, the problem is somewhere else. Note that I haven't tested or looked at xmms, so the problem could be somewhere else, in any case. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 22 3:44: 4 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id EB4D4152E2 for ; Tue, 22 Jun 1999 03:43:10 -0700 (PDT) (envelope-from naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id MAA23905 for freebsd-multimedia@freebsd.org; Tue, 22 Jun 1999 12:43:04 +0200 (CEST) (envelope-from naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m10w8F6-000WyXC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Mon, 21 Jun 1999 19:52:24 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: ES1370 on -CURRENT gets stuck Date: 21 Jun 1999 19:52:21 +0200 Message-ID: <7klu4l$1au$1@mips.rhein-neckar.de> To: freebsd-multimedia@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Configuration: 4.0-CURRENT (May 29) with "es" -> "pcm" patch Soundblaster PCI 64 (formerly Ensoniq AudioPCI), ES1370-based pcm(4) Problem: Not exactly reproducible but eventually repeatable: The driver becomes stuck. No more sound is played, processes trying to write to /dev/audio will block after about 120kB. Apparently a simple reboot will not return the card to a working state, a hard reset (or power cycling) is required. Any ideas what's going on? -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de carpe librum: books 'n' reviews To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 22 6:32:11 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from babelfish.axion.bt.co.uk (babelfish.axion.bt.co.uk [132.146.17.20]) by hub.freebsd.org (Postfix) with ESMTP id 4BBA51503F for ; Tue, 22 Jun 1999 06:32:08 -0700 (PDT) (envelope-from antonio.herrera-alcantara@bt.com) Received: from cbtlipnt02.btlabs.bt.co.uk by babelfish.axion.bt.co.uk (local) with ESMTP; Tue, 22 Jun 1999 14:31:56 +0100 Received: by cbtlipnt02.btlabs.bt.co.uk with Internet Mail Service (5.5.2448.0) id ; Tue, 22 Jun 1999 14:31:49 +0100 Message-ID: <97E01B170FC1D211B8EB0000F8FE9E077115B9@mbtlipnt03.btlabs.bt.co.uk> From: antonio.herrera-alcantara@bt.com To: freebsd-multimedia@freebsd.org Subject: mpeg video streaming. Date: Tue, 22 Jun 1999 14:31:51 +0100 Importance: high X-Priority: 1 X-Mailer: Internet Mail Service (5.5.2448.0) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear all, I'm trying to stream mpeg video over IPv6, I used to do it using http with apache/mozilla running over the KAME IPv6 stack with the KAME patches, and using the Mtv mpeg player as a helper with the following configuration: DESC: MPEG video mime types: video/mpeg suffixes: mpeg, mpg application: mtv -; stream-buffer-size=20000 This used to work fine for a while, when clicking a link to a .mpg file the browser promted the question: Save to file or play form network?. And choosing playing from network the server streamed the file to the client and this piped the data to the mpeg player. After a software upgrade this doen't work anymore, the question to choose play from network doen't come up, and the brwoser downloads the file straight away and after that launches the mpeg player. The mtv player works fine with the imput redirected from stdin, therefore the problem must be in the browser or some bit of configuration in the server. I'd appreciate any pointers to fix this. Thank you in advance, Antonio Herrera. PS: I'm not suscribed to this list, please cc any reply to my address. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 22 9:36:22 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from alicia.nttmcl.com (alicia.nttmcl.com [216.69.69.10]) by hub.freebsd.org (Postfix) with ESMTP id EB36B14CF2 for ; Tue, 22 Jun 1999 09:36:10 -0700 (PDT) (envelope-from cdoherty@nttmcl.com) Received: from bob by alicia.nttmcl.com (8.8.5/3.5W(96/10/22)) id JAA24918; Tue, 22 Jun 1999 09:36:07 -0700 (PDT) Message-Id: <3.0.6.32.19990623103510.007be970@alicia.nttmcl.com> X-Sender: cdoherty@alicia.nttmcl.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 23 Jun 1999 10:35:10 -0700 To: NemoX From: Chris Doherty Subject: Re: sound card setup? Cc: freebsd-multimedia@freebsd.org In-Reply-To: <376F09D0.3DB01368@nemox.looksharp.net> References: <3.0.6.32.19990622145821.007c5c90@alicia.nttmcl.com> <3.0.6.32.19990622155859.007adb00@alicia.nttmcl.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org for those of you just tuning in, I'm wrestling with a SoundBlaster card under FreeBSD-3.1. I caught a quick glimpse of the boot screen today and managed to make out the word "Vibra", which as far as I can tell means nothing but trouble... >> When logged in as root, run pnpinfo. What is the relevant information? > >only the part at the end is necessary,the beginning is just the possible >configurations, the end specifies what the current configuration ( in pnp bios >). Paste the logical devices in addition to the ISA SoundBlaster, there are PCI video and ethernet cards in the machine as well. ---------------------------------------- Logical Device ID: CTL7001 0x01708c0e #1 Compatible Device ID: PNPb02f (2fb0d041) Device Description: Game I/O Range 0x200 .. 0x200, alignment 0x1, len 0x8 [16-bit addr] End Tag Successfully got 44 resources, 2 logical fdevs -- card select # 0x0001 CSN CTL0070 (0x70008c0e), Serial Number 0xffffffff Logical device #0 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x00 Logical device #1 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x00 ---------------------------------------- >> Chris Doherty wrote: >> > hi-- >> > >> > I'm running FreeBSD-3.1 with a SoundBlaster card (I have the model number, >> > but their website doesn't have model # <-> model name listings). I believe >> > it's PnP. >> > >> > somewhere, are there instructions for how to get audio support up and >> > running. all I've been able to find are the sys/i386/conf/LINT, >> > sys/i386/isa/snd/CARDS, and sys/i386/isa/sound/sound.doc files; those seem >> > to date back only to 2.1 or 2.0, and adding the drivers that they suggest >> > doesn't seem to have worked (e.g. mpg123 complains "can't open /dev/dsp", >> > even though it's there and the permissions are ok, or I just can't find an >> > output device that it can use). >> > >> > I've checked all the web pages I could find, with no luck. is there a >> > resource I haven't been able to find, or is this part lacking in >> > documentation? help? :-) >> > >> > a thousand thanks, >> > Chris >> > cdoherty@nttmcl.com >> > >> > PS--I was going to check archives of BSD newsgroups, but DejaNews doesn't >> > seem to be useful any more... > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 22 11:25:56 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.harrisburgacademy.org (2093702.harrisburgacademy.org [209.3.70.2]) by hub.freebsd.org (Postfix) with ESMTP id E3DFB153B0 for ; Tue, 22 Jun 1999 11:25:45 -0700 (PDT) (envelope-from i.think@harrisburgacademy.org) Received: from nemox.looksharp.net ([205.238.199.91]) by www.harrisburgacademy.org (Netscape Messaging Server 3.5) with ESMTP id 395; Tue, 22 Jun 1999 14:08:58 -0400 Message-ID: <376FD2E9.87635180@nemox.looksharp.net> Date: Tue, 22 Jun 1999 14:16:09 -0400 From: NemoX X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Chris Doherty Cc: freebsd-multimedia@freebsd.org Subject: Re: sound card setup? References: <3.0.6.32.19990622145821.007c5c90@alicia.nttmcl.com> <3.0.6.32.19990622155859.007adb00@alicia.nttmcl.com> <3.0.6.32.19990623103510.007be970@alicia.nttmcl.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org there should be something similiar to Card assigned CSN #1 Vendor ID CTL009c (0x9c008c0e), Serial Number 0x1006b203 PnP Version 1.0, Vendor Version 18 Device Description: Creative SB32 PnP in the beginning of pnpinfo then at the end of that there should be something similiar to Logical device #0 IO: 0x0220 0x0330 0x0388 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 5 0 DMA 1 5 IO range check 0x00 activate 0x01 the responses with IRQ 0 0 and DMA 4 4 are not in use the one that has setting that correspond to a possible configuration of the pnp is the bios settings for the card. Chris Doherty wrote: > for those of you just tuning in, I'm wrestling with a SoundBlaster card > under FreeBSD-3.1. I caught a quick glimpse of the boot screen today and > managed to make out the word "Vibra", which as far as I can tell means > nothing but trouble... > > >> When logged in as root, run pnpinfo. What is the relevant information? > > > >only the part at the end is necessary,the beginning is just the possible > >configurations, the end specifies what the current configuration ( in pnp > bios > >). Paste the logical devices > > in addition to the ISA SoundBlaster, there are PCI video and ethernet cards > in the machine as well. > > ---------------------------------------- > Logical Device ID: CTL7001 0x01708c0e #1 > Compatible Device ID: PNPb02f (2fb0d041) > Device Description: Game > I/O Range 0x200 .. 0x200, alignment 0x1, len 0x8 > [16-bit addr] > End Tag > > Successfully got 44 resources, 2 logical fdevs > -- card select # 0x0001 > > CSN CTL0070 (0x70008c0e), Serial Number 0xffffffff > > Logical device #0 > IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 > IRQ 0 0 > DMA 4 4 > IO range check 0x00 activate 0x00 > > Logical device #1 > IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 > IRQ 0 0 > DMA 4 4 > IO range check 0x00 activate 0x00 > ---------------------------------------- > > >> Chris Doherty wrote: > >> > hi-- > >> > > >> > I'm running FreeBSD-3.1 with a SoundBlaster card (I have the model > number, > >> > but their website doesn't have model # <-> model name listings). I > believe > >> > it's PnP. > >> > > >> > somewhere, are there instructions for how to get audio support up and > >> > running. all I've been able to find are the sys/i386/conf/LINT, > >> > sys/i386/isa/snd/CARDS, and sys/i386/isa/sound/sound.doc files; those > seem > >> > to date back only to 2.1 or 2.0, and adding the drivers that they suggest > >> > doesn't seem to have worked (e.g. mpg123 complains "can't open /dev/dsp", > >> > even though it's there and the permissions are ok, or I just can't > find an > >> > output device that it can use). > >> > > >> > I've checked all the web pages I could find, with no luck. is there a > >> > resource I haven't been able to find, or is this part lacking in > >> > documentation? help? :-) > >> > > >> > a thousand thanks, > >> > Chris > >> > cdoherty@nttmcl.com > >> > > >> > PS--I was going to check archives of BSD newsgroups, but DejaNews doesn't > >> > seem to be useful any more... > > > > > > > > > > -- DISCLAIMER: Anyone sending me unsolicited commercial electronic mail will be charged a $100 fee for time spent reading it. Do NOT send this type of electronic mail to me. In reading this, you automatically agree to be subjected to these terms: US Code Title 47, Sec.227(a)(2)(B), "The term 'telephone facsimile machine' means equipment which has the capacity to transcribe text or images (or both) from an electronic signal received over a regular telephone line onto paper." By Sec.227(b)(3)(C) it is unlawful "to use any telephone facsimile machine, computer, or other device to send an unsolicited advertisement to a telephone facsimile machine." By Sec.227(b)(3)(C), a violation of Sec.227(b)(3)(C) is punishable by "an action to recover for actual monetary loss from such a violation, or to receive $500 in damages for each such violation, whichever is greater To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 22 11:54:56 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mango.attlabs.att.com (gate.ipo.att.com [135.197.57.2]) by hub.freebsd.org (Postfix) with ESMTP id E9944153F7 for ; Tue, 22 Jun 1999 11:54:45 -0700 (PDT) (envelope-from fenner@mango.attlabs.att.com) Received: (from fenner@localhost) by mango.attlabs.att.com (8.9.3/8.9.3) id LAA98214 for multimedia@freebsd.org; Tue, 22 Jun 1999 11:54:44 -0700 (PDT) (envelope-from fenner) Date: Tue, 22 Jun 1999 11:54:44 -0700 (PDT) From: Bill Fenner Message-Id: <199906221854.LAA98214@mango.attlabs.att.com> To: multimedia@freebsd.org Subject: Upgrade your sdr! Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If you are using sdr, you *MUST* upgrade to 2.6.2 (just committed as the sdr-current port) ASAP to avoid a bug where any user anywhere on the Internet can spawn commands on your system running as you. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 22 12: 3:52 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from monster.abyss.net (dark.abyss.net [207.198.22.202]) by hub.freebsd.org (Postfix) with ESMTP id 5A7F01576F for ; Tue, 22 Jun 1999 12:03:32 -0700 (PDT) (envelope-from ksb@abyss.net) Received: from nightmare.abyss.net (ksb@nightmare.abyss.net [10.0.0.3]) by monster.abyss.net (8.9.2/8.9.2) with ESMTP id OAA10557; Tue, 22 Jun 1999 14:57:44 -0400 (EDT) (envelope-from ksb@abyss.net) Date: Tue, 22 Jun 1999 15:02:32 -0400 (EDT) From: "Kevin S. Brackett" To: Chris Doherty Cc: NemoX , freebsd-multimedia@FreeBSD.ORG Subject: Re: sound card setup? In-Reply-To: <3.0.6.32.19990623103510.007be970@alicia.nttmcl.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I use a Vibra PNP soundblaster with no problems. just be sure to add pnp0, and the basic sound drivers to the kernel config, and add : pnp 1 0 enable os port0 0x220 port1 0x330 port2 0x388 irq0 5 drq0 1 drq1 5 to the boot config. - kevin On Wed, 23 Jun 1999, Chris Doherty wrote: > for those of you just tuning in, I'm wrestling with a SoundBlaster card > under FreeBSD-3.1. I caught a quick glimpse of the boot screen today and > managed to make out the word "Vibra", which as far as I can tell means > nothing but trouble... > > >> When logged in as root, run pnpinfo. What is the relevant information? > > > >only the part at the end is necessary,the beginning is just the possible > >configurations, the end specifies what the current configuration ( in pnp > bios > >). Paste the logical devices > > in addition to the ISA SoundBlaster, there are PCI video and ethernet cards > in the machine as well. > > ---------------------------------------- > Logical Device ID: CTL7001 0x01708c0e #1 > Compatible Device ID: PNPb02f (2fb0d041) > Device Description: Game > I/O Range 0x200 .. 0x200, alignment 0x1, len 0x8 > [16-bit addr] > End Tag > > Successfully got 44 resources, 2 logical fdevs > -- card select # 0x0001 > > CSN CTL0070 (0x70008c0e), Serial Number 0xffffffff > > Logical device #0 > IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 > IRQ 0 0 > DMA 4 4 > IO range check 0x00 activate 0x00 > > Logical device #1 > IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 > IRQ 0 0 > DMA 4 4 > IO range check 0x00 activate 0x00 > ---------------------------------------- > > > >> Chris Doherty wrote: > >> > hi-- > >> > > >> > I'm running FreeBSD-3.1 with a SoundBlaster card (I have the model > number, > >> > but their website doesn't have model # <-> model name listings). I > believe > >> > it's PnP. > >> > > >> > somewhere, are there instructions for how to get audio support up and > >> > running. all I've been able to find are the sys/i386/conf/LINT, > >> > sys/i386/isa/snd/CARDS, and sys/i386/isa/sound/sound.doc files; those > seem > >> > to date back only to 2.1 or 2.0, and adding the drivers that they suggest > >> > doesn't seem to have worked (e.g. mpg123 complains "can't open /dev/dsp", > >> > even though it's there and the permissions are ok, or I just can't > find an > >> > output device that it can use). > >> > > >> > I've checked all the web pages I could find, with no luck. is there a > >> > resource I haven't been able to find, or is this part lacking in > >> > documentation? help? :-) > >> > > >> > a thousand thanks, > >> > Chris > >> > cdoherty@nttmcl.com > >> > > >> > PS--I was going to check archives of BSD newsgroups, but DejaNews doesn't > >> > seem to be useful any more... > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 22 22:26:28 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from home.dragondata.com (home.dragondata.com [204.137.237.2]) by hub.freebsd.org (Postfix) with ESMTP id E814714D9D for ; Tue, 22 Jun 1999 22:26:25 -0700 (PDT) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.9.2/8.9.2) id AAA16220; Wed, 23 Jun 1999 00:26:23 -0500 (CDT) From: Kevin Day Message-Id: <199906230526.AAA16220@home.dragondata.com> Subject: Re: fxtv -> mpeg In-Reply-To: <19990620090207.A1125@ipass.net> from Randall Hopper at "Jun 20, 1999 9: 2: 7 am" To: aa8vb@ipass.net (Randall Hopper) Date: Wed, 23 Jun 1999 00:26:22 -0500 (CDT) Cc: freebsd-multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm not sure that I've seen this error before, but this may be a byte-order > problem. FreeBSD-versions ago, I found I had to rebuild mpeg_audio from > scratch to get the byte order so it was compatible with sox and mpeg_encode. > > But to nail it down, capture a clip with "MPEG Ready" as a Target (instead > of MPEG). This'll leave you with raw capture files and a shell script with > a .sh extension). Edit the first line of the script, and change > "#!/bin/sh" to " "#!/bin/sh -x". Now, it'll print what its doing, and you > can see which command is griping. > > Run the script and save off the output. E.g.: > > go.sh >& OUT (csh/tcsh), or > go.sh > OUT 2>&1 (sh/ksh/bash) > > See what you find. > Here's what I get.. ::EXEC:: fxtv -batch streamavcap -streaminput /root/myfile.AVraw -frameformat PPM -videotarget - -streamfps 30 -audiotarget /root/myfile.AUDraw | mpeg_encode /root/myfile.param MPEG ENCODER STATS (1.5b) ------------------------ TIME STARTED: Wed Jun 23 00:13:29 1999 MACHINE: unknown INPUT: stdin PATTERN: ibpbibpbpb GOP_SIZE: 10 SLICES PER FRAME: 1 RANGE: +/-8 PIXEL SEARCH: HALF PSEARCH: LOGARITHMIC BSEARCH: SIMPLE QSCALE: 8 10 25 REFERENCE FRAME: ORIGINAL Creating new GOP (closed = T) before frame 0 FRAME 0 (I): 0 seconds (2699040 bits/s output) FRAME 2 (P): I BLOCKS: 0; P BLOCKS: 229 SKIPPED: 71 (0 seconds) FRAME 1 (B): I BLOCKS: 0; B BLOCKS: 215 SKIPPED: 85 (0 seconds) FRAME 4 (I): 0 seconds (2703600 bits/s output) FRAME 3 (B): I BLOCKS: 0; B BLOCKS: 297 SKIPPED: 3 (0 seconds) FRAME 6 (P): I BLOCKS: 2; P BLOCKS: 231 SKIPPED: 67 (0 seconds) FRAME 5 (B): I BLOCKS: 0; B BLOCKS: 298 SKIPPED: 2 (0 seconds) FRAME 8 (P): I BLOCKS: 3; P BLOCKS: 228 SKIPPED: 69 (0 seconds) FRAME 7 (B): I BLOCKS: 0; B BLOCKS: 298 SKIPPED: 2 (0 seconds) FRAME 10 (I): 0 seconds (2705040 bits/s output) FRAME 9 (B): I BLOCKS: 0; B BLOCKS: 299 SKIPPED: 1 (0 seconds) FRAME 12 (P): I BLOCKS: 2; P BLOCKS: 237 SKIPPED: 61 (0 seconds) FRAME 11 (B): I BLOCKS: 0; B BLOCKS: 300 SKIPPED: 0 (0 seconds) Creating new GOP (closed = F) before frame 14 FRAME 2126 (P): I BLOCKS: 47; P BLOCKS: 185 SKIPPED: 68 (0 seconds) FRAME 2125 (B): I BLOCKS: 0; B BLOCKS: 247 SKIPPED: 53 (0 seconds) FRAME 2128 (P): I BLOCKS: 4; P BLOCKS: 222 SKIPPED: 74 (0 seconds) FRAME 2127 (B): I BLOCKS: 0; B BLOCKS: 167 SKIPPED: 133 (0 seconds) FRAME 2130 (I): 0 seconds (1086960 bits/s output) FRAME 2129 (B): I BLOCKS: 0; B BLOCKS: 184 SKIPPED: 116 (0 seconds) FRAME 2132 (P): I BLOCKS: 72; P BLOCKS: 191 SKIPPED: 37 (0 seconds) FRAME 2131 (B): I BLOCKS: 1; B BLOCKS: 279 SKIPPED: 20 (0 seconds) Creating new GOP (closed = F) before frame 2134 FRAME 2134 (I): 0 seconds (1301760 bits/s output) FRAME 2133 (B): I BLOCKS: 0; B BLOCKS: 210 SKIPPED: 90 (0 seconds) FRAME 2136 (P): I BLOCKS: 2; P BLOCKS: 251 SKIPPED: 47 (0 seconds) FRAME 2135 (B): I BLOCKS: 0; B BLOCKS: 212 SKIPPED: 88 (0 seconds) TIME COMPLETED: Wed Jun 23 00:19:57 1999 Total time: 6 minutes and 28 seconds ------------------------- *****I FRAME SUMMARY***** ------------------------- Blocks: 128400 (26775575 bits) ( 208 bpb) Frames: 428 (26820648 bits) (62665 bpf) (58.5% of total) Compression: 29:1 ( 0.8160 bpp) Seconds: 37 ( 11.2830 fps) ( 866530 pps) ( 3384 mps) ------------------------- *****P FRAME SUMMARY***** ------------------------- I Blocks: 27879 (5108947 bits) ( 183 bpb) P Blocks: 109998 (8056797 bits) ( 73 bpb) Skipped: 54423 Frames: 641 (13238552 bits) (20652 bpf) (28.9% of total) Compression: 89:1 ( 0.2689 bpp) Seconds: 149 ( 4.2924 fps) ( 329657 pps) ( 1287 mps) ------------------------- *****B FRAME SUMMARY***** ------------------------- I Blocks: 7376 (829008 bits) ( 112 bpb) B Blocks: 262867 (4852598 bits) ( 18 bpb) B types: 48850 ( 19 bpb) forw 46187 ( 19 bpb) back 167830 ( 17 bpb) bi Skipped: 50157 Frames: 1068 (5802792 bits) ( 5433 bpf) (12.6% of total) Compression: 339:1 ( 0.0707 bpp) Seconds: 369 ( 2.8893 fps) ( 221902 pps) ( 866 mps) --------------------------------------------- Total Compression: -7:1 ( -3.0924 bpp) Total Frames Per Second: 5.507732 (1652 mps) CPU Time: 3.837314 fps (1151 mps) Total Output Bit Rate (30 fps): 644031 bits/sec MPEG file created in : /root/myfile.mpg ======FRAMES READ: 2137 ::STATUS:: 0 ::EXEC:: rm /root/myfile.param ::STATUS:: 0 ::EXEC:: sox -t raw -s -w -c 2 -r 44100 /root/myfile.AUDraw -t aiff /root/myfile.aiff && mpeg_musicin -l 2 -p 1 /root/myfile.aiff /root/myfile.mp2 && rm /root/myfile.aiff SmpFrqIndex: 0 is not a legal sample rate >>> Using Audio IFF sound file headers in "/root/myfile.aiff". ::STATUS:: 1 Command Failed: sox -t raw -s -w -c 2 -r 44100 /root/myfile.AUDraw -t aiff /root/myfile.aiff && mpeg_musicin -l 2 -p 1 /root/myfile.aiff /root/myfile.mp2 && rm /root/myfile.aiff Conversion Aborted. > Also, check your audio capture format. If you're not, try using Stereo 16-bit > 44.1KHz. Yeah, It's 44k 16 bit stereo.... > > Another thing to try: see what sox thinks of your AIFF file directly. Grab: > > wget http://www.ipass.net/~dbhopper/aa8vb/dsp-recplay.tgz > > compile, then play: > > sox -t aiff /root/whatever/myfile.aiff -t raw -s -w -r 44100 - | \ > dsp-play -r 44100 -b 16 -c 2 > > Randall > I'm not able to reach that site now, but i'll try again in a little bit. :) Also, I'm not sure if I mentioned this the first time or not, but Windows and QuickTime are able to read the aiff file just fine. Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 1:58:27 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 08F2914D6E; Wed, 23 Jun 1999 01:58:22 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id SAA19718; Wed, 23 Jun 1999 18:28:26 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA35600; Wed, 23 Jun 1999 18:28:41 +0930 (CST) Date: Wed, 23 Jun 1999 18:28:40 +0930 From: Greg Lehey To: FreeBSD Hackers , multimedia@freebsd.org Subject: USB scanners? Message-ID: <19990623182840.B87293@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anybody have a USB scanner running under FreeBSD, or know how to get one running? I'm prepared to do some work, but I'd like to know I had some chance of success. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 2:10:15 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id AA78114D6E; Wed, 23 Jun 1999 02:10:05 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id LAA22356; Wed, 23 Jun 1999 11:09:53 +0200 (MET DST) Date: Wed, 23 Jun 1999 11:09:50 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Greg Lehey Cc: FreeBSD Hackers , USB BSD list , multimedia@FreeBSD.ORG Subject: Re: USB scanners? In-Reply-To: <19990623182840.B87293@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No one I know off. And I don't know of a scanner that we could easily support. It might be that there are scanners that work through the Mass Storage class specification (converted SCSI scanners). If you have a scanner run the usb_dump utility available from http://www.etla.net/~n_hibma/usb/usb_dump.c and send me the output, so we can figure out what interfaces and classes it supports. Nick On Wed, 23 Jun 1999, Greg Lehey wrote: > Does anybody have a USB scanner running under FreeBSD, or know how to > get one running? I'm prepared to do some work, but I'd like to know I > had some chance of success. > > Greg > -- > See complete headers for address, home page and phone numbers > finger grog@lemis.com for PGP public key > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 2:25: 5 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 99DBF14CE2; Wed, 23 Jun 1999 02:24:58 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id SAA19837; Wed, 23 Jun 1999 18:55:02 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA09466; Wed, 23 Jun 1999 18:55:17 +0930 (CST) Date: Wed, 23 Jun 1999 18:55:16 +0930 From: Greg Lehey To: Nick Hibma Cc: FreeBSD Hackers , USB BSD list , multimedia@FreeBSD.ORG Subject: Re: USB scanners? Message-ID: <19990623185516.D87293@freebie.lemis.com> References: <19990623182840.B87293@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Nick Hibma on Wed, Jun 23, 1999 at 11:09:50AM +0200 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wednesday, 23 June 1999 at 11:09:50 +0200, Nick Hibma wrote: > On Wed, 23 Jun 1999, Greg Lehey wrote: > >> Does anybody have a USB scanner running under FreeBSD, or know how to >> get one running? I'm prepared to do some work, but I'd like to know I >> had some chance of success. > > No one I know off. And I don't know of a scanner that we could easily > support. It might be that there are scanners that work through the Mass > Storage class specification (converted SCSI scanners). *sigh* that's what I was afraid you'd say. > If you have a scanner run the usb_dump utility available from > > http://www.etla.net/~n_hibma/usb/usb_dump.c > > and send me the output, so we can figure out what interfaces and classes > it supports. No, I don't have one yet. I was thinking of buying a scanner, and it seemed to be a logical thing to buy a USB scanner and write a driver for FreeBSD. I suppose I could contact all the scanner manufacturers and ask for programming docco. Does anybody have any leads? Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 2:30: 0 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 6913414CE2; Wed, 23 Jun 1999 02:29:53 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id JAA27343; Wed, 23 Jun 1999 09:03:17 +0200 From: Luigi Rizzo Message-Id: <199906230703.JAA27343@labinfo.iet.unipi.it> Subject: Re: USB scanners? To: grog@lemis.com (Greg Lehey) Date: Wed, 23 Jun 1999 09:03:16 +0200 (MET DST) Cc: nick.hibma@jrc.it, hackers@FreeBSD.ORG, usb-bsd@egroups.com, multimedia@FreeBSD.ORG In-Reply-To: <19990623185516.D87293@freebie.lemis.com> from "Greg Lehey" at Jun 23, 99 06:54:57 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1036 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > No, I don't have one yet. I was thinking of buying a scanner, and it > seemed to be a logical thing to buy a USB scanner and write a driver > for FreeBSD. > > I suppose I could contact all the scanner manufacturers and ask for > programming docco. Does anybody have any leads? this is a painful road in my experience. I suggest that you look at the SANE web page and see if there are pointers to documentation. HP has some documentation of the language (SCL ?) used by its SCSI scanners but i don't know to what degree it applies to non-SCSI units. cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) http://www.iet.unipi.it/~luigi/ngc99/ ==== First International Workshop on Networked Group Communication ==== -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 2:34:10 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 1C82814CE2; Wed, 23 Jun 1999 02:34:05 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id LAA23699; Wed, 23 Jun 1999 11:34:00 +0200 (MET DST) Date: Wed, 23 Jun 1999 11:33:58 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: USB BSD list Cc: FreeBSD Hackers , multimedia@FreeBSD.ORG Subject: Re: [usb-bsd] Re: USB scanners? In-Reply-To: <19990623185516.D87293@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > No, I don't have one yet. I was thinking of buying a scanner, and it > seemed to be a logical thing to buy a USB scanner and write a driver > for FreeBSD. > > I suppose I could contact all the scanner manufacturers and ask for > programming docco. Does anybody have any leads? Some guy from HP promised to send me some feedback on a cheapo HP scanner I have, but so far no luck. No one has (been) proded so far I think. Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 2:35: 2 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 4608114F67; Wed, 23 Jun 1999 02:34:57 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id LAA23734; Wed, 23 Jun 1999 11:34:42 +0200 (MET DST) Date: Wed, 23 Jun 1999 11:34:39 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Luigi Rizzo Cc: Greg Lehey , hackers@FreeBSD.ORG, usb-bsd@egroups.com, multimedia@FreeBSD.ORG Subject: Re: USB scanners? In-Reply-To: <199906230703.JAA27343@labinfo.iet.unipi.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Where is this docu available? > this is a painful road in my experience. I suggest that you look at the > SANE web page and see if there are pointers to documentation. > > HP has some documentation of the language (SCL ?) used by its SCSI > scanners but i don't know to what degree it applies to non-SCSI > units. > > cheers > luigi > -----------------------------------+------------------------------------- > Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione > http://www.iet.unipi.it/~luigi/ . Universita` di Pisa > TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) > > http://www.iet.unipi.it/~luigi/ngc99/ > ==== First International Workshop on Networked Group Communication ==== > -----------------------------------+------------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 2:55:30 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from saturn.ms.tlk.com (saturn.ms.tlk.com [194.97.68.6]) by hub.freebsd.org (Postfix) with ESMTP id 06C4314E59; Wed, 23 Jun 1999 02:55:26 -0700 (PDT) (envelope-from br@smilla.rueskamp.com) Received: from mars.ms.tlk.com (mars.ms.tlk.com [194.97.68.1]) by saturn.ms.tlk.com (Postfix) with ESMTP id 9CE064ECE2; Wed, 23 Jun 1999 11:55:25 +0200 (CEST) Received: from smilla.rueskamp.com(really [194.97.69.109]) by mars.ms.tlk.com via sendmail with esmtp id for ; Wed, 23 Jun 1999 11:55:25 +0200 (CEST)) Received: (from br@localhost) by smilla.rueskamp.com (8.9.3/8.9.3) id LAA79364; Wed, 23 Jun 1999 11:55:26 +0200 (CEST) (envelope-from br) From: Bodo Rueskamp Message-Id: <199906230955.LAA79364@smilla.rueskamp.com> Subject: Re: USB scanners? In-Reply-To: <19990623182840.B87293@freebie.lemis.com> from Greg Lehey at "Jun 23, 1999 06:28:40 pm" To: hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Date: Wed, 23 Jun 1999 11:55:25 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Does anybody have a USB scanner running under FreeBSD, or know how to > get one running? I'm prepared to do some work, but I'd like to know I > had some chance of success. I have a HP ScanJet 5200C and would like to write a driver for it. Can please someone give me pointers to USB documents? I'm writing device drivers and protocol engines for ISDN and H.323 but USB is a new area for me. ; Bodo -- Bodo Rüskamp, br@rueskamp.com, 51°55' N 7°41' E (1) Elvis is alive. (2) Dinosaurs too. (3) The next millenium starts on January 1st 2000. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 3:31:31 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 3752C14DF2; Wed, 23 Jun 1999 03:31:25 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with ESMTP id MAA26418; Wed, 23 Jun 1999 12:31:09 +0200 (MET DST) Date: Wed, 23 Jun 1999 12:31:08 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Bodo Rueskamp Cc: FreeBSD hackers mailing list , multimedia@FreeBSD.ORG, USB BSD list Subject: Re: USB scanners? In-Reply-To: <199906230955.LAA79364@smilla.rueskamp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have a HP ScanJet 5200C and would like to write a driver for it. > Can please someone give me pointers to USB documents? I'm writing > device drivers and protocol engines for ISDN and H.323 but USB is > a new area for me. USB home page: http://www.usb.org/ (developers section) USB for FreeBSD home page: http://www.etla.net/~n_hibma/usb/usb.pl FYI: I am currently writing a driver for the 3COM USB modem (5605) and the 3COM USB ISDN-TA (Andorra, will come out later this year). These will support the AT interface nothing else yet. Nick > > ; Bodo > > -- > Bodo Rüskamp, br@rueskamp.com, 51°55' N 7°41' E > (1) Elvis is alive. > (2) Dinosaurs too. > (3) The next millenium starts on January 1st 2000. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 5:23:38 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 771DB150CD; Wed, 23 Jun 1999 05:23:30 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id LAA27612; Wed, 23 Jun 1999 11:57:05 +0200 From: Luigi Rizzo Message-Id: <199906230957.LAA27612@labinfo.iet.unipi.it> Subject: Re: USB scanners? To: nick.hibma@jrc.it Date: Wed, 23 Jun 1999 11:57:05 +0200 (MET DST) Cc: grog@lemis.com, hackers@FreeBSD.ORG, usb-bsd@egroups.com, multimedia@FreeBSD.ORG In-Reply-To: from "Nick Hibma" at Jun 23, 99 11:09:31 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1070 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > No one I know off. And I don't know of a scanner that we could easily > support. It might be that there are scanners that work through the Mass > Storage class specification (converted SCSI scanners). > > If you have a scanner run the usb_dump utility available from > > http://www.etla.net/~n_hibma/usb/usb_dump.c > > and send me the output, so we can figure out what interfaces and classes > it supports. Nick, do you need such info for generic hw as well ? I start seeing USP peripherals around in the office and i can briefly borrow them and run a quick dump on my 3.2 machine. cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) http://www.iet.unipi.it/~luigi/ngc99/ ==== First International Workshop on Networked Group Communication ==== -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 5:24: 9 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 283E81512A; Wed, 23 Jun 1999 05:24:01 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id LAA27603; Wed, 23 Jun 1999 11:54:45 +0200 From: Luigi Rizzo Message-Id: <199906230954.LAA27603@labinfo.iet.unipi.it> Subject: Re: USB scanners? To: nick.hibma@jrc.it Date: Wed, 23 Jun 1999 11:54:45 +0200 (MET DST) Cc: grog@lemis.com, hackers@FreeBSD.ORG, usb-bsd@egroups.com, multimedia@FreeBSD.ORG In-Reply-To: from "Nick Hibma" at Jun 23, 99 11:34:20 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1494 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Where is this docu available? it is part of the painful road. all i remember is i had to browse through the HP webpages looking for "SCL" or "Scanner Command Language" or so after starting with generic search for programming info on the ScanJet scanners. the search was non trivial. cheers luigi > > this is a painful road in my experience. I suggest that you look at the > > SANE web page and see if there are pointers to documentation. > > > > HP has some documentation of the language (SCL ?) used by its SCSI > > scanners but i don't know to what degree it applies to non-SCSI > > units. > > > > cheers > > luigi > > -----------------------------------+------------------------------------- > > Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione > > http://www.iet.unipi.it/~luigi/ . Universita` di Pisa > > TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) > > > > http://www.iet.unipi.it/~luigi/ngc99/ > > ==== First International Workshop on Networked Group Communication ==== > > -----------------------------------+------------------------------------- > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-hackers" in the body of the message > > > > > > -- > ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 5:52:54 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 6E1F614D5B; Wed, 23 Jun 1999 05:52:50 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id OAA00886; Wed, 23 Jun 1999 14:52:34 +0200 (MET DST) Date: Wed, 23 Jun 1999 14:52:32 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: usb-bsd@egroups.com Cc: grog@lemis.com, hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: [usb-bsd] Re: USB scanners? In-Reply-To: <199906230957.LAA27612@labinfo.iet.unipi.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What kind of devices do you see showing up? Would be a great help to get some idea of what is needed for the various devices. For mice the support is pretty much cooked, but for example keyboards sometimes have an extra mouse port. Interesting would be things like camera's (still as well as video), scanners, fingerprint readers, modems, ethernet adapters, anything really. I have printouts for the following devices -mice -BTC keyboard -3COM modem -HP 2700 scanner -Labtech speakers -3COM ethernet iface Or hubs with extra functions (like the Entrega ones). Nick > Nick, do you need such info for generic hw as well ? I start seeing > USP peripherals around in the office and i can briefly borrow them > and run a quick dump on my 3.2 machine. > > cheers > luigi > -----------------------------------+------------------------------------- > Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione > http://www.iet.unipi.it/~luigi/ . Universita` di Pisa > TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) > > http://www.iet.unipi.it/~luigi/ngc99/ > ==== First International Workshop on Networked Group Communication ==== > -----------------------------------+------------------------------------- > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 5:57:51 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id B1B4D14D5B; Wed, 23 Jun 1999 05:57:42 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id MAA27722; Wed, 23 Jun 1999 12:31:16 +0200 From: Luigi Rizzo Message-Id: <199906231031.MAA27722@labinfo.iet.unipi.it> Subject: Re: [usb-bsd] Re: USB scanners? To: nick.hibma@jrc.it Date: Wed, 23 Jun 1999 12:31:16 +0200 (MET DST) Cc: usb-bsd@egroups.com, grog@lemis.com, hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG In-Reply-To: from "Nick Hibma" at Jun 23, 99 02:52:13 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 748 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > What kind of devices do you see showing up? i have an epson photo750 printer, and colleagues around seem to have a few USB cameras. Haven't seen yet any USB scanner in the office but all new one seem to be USB so as soon as one comes in i am sure it will be USB cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) http://www.iet.unipi.it/~luigi/ngc99/ ==== First International Workshop on Networked Group Communication ==== -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 6:26:10 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id 0986C14C35; Wed, 23 Jun 1999 06:26:02 -0700 (PDT) (envelope-from darius@dons.net.au) Received: from guppy.dons.net.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.1) with ESMTP id WAA15502; Wed, 23 Jun 1999 22:55:38 +0930 (CST) (envelope-from darius@dons.net.au) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.3.p0.FreeBSD:990623225537:414=_"; micalg=pgp-md5; protocol="application/pgp-signature" In-Reply-To: Date: Wed, 23 Jun 1999 22:55:37 +0930 (CST) From: "Daniel J. O'Connor" To: Nick Hibma Subject: Re: [usb-bsd] Re: USB scanners? Cc: multimedia@FreeBSD.ORG, hackers@FreeBSD.ORG, grog@lemis.com, usb-bsd@egroups.com Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format --_=XFMail.1.3.p0.FreeBSD:990623225537:414=_ Content-Type: text/plain; charset=us-ascii On 23-Jun-99 Nick Hibma wrote: > What kind of devices do you see showing up? > Would be a great help to get some idea of what is needed for the various > devices. For mice the support is pretty much cooked, but for example > keyboards sometimes have an extra mouse port. Well I have access to a HP ScanJet at work, and USB modems are real cheap :) IMHO its kinda pointless having USB mice/kbd since PS/2 does that pretty well, but stuff like scanners and modems which eat serial/parallel ports are handy to have as USB. Not that I actually OWN any USB HW (yet :) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum --_=XFMail.1.3.p0.FreeBSD:990623225537:414=_ Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.3ia iQCVAwUBN3DgUWj0TqzKxF7VAQGAsQP/TJwaxWSdA53MXSXOmHwVDtLFBmtxjt4l 1eKzX1JpNKUyoGHcCCGsSnzDeG21bWm4AVY19LBDedBCGcXx+SWBHyCeygk5FfWB 6eYZHupsdx0EaXoyu+1rqcygCAr1VQ5d4EKHYuZ8sqG7pyM1i/UpG2gMyS8J7mnB +Fj9F/rUYmU= =xD9G -----END PGP MESSAGE----- --_=XFMail.1.3.p0.FreeBSD:990623225537:414=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 8:41:27 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 658A214EDA; Wed, 23 Jun 1999 08:41:21 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id RAA07851; Wed, 23 Jun 1999 17:41:08 +0200 (MET DST) Date: Wed, 23 Jun 1999 17:41:05 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: "Daniel J. O'Connor" Cc: multimedia@FreeBSD.ORG, hackers@FreeBSD.ORG, grog@lemis.com, usb-bsd@egroups.com Subject: Re: [usb-bsd] Re: USB scanners? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Well I have access to a HP ScanJet at work, and USB modems are real cheap :) FreeBSD Inc. and 3Com give them away for free lately... > > IMHO its kinda pointless having USB mice/kbd since PS/2 does that pretty well, > but stuff like scanners and modems which eat serial/parallel ports are handy to > have as USB. > > Not that I actually OWN any USB HW (yet :) > > --- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum > > > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 16:38:37 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id A74EC14D52 for ; Wed, 23 Jun 1999 16:38:23 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-3-33.dialup.rdu.ipass.net [209.170.134.33]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id TAA10215; Wed, 23 Jun 1999 19:38:14 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id TAA02224; Wed, 23 Jun 1999 19:39:59 -0400 (EDT) (envelope-from rhh) Date: Wed, 23 Jun 1999 19:39:59 -0400 From: Randall Hopper To: Kevin Day Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: fxtv -> mpeg Message-ID: <19990623193959.A1438@ipass.net> References: <19990620090207.A1125@ipass.net> <199906230526.AAA16220@home.dragondata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199906230526.AAA16220@home.dragondata.com>; from Kevin Day on Wed, Jun 23, 1999 at 12:26:22AM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kevin Day: |> But to nail it down, capture a clip with "MPEG Ready" as a Target (instead |> of MPEG). |> Run the script and save off the output. | |Here's what I get.. | ... |::EXEC:: sox ... && mpeg_musicin ... |SmpFrqIndex: 0 is not a legal sample rate |>>> Using Audio IFF sound file headers |in "/root/myfile.aiff". Yep. I just captured a clip, installed the FreeBSD mpeg_audio package, and got the same error. ::EXEC:: sox ... mpeg_musicin -l 2 -p 1 t.raw.aiff t.raw.mp2 && rm t.raw.aiff SmpFrqIndex: 0 is not a legal sample rate in "t.raw.aiff". However if I use the mpeg_musicin exec I compiled on my machine straight from the mpeg_audio package, it works just fine. This is the problem I was thinking of. There is/has been something screwy about the FreeBSD mpeg_audio port for years. It won't swallow an AIFF file output by sox. Adding a simple -x to sox isn't sufficient to marry them together either. Just grab mpeg_audio and build yourself an executable, and you should be fine. See Appendix A in the fxtv README file for a HOW-TO: /usr/X11R6/lib/X11/fxtv/README |> Another thing to try: see what sox thinks of your AIFF file directly. |>Grab: |> sox -t aiff /root/whatever/myfile.aiff -t raw -s -w -r 44100 - | \ |> dsp-play -r 44100 -b 16 -c 2 | |I'm not able to reach that site now, but i'll try again in a little bit. :) Don't worry about it. It's mpeg_audio that's tripping you up. |Also, I'm not sure if I mentioned this the first time or not, but Windows |and QuickTime are able to read the aiff file just fine. Interesting. So likely the SOX-generated AIFF file is in fact valid, and mpeg_musicin is just limited in what AIFF formats it'll accept. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 18:34:33 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from alicia.nttmcl.com (alicia.nttmcl.com [216.69.69.10]) by hub.freebsd.org (Postfix) with ESMTP id 8413514E39 for ; Wed, 23 Jun 1999 18:34:30 -0700 (PDT) (envelope-from cdoherty@nttmcl.com) Received: from bob by alicia.nttmcl.com (8.8.5/3.5W(96/10/22)) id SAA13272 for ; Wed, 23 Jun 1999 18:34:30 -0700 (PDT) Message-Id: <3.0.6.32.19990624183335.007abcb0@alicia.nttmcl.com> X-Sender: cdoherty@alicia.nttmcl.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 24 Jun 1999 18:33:35 -0700 To: freebsd-multimedia@freebsd.org From: Chris Doherty Subject: setting up a SB Vibra16C, and documentation issues Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi-- many thanks to all who responded. I did finally get it working (although CD audio is spitting out only the right-hand channel, while mp3 playback is fine, but a little mystery is healthy in life). given the trouble I had finding the informations, I'd like to write a HOWTO or add a question to the FAQ or something. in the meantime, thanks! chris --------------- I don't speak for NTT MCL. I'm an intern. Chris Doherty cdoherty@nttmcl.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 19: 2:37 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from bilby.prth.tensor.pgs.com (bilby.prth.tensor.pgs.com [157.147.232.237]) by hub.freebsd.org (Postfix) with ESMTP id E7F5314EDA; Wed, 23 Jun 1999 19:02:27 -0700 (PDT) (envelope-from shocking@ariadne.prth.tensor.pgs.com) Received: from bandicoot.prth.tensor.pgs.com (bandicoot.prth.tensor.pgs.com [157.147.224.1]) by bilby.prth.tensor.pgs.com (8.9.3/8.8.8) with ESMTP id KAA13091; Thu, 24 Jun 1999 10:01:19 +0800 (WST) Received: from ariadne.tensor.pgs.com (ariadne [157.147.227.36]) by bandicoot.prth.tensor.pgs.com (8.9.3/8.8.8) with SMTP id KAA10129; Thu, 24 Jun 1999 10:02:25 +0800 (WST) Received: from ariadne by ariadne.tensor.pgs.com (SMI-8.6/SMI-SVR4) id KAA15200; Thu, 24 Jun 1999 10:02:24 +0800 Message-Id: <199906240202.KAA15200@ariadne.tensor.pgs.com> X-Mailer: exmh version 2.0.2 2/24/98 To: current@freebsd.org, multimedia@freebsd.org Subject: PCM sound problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Jun 1999 10:02:24 +0800 From: Stephen Hocking-Senior Programmer PGS Tensor Perth Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a problem with the way my soundcard behaves. It stutters when using mpg123, where a small segment of music is played a number of time before moving onto the next segment. Looking at the code, I see that the DMA is set up in auto mode. I can only surmise that interrupts are not being serviced - perhaps we're sleeping at too high a priority? My machine's bios is set up believing that it has a PnP aware OS, resource allocation is automatic and all IRQs are available for Pnp/PCI. My dmesg output is below, as is my machine config file Copyright (c) 1992-1999 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-CURRENT #0: Thu Jun 24 00:29:17 WST 1999 toor@bloop.craftncomp.com:/usr/src/sys/compile/bloop Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 399666517 Hz CPU: AMD-K6(tm) 3D processor (399.67-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping=12 Features=0x8021bf real memory = 67043328 (65472K bytes) FreeBSD Kernel Configuration Utility - Version 1.2 Type "help" for help. config> pnp 1 0 os enable port0 0x534 port2 0x220 irq0 9 drq1 3 config> quit sio0: system console avail memory = 62095360 (60640K bytes) Preloaded elf kernel "kernel" at 0xc02fe000. Probing for PnP devices: CSN 1 Vendor ID: CSC4236 [0x3642630e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] mss_attach 1 at 0x530 irq 9 dma 0:3 flags 0x13 pcm1 (CS423x/Yamaha/AD1816 sn 0xffffffff) at 0x530-0x537 irq 9 drq 0 flags 0x13 on isa npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 chip0: at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 ata-pci0: at device 7.1 on pci0 ata-pci0: Busmastering DMA supported ata0 at 0x01f0 irq 14 on ata-pci0 ata1 at 0x0170 irq 15 on ata-pci0 uhci0: irq 11 at device 7.2 on pci0 usb0: on uhci0 uhub0 at usb0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: at device 7.3 on pci0 rl0: irq 5 at device 9.0 on pci0 rl0: Ethernet address: 00:00:e8:53:a2:3e rl0: autoneg complete, link status good (half-duplex, 10Mbps) 3DFX Voodoo 1 has mem at phys 0xe4000000, vir 0xc3d9b000 type 0x1, vendor 0x121a voodoo0: <3DFX Voodoo 1> at device 10.0 on pci0 vga-pci0: irq 12 at device 11.0 on pci0 ncr0: irq 10 at device 12.0 on pci0 isa0: on motherboard atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 vga0: on isa0 sc0: on isa0 sc0: VGA color <16 virtual consoles, flags=0x0> fdc0: at port 0x3f0-0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> at fdc0 drive 0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0 at port 0x378-0x37f irq 7 on isa0 ppc0: Winbond chipset (NIBBLE-only) in COMPATIBLE mode lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 lppps0: on ppbus 0 ata1: unwanted interrupt 1 status = ff ds0 XXX: driver didn't set ifq_maxlen ata0: master: setting up generic WDMA2 mode OK ad0: ATA-4 disk at ata0 as master ad0: 6179MB (12656448 sectors), 12556 cyls, 16 heads, 63 S/T, 512 B/S ad0: piomode=4, dmamode=2, udmamode=2 ad0: 16 secs/int, 0 depth queue, DMA mode ata1: unwanted interrupt 2 status = 50 acd0: CDROM drive at ata1 as slave acd0: drive speed 687 - 6875KB/sec, 128KB cache acd0: supported read types: CD-R, CD-RW, CD-DA, packet track acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked Waiting 6 seconds for SCSI devices to settle sa0 at ncr0 bus 0 target 6 lun 0 sa0: Removable Sequential Access SCSI-CCS device sa0: 3.300MB/s transfers changing root device to wd0s4a tsleep returns 4 machine "i386" ident bloop maxusers 10 options MAXDSIZ="(256*1024*1024)" options DFLDSIZ="(256*1024*1024)" options PQ_LARGECACHE # color for 512k/16k cache #options PQ_HUGECACHE # color for 1024k/16k cache options INCLUDE_CONFIG_FILE # Include this file in kernel #config kernel root on ad0 dumps on ad0 cpu "I486_CPU" cpu "I586_CPU" # aka Pentium(tm) cpu "I686_CPU" # aka Pentium Pro(tm) options "CPU_WT_ALLOC" options "NO_F00F_HACK" options "COMPAT_43" options USER_LDT #allow user-level control of i386 ldt options SYSVSHM options SYSVSEM options SYSVMSG options DDB options KTRACE #kernel tracing options INVARIANTS options INVARIANT_SUPPORT options PERFMON options UCONSOLE options USERCONFIG #boot -c editor options INET #Internet communications protocols pseudo-device ether #Generic Ethernet pseudo-device loop #Network loopback device pseudo-device bpfilter 4 #Berkeley packet filter pseudo-device disc #Discard device pseudo-device tun 1 #Tunnel driver (ppp(8), nos-tun(8)) options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs options MROUTING # Multicast routing options FFS #Fast filesystem options MFS #Memory File System options NFS #Network File System options PROCFS #Process filesystem options FFS_ROOT #FFS usable as root device options SOFTUPDATES options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options _KPOSIX_VERSION="199309L" controller scbus0 #base SCSI code device ch0 #SCSI media changers device da0 #SCSI direct access devices (aka disks) device sa0 #SCSI tapes device cd0 #SCSI CD-ROMs #device od0 #SCSI optical disk #device pass0 #CAM passthrough driver options SCSI_DELAY=6000 # Be pessimistic about Joe SCSI device options SA_SPACE_TIMEOUT="(60)" options SA_REWIND_TIMEOUT="(2*60)" options SA_ERASE_TIMEOUT="(4*60)" pseudo-device pty 16 #Pseudo ttys - can go as high as 256 pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device gzip #Exec gzipped a.out's options MSGBUF_SIZE="40960" controller isa0 controller atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device vga0 at isa? port ? conflicts options VESA # needs VM86 defined too!! options XSERVER # support for running an X server. device sc0 at isa? device npx0 at nexus? port IO_NPX iosiz 0x0 flags 0x0 irq 13 controller ata0 device atadisk0 # ATA disk drives device atapicd0 # ATAPI CDROM drives controller fdc0 at isa? port "IO_FD1" irq 6 drq 2 disk fd0 at fdc0 drive 0 device sio0 at isa? port "IO_COM1" flags 0x10 irq 4 device sio1 at isa? port "IO_COM2" irq 3 controller pnp0 #device pcm0 device pcm0 at isa? port ? irq 9 drq 0 flags 0x13 #device pca0 at isa? port "IO_TIMER1" controller pci0 controller ncr0 device de0 device rl0 device voodoo0 # I hope this works.... controller ppbus0 device lpt0 at ppbus? device ppi0 at ppbus? device pps0 at ppbus? device ppc0 at isa? port? irq 7 options PMAP_SHPGPERPROC="201" options SHMALL=1025 options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" options SHMMAXPGS=1025 options SHMMIN=2 options SHMMNI=33 options SHMSEG=9 controller uhci0 controller ohci0 controller usb0 device ums0 device ukbd0 device ulpt0 device uhid0 device ugen0 -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million keyboards could produce the Complete Works of Shakespeare; now, thanks to the Internet, we know this is not true." Robert Wilensky, University of California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 19:18:35 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from bilby.prth.tensor.pgs.com (bilby.prth.tensor.pgs.com [157.147.232.237]) by hub.freebsd.org (Postfix) with ESMTP id E2D8F151AA; Wed, 23 Jun 1999 19:18:22 -0700 (PDT) (envelope-from shocking@ariadne.prth.tensor.pgs.com) Received: from bandicoot.prth.tensor.pgs.com (bandicoot.prth.tensor.pgs.com [157.147.224.1]) by bilby.prth.tensor.pgs.com (8.9.3/8.8.8) with ESMTP id KAA13124; Thu, 24 Jun 1999 10:17:14 +0800 (WST) Received: from ariadne.tensor.pgs.com (ariadne [157.147.227.36]) by bandicoot.prth.tensor.pgs.com (8.9.3/8.8.8) with SMTP id KAA27475; Thu, 24 Jun 1999 10:18:18 +0800 (WST) Received: from ariadne by ariadne.tensor.pgs.com (SMI-8.6/SMI-SVR4) id KAA15228; Thu, 24 Jun 1999 10:18:17 +0800 Message-Id: <199906240218.KAA15228@ariadne.tensor.pgs.com> X-Mailer: exmh version 2.0.2 2/24/98 To: current@freebsd.org, multimedia@freebsd.org Subject: Re: PCM sound problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Jun 1999 10:18:17 +0800 From: Stephen Hocking-Senior Programmer PGS Tensor Perth Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oops, forgot my pnpinfo output.... Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID CSC4236 (0x3642630e), Serial Number 0xffffffff PnP Version 1.0, Vendor Version 5 Device Description: Crystal Codec Logical Device ID: CSC0000 0x0000630e #0 Device Description: WSS/SB TAG Start DF Good Configuration DMA: channel(s) 1 8-bit, not a bus master, count by byte, , Type A DMA: channel(s) 0 3 8-bit, not a bus master, count by byte, , Type A IRQ: 5 - only one type (true/edge) I/O Range 0x534 .. 0x534, alignment 0x4, len 0x4 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x8, len 0x4 [16-bit addr] I/O Range 0x220 .. 0x220, alignment 0x20, len 0x10 [16-bit addr] TAG Start DF Acceptable Configuration DMA: channel(s) 1 3 8-bit, not a bus master, count by byte, , Type A DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type A IRQ: 5 7 9 11 12 15 - only one type (true/edge) I/O Range 0x534 .. 0xffc, alignment 0x4, len 0x4 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x8, len 0x4 [16-bit addr] I/O Range 0x220 .. 0x260, alignment 0x20, len 0x10 [16-bit addr] TAG Start DF Sub-optimal Configuration DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type A IRQ: 5 7 9 11 12 15 - only one type (true/edge) I/O Range 0x534 .. 0xffc, alignment 0x4, len 0x4 [16-bit addr] I/O Range 0x388 .. 0x3f8, alignment 0x8, len 0x4 [16-bit addr] I/O Range 0x220 .. 0x300, alignment 0x20, len 0x10 [16-bit addr] TAG End DF Logical Device ID: CSC0001 0x0100630e #1 Device Description: GAME TAG Start DF Good Configuration I/O Range 0x200 .. 0x200, alignment 0x8, len 0x8 [16-bit addr] TAG Start DF Acceptable Configuration I/O Range 0x208 .. 0x208, alignment 0x8, len 0x8 [16-bit addr] TAG End DF Logical Device ID: CSC0010 0x1000630e #2 Device Description: CTRL I/O Range 0x120 .. 0xff8, alignment 0x8, len 0x8 [16-bit addr] Logical Device ID: CSC0003 0x0300630e #3 Device Description: MPU TAG Start DF Good Configuration IRQ: 9 - only one type (true/edge) I/O Range 0x330 .. 0x330, alignment 0x8, len 0x2 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 9 11 12 15 - only one type (true/edge) I/O Range 0x330 .. 0x360, alignment 0x8, len 0x2 [16-bit addr] TAG Start DF Sub-optimal Configuration I/O Range 0x330 .. 0x3e0, alignment 0x8, len 0x2 [16-bit addr] TAG End DF End Tag Successfully got 46 resources, 4 logical fdevs -- card select # 0x0001 CSN CSC4236 (0x3642630e), Serial Number 0xffffffff Logical device #0 IO: 0x0534 0x0000 0x0220 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 9 0 DMA 0 3 IO range check 0x00 activate 0x01 Logical device #1 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x00 Logical device #2 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x00 Logical device #3 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x00 # -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million keyboards could produce the Complete Works of Shakespeare; now, thanks to the Internet, we know this is not true." Robert Wilensky, University of California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 19:34:41 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.harrisburgacademy.org (2093702.harrisburgacademy.org [209.3.70.2]) by hub.freebsd.org (Postfix) with ESMTP id E5751151C4 for ; Wed, 23 Jun 1999 19:34:35 -0700 (PDT) (envelope-from i.think@harrisburgacademy.org) Received: from nemox.looksharp.net ([199.224.85.55]) by www.harrisburgacademy.org (Netscape Messaging Server 3.5) with ESMTP id 349; Wed, 23 Jun 1999 22:20:56 -0400 Message-ID: <3771978C.E9C6C52C@nemox.looksharp.net> Date: Wed, 23 Jun 1999 22:27:24 -0400 From: NemoX X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Chris Doherty Cc: freebsd-multimedia@freebsd.org Subject: Re: setting up a SB Vibra16C, and documentation issues References: <3.0.6.32.19990624183335.007abcb0@alicia.nttmcl.com> Content-Type: multipart/alternative; boundary="------------349856389D401D0D080F27F0" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --------------349856389D401D0D080F27F0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit check the volume balance in a mixer program Chris Doherty wrote: > hi-- > > many thanks to all who responded. I did finally get it working (although CD > audio is spitting out only the right-hand channel, while mp3 playback is > fine, but a little mystery is healthy in life). > > given the trouble I had finding the informations, I'd like to write a HOWTO > or add a question to the FAQ or something. in the meantime, thanks! > > chris > --------------- > I don't speak for NTT MCL. I'm an intern. > > Chris Doherty > cdoherty@nttmcl.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message -- DISCLAIMER: Anyone sending me unsolicited commercial electronic mail will be charged a $100 fee for time spent reading it. Do NOT send this type of electronic mail to me. In reading this, you automatically agree to be subjected to these terms: US Code Title 47, Sec.227(a)(2)(B), "The term 'telephone facsimile machine' means equipment which has the capacity to transcribe text or images (or both) from an electronic signal received over a regular telephone line onto paper." By Sec.227(b)(3)(C) it is unlawful "to use any telephone facsimile machine, computer, or other device to send an unsolicited advertisement to a telephone facsimile machine." By Sec.227(b)(3)(C), a violation of Sec.227(b)(3)(C) is punishable by "an action to recover for actual monetary loss from such a violation, or to receive $500 in damages for each such violation, whichever is greater --------------349856389D401D0D080F27F0 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit check the volume balance in a mixer program

Chris Doherty wrote:

hi--

many thanks to all who responded. I did finally get it working (although CD
audio is spitting out only the right-hand channel, while mp3 playback is
fine, but a little mystery is healthy in life).

given the trouble I had finding the informations, I'd like to write a HOWTO
or add a question to the FAQ or something. in the meantime, thanks!

chris
---------------
I don't speak for NTT MCL. I'm an intern.

Chris Doherty
cdoherty@nttmcl.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message

-- 
DISCLAIMER: Anyone sending me unsolicited commercial electronic mail
will be charged a $100 fee for time spent reading it. Do NOT send this
type of electronic mail to me. In reading this, you automatically agree
to be subjected to these terms:

US Code Title 47, Sec.227(a)(2)(B), "The term 'telephone facsimile machine' 
means equipment which has the capacity to transcribe text or images 
(or both) from an electronic signal received over a regular telephone line 
onto paper." By Sec.227(b)(3)(C) it is unlawful "to use any telephone 
facsimile machine, computer, or other device to send an unsolicited 
advertisement to a telephone facsimile machine." By Sec.227(b)(3)(C), a 
violation of Sec.227(b)(3)(C) is punishable by "an action to recover for 
actual monetary loss from such a violation, or to receive $500 in damages 
for each such violation, whichever is greater
  --------------349856389D401D0D080F27F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 23 23:46:57 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from horst.bfd.com (horst.bfd.com [12.9.219.10]) by hub.freebsd.org (Postfix) with ESMTP id 01BEA15238 for ; Wed, 23 Jun 1999 23:46:53 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.9.2/8.9.2) with ESMTP id XAA46210 for ; Wed, 23 Jun 1999 23:46:53 -0700 (PDT) (envelope-from ejs@bfd.com) Date: Wed, 23 Jun 1999 23:46:53 -0700 (PDT) From: "Eric J. Schwertfeger" To: freebsd-multimedia@freebsd.org Subject: SB16 (Vibra16X) problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The office bought me a Creative multimedia kit, and I'm trying to make this work under 2.2.8-19990120-SNAP. I understand that this problem is because the latest SB16 is really a cut-down Vibra16. I have controller pnp0 device pcm0 at isa? port ? irq ? drq ? vector pcmintr in the config file, but this is what I get in the kernel logs. I haven't been able to find an answer to this searching the archives. Jun 18 09:06:02 harlie /kernel: Probing for PnP devices: Jun 18 09:06:02 harlie /kernel: CSN 1 Vendor ID: CTL00f0 [0xf0008c0e] Serial 0xffffffff Jun 18 09:06:02 harlie /kernel: This is a Vibra16X, but LDN 0 is disabled Jun 18 09:06:02 harlie /kernel: Probing for devices on the ISA bus: All I get after this is "Device not configured" if I try to access /dev/audio? Anyone have an answer for this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 24 8: 0:19 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from the.oneinsane.net (the.oneinsane.net [207.113.133.228]) by hub.freebsd.org (Postfix) with ESMTP id 4E42314CE4 for ; Thu, 24 Jun 1999 08:00:09 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: from lunatic.oneinsane.net (insane@lunatic.oneinsane.net [207.113.133.231]) by the.oneinsane.net (8.9.3/8.9.1) with ESMTP id IAA29594 for ; Thu, 24 Jun 1999 08:00:07 -0700 (PDT) Received: (from insane@localhost) by lunatic.oneinsane.net (8.9.3/8.9.3) id IAA09888 for freebsd-multimedia@freebsd.org; Thu, 24 Jun 1999 08:00:05 -0700 (PDT) (envelope-from insane) Date: Thu, 24 Jun 1999 08:00:05 -0700 From: "Ron 'The InSaNe One' Rosson" To: freebsd-multimedia@freebsd.org Subject: ICECAST Server Message-ID: <19990624080005.A7793@lunatic.oneinsane.net> Reply-To: Ron Rosson Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i X-Operating-System: FreeBSD lunatic.oneinsane.net 3.2-STABLE X-Opinion: What you read here is my IMHO X-Disclaimer: I am a firm believer in RTFM X-WWW: http://www.oneinsane.net X-PGP-KEY: http://www.oneinsane.net/~insane/insane-pgp5i.txt X-Uptime: 7:59AM up 1 day, 11:05, 2 users, load averages: 0.00, 0.04, 0.07 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone gotten this port to properly stream MP3's. If so how did you do it and could you share your configs. TIA -- ------------------------------------------------------------------- Ron Rosson ... and a UNIX user said ... The InSaNe One rm -rf * insane@oneinsane.net and all was null and void ------------------------------------------------------------------- Gravity is a myth, the Earth sucks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 24 15: 6:18 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 5CBB0155CA for ; Thu, 24 Jun 1999 15:06:09 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-2-252.dialup.rdu.ipass.net [209.170.133.252]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id SAA22801; Thu, 24 Jun 1999 18:06:05 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id SAA01482; Thu, 24 Jun 1999 18:07:52 -0400 (EDT) (envelope-from rhh) Date: Thu, 24 Jun 1999 18:07:52 -0400 From: Randall Hopper To: lyndon@orthanc.ab.ca Cc: multimedia@freebsd.org Subject: Re: FXTV Round Two Message-ID: <19990624180752.A1128@ipass.net> References: <199906240723.BAA05038@orthanc.ab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199906240723.BAA05038@orthanc.ab.ca>; from lyndon@orthanc.ab.ca on Thu, Jun 24, 1999 at 01:23:09AM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org lyndon@orthanc.ab.ca: |Randall, I've managed to solve the problem with getting the fxtv frame |rate problem solved. (This goes back to my mail on freebsd-multimedia a |couple of weeks ago.) Reordering the boards on the PCI bus solved |that. That's good. Could be some other folks in the group could better their frame rates with the same technique. |Now I'm having a couple of other problems. It seems that fxtv is not |setting the frequencies on the tuner properly. When in cable tuning mode, |channels 60 and up seem correct, however I can't tune anything below |channel 60. Well, in the current division of labor, that channel number gets fed straight to the driver, who then maps that to a frequency based on the configured channel set, and sets the tuner with that. So it seems the driver's mapping isn't right-on for your region, or you may have an incorrect channel set configured (see cableFreqSet and antennaFreqSet in the Fxtv README): /usr/X11R6/lib/X11/fxtv/README Also, make sure you have AFC on (Options->AFC) -- it'll probably help you out. |I seem to recall something from one of the freebsd lists that |mentioned how to set up explicit mappings for the NTSC cable frequencies, |but I can't find it in the list archives. Is there something I'm missing? There are examples of this in the README. E.g.: "PBS(f169.00)" I should convert this to a man page, but I don't know the art of cooking nroff. |Also, the settings in the apps-defaults/Fxtv file don't seem to be |sticking ... Yeah, lots of folks have trouble getting their X env vars set right. I did until I wrote some commercial X apps a few years ago. Try this. It's not the full-blown form, but it works well if you don't need localized apps set up on your box: XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB XFILESEARCHPATH=/usr/X11R6/lib/X11/%T/%N%C%S:/usr/X11R6/lib/X11/%T/%N%S XUSERFILESEARCHPATH=$HOME/cfg/app-defaults/%N%C%S:$HOME/cfg/app-defaults/%N%S and: unsetenv XAPPLRESDIR Then simply slap your personal app-default files in ~/cfg/app-defaults. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 24 19:13: 3 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from bilby.prth.tensor.pgs.com (bilby.prth.tensor.pgs.com [157.147.232.237]) by hub.freebsd.org (Postfix) with ESMTP id 81FC414E25 for ; Thu, 24 Jun 1999 19:12:57 -0700 (PDT) (envelope-from shocking@ariadne.prth.tensor.pgs.com) Received: from bandicoot.prth.tensor.pgs.com (bandicoot.prth.tensor.pgs.com [157.147.224.1]) by bilby.prth.tensor.pgs.com (8.9.3/8.8.8) with ESMTP id KAA16234; Fri, 25 Jun 1999 10:11:40 +0800 (WST) Received: from ariadne.tensor.pgs.com (ariadne [157.147.227.36]) by bandicoot.prth.tensor.pgs.com (8.9.3/8.8.8) with SMTP id KAA09530; Fri, 25 Jun 1999 10:12:42 +0800 (WST) Received: from ariadne by ariadne.tensor.pgs.com (SMI-8.6/SMI-SVR4) id KAA17302; Fri, 25 Jun 1999 10:12:42 +0800 Message-Id: <199906250212.KAA17302@ariadne.tensor.pgs.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Chuck Robey Cc: shocking@bandicoot.prth.tensor.pgs.com, multimedia@freebsd.org Subject: Re: PCM sound problems In-reply-to: Your message of "Thu, 24 Jun 1999 00:49:39 -0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Jun 1999 10:12:41 +0800 From: Stephen Hocking-Senior Programmer PGS Tensor Perth Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, I've finally got it going. It turned out that the magic incantation was to use the BIOS setup to say that I didn't have a Plug'n'Pray OS. The BIOS then fiddled with the card, displayed the devices (WSS/SB & MPU) which the kernel then picked up when it rebooted. Now I'll look at why the DSP_SETFRAGMENT call doesnt do nice things with queue length (makes playing doom rather funny with delayed sounds) and after that I'll look at the {get,set}trigger issues and the dreaded mmap ioctl perversion. Stephen -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million keyboards could produce the Complete Works of Shakespeare; now, thanks to the Internet, we know this is not true." Robert Wilensky, University of California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 24 21:27:38 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.harrisburgacademy.org (2093702.harrisburgacademy.org [209.3.70.2]) by hub.freebsd.org (Postfix) with ESMTP id DD27815579 for ; Thu, 24 Jun 1999 21:27:27 -0700 (PDT) (envelope-from i.think@harrisburgacademy.org) Received: from nemox.looksharp.net ([205.238.199.46]) by www.harrisburgacademy.org (Netscape Messaging Server 3.5) with ESMTP id 455 for ; Fri, 25 Jun 1999 00:12:09 -0400 Message-ID: <377302A0.263B4098@nemox.looksharp.net> Date: Fri, 25 Jun 1999 00:16:32 -0400 From: NemoX X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: quake2 + freebsd 4.0-current Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What actions are necessary to make quake2 run in 4.0 current? i have copied the quake2.conf file to /etc and set that up, but when i go to run quake2, it gives an error to the screen and places the same error in dmesg. This is the one from dmesg Linux-emul(14406): ioperm() not supported pid 14406 (quake2), uid 0: exited on signal 11 Anyone have any idea what's wrong? I have a voodoo 2 that works fine in q3test, but i havnet tried to use it in this. -- DISCLAIMER: Anyone sending me unsolicited commercial electronic mail will be charged a $100 fee for time spent reading it. Do NOT send this type of electronic mail to me. In reading this, you automatically agree to be subjected to these terms: US Code Title 47, Sec.227(a)(2)(B), "The term 'telephone facsimile machine' means equipment which has the capacity to transcribe text or images (or both) from an electronic signal received over a regular telephone line onto paper." By Sec.227(b)(3)(C) it is unlawful "to use any telephone facsimile machine, computer, or other device to send an unsolicited advertisement to a telephone facsimile machine." By Sec.227(b)(3)(C), a violation of Sec.227(b)(3)(C) is punishable by "an action to recover for actual monetary loss from such a violation, or to receive $500 in damages for each such violation, whichever is greater To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 24 21:50:36 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 5656D14DCC for ; Thu, 24 Jun 1999 21:50:30 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from lot.gsoft.com.au (lot.gsoft.com.au [203.38.152.106]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id OAA29110; Fri, 25 Jun 1999 14:20:21 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.3.p0.FreeBSD:990625142021:396=_"; micalg=pgp-md5; protocol="application/pgp-signature" In-Reply-To: <377302A0.263B4098@nemox.looksharp.net> Date: Fri, 25 Jun 1999 14:20:21 +0930 (CST) From: "Daniel O'Connor" To: NemoX Subject: RE: quake2 + freebsd 4.0-current Cc: freebsd-multimedia@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format --_=XFMail.1.3.p0.FreeBSD:990625142021:396=_ Content-Type: text/plain; charset=us-ascii On 25-Jun-99 NemoX wrote: > What actions are necessary to make quake2 run in 4.0 current? i have > copied the quake2.conf file to /etc and set that up, but when i go to > run quake2, it gives an error to the screen and places the same error > in dmesg. This is the one from dmesg > > Linux-emul(14406): ioperm() not supported > pid 14406 (quake2), uid 0: exited on signal 11 > > Anyone have any idea what's wrong? I have a voodoo 2 that works fine > in q3test, but i havnet tried to use it in this. If you want X11 rendering, try adding '+set vid_ref softx' to the Q2 command line. You can't use the GL or soft renderer because the emulation doesn't handle the console calls :( You CAN use GL rendering with some hacking under X though.. Try going to my web page at http://www.dons.net.au/~darius/quake/ --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum --_=XFMail.1.3.p0.FreeBSD:990625142021:396=_ Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.3ia iQCVAwUBN3MKjVbYW/HEoF9pAQGw1AQApUs3qF10NRFAPwA3XL3O85F1np3COh6L zYJA3ajKkFcWDZzJclTeo5aWPsg43QE5Y1THpBvvvt2JX6ceIi7kQuX61Dxae9j7 1+07EhrEUrk7ZL8ETKHTI68MPzV0l+DWIsZ1mt5/guhP2zpBNfhys2rQ1Pqn3aZV fPwnmkYIBpA= =eqUX -----END PGP MESSAGE----- --_=XFMail.1.3.p0.FreeBSD:990625142021:396=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 24 22:11:11 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from orthanc.ab.ca (orthanc.ab.ca [207.167.3.130]) by hub.freebsd.org (Postfix) with ESMTP id B547514FD0 for ; Thu, 24 Jun 1999 22:11:01 -0700 (PDT) (envelope-from lyndon@orthanc.ab.ca) Received: from orthanc.ab.ca (localhost.orthanc.ab.ca [127.0.0.1] (may be forged)) by orthanc.ab.ca (8.9.3/8.9.3) with ESMTP id XAA00817; Thu, 24 Jun 1999 23:10:56 -0600 (MDT) (envelope-from lyndon@orthanc.ab.ca) Message-Id: <199906250510.XAA00817@orthanc.ab.ca> X-Mailer: exmh version 2.0.2 2/24/98 To: Randall Hopper Cc: freebsd-multimedia@freebsd.org Subject: Re: FXTV Round Two In-reply-to: Your message of "Thu, 24 Jun 1999 18:07:52 EDT." <19990624180752.A1128@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Jun 1999 23:10:56 -0600 From: lyndon@orthanc.ab.ca Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > |Randall, I've managed to solve the problem with getting the fxtv frame > |rate problem solved. (This goes back to my mail on freebsd-multimedia a > |couple of weeks ago.) Reordering the boards on the PCI bus solved > |that. > > That's good. Could be some other folks in the group could better their > frame rates with the same technique. For the record the order is: PCI Slot 1: Matrox Millenium II PCI Slot 2: Video Tuner Card This is on an ASUS TXP4-X motherboard. > Well, in the current division of labor, that channel number gets fed > straight to the driver, who then maps that to a frequency based on the > configured channel set, and sets the tuner with that. So it seems the > driver's mapping isn't right-on for your region, or you may have an > incorrect channel set configured (see cableFreqSet and antennaFreqSet in > the Fxtv README): Which is strange, as I live in Canada and we use the standard North American channel frequencies. It works fine when I run the card under Windoze. > Also, make sure you have AFC on (Options->AFC) -- it'll probably help you > out. That was the default. The card is fine for (cable) channels 60 and up. > Yeah, lots of folks have trouble getting their X env vars set right. I did > until I wrote some commercial X apps a few years ago. Try this. It's not > the full-blown form, but it works well if you don't need localized apps set > up on your box: > > XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB > XFILESEARCHPATH=/usr/X11R6/lib/X11/%T/%N%C%S:/usr/X11R6/lib/X11/%T/%N%S > XUSERFILESEARCHPATH=$HOME/cfg/app-defaults/%N%C%S:$HOME/cfg/app-defaults/%N%S I don't see why X won't see the app-default file. It finds all the others in the system app-defaults directory. (I'm not mucking with the default X settings at all.) Do you have a pointer to the doc for the Bt848 chipset? I'd like to try poking the card at a lower level to see if I can figure out what's going on. Maybe it's something specific to the card I have. --lyndon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 4:53: 1 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.harrisburgacademy.org (2093702.harrisburgacademy.org [209.3.70.2]) by hub.freebsd.org (Postfix) with ESMTP id B2DCF14CE5 for ; Fri, 25 Jun 1999 04:52:53 -0700 (PDT) (envelope-from i.think@harrisburgacademy.org) Received: from nemox.looksharp.net ([199.224.69.207]) by www.harrisburgacademy.org (Netscape Messaging Server 3.5) with ESMTP id 99; Fri, 25 Jun 1999 07:39:25 -0400 Message-ID: <37736C0E.B773EF18@nemox.looksharp.net> Date: Fri, 25 Jun 1999 07:46:22 -0400 From: NemoX X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Daniel O'Connor Cc: freebsd-multimedia@freebsd.org Subject: Re: quake2 + freebsd 4.0-current References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Daniel O'Connor wrote: > > If you want X11 rendering, try adding '+set vid_ref softx' to the Q2 command > line. > this error results when i try to run this. do i need to add a 640x480 and 800x600 mode to XF86Config ? ------- Loading ref_softx.so ------- setting mode 4: 800 600 MITSHM shared memory (id=24903682, addr=0x30048000) recursive shutdown Error: VID: Could not get any shared memory -- DISCLAIMER: Anyone sending me unsolicited commercial electronic mail will be charged a $100 fee for time spent reading it. Do NOT send this type of electronic mail to me. In reading this, you automatically agree to be subjected to these terms: US Code Title 47, Sec.227(a)(2)(B), "The term 'telephone facsimile machine' means equipment which has the capacity to transcribe text or images (or both) from an electronic signal received over a regular telephone line onto paper." By Sec.227(b)(3)(C) it is unlawful "to use any telephone facsimile machine, computer, or other device to send an unsolicited advertisement to a telephone facsimile machine." By Sec.227(b)(3)(C), a violation of Sec.227(b)(3)(C) is punishable by "an action to recover for actual monetary loss from such a violation, or to receive $500 in damages for each such violation, whichever is greater To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 7:59:47 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from dslab7.cs.uit.no (dslab7.cs.UiT.No [129.242.16.27]) by hub.freebsd.org (Postfix) with ESMTP id A9CF5156E7 for ; Fri, 25 Jun 1999 07:59:09 -0700 (PDT) (envelope-from frodef@dslab7.cs.uit.no) Received: (from frodef@localhost) by dslab7.cs.uit.no (8.9.3/8.9.1) id QAA35598; Fri, 25 Jun 1999 16:57:04 +0200 (CEST) (envelope-from frodef) To: freebsd-multimedia@freebsd.org Subject: Re: bt848 channel frequencies References: <2hzp2tfr3t.fsf@dslab7.cs.uit.no> <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> From: Frode Vatvedt Fjeld Date: 25 Jun 1999 16:57:04 +0200 In-Reply-To: Frode Vatvedt Fjeld's message of "25 May 1999 20:45:09 +0200" Message-ID: <2hpv2kba67.fsf@dslab7.cs.uit.no> Lines: 43 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Frode Vatvedt Fjeld writes: > Roger Hardiman writes: > > Are you volunteering to write us handy library, called libtv which > > had all the frequency tables, and to modify fxtv too? > > Ok, I'll have a look at it. It will probably take a few weeks, as > there are some higher-priority things on my TODO right now. I'm starting this work now. First, I think the thing shouldn't be specific to TV, as radio-tuning is essentially the same (isn't it?). I think these are the functions that must be provided by libtuner, from an application's perspective: * provide list of available frequency-sets [loosely related to country, cable/antenna etc, like "norway/cable/telenor". I guess some naming scheme should be worked out.] * given a frequency-set, provide list of canonical frequency-names [like "S21", "E7", "E8" etc.] * given frequency-set and canonical freq-name, provide frequency [in Hz]. * given freq-set, provide list of programs/channels (what is the better term?) [like "BBC", "NBC" etc.] * given freq-set and program, provide frequency in Hz or canonical freq-name. * inverse of the above. In addition, there must be some means to add programs etc. I expect there will be some global database of different countrys frequency-sets [like /usr/local/share/tuner-freq-sets.rc] and some local config-file [like /etc/tuner.rc] with default freq-sets and local overrides. Please give your feedback on this overall design. -- Frode Vatvedt Fjeld To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 8: 5:54 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id 5430D156E1 for ; Fri, 25 Jun 1999 08:05:36 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from guppy.dons.net.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.1) with ESMTP id AAA19423; Sat, 26 Jun 1999 00:34:59 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.3.p0.FreeBSD:990626003459:70569=_"; micalg=pgp-md5; protocol="application/pgp-signature" In-Reply-To: <37736C0E.B773EF18@nemox.looksharp.net> Date: Sat, 26 Jun 1999 00:34:59 +0930 (CST) From: "Daniel J. O'Connor" To: NemoX Subject: Re: quake2 + freebsd 4.0-current Cc: freebsd-multimedia@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format --_=XFMail.1.3.p0.FreeBSD:990626003459:70569=_ Content-Type: text/plain; charset=us-ascii On 25-Jun-99 NemoX wrote: > > If you want X11 rendering, try adding '+set vid_ref softx' to the Q2 > this error results when i try to run this. do i need to add a 640x480 and > 800x600 mode to XF86Config ? No X11 is not full screen rendering (unless you shrink your display of course). It is not hardware accelerated (possible but not much use with a V2). Accelerated GL requires more work.. The X11 renderer works as a nice baseline test. The reason its failing is probably because you either don't have shared memory in your kernel or its being used by something else (man ipcs, and look for SYSVSHM in your kernel conf file) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum --_=XFMail.1.3.p0.FreeBSD:990626003459:70569=_ Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.3ia iQCVAwUBN3Oammj0TqzKxF7VAQGv1wP/aopUq84/oBngWaw2L8LbKT2ObPo2PCkd QsNb9kNESYUOrYQrTo3H49Ada5A+N1ODMSqqlFrA/Xqw3DzEXhbZP9tjIMkUYG09 RGrgeoveEDHToOUJO9hRxJN+L2DMVNjHNMqKAdqd/YGmuU7Q1G9EVxwTJDwSw7EI qhrmeSbevp8= =DOqI -----END PGP MESSAGE----- --_=XFMail.1.3.p0.FreeBSD:990626003459:70569=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 9:10:18 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from alicia.nttmcl.com (alicia.nttmcl.com [216.69.69.10]) by hub.freebsd.org (Postfix) with ESMTP id E9D1D1577F for ; Fri, 25 Jun 1999 09:10:14 -0700 (PDT) (envelope-from cdoherty@nttmcl.com) Received: from bob by alicia.nttmcl.com (8.8.5/3.5W(96/10/22)) id JAA00514; Fri, 25 Jun 1999 09:09:13 -0700 (PDT) Message-Id: <3.0.6.32.19990626090820.007ad510@alicia.nttmcl.com> X-Sender: cdoherty@alicia.nttmcl.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sat, 26 Jun 1999 09:08:20 -0700 To: Frode Vatvedt Fjeld , freebsd-multimedia@freebsd.org From: Chris Doherty Subject: Re: bt848 channel frequencies In-Reply-To: <2hpv2kba67.fsf@dslab7.cs.uit.no> References: <2hzp2tfr3t.fsf@dslab7.cs.uit.no> <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 04:57 PM 6/25/99 +0200, Frode Vatvedt Fjeld wrote: > * provide list of available frequency-sets [loosely related to > country, cable/antenna etc, like "norway/cable/telenor". I guess > some naming scheme should be worked out.] > > * given freq-set, provide list of programs/channels (what is the > better term?) [like "BBC", "NBC" etc.] this in particular (at least in the US, especially as telecom deregulation has ever-greater effect) is a difficult task at best, with multiple cable companies in the same area (occasionally overlapping) and coverage areas being not necessarily contiguous; also the same company will have different channel lineups in different geographical areas that are sometimes close together. there is, somewhere, some sort of database of what providers are in what area and what the channels are: tvguide.com and tv.yahoo.com both use it, where you can type in your US area code and it will pop up a selection of cable providers, and once you've selected yours, you get a listing of channels, with network (NBC, CBS, et al.) information etc. this database might be a useful thing to get your hands on, and I can't think of why it would be proprietary, so dropping an email to various addresses at those websites might be helpful. I'm unfamiliar with how television operates outside the US, but given the chaos that is the US communications industry, this might be a place to start. Chris cdoherty@nttmcl.com --------------- I don't speak for NTT MCL. I'm an intern. Chris Doherty cdoherty@nttmcl.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 9:28:43 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from dslab7.cs.uit.no (dslab7.cs.UiT.No [129.242.16.27]) by hub.freebsd.org (Postfix) with ESMTP id CF8AA15633 for ; Fri, 25 Jun 1999 09:28:36 -0700 (PDT) (envelope-from frodef@dslab7.cs.uit.no) Received: (from frodef@localhost) by dslab7.cs.uit.no (8.9.3/8.9.1) id SAA35881; Fri, 25 Jun 1999 18:26:29 +0200 (CEST) (envelope-from frodef) To: freebsd-multimedia@freebsd.org Subject: Re: bt848 channel frequencies References: <2hzp2tfr3t.fsf@dslab7.cs.uit.no> <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> <3.0.6.32.19990626090820.007ad510@alicia.nttmcl.com> From: Frode Vatvedt Fjeld Date: 25 Jun 1999 18:26:28 +0200 In-Reply-To: Chris Doherty's message of "Sat, 26 Jun 1999 09:08:20 -0700" Message-ID: <2hemj0b617.fsf@dslab7.cs.uit.no> Lines: 24 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chris Doherty writes: > this in particular (at least in the US, especially as telecom > deregulation has ever-greater effect) is a difficult task at best, > with multiple cable companies in the same area (occasionally > overlapping) and coverage areas being not necessarily contiguous; > also the same company will have different channel lineups in > different geographical areas that are sometimes close together. I didn't mean that there will be a one-to-one mapping from geographical location to frequency-set, only that the frequency-sets should have names that suggest where in the world (and possibly cable provider etc.) they are likely to apply. The basic idea is that any one user is likely to use a small number (one or two) frequency-sets, and that many (thousands) other people likely will use the same sets. How about if every frequency-set is associated with (at minimum) tags that identify country, city, type (antenna/cable) and provider. This way a user/application can make simple queries in order to find his frequency-set quickly. -- Frode Vatvedt Fjeld To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 10: 5:52 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.harrisburgacademy.org (2093702.harrisburgacademy.org [209.3.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 4CD751579D for ; Fri, 25 Jun 1999 10:05:48 -0700 (PDT) (envelope-from i.think@harrisburgacademy.org) Received: from nemox.looksharp.net ([199.224.85.244]) by www.harrisburgacademy.org (Netscape Messaging Server 3.5) with ESMTP id 493; Fri, 25 Jun 1999 12:52:20 -0400 Message-ID: <3773B55D.B8872AE3@nemox.looksharp.net> Date: Fri, 25 Jun 1999 12:59:09 -0400 From: NemoX X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: "Daniel J. O'Connor" Cc: freebsd-multimedia@freebsd.org Subject: Re: quake2 + freebsd 4.0-current References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Daniel J. O'Connor" wrote:No X11 is not full screen rendering (unless you shrink your display of course). Accelerated GL requires more work.. The X11 renderer works as a nice baseline > test. > > The reason its failing is probably because you either don't have shared memory > in your kernel or its being used by something else (man ipcs, and look for > SYSVSHM in your kernel conf file) the SYSVSHM and SYSVSEM and SYSVMSG are all in the kernel ipcs -m returns Shared Memory: T ID KEY MODE OWNER GROUP m 65537 2622055 --rw-r--r-- root wheel m 26017795 2063597761 --rw------- nemox nemox -- DISCLAIMER: Anyone sending me unsolicited commercial electronic mail will be charged a $100 fee for time spent reading it. Do NOT send this type of electronic mail to me. In reading this, you automatically agree to be subjected to these terms: US Code Title 47, Sec.227(a)(2)(B), "The term 'telephone facsimile machine' means equipment which has the capacity to transcribe text or images (or both) from an electronic signal received over a regular telephone line onto paper." By Sec.227(b)(3)(C) it is unlawful "to use any telephone facsimile machine, computer, or other device to send an unsolicited advertisement to a telephone facsimile machine." By Sec.227(b)(3)(C), a violation of Sec.227(b)(3)(C) is punishable by "an action to recover for actual monetary loss from such a violation, or to receive $500 in damages for each such violation, whichever is greater To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 13:42:12 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 9030A1584F for ; Fri, 25 Jun 1999 13:42:06 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 47B711E013 for ; Fri, 25 Jun 1999 16:42:06 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id QAA14945 for ; Fri, 25 Jun 1999 16:42:05 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id NAA02707; Fri, 25 Jun 1999 13:42:04 -0700 (PDT) Message-Id: <199906252042.NAA02707@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: multimedia@freebsd.org Subject: sdr 2.6.2 still vulnerable Date: Fri, 25 Jun 1999 13:42:04 -0700 Versions: dmail (solaris) 2.2c/makemail 2.8t Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just committed sdr 2.6.3, which has some code removed (SIP probably won't work in all situations) until it can be thorougly reviewed. sdr 2.6.2 was still vulnerable to a variation of the original attack. Please upgrade (again) ASAP, or upgrade now if you put it off before! =) Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 14:36:17 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 595B3152AB for ; Fri, 25 Jun 1999 14:36:14 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-3-37.dialup.rdu.ipass.net [209.170.134.37]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id RAA07283; Fri, 25 Jun 1999 17:36:10 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id RAA01389; Fri, 25 Jun 1999 17:37:58 -0400 (EDT) (envelope-from rhh) Date: Fri, 25 Jun 1999 17:37:58 -0400 From: Randall Hopper To: lyndon@orthanc.ab.ca Cc: freebsd-multimedia@freebsd.org Subject: Re: FXTV Round Two Message-ID: <19990625173758.A1268@ipass.net> References: <19990624180752.A1128@ipass.net> <199906250510.XAA00817@orthanc.ab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199906250510.XAA00817@orthanc.ab.ca>; from lyndon@orthanc.ab.ca on Thu, Jun 24, 1999 at 11:10:56PM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org lyndon@orthanc.ab.ca: |> Yeah, lots of folks have trouble getting their X env vars set right. I did |> until I wrote some commercial X apps a few years ago. Try this. It's not |> the full-blown form, but it works well if you don't need localized apps set |> up on your box: |> |> XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB |> XFILESEARCHPATH=/usr/X11R6/lib/X11/%T/%N%C%S:/usr/X11R6/lib/X11/%T/%N%S |> XUSERFILESEARCHPATH=$HOME/cfg/app-defaults/%N%C%S:$HOME/cfg/app-defaults/%N%S | |I don't see why X won't see the app-default file. It finds all the others in |the system app-defaults directory. (I'm not mucking with the default X |settings at all.) So do I infer correctly that you tried these settings and it's not finding your "Fxtv" app-default file? Where did you put your app-default file? Did you call it Fxtv? Try: appres Fxtv |Do you have a pointer to the doc for the Bt848 chipset? I'd like to try |poking the card at a lower level to see if I can figure out what's going |on. Maybe it's something specific to the card I have. Sure: http://vulture.dmem.strath.ac.uk/bt848/ Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 14:56:22 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id EABFD14CFB for ; Fri, 25 Jun 1999 14:56:19 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id RAA52332; Fri, 25 Jun 1999 17:55:51 -0400 (EDT) Date: Fri, 25 Jun 1999 17:55:51 -0400 (EDT) From: Chuck Robey To: Randall Hopper Cc: lyndon@orthanc.ab.ca, freebsd-multimedia@FreeBSD.ORG Subject: Re: FXTV Round Two In-Reply-To: <19990625173758.A1268@ipass.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 25 Jun 1999, Randall Hopper wrote: > lyndon@orthanc.ab.ca: > |> Yeah, lots of folks have trouble getting their X env vars set right. I did > |> until I wrote some commercial X apps a few years ago. Try this. It's not > |> the full-blown form, but it works well if you don't need localized apps set > |> up on your box: > |> > |> XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB > |> XFILESEARCHPATH=/usr/X11R6/lib/X11/%T/%N%C%S:/usr/X11R6/lib/X11/%T/%N%S > |> XUSERFILESEARCHPATH=$HOME/cfg/app-defaults/%N%C%S:$HOME/cfg/app-defaults/%N%S > | > |I don't see why X won't see the app-default file. It finds all the others in > |the system app-defaults directory. (I'm not mucking with the default X > |settings at all.) > > So do I infer correctly that you tried these settings and it's not finding > your "Fxtv" app-default file? Where did you put your app-default file? > Did you call it Fxtv? You know, I've been wondering about this. Fxtv is the only X app I have that consistently fails to load the app-defaults file. All the other ones do. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic and jaunt, both FreeBSD-current. (301) 220-2114 | ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 15: 0:32 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from orthanc.ab.ca (orthanc.ab.ca [207.167.3.130]) by hub.freebsd.org (Postfix) with ESMTP id 17B7614A09 for ; Fri, 25 Jun 1999 15:00:30 -0700 (PDT) (envelope-from lyndon@orthanc.ab.ca) Received: from orthanc.ab.ca (localhost.orthanc.ab.ca [127.0.0.1] (may be forged)) by orthanc.ab.ca (8.9.3/8.9.3) with ESMTP id QAA06187; Fri, 25 Jun 1999 16:00:06 -0600 (MDT) (envelope-from lyndon@orthanc.ab.ca) Message-Id: <199906252200.QAA06187@orthanc.ab.ca> X-Mailer: exmh version 2.0.2 2/24/98 To: Chuck Robey Cc: Randall Hopper , freebsd-multimedia@FreeBSD.ORG Subject: Re: FXTV Round Two In-reply-to: Your message of "Fri, 25 Jun 1999 17:55:51 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Jun 1999 16:00:06 -0600 From: lyndon@orthanc.ab.ca Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > So do I infer correctly that you tried these settings and it's not finding > > your "Fxtv" app-default file? Where did you put your app-default file? > > Did you call it Fxtv? > > You know, I've been wondering about this. Fxtv is the only X app I have > that consistently fails to load the app-defaults file. All the other > ones do. After fiddling some more I've discovered that the app-defaults file is *not* being read. At startup I get the compiled in defaults (it seems). If I manually 'xrdb /usr/X11R6/lib/X11/app-defaults/Fxtv' then I get the settings from the file. Other applications are loading their resources from the app-defaults directory correctly. --lyndon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 15: 8:41 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 81BCB15153 for ; Fri, 25 Jun 1999 15:08:39 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-3-37.dialup.rdu.ipass.net [209.170.134.37]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id SAA11858; Fri, 25 Jun 1999 18:08:35 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id SAA02352; Fri, 25 Jun 1999 18:10:23 -0400 (EDT) (envelope-from rhh) Date: Fri, 25 Jun 1999 18:10:23 -0400 From: Randall Hopper To: Chuck Robey Cc: lyndon@orthanc.ab.ca, freebsd-multimedia@FreeBSD.ORG Subject: Re: FXTV Round Two Message-ID: <19990625181023.A2110@ipass.net> References: <19990625173758.A1268@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Chuck Robey on Fri, Jun 25, 1999 at 05:55:51PM -0400 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chuck Robey: |> |> XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB |> |> XFILESEARCHPATH=/usr/X11R6/lib/X11/%T/%N%C%S:/usr/X11R6/lib/X11/%T/%N%S |> |> XUSERFILESEARCHPATH=$HOME/cfg/app-defaults/%N%C%S:$HOME/cfg/app-defaults/%N%S |> | |> |I don't see why X won't see the app-default file. It finds all the others in |> |the system app-defaults directory. (I'm not mucking with the default X |> |settings at all.) |> |> So do I infer correctly that you tried these settings and it's not finding |> your "Fxtv" app-default file? Where did you put your app-default file? |> Did you call it Fxtv? | |You know, I've been wondering about this. Fxtv is the only X app I have |that consistently fails to load the app-defaults file. All the other |ones do. Well, you're going to give up some details for us to figure out what's up on your end: > env | grep ^X > ls -l /usr/X11R6/lib/X11/app-defaults/Fxtv > ktrace fxtv > kdump | grep /Fxtv Try the above environment variables. You'll like it. :-) Works for me. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 15:12:31 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 5F85C15611 for ; Fri, 25 Jun 1999 15:12:27 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-3-37.dialup.rdu.ipass.net [209.170.134.37]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id SAA12342; Fri, 25 Jun 1999 18:12:23 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id SAA02439; Fri, 25 Jun 1999 18:14:11 -0400 (EDT) (envelope-from rhh) Date: Fri, 25 Jun 1999 18:14:11 -0400 From: Randall Hopper To: lyndon@orthanc.ab.ca Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: FXTV Round Two Message-ID: <19990625181411.B2110@ipass.net> References: <199906252200.QAA06187@orthanc.ab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199906252200.QAA06187@orthanc.ab.ca>; from lyndon@orthanc.ab.ca on Fri, Jun 25, 1999 at 04:00:06PM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org lyndon@orthanc.ab.ca: |> > So do I infer correctly that you tried these settings and it's not |> > finding your "Fxtv" app-default file? Where did you put your |> > app-default file? Did you call it Fxtv? |> |> You know, I've been wondering about this. Fxtv is the only X app I have |> that consistently fails to load the app-defaults file. All the other |> ones do. | |After fiddling some more I've discovered that the app-defaults file is |*not* being read. At startup I get the compiled in defaults (it |seems). If I manually 'xrdb /usr/X11R6/lib/X11/app-defaults/Fxtv' then I |get the settings from the file. | |Other applications are loading their resources from the app-defaults |directory correctly. And this was with the environment variable settings I mailed you? What was the appres output? Where are you sticking your Fxtv file? I'd like to help you out, but without any details, I can't do anything for you. And let's see the output of: > env | grep ^X > ls -l /usr/X11R6/lib/X11/app-defaults/Fxtv > ktrace fxtv > kdump | grep /Fxtv Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 15:14:25 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from orthanc.ab.ca (orthanc.ab.ca [207.167.3.130]) by hub.freebsd.org (Postfix) with ESMTP id 0AB4915611 for ; Fri, 25 Jun 1999 15:14:23 -0700 (PDT) (envelope-from lyndon@orthanc.ab.ca) Received: from orthanc.ab.ca (localhost.orthanc.ab.ca [127.0.0.1] (may be forged)) by orthanc.ab.ca (8.9.3/8.9.3) with ESMTP id QAA26275; Fri, 25 Jun 1999 16:14:17 -0600 (MDT) (envelope-from lyndon@orthanc.ab.ca) Message-Id: <199906252214.QAA26275@orthanc.ab.ca> X-Mailer: exmh version 2.0.2 2/24/98 To: Randall Hopper Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: FXTV Round Two In-reply-to: Your message of "Fri, 25 Jun 1999 18:14:11 EDT." <19990625181411.B2110@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Jun 1999 16:14:17 -0600 From: lyndon@orthanc.ab.ca Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > |After fiddling some more I've discovered that the app-defaults file is > |*not* being read. At startup I get the compiled in defaults (it > |seems). If I manually 'xrdb /usr/X11R6/lib/X11/app-defaults/Fxtv' then I > |get the settings from the file. > | > |Other applications are loading their resources from the app-defaults > |directory correctly. > > And this was with the environment variable settings I mailed you? No, this is with the default environment (no env override at all). > What was the appres output? Where are you sticking your Fxtv file? > I'd like to help you out, but without any details, I can't do anything for > you. I'll send this seperately in a couple of hours. I'm in the middle of something else right now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 15:24:10 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 64BB01559E for ; Fri, 25 Jun 1999 15:24:04 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id SAA52503; Fri, 25 Jun 1999 18:23:44 -0400 (EDT) Date: Fri, 25 Jun 1999 18:23:44 -0400 (EDT) From: Chuck Robey To: Randall Hopper Cc: lyndon@orthanc.ab.ca, freebsd-multimedia@FreeBSD.ORG Subject: Re: FXTV Round Two In-Reply-To: <19990625181023.A2110@ipass.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 25 Jun 1999, Randall Hopper wrote: > Chuck Robey: > |> |> XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB > |> |> XFILESEARCHPATH=/usr/X11R6/lib/X11/%T/%N%C%S:/usr/X11R6/lib/X11/%T/%N%S > |> |> XUSERFILESEARCHPATH=$HOME/cfg/app-defaults/%N%C%S:$HOME/cfg/app-defaults/%N%S > |> | > |> |I don't see why X won't see the app-default file. It finds all the others in > |> |the system app-defaults directory. (I'm not mucking with the default X > |> |settings at all.) > |> > |> So do I infer correctly that you tried these settings and it's not finding > |> your "Fxtv" app-default file? Where did you put your app-default file? > |> Did you call it Fxtv? > | > |You know, I've been wondering about this. Fxtv is the only X app I have > |that consistently fails to load the app-defaults file. All the other > |ones do. > > Well, you're going to give up some details for us to figure out what's up > on your end: > > > env | grep ^X picnic:/usr1/chuckr/bs:79 >env | grep ^X XWINHOME=/usr/X11R6 XKEYSYMB=/usr/local/lib/netscape/XKeysymDB > > ls -l /usr/X11R6/lib/X11/app-defaults/Fxtv picnic:/usr1/chuckr/bs:80 >ls -l /usr/X11R6/lib/X11/app-defaults/Fxtv -r--r--r-- 1 root wheel 20609 May 30 13:21 /usr/X11R6/lib/X11/app-defaults/Fxtv > > ktrace fxtv > > kdump | grep /Fxtv This one is interesting! picnic:/usr1/chuckr:95 >ktrace fxtv picnic:/usr1/chuckr:96 >kdump | grep /Fxtv 52490 fxtv NAMI "/usr1/chuckr/en_US.ISO_8859-1/Fxtv" 52490 fxtv NAMI "/usr1/chuckr/en/Fxtv" 52490 fxtv NAMI "/usr1/chuckr/Fxtv" 52490 fxtv NAMI "/usr1/chuckr/en_US.ISO_8859-1/Fxtv" 52490 fxtv NAMI "/usr1/chuckr/en/Fxtv" 52490 fxtv NAMI "/usr1/chuckr/Fxtv" 52490 fxtv NAMI "/usr/X11R6/bin/app-defaults/Fxtv" 52490 fxtv NAMI "/usr/X11R6/lib/X11/fxtv/app-defaults/Fxtv" Notice that last line, with the incorrect value stuck in there for the app-defaults default address? > > Try the above environment variables. You'll like it. :-) > Works for me. > > Randall > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic and jaunt, both FreeBSD-current. (301) 220-2114 | ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 15:58:29 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id F2F3C14E01 for ; Fri, 25 Jun 1999 15:58:25 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-3-37.dialup.rdu.ipass.net [209.170.134.37]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id SAA18473; Fri, 25 Jun 1999 18:58:20 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id TAA03517; Fri, 25 Jun 1999 19:00:08 -0400 (EDT) (envelope-from rhh) Date: Fri, 25 Jun 1999 19:00:08 -0400 From: Randall Hopper To: Frode Vatvedt Fjeld Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: bt848 channel frequencies Message-ID: <19990625190008.A2443@ipass.net> References: <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> <3.0.6.32.19990626090820.007ad510@alicia.nttmcl.com> <2hemj0b617.fsf@dslab7.cs.uit.no> <2hzp2tfr3t.fsf@dslab7.cs.uit.no> <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> <2hpv2kba67.fsf@dslab7.cs.uit.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <2hpv2kba67.fsf@dslab7.cs.uit.no>; from Frode Vatvedt Fjeld on Fri, Jun 25, 1999 at 04:57:04PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Frode Vatvedt Fjeld: |> Roger Hardiman writes: |> > Are you volunteering to write us handy library, called libtv which |> > had all the frequency tables, and to modify fxtv too? | | * provide list of available frequency-sets [loosely related to | country, cable/antenna etc, like "norway/cable/telenor". I guess | some naming scheme should be worked out.] | | * given a frequency-set, provide list of canonical frequency-names | [like "S21", "E7", "E8" etc.] | | * given frequency-set and canonical freq-name, provide frequency [in | Hz]. | | * given freq-set, provide list of programs/channels (what is the | better term?) [like "BBC", "NBC" etc.] | | * given freq-set and program, provide frequency in Hz or canonical | freq-name. | | * inverse of the above. ^^^^^^^^^^^ yes definitely, so we can infer which station we're on from driver freq Sounds like a good first cut. Adding to what you've mentioned, see how this grabs you: 1) Once we have libtv, we quit passing channel numbers to the driver. We only pass it frequencies (that's the whole point I believe :-). 2) libtv (as you've said) would map between string frequency "names" (e.g. N21,E1,10,11, etc.) and frequencies, given a frequency set. These frequency names, and their mappings to frequencies, I'm assuming would be universal across the entire region using the frequency set. 3) In some cases, the user will want to create their own names for stations (that are different than the string frequency names used across the frequency set region) to define their local stations. For example, in the US libtv will likely export frequency names which are channel numbers ("10","11", "12", etc.) which locally may be NBC, WB, CNN, etc. but are mapped different elsewhere in the region serviced by the frequency set. 4) So it seems to me there are 2 levels of mapping that libtv needs to handle: StationName -to- Frequency Name (configurable locally) FrequencyName -to- Frequency (doesn't need configured) (This is basically what's going on now with fxtv and the bt848 driver. Only the division of labor is different. Fxtv manages the first mapping [where frequency name is "channel number"], and the driver manages the second. I like the idea of pulling both of these out into libtv.) So maybe we have FreqName-to-Freq mappings in: /usr/local/share/tuner-freq-sets.rc and we have StationName-to-FreqName mappings in: /etc/tuner.rc The advantage for getting this out of the app is of course that it can be shared by all TV clients. Smaller, simpler TV apps and no more reinventing that wheel :-) For example: /etc/tuner.rc: NBC : 10 CNN : 55 /usr/local/share/tuner-freq-sets.rc: 10 : 144 55 : 716.69 I trivialized the syntax for simplicity. You may chose to have different sections in the file, frequency set tag names, and other tags (whether a freq set is for radio or TV, whether its a cable or antenna frequency set, possibly what formats are used with it [NTSC/M, SECAM, etc.], ...). |In addition, there must be some means to add programs etc. I expect |there will be some global database of different countrys |frequency-sets [like /usr/local/share/tuner-freq-sets.rc] and some |local config-file [like /etc/tuner.rc] with default freq-sets and |local overrides. By the way, if this materializes in the next month, I can work out the fxtv changes (conferences and grad school don't fire up for me until early August, so I have some evenings and weekends free). Let me know if I can help. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 16:35:17 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id E42BC14D40 for ; Fri, 25 Jun 1999 16:35:14 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-3-37.dialup.rdu.ipass.net [209.170.134.37]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id TAA23185; Fri, 25 Jun 1999 19:35:09 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id TAA05069; Fri, 25 Jun 1999 19:36:55 -0400 (EDT) (envelope-from rhh) Date: Fri, 25 Jun 1999 19:36:55 -0400 From: Randall Hopper To: lyndon@orthanc.ab.ca, Chuck Robey Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: FXTV Round Two Message-ID: <19990625193655.A3890@ipass.net> References: <19990625181023.A2110@ipass.net> <19990625181411.B2110@ipass.net> <199906252214.QAA26275@orthanc.ab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199906252214.QAA26275@orthanc.ab.ca>; from lyndon@orthanc.ab.ca on Fri, Jun 25, 1999 at 04:14:17PM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org lyndon@orthanc.ab.ca: |No, this is with the default environment (no env override at all). Chuck Robey: |picnic:/usr1/chuckr/bs:79 >env | grep ^X |XWINHOME=/usr/X11R6 |XKEYSYMB=/usr/local/lib/netscape/XKeysymDB ... | 52490 fxtv NAMI "/usr1/chuckr/en_US.ISO_8859-1/Fxtv" | 52490 fxtv NAMI "/usr1/chuckr/en/Fxtv" | 52490 fxtv NAMI "/usr1/chuckr/Fxtv" | 52490 fxtv NAMI "/usr1/chuckr/en_US.ISO_8859-1/Fxtv" | 52490 fxtv NAMI "/usr1/chuckr/en/Fxtv" | 52490 fxtv NAMI "/usr1/chuckr/Fxtv" | 52490 fxtv NAMI "/usr/X11R6/bin/app-defaults/Fxtv" | 52490 fxtv NAMI "/usr/X11R6/lib/X11/fxtv/app-defaults/Fxtv" | |Notice that last line, with the incorrect value stuck in there for the |app-defaults default address? Yeah, I know what's going on now. To avoid polluting the common pixmap directories in /usr/X11R6, fxtv installs its bitmap files in a separate subtree (like fvwm2, afterstep, etc.) So that the standard XtResolvePathname/XtFindFile mechanism will find these bitmaps and pixmaps, fxtv augments XFILESEARCHPATH when it starts up. If XFILESEARCHPATH is already set, it appends to it, and the new directories are searched. If XFILESEARCHPATH wasn't set before it sets it. Both have the desirable affect of letting fxtv find the pixmaps, but it has the undesirable affect for the latter of overriding the mondo hard-coded default search path (in Xt) used when XFILESEARCHPATH isn't set. This internal default is something like: /lib/X11/%L/%T/%N%C%S:/lib/X11/%l/%T/%N%C%S:\ /lib/X11/%T/%N%C%S:/lib/X11/%L/%T/%N%S:\ /lib/X11/%l/%T/%N%S:/lib/X11/%T/%N%S To keep XtResolvePathname working, fxtv should probably install this mondo default and tack on its own piece. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 25 22:13: 4 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id 87B7C154FE for ; Fri, 25 Jun 1999 22:12:58 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from guppy.dons.net.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.1) with ESMTP id OAA24668; Sat, 26 Jun 1999 14:42:36 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.3.p0.FreeBSD:990626144236:34751=_"; micalg=pgp-md5; protocol="application/pgp-signature" In-Reply-To: <3773B55D.B8872AE3@nemox.looksharp.net> Date: Sat, 26 Jun 1999 14:42:36 +0930 (CST) From: "Daniel J. O'Connor" To: NemoX Subject: Re: quake2 + freebsd 4.0-current Cc: freebsd-multimedia@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format --_=XFMail.1.3.p0.FreeBSD:990626144236:34751=_ Content-Type: text/plain; charset=us-ascii On 25-Jun-99 NemoX wrote: > > in your kernel or its being used by something else (man ipcs, and look for > > SYSVSHM in your kernel conf file) > > the SYSVSHM and SYSVSEM and SYSVMSG are all in the kernel > > ipcs -m returns Shared Memory: > T ID KEY MODE OWNER GROUP > m 65537 2622055 --rw-r--r-- root wheel > m 26017795 2063597761 --rw------- nemox nemox I think you may have too much SHM being used, try increasing the amount, or deleteing the old segments if they're not being used. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum --_=XFMail.1.3.p0.FreeBSD:990626144236:34751=_ Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.3ia iQCVAwUBN3RhRGj0TqzKxF7VAQHHdAQAtc2J/e//b/O+7T6N+wLSyLb44f10rYgN db4GlJTOZrqp+pw8ohKsZ+IC9fDsPr7AZVGu9Aw1gWc247Fb7JdYo9H/7VrxCYTM 1MDDrMbXiYk1VrGX8PB7ybO+AxN5/2rhujNmd0P+hCEdUWs97oRlGi9hKn7A4lD9 1vXAet4GnAg= =N6uu -----END PGP MESSAGE----- --_=XFMail.1.3.p0.FreeBSD:990626144236:34751=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 26 4:58: 6 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from dslab7.cs.uit.no (dslab7.cs.UiT.No [129.242.16.27]) by hub.freebsd.org (Postfix) with ESMTP id C534014D8D for ; Sat, 26 Jun 1999 04:58:01 -0700 (PDT) (envelope-from frodef@dslab7.cs.uit.no) Received: (from frodef@localhost) by dslab7.cs.uit.no (8.9.3/8.9.1) id NAA41054; Sat, 26 Jun 1999 13:55:57 +0200 (CEST) (envelope-from frodef) To: freebsd-multimedia@freebsd.org Subject: Re: bt848 channel frequencies References: From: Frode Vatvedt Fjeld Date: 26 Jun 1999 13:55:57 +0200 In-Reply-To: Juha Nurmela's message of "Fri, 25 Jun 1999 23:28:42 +0300 (EEST)" Message-ID: <2hzp1n9nw2.fsf@dslab7.cs.uit.no> Lines: 19 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Juha Nurmela writes: > Meaning, the db would provide (customizable) defaults for vision > and sound, if none were provided by individual apps. Yep, agreed. > Also, the datatype for 'frequency' should be wide enough for > satellite and long-wave work, from few kHz to tens of GHz. I believe your typical "long" scales to 4.2 GHz if the unit is a single Hz. Does anyone know of tuning applications that would require a granularity smaller than one KHz? What about the different radio bands, for example? Or would it be better to use a 64-bit type to represent frequencies? Then we could go from uHz to GHz without problems.. :-) -- Frode Vatvedt Fjeld To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 26 5: 7:15 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from dslab7.cs.uit.no (dslab7.cs.UiT.No [129.242.16.27]) by hub.freebsd.org (Postfix) with ESMTP id 0735014ECA for ; Sat, 26 Jun 1999 05:07:08 -0700 (PDT) (envelope-from frodef@dslab7.cs.uit.no) Received: (from frodef@localhost) by dslab7.cs.uit.no (8.9.3/8.9.1) id OAA41067; Sat, 26 Jun 1999 14:05:03 +0200 (CEST) (envelope-from frodef) To: freebsd-multimedia@freebsd.org Subject: Re: bt848 channel frequencies References: <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> <3.0.6.32.19990626090820.007ad510@alicia.nttmcl.com> <2hemj0b617.fsf@dslab7.cs.uit.no> <2hzp2tfr3t.fsf@dslab7.cs.uit.no> <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> <2hpv2kba67.fsf@dslab7.cs.uit.no> <19990625190008.A2443@ipass.net> From: Frode Vatvedt Fjeld Date: 26 Jun 1999 14:05:03 +0200 In-Reply-To: Randall Hopper's message of "Fri, 25 Jun 1999 19:00:08 -0400" Message-ID: <2hvhcb9ngw.fsf@dslab7.cs.uit.no> Lines: 28 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper writes: > 1) Once we have libtv, we quit passing channel numbers to the driver. > We only pass it frequencies (that's the whole point I believe :-). Right on.. :) > [...] > 4) So it seems to me there are 2 levels of mapping that libtv needs to > handle: > > StationName -to- Frequency Name (configurable locally) > FrequencyName -to- Frequency (doesn't need configured) So you are saying that these are actually two more or less independent types of mappings that should be separated in the database and the API? That would give this scenario for anyone starting to use their new TV-card: 1. chose the frequency-name -> frequency mapping table 2. chose the station-name -> frequency-name mapping table ..and that the second mapping table is useless without the first (if a basic frequency is what you are after). -- Frode Vatvedt Fjeld To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 26 5:16:34 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from qn-lpr2-98.quicknet.inet.fi (qn-lpr2-98.quicknet.inet.fi [194.251.102.98]) by hub.freebsd.org (Postfix) with ESMTP id 13C9114DE1 for ; Sat, 26 Jun 1999 05:16:29 -0700 (PDT) (envelope-from junki@qn-lpr2-98.quicknet.inet.fi) Received: from localhost (junki@localhost) by qn-lpr2-98.quicknet.inet.fi (8.9.3/8.9.1) with ESMTP id PAA08649 for ; Sat, 26 Jun 1999 15:18:36 +0300 (EEST) (envelope-from junki@qn-lpr2-98.quicknet.inet.fi) Date: Sat, 26 Jun 1999 15:18:36 +0300 (EEST) From: Juha Nurmela X-Sender: junki@pena.oh5nxo.ampr.org Reply-To: Juha.Nurmela@quicknet.inet.fi To: freebsd-multimedia@FreeBSD.ORG Subject: Re: bt848 channel frequencies Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper wrote: > These frequency names, and their mappings to frequencies, I'm > assuming would be universal across the entire region using the > frequency set. Some countries may have something called 'offsets' added to the nominal channel frequencies (I think Finnish national broadcaster does that for a few transmitters, which have been badly planned). Also, after last weeks thunderstorm, one cable-channel has shifted about 100 kHz (!!!). Easy overriding of any default wouldn't hurt then. Giving hints about probable vision/sound format wouldn't hurt either, and future models might even have switchable aerial inputs... Without any hints set, the timezone should provide correct answers for the majority of cases ? A convention for the personal "preset-file" would allow for a neat scan/select/tag/memorize utility. Juha ~/dot/tvchannels -> ~/dot/tvchannels.cable: PAL B/G Mono 217250 OmaKanava (11) NICAM 175250 TV1 (5) 203250 TV2 (9) 189250 MTV3 (7) 224250 Nelonen (12) Mono 48250 TV5 (2) 294250 MTVN (99) 62250 CNBC (4) 259250 EuroSport (94) CRYPT 231250 Pietari(90) NICAM 238250 Canal+Gold (91) Mono 245250 RTL (92) 252250 Travel (93) 266250 NordiskTV4 (95) 273250 NatGeo (96) 280250 BBC (97) 303250 VH-1 (100) NICAM 343250 Cinema (105) Mono 351250 TV1000 (106) 359250 Canal+ (107) 367250 TVE (108) 375250 Moskova (109) 383250 TNT (110) 391250 CNN (111) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 26 10: 9:46 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 442CD14FB1 for ; Sat, 26 Jun 1999 10:09:42 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-3-51.dialup.rdu.ipass.net [209.170.134.51]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id NAA24306; Sat, 26 Jun 1999 13:09:38 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id NAA05957; Sat, 26 Jun 1999 13:11:27 -0400 (EDT) (envelope-from rhh) Date: Sat, 26 Jun 1999 13:11:27 -0400 From: Randall Hopper To: Frode Vatvedt Fjeld Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: bt848 channel frequencies Message-ID: <19990626131127.A3726@ipass.net> References: <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> <3.0.6.32.19990626090820.007ad510@alicia.nttmcl.com> <2hemj0b617.fsf@dslab7.cs.uit.no> <2hzp2tfr3t.fsf@dslab7.cs.uit.no> <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> <2hpv2kba67.fsf@dslab7.cs.uit.no> <19990625190008.A2443@ipass.net> <2hvhcb9ngw.fsf@dslab7.cs.uit.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <2hvhcb9ngw.fsf@dslab7.cs.uit.no>; from Frode Vatvedt Fjeld on Sat, Jun 26, 1999 at 02:05:03PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Frode Vatvedt Fjeld: |> 4) So it seems to me there are 2 levels of mapping that libtv needs to |> handle: |> |> StationName -to- Frequency Name (configurable locally) |> FrequencyName -to- Frequency (doesn't need configured) | |So you are saying that these are actually two more or less independent |types of mappings that should be separated in the database and the |API? Separate in the DB?, yes. This is because the second mapping could be statically delivered with FreeBSD/libtv, allowing the user to define the first mapping in terms of the second (i.e. things they know, channel numbers, in the US; channel names in Europe) rather than MHz frequencies. The StationName-to-FreqName mapping is very, very user-location and service-provider specific, so that wouldn't be delivered with the OS/driver/libtv; just the FreqName-to-Freq mapping. For example, for the frequency set NABCST, channel "7" (frequency name "7") is always frequency -- 175.25MHz for example. On the local cable channel here, this happens to be NBC: NABCST: "NBC" -> "7" -> 175.25 MHz Currently both StationName and FrequencyName (channel number) are displayed on the TV window. Also, you can key in either "NBC" or "7" to get to this station. So these mappings would need to be available separately in the API as well. Separate in the DB so the user can conveniently configure "NBC" to be channel "7" rather than NBC is frequency 175.25MHz. Separate in the API so the user can use either "NBC" or "7" to tune in 175.25MHz. Here are a few Use Cases and possible ways they could be handled (just for discussion purposes): 1) User is on a channel, and moves to the next channel with "+". - App calls driver and gets current frequency - This freq may or may not be a freq registered with a freq name in libtv - App calls libtv to get the frequency name which has a frequency frequency higher and closest to the current frequency - App calls libtv to get the station name of this frequency name - App calls the driver and sets the frequency - App displays the station name and frequency name in the TV window Alternatively, libtv could just hand the mapping sets to applications on startup, and let it do all the lookups. Up to you. 2) User keys in a channel number to change stations ("10"). - libtv gives app frequency and station name for freq name "10" 3) User keys in a station name to change stations ("UPN"). - libtv gives app frequency and frequency name for station "UPN". 4) User tunes to a specific frequency 147.225MHz. - libtv gives app frequency name and station name for freq 147.225. 5) User changes from antenna to cable. - get freq from driver - libtv gives app what frequency name and station name the current frequency maps to in the new channel set ("it doesn't" is certainly one possibility). Again, libtv might chose to just hand the mapping sets to applications on startup, and let it do all the lookups in local arrays. I don't think we'd really lose anything if we went this route, and it simplifies the libtv API. Maybe something as simple as: LIBTV_GetStationByIndex( int i, NAME *out1, FREQ_OR_FREQ_NAME *out2 ) LIBTV_GetFreqByIndex ( int i, NAME *out1, FREQ *out2 ) But it's up to you of course. |That would give this scenario for anyone starting to use their new |TV-card: | | 1. chose the frequency-name -> frequency mapping table | 2. chose the station-name -> frequency-name mapping table | |..and that the second mapping table is useless without the first (if a |basic frequency is what you are after). The second mapping depends on the first, yes. As I see it, users could use either the frequency name (channel number) or the station name to tune in a station. Initially, there'd be no station names so they could only use frequency names (channel numbers) or frequencies. Then, if they wanted to, they could configure frequency names. I only suggest the second mapping being managed by libtv because it is something that should be sharable across all TV/tuner/radio clients, or the user ends up duplicating this info in multiple places. Example: A new user sets frequency set (NABCST) and has only Table 1. to play with: 1. ... "7" -> 175.25 MHz "8" -> 181.25 MHz ... User can tune channels by frequency name (channel number). No station names exist yet, because they haven't set them up. E.g. on channel "7", "+" goes to channel "8". User then can optionally define station names: 2. ... "NBC" -> "7" "UPN" -> "8" ... Oh, one more thing that just occurred to me. Sometimes folks have this problem where the default frequency-name-to-frequency mappings don't quite work for them even with AFC on, and when defining their station names, they need to hard-wire the station name to a specific frequency rather than a frequency name. For example: 1. ... "N1" -> 175.25 Mhz "NBC" -> "7" "UPN" -> "8" ... So in that station-name mapping table, it would be useful to be able to map to either frequencies or to frequency names. Hope this helps. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 26 11: 7:32 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from dslab7.cs.uit.no (dslab7.cs.UiT.No [129.242.16.27]) by hub.freebsd.org (Postfix) with ESMTP id 6B75114D0D for ; Sat, 26 Jun 1999 11:06:25 -0700 (PDT) (envelope-from frodef@dslab7.cs.uit.no) Received: (from frodef@localhost) by dslab7.cs.uit.no (8.9.3/8.9.1) id UAA82175; Sat, 26 Jun 1999 20:04:20 +0200 (CEST) (envelope-from frodef) To: freebsd-multimedia@freebsd.org Subject: Re: bt848 channel frequencies References: <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> <3.0.6.32.19990626090820.007ad510@alicia.nttmcl.com> <2hemj0b617.fsf@dslab7.cs.uit.no> <2hzp2tfr3t.fsf@dslab7.cs.uit.no> <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> <2hpv2kba67.fsf@dslab7.cs.uit.no> <19990625190008.A2443@ipass.net> <2hvhcb9ngw.fsf@dslab7.cs.uit.no> <19990626131127.A3726@ipass.net> From: Frode Vatvedt Fjeld Date: 26 Jun 1999 20:04:20 +0200 In-Reply-To: Randall Hopper's message of "Sat, 26 Jun 1999 13:11:27 -0400" Message-ID: <2hk8sqalej.fsf@dslab7.cs.uit.no> Lines: 33 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper writes: > I only suggest the second mapping being managed by libtv because it > is something that should be sharable across all TV/tuner/radio > clients, or the user ends up duplicating this info in multiple > places. I can't see any reason not to provide for the second mapping also, even if there will be a larger number of mapping tables on a global basis. For example, in the city where I live I'd guess there are less than 5 usable such mapping tables, and I'd much prefer to chose between the 5 than to manually locate and name every program. Not to mention that whenver my cable-provider decides to change something, I can probably get a new mapping table from someone else. And even if I do need to manually make a mapping table, I'd prefer it to be done such that it is consitently available from all my TV applications. ..Or am I missing your point here? > [...] > So in that station-name mapping table, it would be useful to be able > to map to either frequencies or to frequency names. This is in agreement with the comments I made earlier that radios want to map directly from program name to frequency. Like I said, this can be solved by introducing "special" frequency-names, where the real frequency is inferred from the name itself (like the mapping "129 MHz" -> 129000000). What do you think? -- Frode Vatvedt Fjeld To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 26 14:32:49 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from orthanc.ab.ca (orthanc.ab.ca [207.167.3.130]) by hub.freebsd.org (Postfix) with ESMTP id C66A414FAE for ; Sat, 26 Jun 1999 14:32:47 -0700 (PDT) (envelope-from lyndon@orthanc.ab.ca) Received: from orthanc.ab.ca (localhost.orthanc.ab.ca [127.0.0.1] (may be forged)) by orthanc.ab.ca (8.9.3/8.9.3) with ESMTP id PAA05313; Sat, 26 Jun 1999 15:32:41 -0600 (MDT) (envelope-from lyndon@orthanc.ab.ca) Message-Id: <199906262132.PAA05313@orthanc.ab.ca> X-Mailer: exmh version 2.0.2 2/24/98 To: Frode Vatvedt Fjeld Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: bt848 channel frequencies In-reply-to: Your message of "26 Jun 1999 13:55:57 +0200." <2hzp1n9nw2.fsf@dslab7.cs.uit.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 26 Jun 1999 15:32:40 -0600 From: lyndon@orthanc.ab.ca Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Also, the datatype for 'frequency' should be wide enough for > > satellite and long-wave work, from few kHz to tens of GHz. > > I believe your typical "long" scales to 4.2 GHz if the unit is a > single Hz. Does anyone know of tuning applications that would require > a granularity smaller than one KHz? What about the different radio > bands, for example? For many applications on HF you need to tune with at least 0.1 Hz resolution. For precision applications I would want to be able to resolve to 0.001 Hz or better. Too much resolution in the API is better than not enough. > Or would it be better to use a 64-bit type to represent frequencies? > Then we could go from uHz to GHz without problems.. :-) Why not hide the implementation in the library and just pass the frequency (in around as an ASCII string? E.g. int tuner_set_freq(TUNER *t, char *freq); . . . rc = tuner_set_freq(t, "14313000.155"); /* rc = 0 */ rc = tuner_set_freq(t, "740000"); /* rc = -1, errno = ERANGE (tuner doesn't tune that low) */ rc = tuner_set_freq(t, NULL); /* rc = -1, errno = EFAULT */ Frequency strings are in Hz. If no '.nnn' appended assume '.0'. --lyndon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 26 16:18:26 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 2557915198 for ; Sat, 26 Jun 1999 16:18:24 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost (281 bytes) by rip.psg.com via sendmail with P:stdio/R:inet_resolve/T:smtp (sender: ) (ident using unix) id for ; Sat, 26 Jun 1999 16:18:24 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #1 built 1999-Apr-1) Message-Id: Date: Sat, 26 Jun 1999 16:18:24 -0700 (PDT) From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-multimedia@freebsd.org Subject: mp3 to wav Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org is there an mp3->wav tool? randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 26 19: 9: 8 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from beach.silcom.com (beach.silcom.com [199.201.128.19]) by hub.freebsd.org (Postfix) with ESMTP id 9961014D30 for ; Sat, 26 Jun 1999 19:09:07 -0700 (PDT) (envelope-from brian@CSUA.Berkeley.EDU) Received: from smarter.than.nu (pm0-33.vpop1.avtel.net [207.71.237.33]) by beach.silcom.com (Postfix) with ESMTP id 59C4A1EC1; Sat, 26 Jun 1999 19:08:59 -0700 (PDT) Date: Sat, 26 Jun 1999 19:09:00 -0700 (PDT) From: "Brian W. Buchanan" X-Sender: brian@smarter.than.nu To: Randy Bush Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: mp3 to wav In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 26 Jun 1999, Randy Bush wrote: > is there an mp3->wav tool? The latest version of mpg123, which is in the ports collection, will write to a WAV file: mpg123 .mp3 -w .wav -- Brian Buchanan brian@CSUA.Berkeley.EDU -------------------------------------------------------------------------- FreeBSD - The Power to Serve! http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 26 19:54:27 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 62D0B14C18 for ; Sat, 26 Jun 1999 19:54:25 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-70.dialup.rdu.ipass.net [209.170.132.70]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id WAA20822; Sat, 26 Jun 1999 22:54:20 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id WAA04195; Sat, 26 Jun 1999 22:56:09 -0400 (EDT) (envelope-from rhh) Date: Sat, 26 Jun 1999 22:56:09 -0400 From: Randall Hopper To: Frode Vatvedt Fjeld , lyndon@orthanc.ab.ca Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: bt848 channel frequencies Message-ID: <19990626225609.A3178@ipass.net> References: <2hzp1n9nw2.fsf@dslab7.cs.uit.no> <199906262132.PAA05313@orthanc.ab.ca> <2hzp1n9nw2.fsf@dslab7.cs.uit.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <2hzp1n9nw2.fsf@dslab7.cs.uit.no>; from Frode Vatvedt Fjeld on Sat, Jun 26, 1999 at 01:55:57PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org lyndon@orthanc.ab.ca: |Frode Vatvedt Fjeld: |> Or would it be better to use a 64-bit type to represent frequencies? |> Then we could go from uHz to GHz without problems.. :-) | |Why not hide the implementation in the library and just pass the |frequency (in around as an ASCII string? E.g. What piece of software is responsible for converting it to a number? I'd advocate not passing string to the kernel and having it do string-to-num conversion. Assuming we don't do that, then the application must convert. So why not use whatever numeric format it must convert to (uint64_t, int[2], struct, or whatever)? |int tuner_set_freq(TUNER *t, char *freq); | . | . | . | rc = tuner_set_freq(t, "14313000.155"); /* rc = 0 */ | rc = tuner_set_freq(t, "740000"); /* rc = -1, errno = ERANGE (tuner | doesn't tune that low) */ | rc = tuner_set_freq(t, NULL); /* rc = -1, errno = EFAULT */ | |Frequency strings are in Hz. If no '.nnn' appended assume '.0'. Is this a rtn proposed for libtv? Unless I missed a message, I don't recall Frode proposing putting routines that talk to a device driver in libtv. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 26 20: 6:20 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 88CC714CC8 for ; Sat, 26 Jun 1999 20:06:18 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-70.dialup.rdu.ipass.net [209.170.132.70]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id XAA21955; Sat, 26 Jun 1999 23:06:13 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id XAA04502; Sat, 26 Jun 1999 23:08:03 -0400 (EDT) (envelope-from rhh) Date: Sat, 26 Jun 1999 23:08:03 -0400 From: Randall Hopper To: Frode Vatvedt Fjeld Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: bt848 channel frequencies Message-ID: <19990626230803.B3178@ipass.net> References: <3.0.6.32.19990626090820.007ad510@alicia.nttmcl.com> <2hemj0b617.fsf@dslab7.cs.uit.no> <2hzp2tfr3t.fsf@dslab7.cs.uit.no> <374AA5BB.7C87D8C2@cs.strath.ac.uk> <2hogj9f0p6.fsf@dslab7.cs.uit.no> <2hpv2kba67.fsf@dslab7.cs.uit.no> <19990625190008.A2443@ipass.net> <2hvhcb9ngw.fsf@dslab7.cs.uit.no> <19990626131127.A3726@ipass.net> <2hk8sqalej.fsf@dslab7.cs.uit.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <2hk8sqalej.fsf@dslab7.cs.uit.no>; from Frode Vatvedt Fjeld on Sat, Jun 26, 1999 at 08:04:20PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Frode Vatvedt Fjeld: |Randall Hopper writes: |> I only suggest the second mapping being managed by libtv because it |> is something that should be sharable across all TV/tuner/radio |> clients, or the user ends up duplicating this info in multiple |> places. | |I can't see any reason not to provide for the second mapping also, |even if there will be a larger number of mapping tables on a global |basis. For example, in the city where I live I'd guess there are less |than 5 usable such mapping tables, and I'd much prefer to chose |between the 5 than to manually locate and name every program. Not to |mention that whenver my cable-provider decides to change something, I |can probably get a new mapping table from someone else. And even if I |do need to manually make a mapping table, I'd prefer it to be done |such that it is consitently available from all my TV |applications. ..Or am I missing your point here? No, I think you've got it. I'm not sure of your use of the word "program" here, but that could be a language issue. Here, a program to me implies TV programming which is what shows are on at what times on a specific station/channel. That's close to what I'm talking about but not quite. For the second mapping, I'm talking about "stations" which are basically TV network affiliatations -- that is, what TV franchise is devising the programming for a channel rather than the programming (TV shows) on the channel. If that's what you meant, we're talking the same language :-) |> So in that station-name mapping table, it would be useful to be able |> to map to either frequencies or to frequency names. | |This is in agreement with the comments I made earlier that radios want |to map directly from program name to frequency. | |Like I said, this can be solved by introducing "special" |frequency-names, where the real frequency is inferred from the name |itself (like the mapping "129 MHz" -> 129000000). | |What do you think? Sounds good. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 26 20:10:38 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from orthanc.ab.ca (orthanc.ab.ca [207.167.3.130]) by hub.freebsd.org (Postfix) with ESMTP id 830FC14CC8 for ; Sat, 26 Jun 1999 20:10:37 -0700 (PDT) (envelope-from lyndon@orthanc.ab.ca) Received: from orthanc.ab.ca (localhost.orthanc.ab.ca [127.0.0.1] (may be forged)) by orthanc.ab.ca (8.9.3/8.9.3) with ESMTP id VAA05865; Sat, 26 Jun 1999 21:10:17 -0600 (MDT) (envelope-from lyndon@orthanc.ab.ca) Message-Id: <199906270310.VAA05865@orthanc.ab.ca> X-Mailer: exmh version 2.0.2 2/24/98 To: Randall Hopper Cc: Frode Vatvedt Fjeld , freebsd-multimedia@FreeBSD.ORG Subject: Re: bt848 channel frequencies In-reply-to: Your message of "Sat, 26 Jun 1999 22:56:09 EDT." <19990626225609.A3178@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 26 Jun 1999 21:10:17 -0600 From: lyndon@orthanc.ab.ca Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > What piece of software is responsible for converting it to a number? The wrapper library. Use it to hide the OS specific details. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message