Re: [linux-dvb] AF9015 Driver (USB)

2007-11-30 Thread Antti Palosaari
Diego wrote:
> On Wed, 28 Nov 2007 01:40:01 +0200
> Antti Palosaari <[EMAIL PROTECTED]> wrote:
> 
>> moi
>> problems reported should be fixed now, please test.
>> http://linuxtv.org/hg/~anttip/af9015/
> 
> Something are broke in that sources. Check attach.

Errors seen in log provided are most likely your fault. Looks like you 
are mixing v4l-dvb modules from different builds. Binary interface 
between modules is changed from build to build and thats why there is 
now incompatibility.
You should:
* became root
su - or sudo -s
* go to correct build development tree
cd /patch/to/tree
* to clean all build setup to default:
make distclean
* compile modules
make
* install modules
make install

And finally reboot your machine to take new modules use.

regards
Antti
-- 
http://palosaari.fi/

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] DIVCO FusionHDTV5 USB Gold setup help needed.

2007-11-30 Thread Fabian La Maestra
Hi everyone,

I'm a Debian noob and I have just gotten my DIVCO FusionHDTV5 USB Gold
and want to start recording QAM and HDTV TV to my hard-drive.

I am running Debian Etch on a Xscale ARM processor and I have
downloaded the bluebird firmware for the DIVCO tuner.

Question: If I want to manually record TV shows [via the command line]
from a QAM or ATSC source, do I simply get any of these files below
and untar them?

--atscap
--dvb-atsc-tools

http://pchdtv.com/downloads.html

I am not running MythTV and want to use the command line.

Another question: When recording QAM signals, is the information
re-encoded, or is the stream simply captured on the hard drive like an
ATSC HD signal?

Thanks,
Fabian.


Some commands I found are these below, but I am not sure which ones I
can use for my DIVCO tuner...

getatsc -q -dvb 0 71 >test_stream

pchdtvr -i 0 -c pchdtvr.0.conf -s 300 42 -o 42Fox.ts

http://www.penlug.org/twiki/bin/view/Main/DigitalTelevisionAtscap

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Determining chipsets (was Artec T14BR DVB-T)

2007-11-30 Thread Nick Andrew
On Wed, Nov 21, 2007 at 10:43:16AM +1000, Lindsay Mathieson wrote:
> Is there anyway to id the chips without taking a USB device to pieces? I
> have a DigitalNow TinyTwin USB (Dual Tuner) that I'm pretty sure is an
> AF9015 design but I'm not sure what the tuner is. I have it recognised
> using the af9015 module from v4l development but the tuner is not
> recognised.

If you look on the PCB you can see the designation "704J V1.0".

> I popped the plastic shell of but all the chips are hidden under
> soldered metal plates and I'm not game to remove them :)

Same here :-)

Nick.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] LifeView TV Walker Twin DVB-T (LR540)

2007-11-30 Thread Nick Andrew
On Mon, Nov 26, 2007 at 11:26:24AM +1000, Lindsay Mathieson wrote:
> I just brought one of these and am testing - several lockups so far :)
> 
> For the wiki page 
> (http://linuxtv.org/v4lwiki/index.php/LifeView_TV_Walker_Twin_DVB-T_(LR540)#People_who_own_such_a_device)
>  
> there is an experiment branch (http://linuxtv.org/hg/~aapot/m920x).
> 
> Is that still current? - last edit was 6 months ago,  or is it all 
> merged into the trunk now?

It's all merged into the trunk. I updated the wiki to clarify:

1. Support for both tuners since linux 2.6.23
2. Support for one tuner only since linux 2.6.22
3. v4l repository for more recent code (if any)
4. Aapo's repository for work in progress

I haven't had any lockups. In fact, my TV machine has been up for over 5
months.

Nick.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] AF9015 Driver (USB)

2007-11-30 Thread Diego
On Wed, 28 Nov 2007 01:40:01 +0200
Antti Palosaari <[EMAIL PROTECTED]> wrote:

> moi
> problems reported should be fixed now, please test.
> http://linuxtv.org/hg/~anttip/af9015/
> 
> regards
> Antti
> 

Something are broke in that sources. Check attach.



af9015.dmesg
Description: Binary data
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Compile error from mercurial pvrusb2-sysfs.c

2007-11-30 Thread Michael Krufky
On Nov 30, 2007 12:15 PM, Mike Isely <[EMAIL PROTECTED]> wrote:
> On Fri, 30 Nov 2007, Dave Schile wrote:
>
> >
> > I tried to compile from mercurial last night (11/29/07) and got this error. 
> > Anyone have any ideas?
> >
> > CC [M]  /usr/src/v4l-dvb/v4l/pvrusb2-sysfs.o
> > /usr/src/v4l-dvb/v4l/pvrusb2-sysfs.c: In function 'class_dev_create':
> > /usr/src/v4l-dvb/v4l/pvrusb2-sysfs.c:808: error: 'struct device' has no
> > /member named 'class'
> > make[3]: *** [/usr/src/v4l-dvb/v4l/pvrusb2-sysfs.o] Error 1
> > make[2]: *** [_module_/usr/src/v4l-dvb/v4l] Error 2
> > make[2]: Leaving directory `/usr/src/linux-2.6.17.8-cherry'
> > make[1]: *** [default] Error 2
> > make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'
> > make: *** [all] Error 2
> >
> > Thank you,
> > Dave
>
> The programmatic method for doing sysfs class entries changed, starting
> with kernel 2.6.18.  The pvrusb2 driver was recently updated to use the
> new method - because the old method is deprecated and not long for this
> world.  Unfortunately (and not surprisingly) the new method fails to
> compile for anything older than 2.6.18.  Two things you can do now: Turn
> off CONFIG_VIDEO_PVRUSB2_SYSFS which should disable this feature in the
> driver and avoid compiling the problematic code.  Or build for 2.6.18 or
> later.  Or if you don't care about the pvrusb2 driver at all and are
> just trying to build the repository, turn off CONFIG_VIDEO_PVRUSB2.
>
> This needs a real fix in v4l-dvb or it must at least be made harmless.
> I had initially ruled out a pile of ifdef's because (1) there will be
> quite a few, and (2) it's only going to get worse because the new method
> also allows for additional cleanups in this module and doing those
> cleanups while still retaining the old method for backwards
> compatibility is going to get really grim.  Probably a better solution
> for now is just to automatically kill CONFIG_VIDEO_PVRUSB2_SYSFS for
> kernels older than 2.6.18 and accept that the driver's sysfs interface
> won't be present for older kernels.
>
> I will take another look at this issue later on this weekend.

I suggest moving "VIDEO_PVRUSB2_SYSFS" from the [2.6.13] section of
v4l/versions.txt into the [2.6.18] (or later) section.  It's not
exactly a FIX, persay... but it is a harmless workaround that will
suffice for now.

Regards,

Mike Krufky

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Compile error from mercurial pvrusb2-sysfs.c

2007-11-30 Thread Mike Isely
On Fri, 30 Nov 2007, Dave Schile wrote:

> 
> I tried to compile from mercurial last night (11/29/07) and got this error. 
> Anyone have any ideas?
> 
> CC [M]  /usr/src/v4l-dvb/v4l/pvrusb2-sysfs.o
> /usr/src/v4l-dvb/v4l/pvrusb2-sysfs.c: In function 'class_dev_create':
> /usr/src/v4l-dvb/v4l/pvrusb2-sysfs.c:808: error: 'struct device' has no
> /member named 'class'
> make[3]: *** [/usr/src/v4l-dvb/v4l/pvrusb2-sysfs.o] Error 1
> make[2]: *** [_module_/usr/src/v4l-dvb/v4l] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.6.17.8-cherry'
> make[1]: *** [default] Error 2
> make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'
> make: *** [all] Error 2
> 
> Thank you, 
> Dave

The programmatic method for doing sysfs class entries changed, starting 
with kernel 2.6.18.  The pvrusb2 driver was recently updated to use the 
new method - because the old method is deprecated and not long for this 
world.  Unfortunately (and not surprisingly) the new method fails to 
compile for anything older than 2.6.18.  Two things you can do now: Turn 
off CONFIG_VIDEO_PVRUSB2_SYSFS which should disable this feature in the 
driver and avoid compiling the problematic code.  Or build for 2.6.18 or 
later.  Or if you don't care about the pvrusb2 driver at all and are 
just trying to build the repository, turn off CONFIG_VIDEO_PVRUSB2.

This needs a real fix in v4l-dvb or it must at least be made harmless.  
I had initially ruled out a pile of ifdef's because (1) there will be 
quite a few, and (2) it's only going to get worse because the new method 
also allows for additional cleanups in this module and doing those 
cleanups while still retaining the old method for backwards 
compatibility is going to get really grim.  Probably a better solution 
for now is just to automatically kill CONFIG_VIDEO_PVRUSB2_SYSFS for 
kernels older than 2.6.18 and accept that the driver's sysfs interface 
won't be present for older kernels.

I will take another look at this issue later on this weekend.

  -Mike


-- 
| Mike Isely  | PGP fingerprint
 Spammers Die!! | | 03 54 43 4D 75 E5 CC 92
|   isely @ pobox (dot) com   | 71 16 01 E2 B5 F5 C1 E8
| |

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] Compile error from mercurial pvrusb2-sysfs.c

2007-11-30 Thread Dave Schile

I tried to compile from mercurial last night (11/29/07) and got this error. 
Anyone have any ideas?

CC [M]  /usr/src/v4l-dvb/v4l/pvrusb2-sysfs.o
/usr/src/v4l-dvb/v4l/pvrusb2-sysfs.c: In function 'class_dev_create':
/usr/src/v4l-dvb/v4l/pvrusb2-sysfs.c:808: error: 'struct device' has no
/member named 'class'
make[3]: *** [/usr/src/v4l-dvb/v4l/pvrusb2-sysfs.o] Error 1
make[2]: *** [_module_/usr/src/v4l-dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.17.8-cherry'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'
make: *** [all] Error 2

Thank you, 
Dave
_
Put your friends on the big screen with Windows Vista® + Windows Live™.
http://www.microsoft.com/windows/shop/specialoffers.mspx?ocid=TXT_TAGLM_CPC_MediaCtr_bigscreen_102007___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] [PATCH] Support for Avermedia DVB-S Pro (A700) - Analog inputs only

2007-11-30 Thread Matthias Schwarzott
Hi list!

The attached patch adds support for the analog inputs (composite and svideo) 
of the Avermedia AverTV DVB-S Pro (A700) card. It is based on saa7135HL chip.
DVB support is nothing I could provide for now :(
So I decided it would be better to get analog only to work and tested :)

Wiki-page I created for this card is here:
http://www.linuxtv.org/wiki/index.php/AVerMedia_AVerTV_DVB-S_Pro_(A700)


Testing:
* Composite did work.
* As I have no svideo devices I connected my composite device to one of the 
pins of svideo connector and got a bw-image. So I guess it should work.

* Audio capturing using saa7134-alsa did work - but it showed me three mute 
and three volume control-meters in mixer. And only the mute switch did work 
to select the correct input. Is that something I could improve in my patch?

So what remains to do:
* IR receiver
* DVB

Matthias

-- 
Matthias Schwarzott (zzam)
Index: v4l-dvb/linux/drivers/media/video/saa7134/saa7134-cards.c
===
--- v4l-dvb.orig/linux/drivers/media/video/saa7134/saa7134-cards.c
+++ v4l-dvb/linux/drivers/media/video/saa7134/saa7134-cards.c
@@ -3592,6 +3592,25 @@ struct saa7134_board saa7134_boards[] = 
 			.tv = 1,
 		}},
 	},
+	[SAA7134_BOARD_AVERMEDIA_A700] = {
+		/* Matthias Schwarzott <[EMAIL PROTECTED]> */
+		.name   = "Avermedia A700",
+		.audio_clock= 0x00187de7,
+		.tuner_type = TUNER_ABSENT,
+		.radio_type = UNSET,
+		.tuner_addr = ADDR_UNSET,
+		.radio_addr = ADDR_UNSET,
+		/* no DVB support for now */
+		.inputs = {{
+			.name = name_comp,
+			.vmux = 1,
+			.amux = LINE1,
+		},{
+			.name = name_svideo,
+			.vmux = 6,
+			.amux = LINE1,
+		}},
+	},
 };
 
 const unsigned int saa7134_bcount = ARRAY_SIZE(saa7134_boards);
@@ -3824,6 +3843,12 @@ struct pci_device_id saa7134_pci_tbl[] =
 		.driver_data  = SAA7134_BOARD_MD2819,
 	},{
 		.vendor   = PCI_VENDOR_ID_PHILIPS,
+		.device   = PCI_DEVICE_ID_PHILIPS_SAA7133,
+		.subvendor= 0x1461, /* Avermedia Technologies Inc */
+		.subdevice= 0xa7a1,
+		.driver_data  = SAA7134_BOARD_AVERMEDIA_A700,
+	},{
+		.vendor   = PCI_VENDOR_ID_PHILIPS,
 		.device   = PCI_DEVICE_ID_PHILIPS_SAA7130,
 		.subvendor= 0x1461, /* Avermedia Technologies Inc */
 		.subdevice= 0x2115,
@@ -4614,6 +4639,14 @@ int saa7134_board_init1(struct saa7134_d
 		saa_andorl(SAA7134_GPIO_GPMODE0 >> 2,   0x8c040007, 0x8c040007);
 		saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x0c0007cd, 0x0c0007cd);
 		break;
+	case SAA7134_BOARD_AVERMEDIA_A700:
+		/* write windows gpio values */
+		saa_andorl(SAA7134_GPIO_GPMODE0 >> 2,   0x80040100, 0x80040100);
+		saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x80040100, 0x00040100);
+		printk("%s: %s: hybrid analog/dvb card\n"
+		   "%s: Sorry, only the analog inputs are supported for now.\n",
+			dev->name,card(dev).name,dev->name);
+		break;
 	}
 	return 0;
 }
Index: v4l-dvb/linux/drivers/media/video/saa7134/saa7134.h
===
--- v4l-dvb.orig/linux/drivers/media/video/saa7134/saa7134.h
+++ v4l-dvb/linux/drivers/media/video/saa7134/saa7134.h
@@ -247,6 +247,7 @@ struct saa7134_format {
 #define SAA7134_BOARD_SABRENT_TV_PCB05 115
 #define SAA7134_BOARD_10MOONSTVMASTER3 116
 #define SAA7134_BOARD_AVERMEDIA_SUPER_007  117
+#define SAA7134_BOARD_AVERMEDIA_A700   118
 
 #define SAA7134_MAXBOARDS 8
 #define SAA7134_INPUT_MAX 8
Index: v4l-dvb/linux/Documentation/video4linux/CARDLIST.saa7134
===
--- v4l-dvb.orig/linux/Documentation/video4linux/CARDLIST.saa7134
+++ v4l-dvb/linux/Documentation/video4linux/CARDLIST.saa7134
@@ -116,3 +116,4 @@
 115 -> Sabrent PCMCIA TV-PCB05  [0919:2003]
 116 -> 10MOONS TM300 TV Card[1131:2304]
 117 -> Avermedia Super 007  [1461:f01d]
+118 -> Avermedia A700   [1461:a7a1]
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] DigitalRise DVB-C PCI Cable CI (2033)

2007-11-30 Thread Ruediger Dohmhardt
Title: .s




Dear Manu,

  
Have an update to that tree, switched from the cu1216 module to the tda10021
instead as well as the gpio fix: http://jusst.de/hg/mantis/
Please test whether it works alright.

  

I compiled/installed it on 2.6.22.10. It looks good. 
Especially channel switching has improved quiet a lot.
When I switch (via Kaffeine) from, for example, ARD to ZDF,  
the  time span, until audio and video are restored, is <= 2s.

Ciao Ruediger D

-- 









___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] Typhoon USB 2.0 Movie Stick Art.No.50512 - Is this device known to linuxtv.org users

2007-11-30 Thread Wolfgang Friedl
Hello,

does anyone know this device / experiences?
Typhoon USB 2.0 Movie Stick Art.No.50512 (not 50506 which is already listed)
http://www.typhoon.de/en/art.php?p=1698

kind regards,

-- 

 ###
#   #
 # #
   Wolfgang
 # #
#   #Friedl

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Anybody who used snd-usb-audio to play tv audio, please help me.

2007-11-30 Thread Markus Rechberger
On Nov 30, 2007 6:01 AM, kevin liu <[EMAIL PROTECTED]> wrote:
> Dear,
> Now I found that my tv card have a usb audio class compliant audio
> stream interface.
> Linux's audio class driver snd-usb-driver finds my audio device,
> and the relative device nodes under /dev have been created
> successfully.
> And I am also using adevice option to give mplayer correct alsa
> device, when I play tv program, I cat /proc/asound/card1/stream0,
> streaming status is running, but I still can not get any sound.
> I have no experience to config snd-usb-audio, if you have it,
> would you like to give me some clues.
>

you might have to toggle some input selector bits in your main driver
(eg. to switch audio from composite to TV input or so)

Markus

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb