HI
I complained that to the linux-kernel but now aftter
the testing I think dvb caused this hard crash.
It starts by corrupted page table and machine is
useless because although it didn't stop completely,
almost every new process segfaults.
memtest passes.
I tested the machine on linux without
On Mon, Nov 15, 2010 at 05:44:55PM +0100, Okkel Klaver wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hello everybody,
>
>
> I own a brandless hdtv usb dvb-t stick.
>
> lsusb identifies it as:
> Bus 001 Device 005: ID 15a4:9016 Afatech Technologies, Inc. AF9015 DVB-T
> USB2.0 sti
HI
This patch applies to lates v4l tree and seems to work for me.
I created it with diff -pur --new-file
No time to read docs about submitting patches yet for me, i'm sorrry...
Best regards, Davor
diff -pur --new-file v4l-dvb.orig/linux/drivers/media/common/tuners/Kconfig
v4l-dvb/linux/drivers
p(&videomate_t750_map);
+}
+
+module_init(init_rc_map_videomate_t750)
+module_exit(exit_rc_map_videomate_t750)
+
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Davor Emard ");
--- linux-2.6.35.7/include/media/rc-map.h.orig 2010-10-01 21:30:52.156604735
+0200
+++ linux-2.6.35.7/
HI
This is my second attempt on Avermedia A188.
The hardware on this card is:
1x Philips SAA7160 pci-e bridge
2x NXP SAA7136 multistandard 10-bit A/V decoder
2x Afatech AF9013S demodulator
2x NXP TDA18271 silicon tuner ic (digital/analog)
I've written af9013 frontend attach code but I'm having
p
HI
For the card AVerTV Duo Hybrid PCI-E II (A188)
I have compiled correctly saa716x driver with kernel 2.6.32.17
I have to modify a card id with this patch:
--- linux/drivers/media/common/saa716x/saa716x_hybrid.h~2010-06-20
--- 13:24:18.0 +0200
+++ linux/drivers/media/common/saa
> Didn't have time to look for gpios, tomorrow I will have. But I can
> tell that this change is not working for me:
>
> case SAA7134_BOARD_VIDEOMATE_T750:
> dev->has_remote = SAA7134_REMOTE_GPIO;
> saa_andorl(SAA7134_GPIO_GPMODE0 >> 2, 0x8082c000, 0x8082c000);
HI!
Have you tested my lastest GPIO suggestion, or come up
with your own initialization? Does it allow
to load firmware without windows booting?
Key namings of the remote must be some from linux input.h
I welcome you to change whatever is needed to fit any of your
application if current scheme is
> >HI!
> >
> >I just went to compro website and have seen that *f cards
> >have some identical MCE-alike but also slightly different remotes,
> >so we have to invent some better names to distinguish between
> >them (compro itself might have some names for them)
> >
> Tested your new patch with Gerd
HI
I'm thinking of AVerTV Duo Hybrid PCI-E II A188 as
it has remote on support. Anybody got it running on linux?
d.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majord
HI!
I just went to compro website and have seen that *f cards
have some identical MCE-alike but also slightly different remotes,
so we have to invent some better names to distinguish between
them (compro itself might have some names for them)
d.
--
To unsubscribe from this list: send the line "
HI!
Can you also try this GPIO settings? It's my try to use last summer's
registers dump to setup gpio mask and value
case SAA7134_BOARD_VIDEOMATE_T750:
dev->has_remote = SAA7134_REMOTE_GPIO;
saa_andorl(SAA7134_GPIO_GPMODE0 >> 2, 0x8082c000, 0x8082c000);
HI
>
> Forget about the later, is in new file mode.
I wanted the new file but I don't know hg diff too much
so I just manually cat >> to append to the hg diff output...
d.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel
= ARRAY_SIZE(videomate_f),
+ .ir_type = IR_TYPE_UNKNOWN, /* Legacy IR type */
+ .name= RC_MAP_VIDEOMATE_F,
+ }
+};
+
+static int __init init_rc_map_videomate_f(void)
+{
+ return ir_register_map(&videomate_f_map);
+}
+
+static void __exit exit_rc_map_videomat
> hello, i can't comment on your questions about the Wiki, but i made
> the driver for TBS 6980 and i can ensure you that the driver will be
> released as open-source under GPL as soon as i have permission to do
> that, but compared to other cards at least even at the moment you can
Does this card
> just for reference, here is a link about what we tried last summer.
>
> The followups do have also some regspy logs.
>
> http://www.mail-archive.com/linux-media@vger.kernel.org/msg07478.html
>
HI, thanks I have see your posts about this but have not yet carefully
studied this sniffage of wha
On Thu, May 27, 2010 at 02:17:04PM -0300, Mauro Carvalho Chehab wrote:
> Em Sat, 8 May 2010 01:50:24 +0200
> Emard escreveu:
>
> > HI
> >
> > ... tried to post this few times to thhis list I don't know if
> > it has made it maybe this time it will appear on the mailing list
> >
> > I have e
> The IR code suffered a major change during this development cycle. So, this
> patch doesn't apply
> anymore.
OK, let's delay IR part for a while I'd like to try the new IR code,
mainly because of keystroke loss issue if the new code perhaps
works better.
In this patch is just my suggestion of
Another idea:
compare syslog line
May 27 14:33:42 emard kernel: saa7133[0]: board init: gpio is 84bf00
when trying to load firmware without preparing with windows and
after windows - see if there's a difference between bits of the hex
value (0x84bf00 in my case)
that's a probable clue to modify
HI
This code is responsible to prepare the card to load the firmware
I have no true clue what it actually does, possible it is a
reset sequence for onboard tuner chips or just a matter of
enabling some power to them.
I have googled for compro 750 related discussions and seen various posts
so I
HI
Avermedia a800 usb2.0 crashes at 2.6.33.3 when the vdr is running
and laptop goes to suspend/hibernate
Davor
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-
HI
I tried to fix unreliable IR remote keys (cca 10% lost key presses),
the similar problem has been reported on the same card with
windows driver too and I had other saa7134 analog tv card also
loosing IR keys
I have tried modifying saa7134-input.c to use gpio polling with interval
of 15ms and 5
HI
I have european version of Compro Videomate T750F Vista
hybrid dvb-t + tv (PAL) + FM card. In kernels up to date (2.6.33.3)
it didn't want to initialize in analog mode (tuner xc2028 always failed).
Here's sligthly adapted patch from
http://www.linuxtv.org/pipermail/linux-dvb/2008-May/025945.ht
HI
I have compro videomate t750f and modprobe saa7134 creates
this kernel oops on 2.6.28
On 2.6.26.8 it didn't crash but it didn't want to tune TV nor radio
either I have PAL and probabley this xc3028 works only for australia?
Best regards, Davor
Jan 18 23:17:48 emard kernel: saa7130/34: v4l2 dr
24 matches
Mail list logo