From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 5 06:50:50 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A5116A4CF for ; Mon, 5 Jan 2004 06:50:50 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id A44AE43D2D for ; Mon, 5 Jan 2004 06:50:19 -0800 (PST) (envelope-from freebsd-multimedia@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AdW3c-0000CI-00 for ; Mon, 05 Jan 2004 15:50:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-multimedia@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdVv5-0008VU-00 for ; Mon, 05 Jan 2004 15:41:27 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AdVv5-0007v7-00 for ; Mon, 05 Jan 2004 15:41:27 +0100 From: Jim Ramsay Date: Mon, 05 Jan 2004 08:41:26 -0600 Lines: 30 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en Sender: news Subject: Compiling Jack X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 14:50:51 -0000 I'm trying to get Jack (http://jackit.sourceforge.net/) to compile on my 4.8 system... Has anyone had any luck with this yet? I was actually able to get it to start after patching configure.in to make it look for getopt_long in -lgnugetopt and passing ./configure LDLIBS="-L/usr/local/lib -L/usr/local/lib/pth" But the build fails... so far the first problem I've seen is that it expects to #include but there is no such file. Is there some sort of equivalent in FreeBSD? Has anyone actually ported JACK yet? I know ALSA isn't available in FreeBSD, but the portaudio driver *should* work, theoretically. I really want to get this going because I haven't been able to find a good multi-track audio recorder for FreeBSD, and ardour (http://ardour.sourceforge.net/) looks like a "good" one except that it requires JACK. I've tried using ecasound (but it's ugly), audacity (it has trouble doing more than two tracks, or three on a good day), and I'm not sure what else is available that may even work. There are more and more good looking linux apps which use Jack that I just can't use without me (or someone else) porting Jack for FreeBSD. I haven't done much porting myself, but if no one else will do it, I'll try (slowly) to get it running. -- Jim Ramsay From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 5 07:31:47 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EEDE16A4CE for ; Mon, 5 Jan 2004 07:31:47 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC68143D31 for ; Mon, 5 Jan 2004 07:31:45 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id i05FVgA7023241; Mon, 5 Jan 2004 07:31:42 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id i05FVfZg023240; Mon, 5 Jan 2004 07:31:41 -0800 Date: Mon, 5 Jan 2004 07:31:41 -0800 From: Brooks Davis To: Jim Ramsay Message-ID: <20040105153141.GA21942@Odin.AC.HMC.Edu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: freebsd-multimedia@freebsd.org Subject: Re: Compiling Jack X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 15:31:47 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 05, 2004 at 08:41:26AM -0600, Jim Ramsay wrote: > But the build fails... so far the first problem I've seen is that it=20 > expects to #include but there is no such file. Is there some= =20 > sort of equivalent in FreeBSD? We've got a stdint.h in 5.x. It declares the C99 fixed with ints (int32_t, uint32_t, int_least32_t, uint_least32_t, int_fast32_t, uint_fast32_t, etc.). sys/types.h is a partial replacement, but some things such as intmax_t and the least/fast variants aren't implemented in 4.x so if you need those, you're in for some pain. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/+YNcXY6L6fI4GtQRAquZAJ0XCs6Ps6CFw9c+2XUQ3PmtUkyr7ACeMrHW 7utqvPIYwsRaUPmXG9XZQRc= =C4iU -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 5 07:56:42 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0309416A4CE for ; Mon, 5 Jan 2004 07:56:42 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B1243D39 for ; Mon, 5 Jan 2004 07:56:36 -0800 (PST) (envelope-from freebsd-multimedia@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AdX5n-0000rh-00 for ; Mon, 05 Jan 2004 16:56:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-multimedia@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdX5m-0000rZ-00 for ; Mon, 05 Jan 2004 16:56:34 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AdX5m-0002Ef-00 for ; Mon, 05 Jan 2004 16:56:34 +0100 From: Jim Ramsay Date: Mon, 05 Jan 2004 09:56:33 -0600 Lines: 23 Message-ID: References: <20040105153141.GA21942@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en In-Reply-To: <20040105153141.GA21942@Odin.AC.HMC.Edu> Sender: news Subject: Re: Compiling Jack X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 15:56:42 -0000 Brooks Davis wrote: > On Mon, Jan 05, 2004 at 08:41:26AM -0600, Jim Ramsay wrote: > >>But the build fails... so far the first problem I've seen is that it >>expects to #include but there is no such file. Is there some >>sort of equivalent in FreeBSD? > > > We've got a stdint.h in 5.x. It declares the C99 fixed with ints > (int32_t, uint32_t, int_least32_t, uint_least32_t, int_fast32_t, > uint_fast32_t, etc.). sys/types.h is a partial replacement, but some > things such as intmax_t and the least/fast variants aren't implemented > in 4.x so if you need those, you're in for some pain. Hmmm... yet another reason to upgrade to 5.x :) Maybe I will one of these days. On a related note, is there / how is MIDI support in the 5.x? -- Jim Ramsay From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 8 13:36:37 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCBB616A4CE; Thu, 8 Jan 2004 13:36:36 -0800 (PST) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C5643D53; Thu, 8 Jan 2004 13:36:34 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from vixen42 ([68.109.49.234]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040108213633.JEIV29834.lakemtao05.cox.net@vixen42>; Thu, 8 Jan 2004 16:36:33 -0500 Date: Thu, 8 Jan 2004 15:35:09 -0600 From: Vulpes Velox To: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Message-Id: <20040108153509.05d7db36.kitbsdlists@HotPOP.com> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: gphoto2 problems X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 21:36:37 -0000 I am having problems getting gphoto2 to work with freebsd 4.9 stable The camera in question is a Kodak CX6200 and is listed as working with gphoto2. The firmware version is 1.0100. It is detected. ugen0: Eastman Kodak Company KODAK EasyShare CX6200 Digital Camera, rev 2.00/1.00, addr 3 The last few lines after "gphoto2 --debug --camera "Kodak CX6200" -P" is run are... 3.005012 gphoto2-port-core(2): Loaded '' (^serial) from 'libgphoto2_port_serial.so' 3.005638 gphoto2-port-core(2): Loaded 'Universal Serial Bus' (usb:) from 'libgphoto2_port_usb.so' 3.005784 gphoto2-port-info-list(2): Looking for path 'usb:' (4 entries available)... 3.005861 gphoto2-port-info-list(2): Getting info of entry 2 (4 available)... 3.005932 gphoto2-camera(2): Setting port info for port 'Universal Serial Bus' at 'usb:'... 3.194500 gphoto2-port(2): Setting timeout to 5000 millisecond(s)... 3.194620 gphoto2-port(2): Setting settings... 3.194676 gphoto2-setting(2): Setting key 'port' to value 'usb:' (gphoto2) 3.194735 gphoto2-setting(2): Saving 2 setting(s) to file "/root/.gphoto/settings" 3.196373 gphoto2-camera(2): Listing files in '/'... 3.196596 gphoto2-camera(2): Initializing camera... 3.196675 gphoto2-port-usb(1): Looking for USB device (vendor 0x40a, product 0x574)... found. 3.196732 gphoto2-port-usb(1): Detected defaults: config 1, interface 0, altsetting 0, inep 83, outep 04, intep 85, class 06, subclass 01 3.196788 gphoto2-camera(2): Loading '/usr/local/lib/gphoto2/2.1.3/libgphoto2_ptp2.so'... 3.197327 gphoto2-port(2): Opening USB port... 3.197503 gphoto2-port(2): Setting timeout to 8000 millisecond(s)... 3.197577 ptp(2): PTP: Opening session 3.197636 gphoto2-port(2): Writing 16=0x10 byte(s) to port... 3.197694 gphoto2-port(3): Hexdump of 16 = 0x10 bytes follows: 0000 10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00 ................ 3.252331 gphoto2-port(2): Reading 512=0x200 bytes from port... gp_port_read: Input/output error 8.371318 PTP2/library.c(2): PTP: gp_port_* function returned 0xffffffde -34 8.371434 context(0): PTP I/O error *** Error *** PTP I/O error 8.371574 gphoto2-port(2): Closing port... 8.373725 context(0): An error occurred in the io-library ('Unspecified error'): No error description available *** Error *** An error occurred in the io-library ('Unspecified error'): No error description available*** Error (-1: 'Unspecified error') *** For debugging messages, please use the --debug option. Debugging messages may help finding a solution to your problem. If you intend to send any error or debug messages to the gphoto developer mailing list , please run gphoto2 as follows: env LANG=C gphoto2 --debug --debug --camera "Kodak CX6200" -P Please make sure there is sufficient quoting around the arguments. 8.374200 gp-camera(2): Freeing camera... 8.374254 gphoto2-port(2): Freeing port... 8.374302 gphoto2-port(2): Closing port... 8.374624 libgphoto2/gphoto2-filesys.c(2): Clearing fscache LRU list... 8.374693 libgphoto2/gphoto2-filesys.c(2): fscache LRU list already empty 8.374745 gphoto2-filesystem(2): Internally deleting all folders from '/'... From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 8 22:55:09 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F5416A4CE for ; Thu, 8 Jan 2004 22:55:09 -0800 (PST) Received: from cydem.org (h24-66-230-151.ed.shawcable.net [24.66.230.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3146143D41 for ; Thu, 8 Jan 2004 22:55:08 -0800 (PST) (envelope-from soralx@cydem.org) Received: by cydem.org (Postfix/FreeBSD, from userid 426) id AA76D39462; Thu, 8 Jan 2004 23:55:07 -0700 (MST) Received: from h24-66-229-2.ed.shawcable.net (h24-66-229-2.ed.shawcable.net [24.66.229.2]) by cydem.org (Postfix/FreeBSD) with ESMTP id 34C0638A3B for ; Thu, 8 Jan 2004 23:55:07 -0700 (MST) From: To: freebsd-multimedia@freebsd.org Date: Thu, 8 Jan 2004 23:55:03 -0700 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401082355.03988.soralx@cydem.org> Subject: CT5880-E 4-speaker output X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 06:55:09 -0000 Is anyone interested in patching 'es137x.c' to enable 4-speaker output on a CS5880-E based audio card (built into mainboard; Line-In can be reconfigured as another Line-Out)? I've recieved some souce code of DOS drivers (written in C) for the 137x-based cards from Creative, but I don't have enough experience to port the functionality to the FreeBSD dirver. Also, after I managed to completely halt my machine while experimenting with the driver, which almost killed the /usr slice (softupdates...), I'd prefer to spend the spare time I have on doing backups :) Timestamp: 1073630313 [SorAlx] http://cydem.org.ua/ From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 9 02:16:13 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD05E16A4CE; Fri, 9 Jan 2004 02:16:13 -0800 (PST) Received: from smtp6.wanadoo.nl (smtp6.wanadoo.nl [194.134.35.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D64143D46; Fri, 9 Jan 2004 02:16:11 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from 10.0.0.153 (db-c-1b11d.adsl.wanadoo.nl [81.69.207.29]) by smtp6.wanadoo.nl (Postfix) with ESMTP id 30580779D0; Fri, 9 Jan 2004 11:16:09 +0100 (CET) From: Ernst de Haan To: Vulpes Velox , freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Date: Fri, 9 Jan 2004 11:16:52 +0000 User-Agent: KMail/1.5.4 References: <20040108153509.05d7db36.kitbsdlists@HotPOP.com> In-Reply-To: <20040108153509.05d7db36.kitbsdlists@HotPOP.com> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401091116.52479.znerd@FreeBSD.org> Subject: Re: gphoto2 problems X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 10:16:14 -0000 Try the gphoto-devel mailing list: gphoto-devel@lists.sourceforge.net See: http://sf.net/projects/gphoto/ Ernst On Thursday 08 January 2004 21:35, Vulpes Velox wrote: > I am having problems getting gphoto2 to work with freebsd 4.9 stable > > The camera in question is a Kodak CX6200 and is listed as working with > gphoto2. The firmware version is 1.0100. > > > > It is detected. > ugen0: Eastman Kodak Company KODAK EasyShare CX6200 Digital Camera, rev > 2.00/1.00, addr 3 > > > The last few lines after "gphoto2 --debug --camera "Kodak CX6200" -P" is > run are... > > > 3.005012 gphoto2-port-core(2): Loaded '' (^serial) from > 'libgphoto2_port_serial.so' 3.005638 gphoto2-port-core(2): Loaded > 'Universal Serial Bus' (usb:) from 'libgphoto2_port_usb.so' 3.005784 > gphoto2-port-info-list(2): Looking for path 'usb:' (4 entries > available)... 3.005861 gphoto2-port-info-list(2): Getting info of entry 2 > (4 available)... 3.005932 gphoto2-camera(2): Setting port info for port > 'Universal Serial Bus' at 'usb:'... 3.194500 gphoto2-port(2): Setting > timeout to 5000 millisecond(s)... 3.194620 gphoto2-port(2): Setting > settings... > 3.194676 gphoto2-setting(2): Setting key 'port' to value 'usb:' (gphoto2) > 3.194735 gphoto2-setting(2): Saving 2 setting(s) to file > "/root/.gphoto/settings" 3.196373 gphoto2-camera(2): Listing files in > '/'... 3.196596 gphoto2-camera(2): Initializing camera... > 3.196675 gphoto2-port-usb(1): Looking for USB device (vendor 0x40a, > product 0x574)... found. 3.196732 gphoto2-port-usb(1): Detected defaults: > config 1, interface 0, altsetting 0, inep 83, outep 04, intep 85, class > 06, subclass 01 3.196788 gphoto2-camera(2): Loading > '/usr/local/lib/gphoto2/2.1.3/libgphoto2_ptp2.so'... 3.197327 > gphoto2-port(2): Opening USB port... 3.197503 gphoto2-port(2): Setting > timeout to 8000 millisecond(s)... 3.197577 ptp(2): PTP: Opening session > 3.197636 gphoto2-port(2): Writing 16=0x10 byte(s) to port... > 3.197694 gphoto2-port(3): Hexdump of 16 = 0x10 bytes follows: > 0000 10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00 ................ > > 3.252331 gphoto2-port(2): Reading 512=0x200 bytes from port... > gp_port_read: Input/output error > 8.371318 PTP2/library.c(2): PTP: gp_port_* function returned 0xffffffde > -34 8.371434 context(0): PTP I/O error > > *** Error *** > PTP I/O error > 8.371574 gphoto2-port(2): Closing port... > 8.373725 context(0): An error occurred in the io-library ('Unspecified > error'): No error description available > > *** Error *** > An error occurred in the io-library ('Unspecified error'): No error > description available*** Error (-1: 'Unspecified error') *** > > For debugging messages, please use the --debug option. > Debugging messages may help finding a solution to your problem. > If you intend to send any error or debug messages to the gphoto > developer mailing list , please run > gphoto2 as follows: > > env LANG=C gphoto2 --debug --debug --camera "Kodak CX6200" -P > > Please make sure there is sufficient quoting around the arguments. > > 8.374200 gp-camera(2): Freeing camera... > 8.374254 gphoto2-port(2): Freeing port... > 8.374302 gphoto2-port(2): Closing port... > 8.374624 libgphoto2/gphoto2-filesys.c(2): Clearing fscache LRU list... > 8.374693 libgphoto2/gphoto2-filesys.c(2): fscache LRU list already empty > 8.374745 gphoto2-filesystem(2): Internally deleting all folders from > '/'... _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 9 07:54:23 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE30716A4CE for ; Fri, 9 Jan 2004 07:54:23 -0800 (PST) Received: from hak.cnd.mcgill.ca (hak.cnd.mcgill.ca [132.216.11.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F54743D1F for ; Fri, 9 Jan 2004 07:54:22 -0800 (PST) (envelope-from mat@hak.cnd.mcgill.ca) Received: from hak.cnd.mcgill.ca (localhost [127.0.0.1]) by hak.cnd.mcgill.ca (8.12.9/8.12.8) with ESMTP id i09Fom15054902; Fri, 9 Jan 2004 10:50:48 -0500 (EST) (envelope-from mat@hak.cnd.mcgill.ca) Received: (from mat@localhost) by hak.cnd.mcgill.ca (8.12.9/8.12.8/Submit) id i09FomfT054901; Fri, 9 Jan 2004 10:50:48 -0500 (EST) Date: Fri, 9 Jan 2004 10:50:48 -0500 From: Mathew Kanner To: soralx@cydem.org Message-ID: <20040109155048.GS38657@cnd.mcgill.ca> References: <200401082355.03988.soralx@cydem.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401082355.03988.soralx@cydem.org> User-Agent: Mutt/1.4.1i Organization: I speak for myself, operating in Montreal, CANADA X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on hak.cnd.mcgill.ca cc: freebsd-multimedia@freebsd.org Subject: Re: CT5880-E 4-speaker output X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 15:54:24 -0000 On Jan 09, soralx@cydem.org wrote: > > Is anyone interested in patching 'es137x.c' to enable 4-speaker output > on a CS5880-E based audio card (built into mainboard; Line-In can be > reconfigured as another Line-Out)? I've recieved some souce code of > DOS drivers (written in C) for the 137x-based cards from Creative, > but I don't have enough experience to port the functionality to the > FreeBSD dirver. Also, after I managed to completely halt my machine > while experimenting with the driver, which almost killed the /usr > slice (softupdates...), I'd prefer to spend the spare time I have > on doing backups :) Hey, don't give up! Bring the system to single user mode (kill -TERM 1) and force the the disks the re-mount read-only (mount -u -o ro /). Then load your hacked module. This is typically how I test/debug kernel modules. --Mat -- Any idiot can face a crisis; it is this day-to-day living that wears you out. - Chekhov From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 9 10:38:55 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA9216A4CE for ; Fri, 9 Jan 2004 10:38:55 -0800 (PST) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF54243D45 for ; Fri, 9 Jan 2004 10:38:53 -0800 (PST) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smtp3.sentex.ca (8.12.10/8.12.10) with ESMTP id i09IcoU7028848 for ; Fri, 9 Jan 2004 13:38:50 -0500 (EST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.9p2/8.12.9) with ESMTP id i09IcpXw098746 for ; Fri, 9 Jan 2004 13:38:51 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <6.0.1.1.0.20040109132552.0771cea8@209.112.4.2> X-Sender: mdtpop@209.112.4.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Fri, 09 Jan 2004 13:37:57 -0500 To: freebsd-multimedia@freebsd.org From: Mike Tancsa Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new Subject: WinPVR 350 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 18:38:55 -0000 Encouraged by http://docs.freebsd.org/cgi/mid.cgi?200312050618.hB56IYi00447 I picked up a PVR 350 to use on my home firewall. The ability to schedule TV recordings via cron was just too tempting! However, much to my disappointment, it looks like the underlying chipset has changed enough not to work with the driver as posted. When loading the modules, I see Jan 9 10:19:09 cage /kernel: cxm0: mem 0xd8000000-0xdbffffff irq 12 at device 1.0 on pci1 Jan 9 10:19:09 cage /kernel: cxm_iic0: on cxm0 Jan 9 10:19:09 cage /kernel: iicbb0: on cxm_iic0 Jan 9 10:19:09 cage /kernel: iicbus0: on iicbb0 master-only Jan 9 10:19:09 cage /kernel: iicsmb0: on iicbus0 Jan 9 10:19:09 cage /kernel: smbus1: on iicsmb0 Jan 9 10:19:09 cage /kernel: smb1: on smbus1 Jan 9 10:19:09 cage /kernel: cxm0: unknown tuner code 0xf9 Jan 9 10:19:09 cage /kernel: cxm0: could not initialize tuner Jan 9 10:19:09 cage /kernel: device_probe_and_attach: cxm0 attach returned 6 Patching the code to max the tuner ID of 0xf9 match the listed tuners in the case statement does not work either. e.g. if I force it to one of the ones listed, it still barfs on the audio portion. If I force that as well to continue on, the unit does not initialize cxm0: Philips FM1246 tuner cxm0: SAA7115 rev 1 video decoder cxm0: unknown audio decoder MSP3448W-A2 -- continuing anyways cxm0: MSP3448W-A2 audio decoder cxm0: IR Remote cxm0: could not initialize hardware device_probe_and_attach: cxm0 attach returned 6 Has anyone had any luck with these newer models ? I had a look at the linux ivtv stuff and it seemed to treat the DSP the same as the MSP34xx series. But as for the video tuner, it made reference to a saa7127 which I wonder if this is one. ---Mike -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 9 13:34:51 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC5216A4CE; Fri, 9 Jan 2004 13:34:51 -0800 (PST) Received: from mail.mcmilleon.com (12-221-223-132.client.insightBB.com [12.221.223.132]) by mx1.FreeBSD.org (Postfix) with SMTP id DDD9143D4C; Fri, 9 Jan 2004 13:34:46 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from sccigwc01.asp.att.net ([63.240.76.150]) by sccigwc01.asp.att.netESMTP <20040109101707.IUMR18214.sccigwc01.asp.att.net@sccigwc01.asp.att.net> for ; Fri, 9 Jan 2004 10:17:07 +0000 Received: from mail2.dnsvr.com ([216.40.250.39]) by sccigwc01.asp.att.net (sccigwc01) with ESMTP id <20040109101706ig100i8klve>; Fri, 9 Jan 2004 10:17:06 +0000 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by mail2.dnsvr.com (Postfix) with ESMTP id 1F10CA5938 for ; Fri, 9 Jan 2004 05:17:06 -0500 (EST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id C360B55DE0; Fri, 9 Jan 2004 02:16:30 -0800 (PST) (envelope-from owner-freebsd-questions@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 3C76816A4E2; Fri, 9 Jan 2004 02:16:29 -0800 (PST) Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD05E16A4CE; Fri, 9 Jan 2004 02:16:13 -0800 (PST) Received: from smtp6.wanadoo.nl (smtp6.wanadoo.nl [194.134.35.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D64143D46; Fri, 9 Jan 2004 02:16:11 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from 10.0.0.153 (db-c-1b11d.adsl.wanadoo.nl [81.69.207.29]) by smtp6.wanadoo.nl (Postfix) with ESMTP id 30580779D0; Fri, 9 Jan 2004 11:16:09 +0100 (CET) From: Ernst de Haan To: Vulpes Velox , freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Date: Fri, 9 Jan 2004 11:16:52 +0000 User-Agent: KMail/1.5.4 References: <20040108153509.05d7db36.kitbsdlists@HotPOP.com> In-Reply-To: <20040108153509.05d7db36.kitbsdlists@HotPOP.com> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <683317.1073684078447.JavaMail.root@mail.mcmilleon.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-freebsd-questions@freebsd.org Errors-To: owner-freebsd-questions@freebsd.org X-fetched-from: insightbb Subject: Re: gphoto2 problems X-BeenThere: freebsd-multimedia@freebsd.org List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 21:34:51 -0000 Try the gphoto-devel mailing list: gphoto-devel@lists.sourceforge.net See: http://sf.net/projects/gphoto/ Ernst On Thursday 08 January 2004 21:35, Vulpes Velox wrote: > I am having problems getting gphoto2 to work with freebsd 4.9 stable > > The camera in question is a Kodak CX6200 and is listed as working with > gphoto2. The firmware version is 1.0100. > > > > It is detected. > ugen0: Eastman Kodak Company KODAK EasyShare CX6200 Digital Camera, rev > 2.00/1.00, addr 3 > > > The last few lines after "gphoto2 --debug --camera "Kodak CX6200" -P" is > run are... > > > 3.005012 gphoto2-port-core(2): Loaded '' (^serial) from > 'libgphoto2_port_serial.so' 3.005638 gphoto2-port-core(2): Loaded > 'Universal Serial Bus' (usb:) from 'libgphoto2_port_usb.so' 3.005784 > gphoto2-port-info-list(2): Looking for path 'usb:' (4 entries > available)... 3.005861 gphoto2-port-info-list(2): Getting info of entry 2 > (4 available)... 3.005932 gphoto2-camera(2): Setting port info for port > 'Universal Serial Bus' at 'usb:'... 3.194500 gphoto2-port(2): Setting > timeout to 5000 millisecond(s)... 3.194620 gphoto2-port(2): Setting > settings... > 3.194676 gphoto2-setting(2): Setting key 'port' to value 'usb:' (gphoto2) > 3.194735 gphoto2-setting(2): Saving 2 setting(s) to file > "/root/.gphoto/settings" 3.196373 gphoto2-camera(2): Listing files in > '/'... 3.196596 gphoto2-camera(2): Initializing camera... > 3.196675 gphoto2-port-usb(1): Looking for USB device (vendor 0x40a, > product 0x574)... found. 3.196732 gphoto2-port-usb(1): Detected defaults: > config 1, interface 0, altsetting 0, inep 83, outep 04, intep 85, class > 06, subclass 01 3.196788 gphoto2-camera(2): Loading > '/usr/local/lib/gphoto2/2.1.3/libgphoto2_ptp2.so'... 3.197327 > gphoto2-port(2): Opening USB port... 3.197503 gphoto2-port(2): Setting > timeout to 8000 millisecond(s)... 3.197577 ptp(2): PTP: Opening session > 3.197636 gphoto2-port(2): Writing 16=0x10 byte(s) to port... > 3.197694 gphoto2-port(3): Hexdump of 16 = 0x10 bytes follows: > 0000 10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00 ................ > > 3.252331 gphoto2-port(2): Reading 512=0x200 bytes from port... > gp_port_read: Input/output error > 8.371318 PTP2/library.c(2): PTP: gp_port_* function returned 0xffffffde > -34 8.371434 context(0): PTP I/O error > > *** Error *** > PTP I/O error > 8.371574 gphoto2-port(2): Closing port... > 8.373725 context(0): An error occurred in the io-library ('Unspecified > error'): No error description available > > *** Error *** > An error occurred in the io-library ('Unspecified error'): No error > description available*** Error (-1: 'Unspecified error') *** > > For debugging messages, please use the --debug option. > Debugging messages may help finding a solution to your problem. > If you intend to send any error or debug messages to the gphoto > developer mailing list , please run > gphoto2 as follows: > > env LANG=C gphoto2 --debug --debug --camera "Kodak CX6200" -P > > Please make sure there is sufficient quoting around the arguments. > > 8.374200 gp-camera(2): Freeing camera... > 8.374254 gphoto2-port(2): Freeing port... > 8.374302 gphoto2-port(2): Closing port... > 8.374624 libgphoto2/gphoto2-filesys.c(2): Clearing fscache LRU list... > 8.374693 libgphoto2/gphoto2-filesys.c(2): fscache LRU list already empty > 8.374745 gphoto2-filesystem(2): Internally deleting all folders from > '/'... _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 10 00:10:34 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6833216A4CE for ; Sat, 10 Jan 2004 00:10:34 -0800 (PST) Received: from cydem.org (h24-66-230-151.ed.shawcable.net [24.66.230.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8D8143D45 for ; Sat, 10 Jan 2004 00:10:32 -0800 (PST) (envelope-from soralx@cydem.org) Received: by cydem.org (Postfix/FreeBSD, from userid 426) id 4694239479; Sat, 10 Jan 2004 01:10:32 -0700 (MST) Received: from h24-66-229-2.ed.shawcable.net (h24-66-229-2.ed.shawcable.net [24.66.229.2]) by cydem.org (Postfix/FreeBSD) with ESMTP id 8B2DE39393; Sat, 10 Jan 2004 01:10:31 -0700 (MST) From: To: mat@cnd.mcgill.ca Date: Sat, 10 Jan 2004 01:10:30 -0700 User-Agent: KMail/1.5 References: <200401082355.03988.soralx@cydem.org> <20040109155048.GS38657@cnd.mcgill.ca> In-Reply-To: <20040109155048.GS38657@cnd.mcgill.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401100110.30045.soralx@cydem.org> cc: freebsd-multimedia@freebsd.org Subject: Re: CT5880-E 4-speaker output X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2004 08:10:34 -0000 > > Is anyone interested in patching 'es137x.c' to enable 4-speaker output > > on a CS5880-E based audio card (built into mainboard; Line-In can be > > reconfigured as another Line-Out)? I've recieved some souce code of > > DOS drivers (written in C) for the 137x-based cards from Creative, > > but I don't have enough experience to port the functionality to the > > FreeBSD dirver. Also, after I managed to completely halt my machine > > while experimenting with the driver, which almost killed the /usr > > slice (softupdates...), I'd prefer to spend the spare time I have > > on doing backups :) > > Hey, don't give up! I don't, but I figured that it would be _much_ faster [and safer :)] for somebody more experienced in sound coding (and C coding in general) than I to do that. All I need for now is to make the driver flip some bits in the card's register to conver Line-In to Line-Out and enable copying primary stereo stream to this other output. When I get some time (and experience), I plan to extend the driver functionality a bit more by adding (bass/treble,3D enh,gain,mic boost) controls and real double DAC 4-speaker (surround) output mode. It seems like most (all?) of this is already done in ALSA, so I'd need just to figure out how it all works and port the necessary bits. Or probably I'll buy some PCI card with higher sound quality (not that it is bad now, but it still could be better) and [5|6|7].1 mode. Does anyone have any reccomendations on such good (but not too expensive) card? Is there any sound card that can work in FreeBSD in 4 (and more) speakers config mode? > Bring the system to single user mode > (kill -TERM 1) and force the the disks the re-mount read-only (mount > -u -o ro /). Then load your hacked module. This is typically how I > test/debug kernel modules. OK, this sounds sane; I probably should have done that right when I started %) Timestamp: 1073721041 [SorAlx] http://cydem.org.ua/ From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 10 08:55:06 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0DAC16A4CE; Sat, 10 Jan 2004 08:55:06 -0800 (PST) Received: from mail.mcmilleon.com (12-221-223-132.client.insightBB.com [12.221.223.132]) by mx1.FreeBSD.org (Postfix) with SMTP id C326543D5A; Sat, 10 Jan 2004 08:55:01 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from sccimhc01.asp.att.net ([127.0.0.1]) by sccimhc01.asp.att.net ESMTP <20040108213726.MVQS12088.sccimhc01.asp.att.net@sccimhc01.asp.att.net> for ; Thu, 8 Jan 2004 21:37:26 +0000 Received: from mail2.dnsvr.com ([216.40.250.39]) by sccimhc01.asp.att.net (sccimhc01) with ESMTP id <20040108213716im100chaeie>; Thu, 8 Jan 2004 21:37:16 +0000 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by mail2.dnsvr.com (Postfix) with ESMTP id 89275A4778 for ; Thu, 8 Jan 2004 16:37:15 -0500 (EST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 0D43D56BF8; Thu, 8 Jan 2004 13:37:04 -0800 (PST) (envelope-from owner-freebsd-questions@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id A296F16A4F9; Thu, 8 Jan 2004 13:37:01 -0800 (PST) Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCBB616A4CE; Thu, 8 Jan 2004 13:36:36 -0800 (PST) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C5643D53; Thu, 8 Jan 2004 13:36:34 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from vixen42 ([68.109.49.234]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040108213633.JEIV29834.lakemtao05.cox.net@vixen42>; Thu, 8 Jan 2004 16:36:33 -0500 Date: Thu, 8 Jan 2004 15:35:09 -0600 From: Vulpes Velox To: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Message-Id: <24840600.1073684057987.JavaMail.root@mail.mcmilleon.com> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-freebsd-questions@freebsd.org Errors-To: owner-freebsd-questions@freebsd.org X-fetched-from: insightbb Subject: gphoto2 problems X-BeenThere: freebsd-multimedia@freebsd.org List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2004 16:55:06 -0000 I am having problems getting gphoto2 to work with freebsd 4.9 stable The camera in question is a Kodak CX6200 and is listed as working with gphoto2. The firmware version is 1.0100. It is detected. ugen0: Eastman Kodak Company KODAK EasyShare CX6200 Digital Camera, rev 2.00/1.00, addr 3 The last few lines after "gphoto2 --debug --camera "Kodak CX6200" -P" is run are... 3.005012 gphoto2-port-core(2): Loaded '' (^serial) from 'libgphoto2_port_serial.so' 3.005638 gphoto2-port-core(2): Loaded 'Universal Serial Bus' (usb:) from 'libgphoto2_port_usb.so' 3.005784 gphoto2-port-info-list(2): Looking for path 'usb:' (4 entries available)... 3.005861 gphoto2-port-info-list(2): Getting info of entry 2 (4 available)... 3.005932 gphoto2-camera(2): Setting port info for port 'Universal Serial Bus' at 'usb:'... 3.194500 gphoto2-port(2): Setting timeout to 5000 millisecond(s)... 3.194620 gphoto2-port(2): Setting settings... 3.194676 gphoto2-setting(2): Setting key 'port' to value 'usb:' (gphoto2) 3.194735 gphoto2-setting(2): Saving 2 setting(s) to file "/root/.gphoto/settings" 3.196373 gphoto2-camera(2): Listing files in '/'... 3.196596 gphoto2-camera(2): Initializing camera... 3.196675 gphoto2-port-usb(1): Looking for USB device (vendor 0x40a, product 0x574)... found. 3.196732 gphoto2-port-usb(1): Detected defaults: config 1, interface 0, altsetting 0, inep 83, outep 04, intep 85, class 06, subclass 01 3.196788 gphoto2-camera(2): Loading '/usr/local/lib/gphoto2/2.1.3/libgphoto2_ptp2.so'... 3.197327 gphoto2-port(2): Opening USB port... 3.197503 gphoto2-port(2): Setting timeout to 8000 millisecond(s)... 3.197577 ptp(2): PTP: Opening session 3.197636 gphoto2-port(2): Writing 16=0x10 byte(s) to port... 3.197694 gphoto2-port(3): Hexdump of 16 = 0x10 bytes follows: 0000 10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00 ................ 3.252331 gphoto2-port(2): Reading 512=0x200 bytes from port... gp_port_read: Input/output error 8.371318 PTP2/library.c(2): PTP: gp_port_* function returned 0xffffffde -34 8.371434 context(0): PTP I/O error *** Error *** PTP I/O error 8.371574 gphoto2-port(2): Closing port... 8.373725 context(0): An error occurred in the io-library ('Unspecified error'): No error description available *** Error *** An error occurred in the io-library ('Unspecified error'): No error description available*** Error (-1: 'Unspecified error') *** For debugging messages, please use the --debug option. Debugging messages may help finding a solution to your problem. If you intend to send any error or debug messages to the gphoto developer mailing list , please run gphoto2 as follows: env LANG=C gphoto2 --debug --debug --camera "Kodak CX6200" -P Please make sure there is sufficient quoting around the arguments. 8.374200 gp-camera(2): Freeing camera... 8.374254 gphoto2-port(2): Freeing port... 8.374302 gphoto2-port(2): Closing port... 8.374624 libgphoto2/gphoto2-filesys.c(2): Clearing fscache LRU list... 8.374693 libgphoto2/gphoto2-filesys.c(2): fscache LRU list already empty 8.374745 gphoto2-filesystem(2): Internally deleting all folders from '/'... _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 10 11:14:03 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BE9016A4CE for ; Sat, 10 Jan 2004 11:14:03 -0800 (PST) Received: from hak.cnd.mcgill.ca (hak.cnd.mcgill.ca [132.216.11.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1455243D39 for ; Sat, 10 Jan 2004 11:13:59 -0800 (PST) (envelope-from mat@hak.cnd.mcgill.ca) Received: from hak.cnd.mcgill.ca (localhost [127.0.0.1]) by hak.cnd.mcgill.ca (8.12.9/8.12.8) with ESMTP id i0AJASba066951; Sat, 10 Jan 2004 14:10:28 -0500 (EST) (envelope-from mat@hak.cnd.mcgill.ca) Received: (from mat@localhost) by hak.cnd.mcgill.ca (8.12.9/8.12.8/Submit) id i0AJASWO066950; Sat, 10 Jan 2004 14:10:28 -0500 (EST) Date: Sat, 10 Jan 2004 14:10:27 -0500 From: Mathew Kanner To: soralx@cydem.org Message-ID: <20040110191027.GZ38657@cnd.mcgill.ca> References: <200401082355.03988.soralx@cydem.org> <20040109155048.GS38657@cnd.mcgill.ca> <200401100110.30045.soralx@cydem.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401100110.30045.soralx@cydem.org> User-Agent: Mutt/1.4.1i Organization: I speak for myself, operating in Montreal, CANADA X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on hak.cnd.mcgill.ca cc: freebsd-multimedia@freebsd.org Subject: Re: CT5880-E 4-speaker output X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2004 19:14:03 -0000 On Jan 10, soralx@cydem.org wrote: > > > > Is anyone interested in patching 'es137x.c' to enable 4-speaker output > > > on a CS5880-E based audio card (built into mainboard; Line-In can be > > > reconfigured as another Line-Out)? I've recieved some souce code of > > > DOS drivers (written in C) for the 137x-based cards from Creative, > > > but I don't have enough experience to port the functionality to the > > > FreeBSD dirver. Also, after I managed to completely halt my machine > > > while experimenting with the driver, which almost killed the /usr > > > slice (softupdates...), I'd prefer to spend the spare time I have > > > on doing backups :) > > > > Hey, don't give up! > > I don't, but I figured that it would be _much_ faster [and safer :)] > for somebody more experienced in sound coding (and C coding in general) > than I to do that. All I need for now is to make the driver flip some bits > in the card's register to conver Line-In to Line-Out and enable copying > primary stereo stream to this other output. I think this is a reasonable starting point to get into the sound code. I suggest you try to hook-up a sysctl to make this configurable behaviour. Look at /sys/dev/sound/pci/via8233.c line 709-752 for ideas. > When I get some time (and experience), I plan to extend the driver > functionality a bit more by adding (bass/treble,3D enh,gain,mic boost) > controls and real double DAC 4-speaker (surround) output mode. It seems > like most (all?) of this is already done in ALSA, so I'd need just to > figure out how it all works and port the necessary bits. I look forward to it, and I hope this will be the beginning getting easy and fancy features out of alsa. > > Or probably I'll buy some PCI card with higher sound quality (not that > it is bad now, but it still could be better) and [5|6|7].1 mode. Does > anyone have any reccomendations on such good (but not too expensive) > card? Is there any sound card that can work in FreeBSD in 4 (and more) > speakers config mode? I'm not an authority on sound, I don't think we able to produce analog except in mono and stereo other than copying whole channels to different outputs (like your goal #1). I've heard Cameron suggest that the emu10k1 has good features that we should aspire to tapping into. --Mat > > > Bring the system to single user mode > > (kill -TERM 1) and force the the disks the re-mount read-only (mount > > -u -o ro /). Then load your hacked module. This is typically how I > > test/debug kernel modules. > > OK, this sounds sane; I probably should have done that right when I started %) > > Timestamp: 1073721041 > [SorAlx] http://cydem.org.ua/ -- Having your book made into a movie is like having your ox made into a bouillon cube. - Bill Neely