From owner-freebsd-multimedia@FreeBSD.ORG Sun Mar 13 13:03:53 2005 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 EBC1E16A4CE for ; Sun, 13 Mar 2005 13:03:53 +0000 (GMT) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id E142743D3F for ; Sun, 13 Mar 2005 13:03:52 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd17.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1DASky-00057L-01; Sun, 13 Mar 2005 14:03:44 +0100 Received: from Andro-Beta.Leidinger.net (GMVWhmZO8eomSyUpJN8uH-mJ8yy7nTLovg5w57v3lzYGwnVM38DJ6L@[217.229.215.194]) by fwd17.sul.t-online.de with esmtp id 1DASkh-156l160; Sun, 13 Mar 2005 14:03:27 +0100 Received: from localhost (localhost [127.0.0.1])j2DD2MeR068120; Sun, 13 Mar 2005 14:02:22 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from 192.168.1.5 ([192.168.1.5]) by webmail.leidinger.net (Horde) with HTTP for ; Sun, 13 Mar 2005 14:02:22 +0100 Message-ID: <20050313140222.92g1lfp60owcsw4o@netchild.homeip.net> X-Priority: 3 (Normal) Date: Sun, 13 Mar 2005 14:02:22 +0100 From: Alexander Leidinger To: Mathew Kanner References: <20050312010248.GG2944@cnd.mcgill.ca> <20050313.031425.343188571.kazuhito@ph.noda.tus.ac.jp> <20050312194401.GH2944@cnd.mcgill.ca> In-Reply-To: <20050312194401.GH2944@cnd.mcgill.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.2) / FreeBSD-4.11 X-ID: GMVWhmZO8eomSyUpJN8uH-mJ8yy7nTLovg5w57v3lzYGwnVM38DJ6L@t-dialin.net X-TOI-MSGID: 8086c94a-0248-4f39-9cb6-125d4927625d cc: freebsd-multimedia@freebsd.org Subject: Re: uaudio patch, capabilities 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: Sun, 13 Mar 2005 13:03:54 -0000 Mathew Kanner wrote: >> I expected that only one sampling rate (when discrete) or >> one sampling rate range (when continuous) must be set in caps. >> >> I guess that there are two solutions. >> 1) use only one sampling rate or rage, neglect others. >> 2) select one rate along a speed of a sound source >> when the channel is initialized. >> >> When I challenged it slightly, I aimed at 2). >> It had no problem that I changed the caps at ua_chan_init() in uaudio_pcm.c. > > Hi, > I'm not sure I know exaclty what you mean, but there were I think he means: The audio device doesn't supports a range, it only supports discrete sampling rates: 44100, 48000 and 96000. I'm not sure what the second proposal is, but my proposal is (without looking at any code, since I don't have much time ATM) to provide the posibility to specify multiple capabilities. So if the device is able to 22500 and 48000 but not 44100, it should have 2 discrete sampling rates set in the capabilities. Yes, this is an example out of the blue, I don't know if the capabilities struct only allows fixed discrete sampling rates in the given range, or if a range means that any sampling value in between min and max are allowed, I also don't know if it's possible to have audio hardware which only supports 22500 and 48000, but not 44100. So depending on the reality our proposals may be moot. :-) Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 A language that doesn't affect the way you think about programming is not worth knowing. From owner-freebsd-multimedia@FreeBSD.ORG Sun Mar 13 17:58:01 2005 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 8DBD216A4CE for ; Sun, 13 Mar 2005 17:58:01 +0000 (GMT) Received: from trickle.cc.mcgill.ca (trickle.CC.McGill.CA [132.206.27.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF6E743D39 for ; Sun, 13 Mar 2005 17:58:00 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan5.CC.McGill.CA (mailscan5.CC.McGill.CA [132.216.77.252])j2DHve3S004482; Sun, 13 Mar 2005 12:57:45 -0500 (EST) Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) j2DHsrl0005123; Sun, 13 Mar 2005 12:54:54 -0500 Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j2DHvH19016695; Sun, 13 Mar 2005 12:57:18 -0500 Received: from localhost.localdomain (acid [127.0.0.1]) j2DHvHHn019456; Sun, 13 Mar 2005 12:57:17 -0500 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j2DHvEUu019455; Sun, 13 Mar 2005 12:57:14 -0500 Date: Sun, 13 Mar 2005 12:57:14 -0500 From: Mathew Kanner To: Alexander Leidinger Message-ID: <20050313175713.GI2944@cnd.mcgill.ca> References: <20050312010248.GG2944@cnd.mcgill.ca> <20050313.031425.343188571.kazuhito@ph.noda.tus.ac.jp> <20050312194401.GH2944@cnd.mcgill.ca> <20050313140222.92g1lfp60owcsw4o@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050313140222.92g1lfp60owcsw4o@netchild.homeip.net> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA cc: freebsd-multimedia@freebsd.org cc: Mathew Kanner Subject: Re: uaudio patch, capabilities 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: Sun, 13 Mar 2005 17:58:01 -0000 On Mar 13, Alexander Leidinger wrote: > Mathew Kanner wrote: > > >>I expected that only one sampling rate (when discrete) or > >>one sampling rate range (when continuous) must be set in caps. > >> > >>I guess that there are two solutions. > >>1) use only one sampling rate or rage, neglect others. > >>2) select one rate along a speed of a sound source > >> when the channel is initialized. > >> > >>When I challenged it slightly, I aimed at 2). > >>It had no problem that I changed the caps at ua_chan_init() in > >>uaudio_pcm.c. > > > > Hi, > > I'm not sure I know exaclty what you mean, but there were > > I think he means: > The audio device doesn't supports a range, it only supports discrete > sampling rates: 44100, 48000 and 96000. I'm not sure what the second > proposal is, but my proposal is (without looking at any code, since I don't > have much time ATM) to provide the posibility to specify multiple > capabilities. So if the device is able to 22500 and 48000 but not 44100, it > should have 2 discrete sampling rates set in the capabilities. Sadly this is what the channel interface returns: struct pcmchan_caps { u_int32_t minspeed, maxspeed; u_int32_t *fmtlist; u_int32_t caps; }; which maps to what OSS can get out of the IOCTL. One of the things fixed in the patch that we no support *not* switching to a speed if it is unsupported :) Applications are supposed to request a particular speed and see what they get. I can now run mplayer without extra options and it works. If only I could get sound recording to work with uaudio... --Mat From owner-freebsd-multimedia@FreeBSD.ORG Mon Mar 14 08:55:32 2005 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 0894416A4CE for ; Mon, 14 Mar 2005 08:55:32 +0000 (GMT) Received: from phws.ph.noda.tus.ac.jp (phws.ph.noda.tus.ac.jp [133.31.102.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 461EA43D53 for ; Mon, 14 Mar 2005 08:55:31 +0000 (GMT) (envelope-from kazuhito@ph.noda.tus.ac.jp) Received: from localhost (unknown [133.31.111.131]) by phws.ph.noda.tus.ac.jp (Postfix) with ESMTP id 626A34D804C; Mon, 14 Mar 2005 17:55:29 +0900 (JST) Date: Mon, 14 Mar 2005 17:55:29 +0900 (JST) Message-Id: <20050314.175529.343177321.kazuhito@ph.noda.tus.ac.jp> To: mat@cnd.mcgill.ca From: Kazuhito HONDA In-Reply-To: <20050313175713.GI2944@cnd.mcgill.ca> References: <20050312194401.GH2944@cnd.mcgill.ca> <20050313140222.92g1lfp60owcsw4o@netchild.homeip.net> <20050313175713.GI2944@cnd.mcgill.ca> X-Mailer: Mew version 3.3 on XEmacs 21.5-b18 (chestnut) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org cc: Alexander@Leidinger.net Subject: Re: uaudio patch, capabilities 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, 14 Mar 2005 08:55:32 -0000 Hello, On Mar 13, Alexander Leidinger wrote: > > I think he means: > The audio device doesn't supports a range, it only supports discrete > sampling rates: 44100, 48000 and 96000. I'm not sure what the second > proposal is, but my proposal is (without looking at any code, since I don't > have much time ATM) to provide the posibility to specify multiple > capabilities. So if the device is able to 22500 and 48000 but not 44100, it > should have 2 discrete sampling rates set in the capabilities. That's right. Thanks for crypt-analyzing of my mail :-) And From: Mathew Kanner Subject: Re: uaudio patch, capabilities Date: Sun, 13 Mar 2005 12:57:14 -0500 > One of the things fixed in the patch that we no support *not* > switching to a speed if it is unsupported :) the new patch works enough from that point of sampling converter, though I don't try to record. But minspeed and maxspeed of pcmchan_caps should be limited to capability of FreeBSD itself, (I guess this limit comes from RATEMIN and RATEMAX of feeder_rate,c, isn't it?) because some latest devices have sampling rate over 48 kHz. Or the capability of FreeBSD should be enlarged to 96 kHz. Sincerely, Kazuhito HONDA From owner-freebsd-multimedia@FreeBSD.ORG Mon Mar 14 17:43:13 2005 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 A5AC316A4CE for ; Mon, 14 Mar 2005 17:43:13 +0000 (GMT) Received: from phws.ph.noda.tus.ac.jp (phws.ph.noda.tus.ac.jp [133.31.102.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC6C343D5C for ; Mon, 14 Mar 2005 17:43:12 +0000 (GMT) (envelope-from kazuhito@ph.noda.tus.ac.jp) Received: from localhost (unknown [133.31.111.131]) by phws.ph.noda.tus.ac.jp (Postfix) with ESMTP id B2EC24D804C; Tue, 15 Mar 2005 02:43:10 +0900 (JST) Date: Tue, 15 Mar 2005 02:43:10 +0900 (JST) Message-Id: <20050315.024310.343172748.kazuhito@ph.noda.tus.ac.jp> To: mat@cnd.mcgill.ca From: Kazuhito HONDA In-Reply-To: <20050314.175529.343177321.kazuhito@ph.noda.tus.ac.jp> References: <20050313140222.92g1lfp60owcsw4o@netchild.homeip.net> <20050313175713.GI2944@cnd.mcgill.ca> <20050314.175529.343177321.kazuhito@ph.noda.tus.ac.jp> X-Mailer: Mew version 3.3 on XEmacs 21.5-b18 (chestnut) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org cc: Alexander@Leidinger.net Subject: Re: uaudio patch, capabilities 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, 14 Mar 2005 17:43:13 -0000 From: Kazuhito HONDA Subject: Re: uaudio patch, capabilities Date: Mon, 14 Mar 2005 17:55:29 +0900 (JST) > the new patch works enough from that point of sampling converter, > though I don't try to record. I tried to record, and it worked enough. But, for example, when a USB device has two sampling rate, A and B (A < B), and when sampling rate of a sound source is C which is between A and B(A < C < B), the sound source is always converted to A, even if C is nearer to B than to A. It may be, however, a small problem, and enough to use usually. I expect that this point doesn't need to be fixed. > But minspeed and maxspeed of pcmchan_caps > should be limited to capability of FreeBSD itself, After several trial, I have come to expect that it isn't necessary, because that patch works enough without it. Sincerely, Kazuhito HONDA From owner-freebsd-multimedia@FreeBSD.ORG Mon Mar 14 18:08:28 2005 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 6B36B16A4CE for ; Mon, 14 Mar 2005 18:08:28 +0000 (GMT) Received: from trickle.cc.mcgill.ca (trickle.CC.McGill.CA [132.206.27.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id E962843D39 for ; Mon, 14 Mar 2005 18:08:24 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan1.cc.mcgill.ca (mailscan1.CC.McGill.CA [132.216.77.248])j2EI7pNm014832; Mon, 14 Mar 2005 13:08:08 -0500 (EST) Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) j2EI7abv004111; Mon, 14 Mar 2005 13:07:38 -0500 (EST) Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j2EI7JWw027946; Mon, 14 Mar 2005 13:07:24 -0500 Received: from localhost.localdomain (acid [127.0.0.1]) j2EI7IqQ021000; Mon, 14 Mar 2005 13:07:19 -0500 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j2EI7IIG020999; Mon, 14 Mar 2005 13:07:18 -0500 Date: Mon, 14 Mar 2005 13:07:18 -0500 From: Mathew Kanner To: Kazuhito HONDA Message-ID: <20050314180718.GA20990@cnd.mcgill.ca> References: <20050313140222.92g1lfp60owcsw4o@netchild.homeip.net> <20050313175713.GI2944@cnd.mcgill.ca> <20050314.175529.343177321.kazuhito@ph.noda.tus.ac.jp> <20050315.024310.343172748.kazuhito@ph.noda.tus.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050315.024310.343172748.kazuhito@ph.noda.tus.ac.jp> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA cc: freebsd-multimedia@freebsd.org cc: Alexander@Leidinger.net cc: mat@cnd.mcgill.ca Subject: Re: uaudio patch, capabilities 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, 14 Mar 2005 18:08:28 -0000 On Mar 14, Kazuhito HONDA wrote: > From: Kazuhito HONDA > Subject: Re: uaudio patch, capabilities > Date: Mon, 14 Mar 2005 17:55:29 +0900 (JST) > > > the new patch works enough from that point of sampling converter, > > though I don't try to record. > > I tried to record, and it worked enough. Good, I hope to commit this this comming weekend, unless you can see any reason not to. I can't record with my device -- it's an old SoundBlaster external, I just got a new one that I suspect is the same device that you have, 'SB Live! 24-bit External'. --Mat From owner-freebsd-multimedia@FreeBSD.ORG Wed Mar 16 13:35:17 2005 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 7C9C416A4CE for ; Wed, 16 Mar 2005 13:35:17 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F9C43D31 for ; Wed, 16 Mar 2005 13:35:16 +0000 (GMT) (envelope-from elifarley@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so96035rne for ; Wed, 16 Mar 2005 05:35:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=rd6uv390SFomUKqKpiHT4eQXsA1OCzfSuGV0+MUNscUxackdlZnsVz0lEPfObdKCEsnzFNq8+VZA84nUpgm4g/OQtIcEk6ydJ+qH3nEpnj9N8EbIkddcEemTzr2/4DHN/ypJl0L5uG7WzTquT3Z6tyD4rfT1gBSviRWYHYOIkfA= Received: by 10.38.101.66 with SMTP id y66mr495679rnb; Wed, 16 Mar 2005 05:35:15 -0800 (PST) Received: by 10.38.88.76 with HTTP; Wed, 16 Mar 2005 05:35:15 -0800 (PST) Message-ID: <6a219efc05031605352541027e@mail.gmail.com> Date: Wed, 16 Mar 2005 10:35:15 -0300 From: Elifarley Callado Coelho Cruz To: freebsd-multimedia@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Failed to compile Handbrake 0.6.2_2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Elifarley Callado Coelho Cruz List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 13:35:17 -0000 Compilation fails because of compiler errors in file 'core/X264Enc.c' - Am I doing something wrong ? - Should I send this kind of message to freebsd-ports-bugs instead ? Thank you, Error log: ===> Building for handbrake-0.6.2_2 ...found 204 target(s)... ...updating 50 target(s)... Cc contrib/libx264/core/mc.o Cc contrib/libx264/core/predict.o Cc contrib/libx264/core/pixel.o Cc contrib/libx264/core/macroblock.o Cc contrib/libx264/core/frame.o Cc contrib/libx264/core/dct.o Cc contrib/libx264/core/cpu.o Cc contrib/libx264/core/cabac.o Cc contrib/libx264/core/common.o Cc contrib/libx264/core/mdate.o Cc contrib/libx264/encoder/analyse.o Cc contrib/libx264/encoder/me.o Cc contrib/libx264/encoder/ratecontrol.o Cc contrib/libx264/encoder/set.o Cc contrib/libx264/encoder/macroblock.o Cc contrib/libx264/encoder/cabac.o Cc contrib/libx264/encoder/cavlc.o Cc contrib/libx264/encoder/encoder.o Archive contrib/libx264/libx264.a ar: creating contrib/libx264/libx264.a Ranlib contrib/libx264/libx264.a Cc core/Ac3Dec.o Cc core/AviMux.o Cc core/DVDRead.o Cc core/FaacEnc.o Cc core/FfmpegEnc.o Cc core/Fifo.o Cc core/HandBrake.o Cc core/LpcmDec.o Cc core/Mp3Enc.o Cc core/Mp4Mux.o Cc core/Mpeg2Dec.o Cc core/MpgaDec.o Cc core/Mux.o Cc core/OgmMux.o Cc core/Resample.o Cc core/Scale.o Cc core/Scan.o Cc core/Thread.o Cc core/Utils.o Cc core/VorbisEnc.o Cc core/Work.o Cc core/X264Enc.o core/X264Enc.c: In function `HBX264EncInit': core/X264Enc.c:44: error: structure has no member named `i_iframe' core/X264Enc.c:45: error: structure has no member named `i_idrframe' core/X264Enc.c:48: error: `X264_ANALYSE_I16x16' undeclared (first use in this function) core/X264Enc.c:48: error: (Each undeclared identifier is reported only once core/X264Enc.c:48: error: for each function it appears in.) core/X264Enc.c:48: error: `X264_ANALYSE_P16x16' undeclared (first use in this function) core/X264Enc.c:49: error: `X264_ANALYSE_P16x8' undeclared (first use in this function) core/X264Enc.c:49: error: `X264_ANALYSE_P8x16' undeclared (first use in this function) core/X264Enc.c:49: error: `X264_ANALYSE_P8x8' undeclared (first use in this function) core/X264Enc.c:50: error: `X264_ANALYSE_SMART_PSUB' undeclared (first use in this function) core/X264Enc.c:58: error: structure has no member named `i_width' core/X264Enc.c:59: error: structure has no member named `i_height' core/X264Enc.c:60: error: structure has no member named `i_plane' core/X264Enc.c:62: error: structure has no member named `i_iframe' core/X264Enc.c: In function `HBX264EncWork': core/X264Enc.c:108: error: structure has no member named `i_stride' core/X264Enc.c:109: error: structure has no member named `i_stride' core/X264Enc.c:110: error: structure has no member named `i_stride' core/X264Enc.c:112: error: structure has no member named `plane' core/X264Enc.c:113: error: structure has no member named `plane' core/X264Enc.c:113: error: structure has no member named `plane' core/X264Enc.c:114: error: structure has no member named `plane' core/X264Enc.c:114: error: structure has no member named `plane' cc -c -o core/X264Enc.o -pipe -funroll-loops -O2 -march=pentium4 -g -Wall -W -I/usr/local/include -DHB_FREEBSD -DHB_VERSION=\"0.6.2\" -Icore -I./contrib/libx264 core/X264Enc.c ...failed Cc core/X264Enc.o ... Cc core/XvidEnc.o ...skipped libhb.a for lack of X264Enc.o... Cc test/test.o ...skipped HBTest for lack of libhb.a... Cc gtk2/main.o Cc gtk2/callbacks.o Cc gtk2/interface.o Cc gtk2/support.o ...skipped gtk2HB for lack of libhb.a... ...failed updating 1 target(s)... ...skipped 3 target(s)... ...updated 46 target(s)... *** Error code 1 Stop in /volumes/smallFiles/usr-ports/multimedia/handbrake. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall86127.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! multimedia/handbrake (compiler error) -- There are 10 types of people in the world: Those who understand binary and those who don't From owner-freebsd-multimedia@FreeBSD.ORG Wed Mar 16 21:51:33 2005 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 5DB4D16A4CE for ; Wed, 16 Mar 2005 21:51:33 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B144B43D48 for ; Wed, 16 Mar 2005 21:51:32 +0000 (GMT) (envelope-from redchin@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so273440rne for ; Wed, 16 Mar 2005 13:51:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=t/TScX94x5SR7sKlWU7gCgd+k/h2Uy2JD8t9yQuXKvOFtz+r3kVc+nCz5Y/YM7R0vnROmr+yBRfCzWNyBkaJVS3AvA8ImXKMUwimLacJWYwbwC32ERnaj+yU+mMpVHzIsZW+Hze+URjSkYDNq1vS8WLf/QNdrja+ooApms/s7qE= Received: by 10.39.1.24 with SMTP id d24mr917064rni; Wed, 16 Mar 2005 13:51:32 -0800 (PST) Received: by 10.38.149.8 with HTTP; Wed, 16 Mar 2005 13:51:32 -0800 (PST) Message-ID: <1d3ed48c050316135165eb38bb@mail.gmail.com> Date: Wed, 16 Mar 2005 21:51:32 +0000 From: Kevin Downey To: freebsd-multimedia@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_451_5710563.1111009892319" Subject: Joy X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin Downey List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 21:51:33 -0000 ------=_Part_451_5710563.1111009892319 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline So, I got this cheap old used microsoft gamepad of some kind(sidewinder?). It plugs into the "game port" on the sound card. I figure all I will have to do is kldload a module or few to get it running. So kldload joy and nada. Does device joy need to be in the kernel? is joy.ko just a siren's song of impossibilities to lure the ignorant? FreeBSD zifnab 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Mon Mar 14 04:49:45 UTC 2005 root@zifnab:/usr/obj/usr/src/sys/SEE_NO_EVIL i386 dmesg attached -- What the large print giveth, the small print taketh away. ------=_Part_451_5710563.1111009892319 Content-Type: application/octet-stream; name="dmesg.16-Mar-2005" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dmesg.16-Mar-2005" Q29weXJpZ2h0IChjKSAxOTkyLTIwMDUgVGhlIEZyZWVCU0QgUHJvamVjdC4KQ29weXJpZ2h0IChj KSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkxLCAxOTkyLCAxOTkzLCAx OTk0CglUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhLiBBbGwgcmln aHRzIHJlc2VydmVkLgpGcmVlQlNEIDYuMC1DVVJSRU5UICMxOiBNb24gTWFyIDE0IDA0OjQ5OjQ1 IFVUQyAyMDA1CiAgICByb290QHppZm5hYjovdXNyL29iai91c3Ivc3JjL3N5cy9TRUVfTk9fRVZJ TApUaW1lY291bnRlciAiaTgyNTQiIGZyZXF1ZW5jeSAxMTkzMTgyIEh6IHF1YWxpdHkgMApDUFU6 IEFNRCBEdXJvbih0bSkgcHJvY2Vzc29yICg4MzcuMDEtTUh6IDY4Ni1jbGFzcyBDUFUpCiAgT3Jp Z2luID0gIkF1dGhlbnRpY0FNRCIgIElkID0gMHg2MzEgIFN0ZXBwaW5nID0gMQogIEZlYXR1cmVz PTB4MTgzZjlmZjxGUFUsVk1FLERFLFBTRSxUU0MsTVNSLFBBRSxNQ0UsQ1g4LFNFUCxNVFJSLFBH RSxNQ0EsQ01PVixQQVQsUFNFMzYsTU1YLEZYU1I+CiAgQU1EIEZlYXR1cmVzPTB4YzA0NDAwMDA8 UlNWRCxBTUlFLERTUCwzRE5vdyE+CnJlYWwgbWVtb3J5ICA9IDI1OTk4MTMxMiAoMjQ3IE1CKQph dmFpbCBtZW1vcnkgPSAyNDQ5ODU4NTYgKDIzMyBNQikKTkVXX1VOUkhEUiAwLWZmZmZmZiAtPiAw eGMxNGU0ODQwCm5weDA6IFtGQVNUXQpucHgwOiA8bWF0aCBwcm9jZXNzb3I+IG9uIG1vdGhlcmJv YXJkCm5weDA6IElOVCAxNiBpbnRlcmZhY2UKYWNwaTA6IDxWSUE2OTQgQVdSREFDUEk+IG9uIG1v dGhlcmJvYXJkCmFjcGkwOiBQb3dlciBCdXR0b24gKGZpeGVkKQpUaW1lY291bnRlciAiQUNQSS1z YWZlIiBmcmVxdWVuY3kgMzU3OTU0NSBIeiBxdWFsaXR5IDEwMDAKYWNwaV90aW1lcjA6IDwyNC1i aXQgdGltZXIgYXQgMy41Nzk1NDVNSHo+IHBvcnQgMHg0MDA4LTB4NDAwYiBvbiBhY3BpMApjcHUw OiA8QUNQSSBDUFUgKDMgQ3ggc3RhdGVzKT4gb24gYWNwaTAKYWNwaV90aHJvdHRsZTA6IDxBQ1BJ IENQVSBUaHJvdHRsaW5nPiBvbiBjcHUwCmFjcGlfYnV0dG9uMDogPFBvd2VyIEJ1dHRvbj4gb24g YWNwaTAKcGNpYjA6IDxBQ1BJIEhvc3QtUENJIGJyaWRnZT4gcG9ydCAweDYwMDAtMHg2MDdmLDB4 NTAwMC0weDUwMGYsMHg0MDgwLTB4NDBmZiwweDQwMDAtMHg0MDdmLDB4Y2Y4LTB4Y2ZmIG9uIGFj cGkwCnBjaV9saW5rMDogPEFDUEkgUENJIExpbmsgTE5LQT4gaXJxIDExIG9uIGFjcGkwCnBjaV9s aW5rMTogPEFDUEkgUENJIExpbmsgTE5LQj4gaXJxIDEwIG9uIGFjcGkwCnBjaV9saW5rMjogPEFD UEkgUENJIExpbmsgTE5LQz4gaXJxIDEyIG9uIGFjcGkwCnBjaV9saW5rMzogPEFDUEkgUENJIExp bmsgTE5LRD4gaXJxIDUgb24gYWNwaTAKcGNpMDogPEFDUEkgUENJIGJ1cz4gb24gcGNpYjAKYWdw MDogPFZJQSA4MzYxIChLTEUxMzMpIGhvc3QgdG8gUENJIGJyaWRnZT4gbWVtIDB4ZTAwMDAwMDAt MHhlM2ZmZmZmZiBhdCBkZXZpY2UgMC4wIG9uIHBjaTAKcGNpYjE6IDxQQ0ktUENJIGJyaWRnZT4g YXQgZGV2aWNlIDEuMCBvbiBwY2kwCnBjaTE6IDxQQ0kgYnVzPiBvbiBwY2liMQpwY2kxOiA8ZGlz cGxheSwgVkdBPiBhdCBkZXZpY2UgMC4wIChubyBkcml2ZXIgYXR0YWNoZWQpCmlzYWIwOiA8UENJ LUlTQSBicmlkZ2U+IGF0IGRldmljZSA3LjAgb24gcGNpMAppc2EwOiA8SVNBIGJ1cz4gb24gaXNh YjAKYXRhcGNpMDogPFZJQSA4MkM2ODZCIFVETUExMDAgY29udHJvbGxlcj4gcG9ydCAweGMwMDAt MHhjMDBmLDB4Mzc2LDB4MTcwLTB4MTc3LDB4M2Y2LDB4MWYwLTB4MWY3IGF0IGRldmljZSA3LjEg b24gcGNpMAphdGFwY2kwOiBDb3JyZWN0aW5nIFZJQSBjb25maWcgZm9yIHNvdXRoYnJpZGdlIGRh dGEgY29ycnVwdGlvbiBidWcKYXRhMDogY2hhbm5lbCAjMCBvbiBhdGFwY2kwCmF0YTE6IGNoYW5u ZWwgIzEgb24gYXRhcGNpMAp1aGNpMDogPFZJQSA4M0M1NzIgVVNCIGNvbnRyb2xsZXI+IHBvcnQg MHhjNDAwLTB4YzQxZiBpcnEgNSBhdCBkZXZpY2UgNy4yIG9uIHBjaTAKdWhjaTA6IFtHSUFOVC1M T0NLRURdCnVzYjA6IDxWSUEgODNDNTcyIFVTQiBjb250cm9sbGVyPiBvbiB1aGNpMAp1c2IwOiBV U0IgcmV2aXNpb24gMS4wCnVodWIwOiBWSUEgVUhDSSByb290IGh1YiwgY2xhc3MgOS8wLCByZXYg MS4wMC8xLjAwLCBhZGRyIDEKdWh1YjA6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJsZSwgc2VsZiBw b3dlcmVkCnVrYmQwOiBTRUpJTiBTRUpJTiBVU0IgTWluaSBLZXlib2FyZCwgcmV2IDEuMTAvMi4y MCwgYWRkciAyLCBpY2xhc3MgMy8xCmtiZDAgYXQgdWtiZDAKdW1zMDogTG9naXRlY2ggVVNCLVBT LzIgT3B0aWNhbCBNb3VzZSwgcmV2IDIuMDAvMTEuMTAsIGFkZHIgMywgaWNsYXNzIDMvMQp1bXMw OiAzIGJ1dHRvbnMgYW5kIFogZGlyLgp1aGNpMTogPFZJQSA4M0M1NzIgVVNCIGNvbnRyb2xsZXI+ IHBvcnQgMHhjODAwLTB4YzgxZiBpcnEgNSBhdCBkZXZpY2UgNy4zIG9uIHBjaTAKdWhjaTE6IFtH SUFOVC1MT0NLRURdCnVzYjE6IDxWSUEgODNDNTcyIFVTQiBjb250cm9sbGVyPiBvbiB1aGNpMQp1 c2IxOiBVU0IgcmV2aXNpb24gMS4wCnVodWIxOiBWSUEgVUhDSSByb290IGh1YiwgY2xhc3MgOS8w LCByZXYgMS4wMC8xLjAwLCBhZGRyIDEKdWh1YjE6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJsZSwg c2VsZiBwb3dlcmVkCnBjaTA6IDxicmlkZ2UsIFBDSS11bmtub3duPiBhdCBkZXZpY2UgNy40IChu byBkcml2ZXIgYXR0YWNoZWQpCnBjbTA6IDxWSUEgVlQ4MkM2ODZBPiBwb3J0IDB4ZDQwMC0weGQ0 MDMsMHhkMDAwLTB4ZDAwMywweGNjMDAtMHhjY2ZmIGlycSAxMiBhdCBkZXZpY2UgNy41IG9uIHBj aTAKcGNtMDogW0dJQU5ULUxPQ0tFRF0KcGNtMDogPElDRW5zZW1ibGUgSUNFMTIzMiBBQzk3IENv ZGVjPgpwY2kwOiA8bmV0d29yaywgZXRoZXJuZXQ+IGF0IGRldmljZSA4LjAgKG5vIGRyaXZlciBh dHRhY2hlZCkKcGNpMDogPG5ldHdvcmssIGV0aGVybmV0PiBhdCBkZXZpY2UgOS4wIChubyBkcml2 ZXIgYXR0YWNoZWQpCnBjaTA6IDxkaXNwbGF5LCBWR0E+IGF0IGRldmljZSAxMC4wIChubyBkcml2 ZXIgYXR0YWNoZWQpCmZkYzA6IDxmbG9wcHkgZHJpdmUgY29udHJvbGxlcj4gcG9ydCAweDNmNyww eDNmMC0weDNmNSBpcnEgNiBkcnEgMiBvbiBhY3BpMApmZGMwOiBbRkFTVF0Kc2lvMDogY29uZmln dXJlZCBpcnEgNCBub3QgaW4gYml0bWFwIG9mIHByb2JlZCBpcnFzIDAKc2lvMDogcG9ydCBtYXkg bm90IGJlIGVuYWJsZWQKc2lvMDogPDE2NTUwQS1jb21wYXRpYmxlIENPTSBwb3J0PiBwb3J0IDB4 M2Y4LTB4M2ZmIGlycSA0IGZsYWdzIDB4MTAgb24gYWNwaTAKc2lvMDogdHlwZSAxNjU1MEEKTkVX X1VOUkhEUiAwLWZmZmYgLT4gMHhjMTVjZTg4MApzaW8xOiBjb25maWd1cmVkIGlycSAzIG5vdCBp biBiaXRtYXAgb2YgcHJvYmVkIGlycXMgMApzaW8xOiBwb3J0IG1heSBub3QgYmUgZW5hYmxlZApz aW8xOiA8MTY1NTBBLWNvbXBhdGlibGUgQ09NIHBvcnQ+IHBvcnQgMHgyZjgtMHgyZmYgaXJxIDMg b24gYWNwaTAKc2lvMTogdHlwZSAxNjU1MEEKcHBjMDogPFN0YW5kYXJkIHBhcmFsbGVsIHByaW50 ZXIgcG9ydD4gcG9ydCAweDM3OC0weDM3ZiBpcnEgNyBvbiBhY3BpMApwcGMwOiBHZW5lcmljIGNo aXBzZXQgKEVQUC9OSUJCTEUpIGluIENPTVBBVElCTEUgbW9kZQpwcGJ1czA6IDxQYXJhbGxlbCBw b3J0IGJ1cz4gb24gcHBjMApwbGlwMDogPFBMSVAgbmV0d29yayBpbnRlcmZhY2U+IG9uIHBwYnVz MApscHQwOiA8UHJpbnRlcj4gb24gcHBidXMwCmxwdDA6IEludGVycnVwdC1kcml2ZW4gcG9ydApw cGkwOiA8UGFyYWxsZWwgSS9PPiBvbiBwcGJ1czAKb3JtMDogPElTQSBPcHRpb24gUk9Ncz4gYXQg aW9tZW0gMHhjYzAwMC0weGNmZmZmLDB4YzAwMDAtMHhjYmZmZiBvbiBpc2EwCnNjMDogPFN5c3Rl bSBjb25zb2xlPiBhdCBmbGFncyAweDEwMCBvbiBpc2EwCnNjMDogVkdBIDwxNiB2aXJ0dWFsIGNv bnNvbGVzLCBmbGFncz0weDMwMD4KdmdhMDogPEdlbmVyaWMgSVNBIFZHQT4gYXQgcG9ydCAweDNj MC0weDNkZiBpb21lbSAweGEwMDAwLTB4YmZmZmYgb24gaXNhMAphdGtiZGMwOiA8S2V5Ym9hcmQg Y29udHJvbGxlciAoaTgwNDIpPiBhdCBwb3J0IDB4NjQsMHg2MCBvbiBpc2EwClRpbWVjb3VudGVy ICJUU0MiIGZyZXF1ZW5jeSA4MzcwMDU5OTMgSHogcXVhbGl0eSA4MDAKVGltZWNvdW50ZXJzIHRp Y2sgZXZlcnkgMS4wMDAgbXNlYwpORVdfVU5SSERSIDAtZmZmZmZmIC0+IDB4YzE1ZTk3ODAKYWQw OiAyOTMxMk1CIDxNYXh0b3IgMzMwNzNIMy9ZQUg4MTRZMD4gWzU5NTU2LzE2LzYzXSBhdCBhdGEw LW1hc3RlciBVRE1BMTAwCmFkMTogNTg2NDRNQiA8TWF4dG9yIDZZMDYwTDAvWUFSNDFWVzA+IFsx MTkxNTAvMTYvNjNdIGF0IGF0YTAtc2xhdmUgVURNQTEwMApUcnlpbmcgdG8gbW91bnQgcm9vdCBm cm9tIHVmczovZGV2L2FkMHMxYQpXQVJOSU5HOiA/fW50L3Vmcy40IHdhcyBub3QgcHJvcGVybHkg ZGlzbW91bnRlZAphdGhfaGFsOiAwLjkuMTQuOSAoQVI1MjEwLCBBUjUyMTEsIEFSNTIxMiwgUkY1 MTExLCBSRjUxMTIsIFJGMjQxMykKYXRoMDogPEF0aGVyb3MgNTIxMj4gbWVtIDB4ZTg0MDAwMDAt MHhlODQwZmZmZiBpcnEgMTEgYXQgZGV2aWNlIDguMCBvbiBwY2kwCmF0aDA6IEV0aGVybmV0IGFk ZHJlc3M6IDAwOjBmOjNkOmFlOmFkOmI4CmF0aDA6IG1hYyA1LjkgcGh5IDQuMyByYWRpbyA0LjYK YXRoMDogbGluayBzdGF0ZSBjaGFuZ2VkIHRvIFVQCmF0aDA6IGxpbmsgc3RhdGUgY2hhbmdlZCB0 byBET1dOCmF0aDA6IGxpbmsgc3RhdGUgY2hhbmdlZCB0byBVUAphdGgwOiBsaW5rIHN0YXRlIGNo YW5nZWQgdG8gRE9XTgphdGgwOiBsaW5rIHN0YXRlIGNoYW5nZWQgdG8gVVAKYXRoMDogbGluayBz dGF0ZSBjaGFuZ2VkIHRvIERPV04KYXRoMDogbGluayBzdGF0ZSBjaGFuZ2VkIHRvIFVQCg== ------=_Part_451_5710563.1111009892319-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Mar 16 21:57:52 2005 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 3ADF116A4CE for ; Wed, 16 Mar 2005 21:57:52 +0000 (GMT) Received: from drizzle.CC.McGill.CA (drizzle.cc.mcgill.ca [132.206.27.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD9E843D39 for ; Wed, 16 Mar 2005 21:57:50 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan5.CC.McGill.CA (mailscan5.CC.McGill.CA [132.216.77.252])j2GLvlNh029572; Wed, 16 Mar 2005 16:57:49 -0500 Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) j2GLvOQZ011560; Wed, 16 Mar 2005 16:57:24 -0500 Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j2GLvYNS022798; Wed, 16 Mar 2005 16:57:35 -0500 Received: from localhost.localdomain (acid [127.0.0.1]) j2GLvYnQ028688; Wed, 16 Mar 2005 16:57:34 -0500 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j2GLvX69028687; Wed, 16 Mar 2005 16:57:33 -0500 Date: Wed, 16 Mar 2005 16:57:32 -0500 From: Mathew Kanner To: Kevin Downey Message-ID: <20050316215732.GA28457@cnd.mcgill.ca> References: <1d3ed48c050316135165eb38bb@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1d3ed48c050316135165eb38bb@mail.gmail.com> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA cc: freebsd-multimedia@freebsd.org Subject: Re: Joy 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: Wed, 16 Mar 2005 21:57:52 -0000 On Mar 16, Kevin Downey wrote: > So, I got this cheap old used microsoft gamepad of some > kind(sidewinder?). It plugs into the "game port" on the sound card. I > figure all I will have to do is kldload a module or few to get it > running. So kldload joy and nada. Does device joy need to be in the > kernel? is joy.ko just a siren's song of impossibilities to lure the > ignorant? Been a long time since I've though about joy. Anyway, I seem to recall that you need a hint to enable joy since it's ISA and not PNP. Is it there? Is it commented out? (Away from my freebsd machine) --Mat > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" -- From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 17 13:28:40 2005 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 02A0516A4CE for ; Thu, 17 Mar 2005 13:28:40 +0000 (GMT) Received: from phws.ph.noda.tus.ac.jp (phws.ph.noda.tus.ac.jp [133.31.102.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4735443D48 for ; Thu, 17 Mar 2005 13:28:39 +0000 (GMT) (envelope-from kazuhito@ph.noda.tus.ac.jp) Received: from localhost (unknown [133.31.111.131]) by phws.ph.noda.tus.ac.jp (Postfix) with ESMTP id 615AF4D8035; Thu, 17 Mar 2005 22:28:37 +0900 (JST) Date: Thu, 17 Mar 2005 22:28:37 +0900 (JST) Message-Id: <20050317.222837.1067354798.kazuhito@ph.noda.tus.ac.jp> To: mat@cnd.mcgill.ca From: Kazuhito HONDA In-Reply-To: <20050314180718.GA20990@cnd.mcgill.ca> References: <20050314.175529.343177321.kazuhito@ph.noda.tus.ac.jp> <20050315.024310.343172748.kazuhito@ph.noda.tus.ac.jp> <20050314180718.GA20990@cnd.mcgill.ca> X-Mailer: Mew version 3.3 on XEmacs 21.4.17 (Jumbo Shrimp) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org cc: Alexander@Leidinger.net Subject: Re: uaudio patch, capabilities 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, 17 Mar 2005 13:28:40 -0000 From: Mathew Kanner Subject: Re: uaudio patch, capabilities Date: Mon, 14 Mar 2005 13:07:18 -0500 > Good, I hope to commit this this comming weekend, unless you > can see any reason not to. I see. By the way, I guess that the problem of big UAUDIO_PCM_BUFF_SIZE (or small maxsegz) is caused on prerelease of FreeBSD 5.4, because I remember it was caused by change of buffer.c from 1.23 to 1.24 (from 1.23 to 1.23.2.1 in PRELENG_5). If it's true, the patch for the problem should be applied before the next release. Sincerely, Kazuhito HONDA From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 17 14:43:46 2005 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 9785516A4F2 for ; Thu, 17 Mar 2005 14:43:46 +0000 (GMT) Received: from trickle.cc.mcgill.ca (trickle.CC.McGill.CA [132.206.27.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id B66E243D3F for ; Thu, 17 Mar 2005 14:43:45 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan5.CC.McGill.CA (mailscan5.CC.McGill.CA [132.216.77.252])j2HEhVCp006139; Thu, 17 Mar 2005 09:43:37 -0500 (EST) Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) j2HEgwbk006930; Thu, 17 Mar 2005 09:42:58 -0500 Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j2HEh0i1030382; Thu, 17 Mar 2005 09:43:01 -0500 Received: from localhost.localdomain (acid [127.0.0.1]) j2HEh01R029920; Thu, 17 Mar 2005 09:43:00 -0500 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j2HEgtl4029919; Thu, 17 Mar 2005 09:42:55 -0500 Date: Thu, 17 Mar 2005 09:42:54 -0500 From: Mathew Kanner To: Kazuhito HONDA Message-ID: <20050317144254.GB28457@cnd.mcgill.ca> References: <20050314.175529.343177321.kazuhito@ph.noda.tus.ac.jp> <20050315.024310.343172748.kazuhito@ph.noda.tus.ac.jp> <20050314180718.GA20990@cnd.mcgill.ca> <20050317.222837.1067354798.kazuhito@ph.noda.tus.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050317.222837.1067354798.kazuhito@ph.noda.tus.ac.jp> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA cc: freebsd-multimedia@freebsd.org cc: Alexander@Leidinger.net cc: mat@cnd.mcgill.ca Subject: Re: uaudio patch, capabilities 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, 17 Mar 2005 14:43:46 -0000 On Mar 17, Kazuhito HONDA wrote: > From: Mathew Kanner > Subject: Re: uaudio patch, capabilities > Date: Mon, 14 Mar 2005 13:07:18 -0500 > > > Good, I hope to commit this this comming weekend, unless you > > can see any reason not to. > > I see. > > By the way, I guess that the problem of big UAUDIO_PCM_BUFF_SIZE > (or small maxsegz) is caused on prerelease of FreeBSD 5.4, > because I remember it was caused by change of buffer.c > from 1.23 to 1.24 (from 1.23 to 1.23.2.1 in PRELENG_5). > If it's true, the patch for the problem > should be applied before the next release. True enough. I'll break out the fix for the buffer (could please comment on the part where I set the maxsegz to the allocated buffersize) to a seperate patch and request a MFC from the re. I won't be able to do this until saturday. Also I've tried your patch that add sysctls for mixer controls and I can't see a reason not to commit it, can you? Thanks, --Mat -- From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 17 15:38:19 2005 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 8AC8216A4CE for ; Thu, 17 Mar 2005 15:38:19 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1315843D5A for ; Thu, 17 Mar 2005 15:38:19 +0000 (GMT) (envelope-from redchin@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so21447rne for ; Thu, 17 Mar 2005 07:38:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=DuxZuR7O8RXcSSdYLImD7YulPda6OUJFisG5MMB2U7F5I7iFzI74wYGDNPSQmOllx9pC5vVyB/Y+rZKrH4QeeaKrL1GMW8j9yzBNggnG7gwnRDPDzNGmc4lf4779XJ+axYxmk3o0D513q0yvAP2CTOCPG3wH6tvM4I7WOPMDIq0= Received: by 10.38.12.26 with SMTP id 26mr1586668rnl; Thu, 17 Mar 2005 07:38:18 -0800 (PST) Received: by 10.38.149.8 with HTTP; Thu, 17 Mar 2005 07:38:18 -0800 (PST) Message-ID: <1d3ed48c050317073844cffd00@mail.gmail.com> Date: Thu, 17 Mar 2005 15:38:18 +0000 From: Kevin Downey To: freebsd-multimedia@freebsd.org In-Reply-To: <20050316215732.GA28457@cnd.mcgill.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <1d3ed48c050316135165eb38bb@mail.gmail.com> <20050316215732.GA28457@cnd.mcgill.ca> Subject: Re: Joy X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin Downey List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 15:38:19 -0000 On Wed, 16 Mar 2005 16:57:32 -0500, Mathew Kanner wrote: > On Mar 16, Kevin Downey wrote: > > So, I got this cheap old used microsoft gamepad of some > > kind(sidewinder?). It plugs into the "game port" on the sound card. I > > figure all I will have to do is kldload a module or few to get it > > running. So kldload joy and nada. Does device joy need to be in the > > kernel? is joy.ko just a siren's song of impossibilities to lure the > > ignorant? > > Been a long time since I've though about joy. Anyway, I seem > to recall that you need a hint to enable joy since it's ISA and not > PNP. Is it there? Is it commented out? (Away from my freebsd > machine) > > --Mat I see. I have not found a device.hints line for joy. Well, I have found several "suggested" joy device.hints lines such as: hints.joy.0.at="pci0" hints.joy.0.at="isa" I found these while mucking around with google. Now I am pretty sure the ISA deal is not the way to go because, well, its a pci sound card. But I have tried both of them anyway. Next I will try put device joy in the kernel(instead of kldload joy). Now looking around in the BIOS has lead me to associate the string "200-207H" with the gameport, and it seems like this might be something useful, but gosh, I dunno. -- What the large print giveth, the small print taketh away From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 17 17:06:16 2005 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 E09AE16A4CE for ; Thu, 17 Mar 2005 17:06:16 +0000 (GMT) Received: from trickle.cc.mcgill.ca (trickle.CC.McGill.CA [132.206.27.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CF8843D39 for ; Thu, 17 Mar 2005 17:06:16 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan1.cc.mcgill.ca (mailscan1.CC.McGill.CA [132.216.77.248])j2HH60sT013673; Thu, 17 Mar 2005 12:06:03 -0500 (EST) Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) j2HH5hnf008766; Thu, 17 Mar 2005 12:05:44 -0500 (EST) Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j2HH5grw031760; Thu, 17 Mar 2005 12:05:43 -0500 Received: from localhost.localdomain (acid [127.0.0.1]) j2HH5fkO030270; Thu, 17 Mar 2005 12:05:42 -0500 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j2HH5fP9030269; Thu, 17 Mar 2005 12:05:41 -0500 Date: Thu, 17 Mar 2005 12:05:40 -0500 From: Mathew Kanner To: Kevin Downey Message-ID: <20050317170540.GC28457@cnd.mcgill.ca> References: <1d3ed48c050316135165eb38bb@mail.gmail.com> <20050316215732.GA28457@cnd.mcgill.ca> <1d3ed48c050317073844cffd00@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1d3ed48c050317073844cffd00@mail.gmail.com> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA cc: freebsd-multimedia@freebsd.org Subject: Re: Joy 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, 17 Mar 2005 17:06:17 -0000 On Mar 17, Kevin Downey wrote: > On Wed, 16 Mar 2005 16:57:32 -0500, Mathew Kanner wrote: > > On Mar 16, Kevin Downey wrote: > > > So, I got this cheap old used microsoft gamepad of some > > > kind(sidewinder?). It plugs into the "game port" on the sound card. I > > > figure all I will have to do is kldload a module or few to get it > > > running. So kldload joy and nada. Does device joy need to be in the > > > kernel? is joy.ko just a siren's song of impossibilities to lure the > > > ignorant? > > > > Been a long time since I've though about joy. Anyway, I seem > > to recall that you need a hint to enable joy since it's ISA and not > > PNP. Is it there? Is it commented out? (Away from my freebsd > > machine) > > > > --Mat > > I see. > I have not found a device.hints line for joy. Well, I have found > several "suggested" joy device.hints lines such as: > hints.joy.0.at="pci0" > hints.joy.0.at="isa" > I found these while mucking around with google. Now I am pretty sure > the ISA deal is not the way to go because, well, its a pci sound card. Gameports are wierd. For now, unless you card is emu10k1, then ISA *is* the way to go, but you need some more information for the kernel hint. I'll try to look it up tonight but more likely will have time on saturday. > But I have tried both of them anyway. Next I will try put device joy > in the kernel(instead of kldload joy). Now looking around in the BIOS > has lead me to associate the string "200-207H" with the gameport, and > it seems like this might be something useful, but gosh, I dunno. Using loadable modules should be exactly the same as compilling into the kernel, so, I would not recommend that. --Mat -- From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 17 17:22:41 2005 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 C473B16A4CF for ; Thu, 17 Mar 2005 17:22:41 +0000 (GMT) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id B60B543D5C for ; Thu, 17 Mar 2005 17:22:38 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id EAA10378; Fri, 18 Mar 2005 04:22:13 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 18 Mar 2005 04:22:13 +1100 (EST) From: Ian Smith To: Kevin Downey In-Reply-To: <1d3ed48c050317073844cffd00@mail.gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-multimedia@freebsd.org cc: Mathew Kanner Subject: Re: Joy 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, 17 Mar 2005 17:22:41 -0000 On Thu, 17 Mar 2005, Kevin Downey wrote: > On Wed, 16 Mar 2005 16:57:32 -0500, Mathew Kanner wrote: > > On Mar 16, Kevin Downey wrote: > > > So, I got this cheap old used microsoft gamepad of some > > > kind(sidewinder?). It plugs into the "game port" on the sound card. I > > > figure all I will have to do is kldload a module or few to get it > > > running. So kldload joy and nada. Does device joy need to be in the > > > kernel? is joy.ko just a siren's song of impossibilities to lure the > > > ignorant? kldload joy hasn't worked for me since 3.3-RELEASE. It worked (as I recall) in 2.2.6-RELEASE though I added it to the kernel then anyway, for an experimental UPS interface - yet another unfinished project :) I've tried kldload joy on 3.3, 4.5, 4.8 and 4.10 systems. Yes it loads, no it doesn't work, but works fine in kernel here on 3.3 and 4.5 boxes. > > Been a long time since I've though about joy. Anyway, I seem > > to recall that you need a hint to enable joy since it's ISA and not > > PNP. Is it there? Is it commented out? (Away from my freebsd > > machine) > > > > --Mat joy.c (at 4.x) has a bunch of isa_pnp_id definitions, with pnp probe - maybe kldload might work with PnP, dunno, mine were ISA gameport cards. > I see. > I have not found a device.hints line for joy. Well, I have found > several "suggested" joy device.hints lines such as: > hints.joy.0.at="pci0" > hints.joy.0.at="isa" > I found these while mucking around with google. Now I am pretty sure > the ISA deal is not the way to go because, well, its a pci sound card. Don't know about 5.x or -current, but it's likely still accessed via the ISA bus. In 2.x, 3.x and 4.x kernels it's: device joy0 at isa? port IO_GAME smithi on paqi% grep joy /var/run/dmesg.boot joy0 at port 0x201 on isa0 smithi on paqi% kldstat -v | grep joy 35 isa/joy 56 pci/emujoy No idea what emujoy does. This Compaq Armada 1500c laptop's joystick connector appears only on its docking station, presumably via the sound card, which also appears here as ISA; no, I haven't tried MIDI with it. sbc0: at port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,5 on isa0 pcm0: on sbc0 > But I have tried both of them anyway. Next I will try put device joy > in the kernel(instead of kldload joy). Now looking around in the BIOS > has lead me to associate the string "200-207H" with the gameport, and > it seems like this might be something useful, but gosh, I dunno. Given I don't know about 5.x & 6.x, I suspect that it should still work. 0x201 = joystick port. /sys/isa/joy.c is a quick read. From man 4 joy: smithi on paqi% perl -e 'open(JOY,"/dev/joy0")||die;while(1) \ {sysread(JOY,$x,16);@j=unpack("iiii",$x);print "@j\n";sleep(1);}' -2147483648 -2147483648 0 0 -2147483648 -2147483648 0 0 -2147483648 -2147483648 0 0 ^C (correct results for an unconnected game port :) Cheers, Ian From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 17 20:02:47 2005 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 4955816A4CE; Thu, 17 Mar 2005 20:02:47 +0000 (GMT) Received: from harik.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 977CB43D55; Thu, 17 Mar 2005 20:02:46 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from interscan.fr.murex.com (iscan.murex.fr [172.21.17.207] (may be forged)) by harik.murex.com with ESMTP id j2HJpobW013744; Thu, 17 Mar 2005 20:51:50 +0100 (CET) Received: from mxmail.murex.com (interscan.murex.fr [127.0.0.1]) by interscan.fr.murex.com (8.11.6/8.11.6) with ESMTP id j2HKCpg03034; Thu, 17 Mar 2005 21:12:51 +0100 Received: from mteterin.us.murex.com ([172.21.130.86]) by mxmail.murex.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 17 Mar 2005 21:02:19 +0100 From: Mikhail Teterin Organization: Virtual Estates, Inc. To: questions@FreeBSD.org Date: Thu, 17 Mar 2005 15:02:18 -0500 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503171502.18784.mi+mx@aldan.algebra.com> X-OriginalArrivalTime: 17 Mar 2005 20:02:19.0821 (UTC) FILETIME=[39CCDDD0:01C52B2C] cc: multimedia@FreeBSD.org Subject: adding a directory to a CD-image (.iso) 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, 17 Mar 2005 20:02:47 -0000 Hello! I donwloaded an .iso-image (Solaris 10, actually), which is about 2.7Gb. Before burning it to a DVD, I'd like to add a directory to the image. Is there a way to do it with tools available on FreeBSD -- mkisofs, growisofs, etc? I don't want to recreate the main image from scratch, as I'm sure, I'll get the options wrong and it will not boot :-) Can I just add a directory to the existing iso8859 filesystem? Thanks! -mi From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 13:04:58 2005 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 814A116A4CE for ; Fri, 18 Mar 2005 13:04:58 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3873B43D5D for ; Fri, 18 Mar 2005 13:04:58 +0000 (GMT) (envelope-from volker.bradatsch@onlinehome.de) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1DCH9u-0004KA-00 for freebsd-multimedia@freebsd.org; Fri, 18 Mar 2005 14:04:58 +0100 Received: from [217.247.0.226] (helo=onlinehome.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1DCH9t-0000sq-00 for freebsd-multimedia@freebsd.org; Fri, 18 Mar 2005 14:04:57 +0100 Message-ID: <423AD1E2.2E2AB114@onlinehome.de> Date: Fri, 18 Mar 2005 14:04:36 +0100 From: Volker Bradatsch X-Mailer: Mozilla 4.8 (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:871311d25642c8c127e846dbb63e5ee4 Subject: Pinnacle PCTV SAT XE, Tuner not recognized X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: volker.bradatsch@onlinehome.de List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 13:04:58 -0000 Hello ! I'm relatively new to this, so i might need some help in getting my tv catrd to work. I checked the chipset beforehand, it uses a Fusion 878a but apparently no (to FreeBSD) known tuner. dmesg'ing after reboot shows the following: . . bktr0: mem 0xcfbfe000-0xcfbfefff irq 18 at device 5.0 on pci3 bktr0: Pinnacle/Miro TV, tuner. pci3: at device 5.1 (no driver attached) . . . Maybe anyone has an idea, how i can make FreeBSD recognize the tuner ? I appreciate any ideas ! Thanks, Volker From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 13:08:56 2005 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 DB45216A4CE for ; Fri, 18 Mar 2005 13:08:56 +0000 (GMT) Received: from web41212.mail.yahoo.com (web41212.mail.yahoo.com [66.218.93.45]) by mx1.FreeBSD.org (Postfix) with SMTP id 76BCE43D1D for ; Fri, 18 Mar 2005 13:08:56 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 73868 invoked by uid 60001); 18 Mar 2005 13:08:55 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=RtxSshxPhOx4W68rKa7p1gGzfcloWB0QRsgZFji576JwSOfwGV7C9Jmg/QVlN/PQ0Yq6kMAF6vuo8VnSy5C7HlWDGkz9WOu+Hzo431RAc0EZ7qQRy9Xga/eUXSv1EkrldbTCQ75iZjaazHsmty2T+/XRT1ZH/19yogY/2u7xPfs= ; Message-ID: <20050318130855.73866.qmail@web41212.mail.yahoo.com> Received: from [83.129.188.159] by web41212.mail.yahoo.com via HTTP; Fri, 18 Mar 2005 05:08:55 PST Date: Fri, 18 Mar 2005 05:08:55 -0800 (PST) From: Arne "Wörner" To: volker.bradatsch@onlinehome.de, freebsd-multimedia@freebsd.org In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Pinnacle PCTV SAT XE, Tuner not recognized 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, 18 Mar 2005 13:08:57 -0000 --- Volker Bradatsch wrote: > Maybe anyone has an idea, how i can make FreeBSD recognize the > tuner? > Do you use the newest files bktr_{tuner,card}.[ch]? E. g. see http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/bktr/ -Arne __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 14:00:31 2005 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 8A00816A4CE for ; Fri, 18 Mar 2005 14:00:31 +0000 (GMT) Received: from sohara.org (sohara.org [192.220.64.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6142F43D48 for ; Fri, 18 Mar 2005 14:00:31 +0000 (GMT) (envelope-from steve@sohara.org) Received: (qmail 48707 invoked by uid 16563); 18 Mar 2005 14:00:30 -0000 Received: from unknown (HELO SOHARA) ([217.12.14.240]) (envelope-sender ) by 192.220.64.179 (qmail-ldap-1.03) with SMTP for ; 18 Mar 2005 14:00:30 -0000 Date: Fri, 18 Mar 2005 14:02:05 +0000 From: Steve O'Hara-Smith To: Arne "W_rner" Message-Id: <20050318140205.4536ef9a.steve@sohara.org> In-Reply-To: <20050318130855.73866.qmail@web41212.mail.yahoo.com> References: <20050318130855.73866.qmail@web41212.mail.yahoo.com> X-Mailer: Sylpheed version 1.9.6 (GTK+ 2.4.1; i586-pc-interix3) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org Subject: Re: Pinnacle PCTV SAT XE, Tuner not recognized 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, 18 Mar 2005 14:00:31 -0000 On Fri, 18 Mar 2005 05:08:55 -0800 (PST) Arne "W_rner" wrote: > --- Volker Bradatsch wrote: > > Maybe anyone has an idea, how i can make FreeBSD recognize the > > tuner? > > > Do you use the newest files bktr_{tuner,card}.[ch]? > E. g. see http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/bktr/ If that doesn't do the job I have been working on adding support for the newer mt2050 tuner which is in many Pinnacle products - it's sort of working at the moment but the picture is *awful. I'd be interested in having another mt2050 owner try it :) -- C:>WIN | Directable Mirror Arrays The computer obeys and wins. | A better way to focus the sun You lose and Bill collects. | licences available see | http://www.sohara.org/ From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 17:22:07 2005 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 AD53816A4CF for ; Fri, 18 Mar 2005 17:22:07 +0000 (GMT) Received: from meisai.numachi.com (meisai.numachi.com [198.175.254.6]) by mx1.FreeBSD.org (Postfix) with SMTP id A5A9543D54 for ; Fri, 18 Mar 2005 17:22:06 +0000 (GMT) (envelope-from reichert@numachi.com) Received: (qmail 48462 invoked from network); 18 Mar 2005 17:22:05 -0000 Received: from natto.numachi.com (198.175.254.216) by meisai.numachi.com with SMTP; 18 Mar 2005 17:22:05 -0000 Received: (qmail 63567 invoked by uid 1001); 18 Mar 2005 17:22:05 -0000 Date: Fri, 18 Mar 2005 12:22:05 -0500 From: Brian Reichert To: Mikhail Teterin Message-ID: <20050318172205.GY50093@numachi.com> References: <200503171502.18784.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503171502.18784.mi+mx@aldan.algebra.com> User-Agent: Mutt/1.5.8i cc: questions@FreeBSD.org cc: multimedia@FreeBSD.org Subject: Re: adding a directory to a CD-image (.iso) 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, 18 Mar 2005 17:22:07 -0000 On Thu, Mar 17, 2005 at 03:02:18PM -0500, Mikhail Teterin wrote: > Hello! > > I donwloaded an .iso-image (Solaris 10, actually), which is about 2.7Gb. > > Before burning it to a DVD, I'd like to add a directory to the image. Is there > a way to do it with tools available on FreeBSD -- mkisofs, growisofs, etc? > > I don't want to recreate the main image from scratch, as I'm sure, I'll get > the options wrong and it will not boot :-) Can I just add a directory to the > existing iso8859 filesystem? Would mounting it with vnconfig let you do this? I've never tried, myself... > Thanks! > > -mi > _______________________________________________ -- Brian Reichert 55 Crystal Ave. #286 Daytime number: (603) 434-6842 Derry NH 03038-1725 USA BSD admin/developer at large From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 17:52:19 2005 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 3A22C16A4CE; Fri, 18 Mar 2005 17:52:19 +0000 (GMT) Received: from harik.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D6743D5A; Fri, 18 Mar 2005 17:52:18 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from interscan.fr.murex.com (iscan.murex.fr [172.21.17.207] (may be forged)) by harik.murex.com with ESMTP id j2IHfGbW023801; Fri, 18 Mar 2005 18:41:16 +0100 (CET) Received: from mxmail.murex.com (interscan.murex.fr [127.0.0.1]) by interscan.fr.murex.com (8.11.6/8.11.6) with ESMTP id j2II2Mx25061; Fri, 18 Mar 2005 19:02:25 +0100 Received: from mteterin.us.murex.com ([172.21.130.86]) by mxmail.murex.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 18 Mar 2005 18:51:42 +0100 From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Brian Reichert Date: Fri, 18 Mar 2005 12:51:42 -0500 User-Agent: KMail/1.7.2 References: <200503171502.18784.mi+mx@aldan.algebra.com> <20050318172205.GY50093@numachi.com> In-Reply-To: <20050318172205.GY50093@numachi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503181251.43291.mi+mx@aldan.algebra.com> X-OriginalArrivalTime: 18 Mar 2005 17:51:43.0212 (UTC) FILETIME=[253AFAC0:01C52BE3] cc: questions@freebsd.org cc: multimedia@freebsd.org Subject: Re: adding a directory to a CD-image (.iso) 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, 18 Mar 2005 17:52:19 -0000 > > I donwloaded an .iso-image (Solaris 10, actually), which is about 2.7Gb. > > > > Before burning it to a DVD, I'd like to add a directory to the image. Is > > there a way to do it with tools available on FreeBSD -- mkisofs, > > growisofs, etc? > > > > I don't want to recreate the main image from scratch, as I'm sure, I'll > > get the options wrong and it will not boot :-) Can I just add a directory > > to the existing iso9660 filesystem? > Would mounting it with vnconfig let you do this? I've never tried, > myself... Well, yes, this is how I get to read the CD-image without burning it first. But that is a read-only thing. I need to modify an existing image -- add a directory tree to it... -mi From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 18:23:38 2005 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 D240B16A4CE for ; Fri, 18 Mar 2005 18:23:37 +0000 (GMT) Received: from web41203.mail.yahoo.com (web41203.mail.yahoo.com [66.218.93.36]) by mx1.FreeBSD.org (Postfix) with SMTP id 93E8243D55 for ; Fri, 18 Mar 2005 18:23:37 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 95231 invoked by uid 60001); 18 Mar 2005 18:23:34 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=HAVubrcFERsmTlKE+gH+8XJu6r29xmWzxwLvkA51k9ewa6CofFX6yQpjIqkmzxr3NrJFc9tkpODVGZUQKRoX2v4s2DFUKEmXuqiWoTYEZa263eHIm8wfaGBZkQ4y27TguBCGCakQA3CV3dFGrukMVj3HbNNW8YsV41RFTD0h55A= ; Message-ID: <20050318182334.95229.qmail@web41203.mail.yahoo.com> Received: from [83.129.188.159] by web41203.mail.yahoo.com via HTTP; Fri, 18 Mar 2005 10:23:34 PST Date: Fri, 18 Mar 2005 10:23:34 -0800 (PST) From: Arne "Wörner" To: Mikhail Teterin , Brian Reichert In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: multimedia@freebsd.org Subject: Re: adding a directory to a CD-image (.iso) 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, 18 Mar 2005 18:23:38 -0000 --- Mikhail Teterin wrote: > > > I donwloaded an .iso-image (Solaris 10, actually), which is > about 2.7Gb. > > > > > > Before burning it to a DVD, I'd like to add a directory to > the image. Is > > > there a way to do it with tools available on FreeBSD -- > mkisofs, > > > growisofs, etc? > > > > > > I don't want to recreate the main image from scratch, as I'm > sure, I'll > > > get the options wrong and it will not boot :-) Can I just > add a directory > > > to the existing iso9660 filesystem? > > > Would mounting it with vnconfig let you do this? I've never > tried, > > myself... > > Well, yes, this is how I get to read the CD-image without > burning it first. > But that is a read-only thing. I need to modify an existing > image -- add a > directory tree to it... > If I may add: So we need a program, that appends ISO9660 data to an existing file in a ufs filesystem (maybe via mdconfig)... Unfortunately growisofs cannot do that, because it wants a SCSI device (or does somebody know how to turn a file into a faked SCSI device?). -Arne __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 18:30:49 2005 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 2BDAB16A4CE for ; Fri, 18 Mar 2005 18:30:49 +0000 (GMT) Received: from harik.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7585F43D41 for ; Fri, 18 Mar 2005 18:30:48 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from interscan.fr.murex.com (iscan.murex.fr [172.21.17.207] (may be forged)) by harik.murex.com with ESMTP id j2IIJjbW025637; Fri, 18 Mar 2005 19:19:45 +0100 (CET) Received: from mxmail.murex.com (interscan.murex.fr [127.0.0.1]) by interscan.fr.murex.com (8.11.6/8.11.6) with ESMTP id j2IIeuN27023; Fri, 18 Mar 2005 19:40:56 +0100 Received: from mteterin.us.murex.com ([172.21.130.86]) by mxmail.murex.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 18 Mar 2005 19:30:16 +0100 From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Arne "=?koi8-u?q?W=F6rner?=" Date: Fri, 18 Mar 2005 13:30:15 -0500 User-Agent: KMail/1.7.2 References: <20050318182334.95229.qmail@web41203.mail.yahoo.com> In-Reply-To: <20050318182334.95229.qmail@web41203.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503181330.16671.mi+mx@aldan.algebra.com> X-OriginalArrivalTime: 18 Mar 2005 18:30:16.0790 (UTC) FILETIME=[883AF760:01C52BE8] cc: Andy Polyakov cc: Huub Reuver cc: multimedia@freebsd.org Subject: Re: adding a directory to a CD-image (.iso) 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, 18 Mar 2005 18:30:49 -0000 > If I may add: So we need a program, that appends ISO9660 data to > an existing file in a ufs filesystem (maybe via mdconfig)... If I had to spec it out, I'd say, it needs to be able to modify an existing iso9660 image. Ideally, I'd just be able to mount the image as a file system and have my way with it (rm/mv/cp), but that would require kernel work. A set of use-space tools like that provided by emulators/mtools for FAT filesystems would do fine. The objective, again, is to preserve the original image's many options such as, in this example, vendors' records, copyrights, bootblocks, etc. > Unfortunately growisofs cannot do that, because it wants a SCSI > device (or does somebody know how to turn a file into a faked SCSI > device?). Maybe, growisofs (maintainers CC-ed) will offer that in the future? -mi From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 18:54:22 2005 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 0B9BA16A4CE; Fri, 18 Mar 2005 18:54:22 +0000 (GMT) Received: from smtp04.mrf.mail.rcn.net (smtp04.mrf.mail.rcn.net [207.172.4.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7303A43D58; Fri, 18 Mar 2005 18:54:21 +0000 (GMT) (envelope-from stuartb@4gh.net) Received: from 208-59-171-35.c3-0.slvr-ubr2.lnh-slvr.md.cable.rcn.com (HELO freeman.4gh.net) (208.59.171.35) by smtp04.mrf.mail.rcn.net with ESMTP; 18 Mar 2005 13:54:20 -0500 X-IronPort-AV: i="3.91,102,1110171600"; d="scan'208"; a="12305527:sNHT55825874" Received: by freeman.4gh.net (Postfix, from userid 1001) id 5C68070; Fri, 18 Mar 2005 13:54:20 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by freeman.4gh.net (Postfix) with ESMTP id 5862153; Fri, 18 Mar 2005 13:54:20 -0500 (EST) Date: Fri, 18 Mar 2005 13:54:20 -0500 (EST) From: Stuart Barkley To: Mikhail Teterin In-Reply-To: <200503171502.18784.mi+mx@aldan.algebra.com> Message-ID: <20050318133722.W6598@freeman.4gh.net> References: <200503171502.18784.mi+mx@aldan.algebra.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@FreeBSD.org cc: multimedia@FreeBSD.org Subject: Re: adding a directory to a CD-image (.iso) 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, 18 Mar 2005 18:54:22 -0000 On Thu, 17 Mar 2005 at 15:02 -0500, Mikhail Teterin wrote: > I donwloaded an .iso-image (Solaris 10, actually), which is about > 2.7Gb. > > Before burning it to a DVD, I'd like to add a directory to the > image. Is there a way to do it with tools available on FreeBSD -- > mkisofs, growisofs, etc? > > I don't want to recreate the main image from scratch, as I'm sure, > I'll get the options wrong and it will not boot :-) Can I just add a > directory to the existing iso8859 filesystem? I have not done this but think you should be looking into making a multi-session DVD. This should be easy. Method 1 (should be easy and direct): Just burn the original DVD image with growisofs in multi-session mode (the default): growisofs -Z /dev/dvd=image.iso You should then be able to directly add your new files with: growisofs -M /dev/dvd -R -J /more/files Method 2 (probably more appropriate for a CD image): Use mkisofs to create a second session .iso file. Something like: mkisofs -o second.iso -C -M image.iso -R -J /more/files You might need to burn the first session and use burncd/cdrecord or something to get the magic numbers for the -C option. Stuart -- I've never been lost; I was once bewildered for three days, but never lost! -- Daniel Boone From owner-freebsd-multimedia@FreeBSD.ORG Sat Mar 19 17:31:40 2005 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 69E0216A4CF for ; Sat, 19 Mar 2005 17:31:40 +0000 (GMT) Received: from trickle.cc.mcgill.ca (trickle.CC.McGill.CA [132.206.27.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 308F743D39 for ; Sat, 19 Mar 2005 17:31:33 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan5.CC.McGill.CA (mailscan5.CC.McGill.CA [132.216.77.252])j2JHVQQp013992; Sat, 19 Mar 2005 12:31:30 -0500 (EST) Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) j2JHV0uO002582; Sat, 19 Mar 2005 12:31:02 -0500 Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j2JHUwAa019796; Sat, 19 Mar 2005 12:30:59 -0500 Received: from localhost.localdomain (acid [127.0.0.1]) j2JHUwwm007739; Sat, 19 Mar 2005 12:30:58 -0500 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j2JHUtnV007738; Sat, 19 Mar 2005 12:30:55 -0500 Date: Sat, 19 Mar 2005 12:30:54 -0500 From: Mathew Kanner To: Ian Smith Message-ID: <20050319173054.GA3185@cnd.mcgill.ca> References: <1d3ed48c050317073844cffd00@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA cc: freebsd-multimedia@freebsd.org cc: Kevin Downey cc: Mathew Kanner Subject: Re: Joy 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, 19 Mar 2005 17:31:40 -0000 On Mar 17, Ian Smith wrote: > On Thu, 17 Mar 2005, Kevin Downey wrote: > > On Wed, 16 Mar 2005 16:57:32 -0500, Mathew Kanner wrote: > > > On Mar 16, Kevin Downey wrote: > > > > So, I got this cheap old used microsoft gamepad of some > > > > kind(sidewinder?). It plugs into the "game port" on the sound card. I > > > > figure all I will have to do is kldload a module or few to get it > > > > running. So kldload joy and nada. Does device joy need to be in the > > > > kernel? is joy.ko just a siren's song of impossibilities to lure the > > > > ignorant? > > kldload joy hasn't worked for me since 3.3-RELEASE. It worked (as I > recall) in 2.2.6-RELEASE though I added it to the kernel then anyway, > for an experimental UPS interface - yet another unfinished project :) > > I've tried kldload joy on 3.3, 4.5, 4.8 and 4.10 systems. Yes it loads, > no it doesn't work, but works fine in kernel here on 3.3 and 4.5 boxes. > > > > Been a long time since I've though about joy. Anyway, I seem > > > to recall that you need a hint to enable joy since it's ISA and not > > > PNP. Is it there? Is it commented out? (Away from my freebsd > > > machine) > > > > > > --Mat > > joy.c (at 4.x) has a bunch of isa_pnp_id definitions, with pnp probe - > maybe kldload might work with PnP, dunno, mine were ISA gameport cards. I'm got it wrong on this one. emu10k1 does not work for the joystick though I provided patches that make it work. I thought for sure they were committed, but alas not. In regards to ISA gameports, kldload joy did work on PnP cards at least at some point, I had a compaq 486 (first gen) last year running as my answering machine that had an all-in-one soundcard/modem that was ISA and it did work on that. I threw the machine out when I moved last year though so I can't prove it and have to rely on my fuzzy memory. Though I think that non-PNP ISA gameports (like what most PCI soundcards provide) should work with the proper hint. Worst case you have to enable some compatibility register on the soundcard that makes the port available at the default address. I've lost my joystick so 've asked to borrow one from somebody at work so I give it a shot sometime next week (assuming he can find it). --Mat