From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 15 12:47:49 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40DB3106564A for ; Tue, 15 Apr 2008 12:47:49 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.232]) by mx1.freebsd.org (Postfix) with ESMTP id 8656C8FC0A for ; Tue, 15 Apr 2008 12:44:39 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so1026812wra.13 for ; Tue, 15 Apr 2008 05:43:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=cZHH7+DZVHgK+hfdVzuUOI6Fr0VMwMULNouaX3nuE78=; b=eVmdmWwfN+LzpbghxsvO8Oz3oVq+BrTtiqV0c2aqqI6Rhkk+yqWDAJHieZH2K0dDkV3JlUrwLj5ZYrPQjlAsWtjLON43lHnOJjDYtscimpOd8V6rTmVfZ8JmmtYhVzmUTBvkNGHMUZ5hycUP8BWllU8VXhfLbqauyYIEkbmwkWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CjSfGeA6O49tzx/Q8MQ6sBepVJVBDkUNoapsmnwW5rVAv8ScqlIMrRJtGJ9ExOqhwNbNnE1+WIL8ylDDdhFqARPdkrCcy5zeZXA2a/YnD/lRpoRH/6fccXhCCldgUfuXfuXFxUvH+J0YSTY/P04LpMB7DoUcxNNSLTDSzc9Z48o= Received: by 10.142.203.13 with SMTP id a13mr2231146wfg.154.1208263437473; Tue, 15 Apr 2008 05:43:57 -0700 (PDT) Received: by 10.142.13.10 with HTTP; Tue, 15 Apr 2008 05:43:57 -0700 (PDT) Message-ID: Date: Tue, 15 Apr 2008 14:43:57 +0200 From: usleepless@gmail.com To: "Jim Stapleton" In-Reply-To: <80f4f2b20804150535w43d82804n9518bd577be61cd7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20804080605x4a2e063av4327e8480d0ac9e7@mail.gmail.com> <200804081339.m38DdVWD006894@lava.sentex.ca> <80f4f2b20804080714s437adf26n3890ab01737334ff@mail.gmail.com> <1d3ed48c0804080721s1395a0c9wc72bcc6b9df50037@mail.gmail.com> <895C58D6-609C-4D81-8F2E-F5148226149A@doeshosting.com> <80f4f2b20804150535w43d82804n9518bd577be61cd7@mail.gmail.com> Cc: freebsd-multimedia@freebsd.org, Jeff Subject: Re: For those using PVR-XXX X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2008 12:47:49 -0000 On Tue, Apr 15, 2008 at 2:35 PM, Jim Stapleton wrote: > you can just do: > > alias channel='pvr250-setchannel -m # -t ' > > where # is the number of your country code: > -m Select channel set / system. > 0 = Tuner Default > 1 = US Broadcast / NTSC > 2 = US Cable / NTSC > 4 = Western Europe / PAL > 5 = Japan Broadcast / NTSC > 6 = Japan Cable / NTSC > 8 = Australia / PAL > 9 = France / SECAM > > then you just type 'channel 44', for example, if you want channel 44. please do not top-post. your solution works for the pvr250 driver. the pvrxxx-driver now uses the linux tuner module, which does not support channel tuning. i still need to move/include the channel-tuning-code from the kernel/driver to userland/pvr250-setchannel. but i have very little incentive to do so since i tune by the frequency anyway. regards, usleep