From owner-freebsd-multimedia Sun Jan 9 0:33:54 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from evil.2y.net (port-3-235.adsl.one.net [216.2.0.235]) by hub.freebsd.org (Postfix) with ESMTP id B60F414E5F for ; Sun, 9 Jan 2000 00:33:36 -0800 (PST) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id DAA01449 for freebsd-multimedia@freebsd.org; Sun, 9 Jan 2000 03:36:12 -0500 (EST) (envelope-from cokane) Date: Sun, 9 Jan 2000 03:36:12 -0500 From: Coleman Kane To: freebsd-multimedia@freebsd.org Subject: Re: Sound recording broken in -current. Message-ID: <20000109033612.A1430@evil.2y.net> References: <20000108003736.A2928@murkwood.znh.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000108003736.A2928@murkwood.znh.org>; from zach@uffdaonline.net on Sat, Jan 08, 2000 at 01:43:19AM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have noticed this effect while playing MP3's and browsing in netscape. If I move the scrollbar around I get interference. --cokane Zach N. Heilig had the audacity to say: > I just noticed that sound recording is broken. The symptoms are sound > that is full of pops and static. I have two 10 second mp3's, one from > when recording worked, and one from after it broke (a total of 550K or > so uuencoded). > > Hardware: > > ... > Timecounter "i8254" frequency 1193218 Hz > CPU: AMD-K6tm w/ multimedia extensions (300.69-MHz 586-class CPU) > Origin = "AuthenticAMD" Id = 0x570 Stepping = 0 > Features=0x8001bf > AMD Features=0x400<> > ... > pcib0: on motherboard > pci0: on pcib0 > ata-pci0: irq 14 at device 0.1 on pci0 > ata-pci0: Busmastering DMA supported > ata0 at 0x01f0 irq 14 on ata-pci0 > ata1 at 0x0170 irq 15 on ata-pci0 > isab0: at device 1.0 on pci0 > isa0: on isab0 > pci0: unknown card (vendor=0x1039, dev=0x0009) at 1.1 > pcib2: at device 2.0 on pci0 > pci1: on pcib2 > ... > pcm0: irq 11 at device 9.0 on pci0 > ... > pcm1: on sbc0 > ... > > (from /dev/sndstat) > FreeBSD Audio Driver (newpcm) Jan 7 2000 23:42:26 > Installed devices: > pcm0: at io 0xe000 irq 11 (1/1 channels duplex) > pcm1: at io 0x220 irq 5 drq 1:5 (1/1 channels duplex) > > It is broken for the ES1370 (and the soundblaster 16, but I'm not sure what's > at fault there -- I only tried that after there were problems with the ES1370). > > This is the commit that broke it: > > cg 1999/12/28 19:46:55 PST > > Modified files: > sys/dev/sound/isa ad1816.c mss.c sb.c > sys/dev/sound/pci aureal.c csapcm.c es137x.c t4dwave.c > sys/dev/sound/pcm channel.c channel.h datatypes.h dsp.c > sound.h > Log: > - latest 2ndbuffer patch > - make chn_setdir work for rec on isa cards > - note: es1371 does not irq in smp > > Submitted by: tanimura > > Revision Changes Path > 1.7 +2 -1 src/sys/dev/sound/isa/ad1816.c > 1.40 +2 -1 src/sys/dev/sound/isa/mss.c > 1.45 +3 -1 src/sys/dev/sound/isa/sb.c > 1.6 +2 -1 src/sys/dev/sound/pci/aureal.c > 1.4 +2 -1 src/sys/dev/sound/pci/csapcm.c > 1.8 +3 -2 src/sys/dev/sound/pci/es137x.c > 1.6 +2 -1 src/sys/dev/sound/pci/t4dwave.c > 1.15 +360 -143 src/sys/dev/sound/pcm/channel.c > 1.5 +9 -4 src/sys/dev/sound/pcm/channel.h > 1.8 +3 -1 src/sys/dev/sound/pcm/datatypes.h > 1.13 +101 -53 src/sys/dev/sound/pcm/dsp.c > 1.8 +5 -3 src/sys/dev/sound/pcm/sound.h > > -- > Zach Heilig > > > 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 Sun Jan 9 8:45:18 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 6447C14DEE; Sun, 9 Jan 2000 08:44:54 -0800 (PST) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial-ra-nc3-36.netcologne.de [195.14.251.36]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id RAA15453; Sun, 9 Jan 2000 17:44:50 +0100 (MET) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id RAA03638; Sun, 9 Jan 2000 17:43:24 +0100 (CET) (envelope-from van.woerkom@netcologne.de) Date: Sun, 9 Jan 2000 17:43:24 +0100 (CET) Message-Id: <200001091643.RAA03638@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: nsouch@free.fr Cc: freebsd-multimedia@freebsd.org, freebsd-emulation@freebsd.org, se@freebsd.org In-reply-to: <20000109001906.49031@breizh.free.fr> (message from Nicolas Souchu on Sun, 9 Jan 2000 00:19:06 +0100) Subject: Re: Win32 Netscape and Real Audio Player run under Wine on -CURRENT Reply-To: van.woerkom@netcologne.de References: <200001070042.BAA07413@oranje.my.domain> <20000109001906.49031@breizh.free.fr> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 1) I thought the wine project has been died for a long time > 2) I never thought this would ever succeed You, like me, probably had the impression of wine being some interesting but not too useful bit of software. Now it turns out that it is able to run some nontrivial applications. (At least real audio support is some recurring PITA for FreeBSD users, we have no native version of their latests formats and need to use the linux alpha version, or can now try the win32 one) Beats me why the wine developers don't promote their project more. Possibly the Linux crowd is more informed than the BSD one about the usefulness of wine. I found some links in the meantime http://www.linuxgames.com/wine it looks that the most important Microsoft applications (Minesweeper, Solitaire, Tetris and Wordpad) run perfect. :) What to do now? The success story of the Linux emulator shows that it is a good idea to roll ports, like wine-netscape wine-realaudio wine-wordviewer wine-excelviewer which would make it easy for people to use the software. And of course to send patches back to the wine people (e.g. I spotted a small error in the FreeBSD CD DA access) > What would make really sense in choosing FreeBSD versus other OSes? I more and more believe that choice of OS is depending on social and cultural issues rather then on technical ones, because they will become all pretty good. It is similiar to the different European nations. All have fairly high level, but at the same time everyone has its characteristic things it does not want to give up. Variety is good. If you want to drive fast, go to Germany, if you like good food go to France or Italy (but avoid England) .. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 9 9:39:35 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wireless.net (wireless.net [207.137.156.159]) by hub.freebsd.org (Postfix) with ESMTP id 3B46314D65; Sun, 9 Jan 2000 09:39:25 -0800 (PST) (envelope-from dbutter@wireless.net) Received: from db.wireless.net (db.wireless.net [209.75.70.101]) by wireless.net (8.9.3/8.9.3) with ESMTP id JAA10065; Sun, 9 Jan 2000 09:49:01 -0800 (PST) Received: from wireless.net (dbm.wireless.net [192.168.0.2]) by db.wireless.net (8.9.3/8.9.3) with ESMTP id JAA19736; Sun, 9 Jan 2000 09:32:59 -0800 (PST) (envelope-from dbutter@wireless.net) Message-ID: <3878C814.36BF84D2@wireless.net> Date: Sun, 09 Jan 2000 09:40:36 -0800 From: Devin Butterfield X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: van.woerkom@netcologne.de Cc: nsouch@free.fr, freebsd-multimedia@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG, se@FreeBSD.ORG Subject: Re: Win32 Netscape and Real Audio Player run under Wine on -CURRENT References: <200001070042.BAA07413@oranje.my.domain> <20000109001906.49031@breizh.free.fr> <200001091643.RAA03638@oranje.my.domain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Now it turns out that it is able to run some nontrivial applications. > (At least real audio support is some recurring PITA for FreeBSD users, > we have no native version of their latests formats and need to use > the linux alpha version, or can now try the win32 one) > > Beats me why the wine developers don't promote their project more. > > Possibly the Linux crowd is more informed than the BSD one about > the usefulness of wine. > > I found some links in the meantime > > http://www.linuxgames.com/wine > > it looks that the most important Microsoft applications (Minesweeper, > Solitaire, Tetris and Wordpad) run perfect. :) > > What to do now? The success story of the Linux emulator shows that it > is a good idea to roll ports, like > > wine-netscape > wine-realaudio > wine-wordviewer > wine-excelviewer > > which would make it easy for people to use the software. This is a great idea! I too have been playing around with wine lately. I had only partial success trying to run win32 Netscape. I found that I would lock solid if I went to a website that had any java content. Also I haven't had any luck printing yet... Can anyone share their experiences regarding running Netscape with wine on FreeBSD? Also, any tips for getting printing working? -- Regards, Devin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 9 12:32:50 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from pefletti.saunalahti.fi (mail.sci.fi [195.74.0.53]) by hub.freebsd.org (Postfix) with ESMTP id DE17215296 for ; Sun, 9 Jan 2000 12:32:46 -0800 (PST) (envelope-from juksi@iname.com) Received: from sjukebox (DCXLIII.tdyn.saunalahti.fi [195.197.80.143]) by pefletti.saunalahti.fi (8.9.1/8.9.1) with SMTP id WAA15267; Sun, 9 Jan 2000 22:32:32 +0200 (EET) Message-ID: <002201bf5ae0$9ac5ed60$0100a8c0@sjukebox.home> From: "=?iso-8859-1?Q?Jukka_Simil=E4?=" To: "Coleman Kane" , Subject: Re: Sound recording broken in -current. Date: Sun, 9 Jan 2000 22:32:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 -----Original Message----- From: Coleman Kane To: freebsd-multimedia@FreeBSD.ORG Date: 9. tammikuuta 2000 20:44 Subject: Re: Sound recording broken in -current. >I have noticed this effect while playing MP3's and browsing in netscape. If I >move the scrollbar around I get interference. >--cokane I don't say I know anything, just letting you know that I had no audio problems at all until I installed an old Matrox Millennium so I could use an extra display: Now when I got Matrox+Gravis Ultrasound MAX (+Ati rage IIC, which doesn't make interference), I get always interference when I slide any scrollbars or menus or anything that needs to be pulled on screen, except for regular windows. And this is not in FreeBSD, this happens in Win98. So I could guess you don't have a driver problem, but a hardware problem. ----------- Jukka S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 9 21:42: 8 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from evil.2y.net (port-7-179.adsl.one.net [216.23.15.179]) by hub.freebsd.org (Postfix) with ESMTP id 3366B14C15 for ; Sun, 9 Jan 2000 21:42:02 -0800 (PST) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id AAA01232; Mon, 10 Jan 2000 00:44:44 -0500 (EST) (envelope-from cokane) Date: Mon, 10 Jan 2000 00:44:44 -0500 From: Coleman Kane To: =?iso-8859-1?Q?Jukka_Simil=E4?= Cc: Coleman Kane , freebsd-multimedia@FreeBSD.ORG Subject: Re: Sound recording broken in -current. Message-ID: <20000110004444.C1181@evil.2y.net> References: <002201bf5ae0$9ac5ed60$0100a8c0@sjukebox.home> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0i In-Reply-To: <002201bf5ae0$9ac5ed60$0100a8c0@sjukebox.home>; from juksi@iname.com on Sun, Jan 09, 2000 at 03:32:41PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You might want to make sure your Matrox card and gravis card don't have similar IRQs or some other conflict. You may also just have a noisy bus. --cokane Jukka Similä had the audacity to say: > I don't say I know anything, just letting you know that I had no audio > problems > at all until I installed an old Matrox Millennium so I could use an extra > display: > > Now when I got Matrox+Gravis Ultrasound MAX (+Ati rage IIC, which doesn't > make interference), I get always interference when I slide any scrollbars or > menus or anything that needs to be pulled on screen, except for regular > windows. > > And this is not in FreeBSD, this happens in Win98. So I could > guess you don't have a driver problem, but a hardware problem. > > ----------- > Jukka S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 10 4:34:37 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 21025152D1 for ; Mon, 10 Jan 2000 04:34:10 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (posh.dmem.strath.ac.uk [130.159.202.3]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id MAA09595 Mon, 10 Jan 2000 12:34:00 GMT Message-ID: <3879D194.4B4B2A12@cs.strath.ac.uk> Date: Mon, 10 Jan 2000 12:33:24 +0000 From: Roger Hardiman Organization: Strathclyde Uni X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Adam Cc: multimedia@FreeBSD.ORG Subject: Re: G400 Multihead in X? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Adam wrote: > > Does anyone know of any X servers (free or not, prefer free) that allow > both VGA outputs on a Matrox G400 to operate? I can tell you that XFree86 will not work. It probably will never work either. All the dual-monitor support in XFree86 4.0 (currently beta release 3.9.17) needs 'a PCI device' for each monitor. Note: An AGP card is seen as a PCI device. So, you can do it with 2 PCI cards, or a PCI and AGP card. You can also do dual-monitor with some of the Matrox cards which have several PCI VGA chips on one card (along with a PCI-PCI bridge chip) Personally, I use a PCI Matrox Millennium II and a PCI Matrox Millennium, in Dual-Monitor mode with XFree86 3.9.16 (a 4.0 beta release) Previously I also used XAccel Multi-Head version 4.1.1 with these two Matrox cards. They only support FreeBSD 2.2.x and not 3.x or 4.x-current. You can run the code on newer FreeBSD releases, but there are problems getting the ELF and a.out libraries in the right places and getting the right defines files for builing some of the X11 ports. Good luck Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 10 6:51: 8 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 28CF114E19 for ; Mon, 10 Jan 2000 06:51:05 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (posh.dmem.strath.ac.uk [130.159.202.3]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id OAA13548 Mon, 10 Jan 2000 14:51:01 GMT Message-ID: <3879F1B0.DA90D9C9@cs.strath.ac.uk> Date: Mon, 10 Jan 2000 14:50:24 +0000 From: Roger Hardiman Organization: Strathclyde Uni X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Adam , multimedia@FreeBSD.ORG Subject: Re: G400 Multihead in X? References: <3879D194.4B4B2A12@cs.strath.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Trust me to follow up to my own posting.... > Roger Hardiman wrote: > > > Does anyone know of any X servers (free or not, prefer free) that allow > > both VGA outputs on a Matrox G400 to operate? > > I can tell you that XFree86 will not work. > It probably will never work either. Since I wrote this, there has been some discussion on the XFree86 developers mailing list, started by Amancio. It looks like we may well have a partial solution for Dual-Head G400's very shortly in the next XFree86 4.0 beta. There may be limitations, like both monitors having the same resolution, and beling limited to 1024x768 maximum, but that may be all you need. So, right now, you'll just have to wait. But progress is being made. Cheers Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 10 9:10: 9 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id F22EC14C46 for ; Mon, 10 Jan 2000 09:10:05 -0800 (PST) (envelope-from bsdx@looksharp.net) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id MAA65770; Mon, 10 Jan 2000 12:10:11 -0500 (EST) (envelope-from bsdx@looksharp.net) Date: Mon, 10 Jan 2000 12:10:11 -0500 (EST) From: Adam To: Roger Hardiman Cc: multimedia@FreeBSD.ORG Subject: Re: G400 Multihead in X? In-Reply-To: <3879F1B0.DA90D9C9@cs.strath.ac.uk> 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 Great! thanks. Any idea if it will be/is possible to control the tv output feature on dualhead cards? Or if it might be on by default? On Mon, 10 Jan 2000, Roger Hardiman wrote: >Trust me to follow up to my own posting.... > >> Roger Hardiman wrote: >> >> > Does anyone know of any X servers (free or not, prefer free) that allow >> > both VGA outputs on a Matrox G400 to operate? >> >> I can tell you that XFree86 will not work. >> It probably will never work either. > >Since I wrote this, there has been some discussion on the >XFree86 developers mailing list, started by Amancio. >It looks like we may well have a partial solution >for Dual-Head G400's very shortly in the next >XFree86 4.0 beta. > >There may be limitations, like both monitors having the >same resolution, and beling limited to 1024x768 maximum, >but that may be all you need. > >So, right now, you'll just have to wait. But progress is being made. > >Cheers >Roger > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jan 11 1:23:52 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from kiew.egd.igd.fhg.de (kiew.egd.igd.fhg.de [192.102.170.32]) by hub.freebsd.org (Postfix) with ESMTP id B259215418 for ; Tue, 11 Jan 2000 01:23:49 -0800 (PST) (envelope-from runge@rostock.zgdv.de) Received: from rostock.zgdv.de (kingfisher.egd.igd.fhg.de [153.96.43.107]) by kiew.egd.igd.fhg.de (Netscape Messaging Server 3.6) with ESMTP id AAA3479 for ; Tue, 11 Jan 2000 10:22:54 +0100 Message-ID: <387AF5AE.C517AC40@rostock.zgdv.de> Date: Tue, 11 Jan 2000 10:19:42 +0100 From: "Thomas Runge" Organization: http://www.rostock.zgdv.de X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 Cc: multimedia@FreeBSD.ORG Subject: Re: an FXTV suggestion References: <200001060226.SAA36810@rah.star-gate.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry for the late answer, but I just returned from my vacation in .do ;-) Because from time to time there are questions for a webcam-like tool, some monts ago I wrote such a thing. Get it here: http://www.rostock.zgdv.de/~runge/bktr2jpeg.c -- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 12 14: 9:39 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 46A2D1500B for ; Wed, 12 Jan 2000 14:09:34 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id RAA12184 for ; Wed, 12 Jan 2000 17:09:32 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Wed, 12 Jan 2000 17:09:32 -0500 (EST) From: Brett Taylor To: freebsd-multimedia@freebsd.org Subject: anyone got mtv working? 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 Hi, I originally sent this to -questions and haven't gotten a response so I thought I'd try multimedia... I'm trying to get a mpeg player that can play audio as well as video. I found mtv at www.mpegtv.com. They say for FreeBSD 3.0 or > you can use the linux-glibc version. I grabbed the tarball, unpacked it and tried to run it, but it dies almost immediately (I can see the license document flash up on the screen, but that's it). Here's the error: peloton: {54} ./mtv [7916,0] mtv: mtv.c:2815: t=947633646.7694: fatal: mtvp_read_notification: error reading msg: Broken pipe (errno=32) I've tried grabbing their libraries from the glibc's binary directory on their ftp server and setting the LD_LIBRARY_PATH, but the same thing occurs. Any hints on what's happening and how I can get it to work? Digging through the list archives it appears some have it working. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Jan 12 14:22:23 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by hub.freebsd.org (Postfix) with ESMTP id DD1E214F18 for ; Wed, 12 Jan 2000 14:22:17 -0800 (PST) (envelope-from babolo@links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.9.3/8.9.3) id BAA07695; Thu, 13 Jan 2000 01:26:11 +0300 (MSK) Message-Id: <200001122226.BAA07695@aaz.links.ru> Subject: Re: anyone got mtv working? In-Reply-To: from "Brett Taylor" at "Jan 12, 0 05:09:32 pm" To: brett@peloton.runet.edu (Brett Taylor) Date: Thu, 13 Jan 2000 01:26:11 +0300 (MSK) Cc: freebsd-multimedia@FreeBSD.ORG From: "Aleksandr A.Babaylov" 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 Brett Taylor writes: > I'm trying to get a mpeg player that can play audio as well as video. > I found mtv at www.mpegtv.com. They say for FreeBSD 3.0 or > you can use > the linux-glibc version. > > I grabbed the tarball, unpacked it and tried to run it, but it dies almost > immediately (I can see the license document flash up on the screen, but > that's it). > > Here's the error: > > peloton: {54} ./mtv > [7916,0] mtv: mtv.c:2815: t=947633646.7694: fatal: mtvp_read_notification: > error reading msg: Broken pipe (errno=32) > > I've tried grabbing their libraries from the glibc's binary directory on > their ftp server and setting the LD_LIBRARY_PATH, but the same thing > occurs. > > Any hints on what's happening and how I can get it to work? Digging > through the list archives it appears some have it working. it wors for me. FreeBSD 3.3-R + Xfree3.3.5 Did you try mtvp ? Just try " mtvp .mpg " or similar and see what effect Hm... Does mtvp in your PATH ? -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 12 14:24:24 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 1012F14F6A for ; Wed, 12 Jan 2000 14:24:22 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id RAA12301; Wed, 12 Jan 2000 17:24:17 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Wed, 12 Jan 2000 17:24:17 -0500 (EST) From: Brett Taylor To: "Aleksandr A.Babaylov" Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: anyone got mtv working? In-Reply-To: <200001122226.BAA07695@aaz.links.ru> 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 Hi, On Thu, 13 Jan 2000, Aleksandr A.Babaylov wrote: > > Here's the error: > > > > peloton: {54} ./mtv > > [7916,0] mtv: mtv.c:2815: t=947633646.7694: fatal: mtvp_read_notification: > > error reading msg: Broken pipe (errno=32) > > I've tried grabbing their libraries from the glibc's binary > > directory on their ftp server and setting the LD_LIBRARY_PATH, but > > the same thing occurs. > Did you try mtvp ? Yep I did: peloton: {5} ./mtvp Bad system call (core dumped) Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 12 14:39:34 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by hub.freebsd.org (Postfix) with ESMTP id AE97B14F18 for ; Wed, 12 Jan 2000 14:39:31 -0800 (PST) (envelope-from babolo@links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.9.3/8.9.3) id BAA08337; Thu, 13 Jan 2000 01:43:27 +0300 (MSK) Message-Id: <200001122243.BAA08337@aaz.links.ru> Subject: Re: anyone got mtv working? In-Reply-To: from "Brett Taylor" at "Jan 12, 0 05:24:17 pm" To: brett@peloton.runet.edu (Brett Taylor) Date: Thu, 13 Jan 2000 01:43:27 +0300 (MSK) Cc: freebsd-multimedia@FreeBSD.ORG From: "Aleksandr A.Babaylov" 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 Brett Taylor writes: > On Thu, 13 Jan 2000, Aleksandr A.Babaylov wrote: > > > Here's the error: > > > > > > peloton: {54} ./mtv > > > [7916,0] mtv: mtv.c:2815: t=947633646.7694: fatal: mtvp_read_notification: > > > error reading msg: Broken pipe (errno=32) > > > > I've tried grabbing their libraries from the glibc's binary > > > directory on their ftp server and setting the LD_LIBRARY_PATH, but > > > the same thing occurs. > > > Did you try mtvp ? > Yep I did: > > peloton: {5} ./mtvp > Bad system call (core dumped) I do ktrace when see such message in closed binary (when I have not sources) What gdb says about mtvp.core? I never tryed mtv with GENERIC kernel, I always recompile in maximazed manner. May be some SysV syscall needed? -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 12 15:10: 7 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from merlin.rz.tu-clausthal.de (merlin.rz.tu-clausthal.de [139.174.1.23]) by hub.freebsd.org (Postfix) with ESMTP id 8D0A515244 for ; Wed, 12 Jan 2000 15:10:00 -0800 (PST) (envelope-from rk@merlin.rz.tu-clausthal.de) Received: (from rk@localhost) by merlin.rz.tu-clausthal.de (8.9.3/8.9.3) id AAA75509; Thu, 13 Jan 2000 00:09:59 +0100 (CET) Date: Thu, 13 Jan 2000 00:09:59 +0100 (CET) Message-Id: <200001122309.AAA75509@merlin.rz.tu-clausthal.de> To: freebsd-multimedia@FreeBSD.ORG Subject: Re: anyone got mtv working? From: Ronald Kuehn X-Newsreader: NN version 6.5.0 CURRENT #120 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Aleksandr A.Babaylov wrote: > Brett Taylor writes: > > On Thu, 13 Jan 2000, Aleksandr A.Babaylov wrote: > > > > Here's the error: > > > > > > > > peloton: {54} ./mtv > > > > [7916,0] mtv: mtv.c:2815: t=947633646.7694: fatal: mtvp_read_notification: > > > > error reading msg: Broken pipe (errno=32) > > > > > > I've tried grabbing their libraries from the glibc's binary > > > > directory on their ftp server and setting the LD_LIBRARY_PATH, but > > > > the same thing occurs. > > > > > Did you try mtvp ? > > Yep I did: > > > > peloton: {5} ./mtvp > > Bad system call (core dumped) > I do ktrace when see such message in closed binary > (when I have not sources) > What gdb says about mtvp.core? > I never tryed mtv with GENERIC kernel, > I always recompile in maximazed manner. > May be some SysV syscall needed? Well, that looks like the same problem as with the staroffice5 port. Mtv worked with the linux_base-5.2 port and now crashes with linux_base-6.1. It seems that thses newer libs call rt_sigsuspend which ist not implemented in -stable. Bye, Ronald -- Give a man a fish, and you feed him for a day. Tell him he should learn how to fish himself, and he'll hate you for a lifetime. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 12 15:40:22 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from jason02.u.washington.edu (jason02.u.washington.edu [140.142.76.8]) by hub.freebsd.org (Postfix) with ESMTP id 4239D1547C for ; Wed, 12 Jan 2000 15:40:14 -0800 (PST) (envelope-from jimbo1@u.washington.edu) Received: from dante28.u.washington.edu (jimbo1@dante28.u.washington.edu [140.142.15.83]) by jason02.u.washington.edu (8.9.3+UW99.09/8.9.3+UW99.09) with ESMTP id PAA21398; Wed, 12 Jan 2000 15:40:04 -0800 Received: from localhost (jimbo1@localhost) by dante28.u.washington.edu (8.9.3+UW99.09/8.9.3+UW99.09) with ESMTP id PAA57630; Wed, 12 Jan 2000 15:40:03 -0800 Date: Wed, 12 Jan 2000 15:40:03 -0800 (PST) From: "J. Westfall" To: Brett Taylor Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: anyone got mtv working? 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 i had a simular problem with it core dumping. it turned out the linux binary was being linked against both libc5 and libc6 which isnt good. you might try ldd mtv and see if yours is doing the same. you might also make sure you have mtv branded as a linux binary. i was able to get mtvp working after some hacking of the libs cause mine was linked against both libc versions, but mtv doesnt work for me because stable in SMP mode doesnt support one of the linux calls. it has something to do with fork() and sharing mem between the 2 processes, i dont really recall the exact error off the top of my head. good luck jim On Wed, 12 Jan 2000, Brett Taylor wrote: > Hi, > > I originally sent this to -questions and haven't gotten a response so I > thought I'd try multimedia... > > I'm trying to get a mpeg player that can play audio as well as video. > I found mtv at www.mpegtv.com. They say for FreeBSD 3.0 or > you can use > the linux-glibc version. > > I grabbed the tarball, unpacked it and tried to run it, but it dies almost > immediately (I can see the license document flash up on the screen, but > that's it). > > Here's the error: > > peloton: {54} ./mtv > [7916,0] mtv: mtv.c:2815: t=947633646.7694: fatal: mtvp_read_notification: > error reading msg: Broken pipe (errno=32) > > I've tried grabbing their libraries from the glibc's binary directory on > their ftp server and setting the LD_LIBRARY_PATH, but the same thing > occurs. > > Any hints on what's happening and how I can get it to work? Digging > through the list archives it appears some have it working. > > Brett > ***************************************************** > Dr. Brett Taylor brett@peloton.runet.edu * > Dept of Chem and Physics * > Curie 39A (540) 831-6147 * > Dept. of Mathematics and Statistics * > Walker 234 (540) 831-5410 * > ***************************************************** > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Thu Jan 13 5: 5:55 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.cybercable.tm.fr (mail.cybercable.tm.fr [195.132.0.194]) by hub.freebsd.org (Postfix) with SMTP id 325E914A08 for ; Thu, 13 Jan 2000 05:05:51 -0800 (PST) (envelope-from dbera@cybercable.tm.fr) Received: (qmail 6692988 invoked by uid 502); 13 Jan 2000 13:07:43 -0000 Received: from r22m148.cybercable.tm.fr (HELO cybercable.tm.fr) (195.132.22.148) by mail.cybercable.tm.fr with SMTP; 13 Jan 2000 13:07:43 -0000 Message-ID: <387DCD70.710410E0@cybercable.tm.fr> Date: Thu, 13 Jan 2000 14:04:48 +0100 From: David Berard X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: fxtv, support for french channel frequency Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I modify fxtv source code, for supporting the new french channel frequency define in the bktr driver version 2.07. Is it possible to include it in fxtv Randall ? Bye. David Berard -- diff -c fxtv-1.02/tvcapture.c fxtv-1.02.modif/tvcapture.c *** fxtv-1.02/tvcapture.c Sat Oct 16 22:48:29 1999 --- fxtv-1.02.modif/tvcapture.c Thu Jan 13 13:45:07 2000 *************** *** 693,698 **** --- 693,702 ---- case CHNLSET_AUSTRALIA: return "australia"; #endif + #ifdef CHNLSET_FRANCE + case CHNLSET_FRANCE: + return "france"; + #endif default: return NULL; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 13 8:35:42 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id E5D11155D4 for ; Thu, 13 Jan 2000 08:35:39 -0800 (PST) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.18 2000/01/07 21:56:55 dmccart Exp $) with ESMTP id JAA23199 for ; Thu, 13 Jan 2000 09:35:35 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.8 1999/04/16 15:25:49 steved Exp steved $) with ESMTP id JAA24655 for ; Thu, 13 Jan 2000 09:35:34 -0700 (MST) X-Envelope-To: X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id LAA29857; Thu, 13 Jan 2000 11:35:34 -0500 (EST) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14461.65238.295789.485090@hip186.ch.intel.com> Date: Thu, 13 Jan 2000 09:35:34 -0700 (MST) To: freebsd-multimedia@freebsd.org Subject: mgavideo project -- anybody looking at it? X-Mailer: VM 6.75 under Emacs 20.3.11 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey all, I searched the archives for this but found nil. Has anybody stumbled upon this page: http://www.cs.brandeis.edu/~eddie/mga4linux/ This seems to be the best effort for getting G200-TV stuff working under Linux. I'm wondering how "non-portable" the code would be to FreeBSD? Has anybody downloaded this and looked at it? I mailed the guy and told him I'd send this URL along to this list as well as download the code to see what I find (not being a terrific device driver hacker, I'm not sure I can say more than "it doesn't work" or "it works" ... but it's a start :). If anybody has a G200-TV and feels like hacking, please visit the page and download the stuff. They're asking for FreeBSD "help" on the web page. -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 13 11:18:58 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 810CC14C4C for ; Thu, 13 Jan 2000 11:18:53 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id OAA15755; Thu, 13 Jan 2000 14:18:28 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Thu, 13 Jan 2000 14:18:28 -0500 (EST) From: Brett Taylor To: "Aleksandr A.Babaylov" Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: anyone got mtv working? In-Reply-To: <200001122243.BAA08337@aaz.links.ru> 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 Hi, On Thu, 13 Jan 2000, Aleksandr A.Babaylov wrote: Okay - I ran mtv under gdb (and I saw this under ldd too, but I didn't think anything of it at the time). peloton: {8} gdb GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. (snip) This GDB was configured as "i386-unknown-freebsd". (gdb) file ./mtvp Reading symbols from ./mtvp...(no debugging symbols found)...done. (gdb) run Starting program: /usr/home/brett/movies/mtv/./mtvp warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. /lib/libNoVersion.so.1: No such file or directory. Looking in /compat/linux/lib I find this though. I thought that maybe there was something wrong w/ the linux ldconfig, but if I use the ldconfig from /usr/compat/linux/sbin and do ./ldconfig -p it shows NoVersion being there. Any pointers? Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 14 5:17:32 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from frodo.mgi.de (frodo.mgi.de [194.120.211.8]) by hub.freebsd.org (Postfix) with ESMTP id 606FB155DE for ; Fri, 14 Jan 2000 05:17:21 -0800 (PST) (envelope-from Joachim.Jaeckel@mgi.de) Received: from kol9009a.mgi.de (kol9009a.mgi.de [194.120.197.9]) by frodo.mgi.de (2.5 Build 2639 (Berkeley 8.8.6)/8.8.4) with ESMTP id OAA28012 for ; Fri, 14 Jan 2000 14:15:52 +0100 Received: by kol9009a.mgi.de with Internet Mail Service (5.5.2650.21) id ; Fri, 14 Jan 2000 14:15:46 +0100 Message-ID: <25BD834C7D47D311B46F002048401A634D94EE@MGHM0219> From: Jaeckel Joachim To: "'freebsd-multimedia@freebsd.org'" Subject: Is there something like video4freebsd? Date: Fri, 14 Jan 2000 14:12:46 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello. I'm currently trying to code a device-driver for a video-grabber card (Miro DC10+) and for that I'd like to know if there is someone working on something simmiliar to the video4linux /dev/video pseudo-device or even a device-driver for the DC10+. If there'll be no response to my question 'till Saturday evening, I'll start coding this stuff. If that'll be the case, I try to create the video pseudo-device in the same way how linux does, to be as much compatible as possible. BTW.: Because it's the first time, that I will code something like that, I could not guarantee, that I'll finish it (but I'm full of hope...) IMPORTANT: Please send your replies to the following address: mailto:Joachim.Jaeckel@d.kamp.net Thanks in advance. Joachim Jaeckel. (Joachim.Jaeckel@d.kamp.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 14 5:39: 8 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 1D19B14CE1 for ; Fri, 14 Jan 2000 05:39:04 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (posh.dmem.strath.ac.uk [130.159.202.3]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id NAA04853 Fri, 14 Jan 2000 13:38:59 GMT Message-ID: <387F26E3.DA1A278B@cs.strath.ac.uk> Date: Fri, 14 Jan 2000 13:38:43 +0000 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Joachim.Jaeckel@d.kamp.net Cc: "'freebsd-multimedia@freebsd.org'" Subject: Re: Is there something like video4freebsd? References: <25BD834C7D47D311B46F002048401A634D94EE@MGHM0219> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jaeckel, > > I'm currently trying to code a device-driver for a video-grabber card > (Miro DC10+) and for that I'd like to know if there is someone working > on something simmiliar to the video4linux /dev/video pseudo-device or > even a device-driver for the DC10+. I'm not aware of any BSD driver projects for the Miro hardware, although there is a linux project for it, and the DC30. Currently, there is no video4linux code in FreeBSD. I've half re-written the Bt848/bt878 bktr driver to use the V4L API, but never finished the job. However, I would recomend you use either V4L (by Alan Cox) or V4L2, the newer video API from Bill Dirks. This is where all the development and leading edge stuff is with new video capture applications. > If that'll be the case, I try to create the video pseudo-device in the same > way how linux does, to be as much compatible as possible. Good idea. And Good Luck. Roger -- Roger Hardiman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 14 16: 7:41 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.ruhr.de (ns.ruhr.de [141.39.224.34]) by hub.freebsd.org (Postfix) with SMTP id 92E6514DB2 for ; Fri, 14 Jan 2000 16:07:37 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 54490 invoked by alias); 15 Jan 2000 00:07:32 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.9.3/8.9.3) id BAA01998 for multimedia@freebsd.org; Sat, 15 Jan 2000 01:09:36 +0100 (CET) (envelope-from ue) Date: Sat, 15 Jan 2000 01:09:35 +0100 From: Udo Erdelhoff To: multimedia@freebsd.org Subject: Trouble with Soundblaster 64V Message-ID: <20000115010935.E1604@nathan.ruhr.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've tried to replace my Soundblaster Vibra 16 with a Soundblaster 64V. The 64V uses an ES1373 chip (1373-0001-02). A sticker on the layout side of the cards tells me that the model number may be ES1371. I've been unable to locate a CT number on this card. I'm using 3.4-stable, last cvsup was on 12/20/1999. I've tried to use my "old" kernel (of SB16 fame) with both pnp0 and pcm0[0] as well as a new kernel with just pcm0. In both cases, the card is detected by the kernel: es1: rev 0x06 int a irq 14 on pci0.9.0 pcm1: using I/O space register mapping at 0xe000 es1371: codec vendor TRA revision 35 es1371: codec features Bass & Treble es1371: stereo enhancement: no 3D stereo enhancement (I've tried to boot in verbose mode but I've been unable to find any es/pcm related information in /var/run/dmesg.boot afterwards) The motherboard bios gives me a listing of the pci devices before it tries to boot the OS. This lists includes a "multimedia device" with device number 9 and irq 14. In other words, the kernels detects the card correctly. On the other hand, cat /dev/sndstat reports that I have an AudioPCI ES1371 using irq0 and dma0 (duh). And the card doesn't work: mpg123 is stuck on the first frame. There are no error messages on the console. My questions a) Are the 1373-based cards supported by FreeBSD 3.4? b) I'm sure I made some kind of mistake. Could somebody point my in the right direction? If you need additional information, I'll break out the screwdrivers again. /s/Udo [0] To be precise: controller pnp0 device pcm0 -- There's more than one way to skin a cat: Way number 32 -- Wrap it around a lonely frat man's pecker. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 14 17:21:53 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from timbuk.cray.com (timbuk-fddi.cray.com [128.162.8.102]) by hub.freebsd.org (Postfix) with ESMTP id 9539D14CD0 for ; Fri, 14 Jan 2000 17:21:43 -0800 (PST) (envelope-from cattelan@thebarn.com) Received: from clink.americas.sgi.com (clink.cray.com [128.162.84.70]) by timbuk.cray.com (8.8.8/CRI-gate-news-1.3) with ESMTP id TAA16377; Fri, 14 Jan 2000 19:21:40 -0600 (CST) Received: from thebarn.com (localhost [127.0.0.1]) by clink.americas.sgi.com (980427.SGI.8.8.8/CRI-news-1.3) with ESMTP id TAA50109; Fri, 14 Jan 2000 19:21:37 -0600 (CST) Message-ID: <387FCBA0.33E3C7D6@thebarn.com> Date: Fri, 14 Jan 2000 19:21:37 -0600 From: Russell Cattelan X-Mailer: Mozilla 4.7 [en] (X11; I; IRIX64 6.5-ALPHA-1276093720 IP27) X-Accept-Language: en MIME-Version: 1.0 To: Udo Erdelhoff Cc: multimedia@freebsd.org Subject: Re: Trouble with Soundblaster 64V References: <20000115010935.E1604@nathan.ruhr.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Udo Erdelhoff wrote: Ohh that's right we never patch the 3.x driver with the rev 7 patch Try this and let me know if it works change the line: (should be line 252 in es1371.c) bus_space_write_4(es->st, es->sh, ES1370_REG_CONTROL, es->ctrl); to: #define ES1371_BINTSUMM_OFF 0x07 bus_space_write_4(es->st, es->sh, ES1371_BINTSUMM_OFF, 0x20); I'll try and get a patch worked up over the weekend. > Hi, > I've tried to replace my Soundblaster Vibra 16 with a Soundblaster 64V. > The 64V uses an ES1373 chip (1373-0001-02). A sticker on the layout side > of the cards tells me that the model number may be ES1371. I've been unable > to locate a CT number on this card. > > I'm using 3.4-stable, last cvsup was on 12/20/1999. I've tried to use my > "old" kernel (of SB16 fame) with both pnp0 and pcm0[0] as well as a new > kernel with just pcm0. In both cases, the card is detected by the kernel: > > es1: rev 0x06 int a irq 14 on pci0.9.0 > pcm1: using I/O space register mapping at 0xe000 > es1371: codec vendor TRA revision 35 > es1371: codec features Bass & Treble > es1371: stereo enhancement: no 3D stereo enhancement > > (I've tried to boot in verbose mode but I've been unable to find any > es/pcm related information in /var/run/dmesg.boot afterwards) > > The motherboard bios gives me a listing of the pci devices before it > tries to boot the OS. This lists includes a "multimedia device" with > device number 9 and irq 14. In other words, the kernels detects the > card correctly. > > On the other hand, cat /dev/sndstat reports that I have an AudioPCI ES1371 > using irq0 and dma0 (duh). And the card doesn't work: mpg123 is stuck on > the first frame. There are no error messages on the console. > > My questions > a) Are the 1373-based cards supported by FreeBSD 3.4? > b) I'm sure I made some kind of mistake. Could somebody point my in the > right direction? If you need additional information, I'll break out > the screwdrivers again. > > /s/Udo > [0] To be precise: > controller pnp0 > device pcm0 > -- > There's more than one way to skin a cat: > Way number 32 -- Wrap it around a lonely frat man's pecker. > > 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 Sat Jan 15 5:27:24 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.ruhr.de (ns.ruhr.de [141.39.224.34]) by hub.freebsd.org (Postfix) with SMTP id 3520714CC5 for ; Sat, 15 Jan 2000 05:27:20 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 86307 invoked by alias); 15 Jan 2000 13:27:18 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.9.3/8.9.3) id OAA00692; Sat, 15 Jan 2000 14:29:33 +0100 (CET) (envelope-from ue) Date: Sat, 15 Jan 2000 14:29:33 +0100 From: Udo Erdelhoff To: Russell Cattelan Cc: multimedia@FreeBSD.ORG Subject: Re: Trouble with Soundblaster 64V Message-ID: <20000115142933.A336@nathan.ruhr.de> References: <20000115010935.E1604@nathan.ruhr.de> <387FCBA0.33E3C7D6@thebarn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <387FCBA0.33E3C7D6@thebarn.com>; from Russell Cattelan on Fri, Jan 14, 2000 at 07:21:37PM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Moin, > Try this and let me know if it works Well, it helps. With your patch, I'm able to play mp3s if (and only if) I do not use boot -v. I kid you not : There's still a delay of approx. 3-4 seconds during mpg123's startup message and the first samlple of the first second. (This may be a problem with mpg123, allthough I did not experience this with the SB16). Other data points: cat /dev/sndstat still reports irq 0/dma 0: FreeBSD Audio Driver (981002) Jan 15 2000 12:58:51 Installed devices: pcm1: at 0xe000 irq 0 dma 0:0 I was able to caputre the output boot -v after increasing the kernel message buffer[0]. The relevant portion of the log is: found-> vendor=0x1274, dev=0x1371, revid=0x06 class=04-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=14 map[0]: type 4, range 32, base 0000e000, size 6 es1: rev 0x06 int a irq 14 on pci0.9.0 pcm1: using I/O space register mapping at 0xe000 es1371: codec vendor TRA revision 35 es1371: codec features Bass & Treble es1371: stereo enhancement: no 3D stereo enhancement I've had a lot of fun with the mixer. Changing the mixer settings for vol and/or pcm changes the output signal. Changing the other mixer settings may or may not result in rather strange behaviour. A few examples: ue@nathan$ mixer Mixer vol is currently set to 76:76 Mixer bass is currently set to 0:0 Mixer treble is currently set to 0:0 Mixer pcm is currently set to 76:76 Mixer speaker is currently set to 64:64 Mixer line is currently set to 64:64 Mixer mic is currently set to 64:64 Mixer cd is currently set to 64:64 Mixer rec is currently set to 64:64 Mixer ogain is currently set to 64:64 Mixer line1 is currently set to 64:64 Mixer phin is currently set to 64:64 Mixer video is currently set to 64:64 ue@nathan$ mixer line1 0 Setting the mixer line1 to 0:0. ue@nathan$ mixer Mixer mic is currently set to 49:49 Mixer line1 is currently set to 0:0 [all other values remain the same] mixer line1 64 Setting the mixer line1 to 64:64. ue@nathan$ mixer Mixer mic is currently set to 64:64 Mixer line1 is currently set to 64:64 ue@nathan$ mixer mic 0 Setting the mixer mic to 0:0. ue@nathan$ mixer Mixer mic is currently set to 0:0 [all other values are unchanged] ue@nathan$ mixer mic 64 Setting the mixer mic to 64:64. ue@nathan$ mixer line1 0 Setting the mixer line1 to 0:0. ue@nathan$ mixer Mixer vol is currently set to 76:76 Mixer bass is currently set to 0:0 Mixer treble is currently set to 0:0 Mixer pcm is currently set to 76:76 Mixer speaker is currently set to 64:64 Mixer line is currently set to 100:64 <--- Mixer mic is currently set to 64:64 Mixer cd is currently set to 64:64 Mixer rec is currently set to 64:64 Mixer ogain is currently set to 64:64 Mixer line1 is currently set to 0:0 Mixer phin is currently set to 64:64 Mixer video is currently set to 100:64 <--- Changing the mixer settings for bass and treble doesnt't affect the output nor the settings reported by the next mixer command. For example: ue@nathan$ mixer Mixer vol is currently set to 76:76 Mixer bass is currently set to 0:0 Mixer treble is currently set to 0:0 Mixer pcm is currently set to 76:76 Mixer speaker is currently set to 64:64 Mixer line is currently set to 64:64 Mixer mic is currently set to 64:64 Mixer cd is currently set to 64:64 Mixer rec is currently set to 64:64 Mixer ogain is currently set to 64:64 Mixer line1 is currently set to 64:64 Mixer phin is currently set to 64:64 Mixer video is currently set to 64:64 ue@nathan$ mixer bass 75 Setting the mixer bass to 75:75. ue@nathan$ mixer Mixer bass is currently set to 0:0 Mixer rec is currently set to 82:82 <---- [The other settings remained unchanged] If you need a guinea pig for further tests, just drop me a line. /s/Udo [0] Somebody should add the words "used by dmesg and friends" the comment above the option MSGBUF_SIZE and/or add a hint about this option to the manual page for dmesg. -- Now they show you how detergents take out bloodstains; a pretty violent image there. I think if you've got a T-shirt with a bloodstain all over it, maybe laundry isn't your biggest problem. Maybe you should get rid of the body before you do the wash. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 15 14:39:54 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.cybercable.tm.fr (mail.cybercable.tm.fr [195.132.0.194]) by hub.freebsd.org (Postfix) with SMTP id 12D2214A03 for ; Sat, 15 Jan 2000 14:39:49 -0800 (PST) (envelope-from dbera@cybercable.tm.fr) Received: (qmail 7805396 invoked by uid 502); 15 Jan 2000 22:41:36 -0000 Received: from r22m222.cybercable.tm.fr (HELO cybercable.tm.fr) (195.132.22.222) by mail.cybercable.tm.fr with SMTP; 15 Jan 2000 22:41:36 -0000 Message-ID: <3880F6E8.9573B6CE@cybercable.tm.fr> Date: Sat, 15 Jan 2000 23:38:32 +0100 From: David Berard X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: EasyPainter tablet & XFree Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I try to use my tablet with XFree under FreeBSD 3.4 stable, but with no luck. My tablet is is an easypainter from genius, and it was compatible with the SummaGraphics protocol. Is anyone have try this ? and succeded ? My tablet is on the COM2 port. You can see underneath what I add to XF86Config file : Section "Module" Load "xf86Summa.so" EndSection Section "Xinput" Subsection "SummaSketch" Port "/dev/cuaa1" DeviceName "tablet" Mode absolute Cursor Puck AlwaysCore EndSubSection EndSection I have also try with /dev/ttyd1 port. thanks. David Berard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 15 19:10:36 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from astralblue.com (adsl-209-76-108-39.dsl.snfc21.pacbell.net [209.76.108.39]) by hub.freebsd.org (Postfix) with ESMTP id 91631151E3 for ; Sat, 15 Jan 2000 19:10:33 -0800 (PST) (envelope-from ab@astralblue.com) Received: from localhost (ab@localhost) by astralblue.com (8.9.3/8.9.3) with ESMTP id TAA99735; Sat, 15 Jan 2000 19:10:28 -0800 (PST) (envelope-from ab@astralblue.com) Date: Sat, 15 Jan 2000 19:10:27 -0800 (PST) From: "Eugene M. Kim" To: David Berard Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: EasyPainter tablet & XFree In-Reply-To: <3880F6E8.9573B6CE@cybercable.tm.fr> 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 had experienced similar problem before with my Wacom 12x12 tablet, and the fix for me was to add `AlwaysCore' to the XInput section so that the tablet can act as a primary pointing device. Hope this helped, Eugene On Sat, 15 Jan 2000, David Berard wrote: | | Hello, | | I try to use my tablet with XFree under FreeBSD 3.4 stable, but with no | luck. | | My tablet is is an easypainter from genius, and it was compatible with | the SummaGraphics protocol. | | Is anyone have try this ? and succeded ? | | My tablet is on the COM2 port. You can see underneath what I add to | XF86Config file : | | Section "Module" | Load "xf86Summa.so" | EndSection | | Section "Xinput" | Subsection "SummaSketch" | Port "/dev/cuaa1" | DeviceName "tablet" | Mode absolute | Cursor Puck | AlwaysCore | EndSubSection | EndSection | | I have also try with /dev/ttyd1 port. | | thanks. | | David Berard | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-multimedia" in the body of the message | -- Eugene M. Kim "Is your music unpopular? Make it popular; make music which people like, or make people who like your music." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message