RE: [linux-dvb] ds3000.c driver question (Tevii S660 USB DVB-S/S2 tuner)

2009-12-03 Thread Matthias
Dear Michael, We have update Linux driver released today; you can find it from the link below http://www.tevii.com/Support.asp TeVii Support -Original Message- From: linux-dvb-boun...@linuxtv.org [mailto:linux-dvb-boun...@linuxtv.org] On Behalf Of Michael Durket Sent: Wednesday,

Re: libdvbsec - trying to control DiSEqC positioner

2010-08-12 Thread Matthias Weber
3 is 0x0, 0x1 or 0xF. Are there any further documents, implementations,... experience with positioners? Any help provided will be great! Thanks! Cheers, Matthias [1] http://www.eutelsat.com/satellites/4_5_5.html Bus Specification, Positioner Application Note, etc PS: Not quite sure

MSI DigiVox Trio (Analog, DVB-C, DVB-T)

2010-08-24 Thread Matthias Larisch
programming. If there is anything I could do just tell me. So far I'm using this card in a Windows VM and it works (more or less good...) Best regards, Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

[v4l/dvb] identification/ fixed registration order of DVB cards

2010-10-06 Thread Matthias Weber
be a way through MAC addresses... In ttpci-eeprom.c is a function called ttpci_eeprom_parse_mac() which is used in budget_core.c ttpci_budget_init() function. Can this somehow combined with PCI? Any ideas what would be a smart and easy way? Thanks! Cheers Matthias -- GRATIS: Spider-Man 1-3 sowie 300

[PATCH] IX2505V: i2c transfer error code ignored

2010-11-07 Thread Matthias Schwarzott
Hello Malcolm! It seems that ix2505v driver ignores a i2c error in ix2505v_read_status_reg. This looks like a typing error using (ret = 1) instead of correct (ret == 1). The attached patch fixes this. Regards Matthias diff --git a/drivers/media/dvb/frontends/ix2505v.c b/drivers/media/dvb

Re: IX2505V: i2c transfer error code ignored

2010-11-10 Thread Matthias Schwarzott
On Sunday 07 November 2010, Malcolm Priestley wrote: On Sun, 2010-11-07 at 14:57 +0100, Matthias Schwarzott wrote: Hello Malcolm! It seems that ix2505v driver ignores a i2c error in ix2505v_read_status_reg. This looks like a typing error using (ret = 1) instead of correct (ret == 1

Re: [Patch] Zarlink zl10036 DVB-S: Fix mem leak in zl10036_attach

2011-02-17 Thread Matthias Schwarzott
that. But I am fine with commiting this patch also if you do not want to change it. Regards Matthias Signed-off-by: Matthias Schwarzott z...@gentoo.org Signed-off-by: Jesper Juhl j...@chaosbits.net --- zl10036.c |1 + 1 file changed, 1 insertion(+) compile tested only. diff --git

Re: [Patch] Zarlink zl10036 DVB-S: Fix mem leak in zl10036_attach

2011-02-17 Thread Matthias Schwarzott
On Thursday 17 February 2011, Jesper Juhl wrote: On Thu, 17 Feb 2011, Matthias Schwarzott wrote: On Sunday 06 February 2011, Jesper Juhl wrote: If the memory allocation to 'state' succeeds but we jump to the 'error' label before 'state' is assigned to fe-tuner_priv, then the call

[PATCH] saa7134: Add analog RF tuner support for Avermedia A700 DVB-S Hybrid+FM card

2009-03-29 Thread Matthias Schwarzott
Hi list! The attached patch enables the XC2028 analog tuner used on the Avermedia A700 DVB-S Hybrid+FM card. Regards Matthias saa7134: add analog RF tuner support for Avermedia A700 DVB-S Hybrid+FM card Thanks to panagonov panago...@mail.bg for requesting support and testing patches. Signed

Re: [PATCH] saa7134: Add analog RF tuner support for Avermedia A700 DVB-S Hybrid+FM card

2009-04-01 Thread Matthias Schwarzott
On Sonntag, 29. März 2009, Matthias Schwarzott wrote: Hi list! The attached patch enables the XC2028 analog tuner used on the Avermedia A700 DVB-S Hybrid+FM card. As I only have a A700 DVB-S Pro card without this analog RF tuner, I would like to get feedback from owners of Avermedia A700 DVB

[PATCH] flexcop-pci: add suspend/resume support

2009-05-26 Thread Matthias Schwarzott
to irq handling? Regards Matthias Index: v4l-dvb/linux/drivers/media/dvb/b2c2/flexcop-common.h === --- v4l-dvb.orig/linux/drivers/media/dvb/b2c2/flexcop-common.h +++ v4l-dvb/linux/drivers/media/dvb/b2c2/flexcop-common.h @@ -117,6 +117,9

Re: [PATCH] zl10353 and qt1010: fix stack corruption bug

2009-06-17 Thread Matthias Schwarzott
as well?). Exactly for this case, line continuation, there is KERN_CONT defined. Regards Matthias -- 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-info.html

[PATCH] Use kzalloc for frontend states to have struct dvb_frontend properly initialized

2009-06-19 Thread Matthias Schwarzott
adapter 1 frontend -10551321 (ST STV0299 DVB-S) The related kernel thread then also gets a strange name like kdvb-ad-1-fe--1. Signed-off-by: Matthias Schwarzott z...@gentoo.org Regards Matthias Index: v4l-dvb/linux/drivers/media/dvb/frontends/mt312.c

mt312: Fix checkpatch warnings

2009-06-22 Thread Matthias Schwarzott
Hi list! This patch fixes some checkpatch warnings in mt312-driver. Signed-off-by: Matthias Schwarzott z...@gentoo.org Regards Matthias Index: v4l-dvb/linux/drivers/media/dvb/frontends/mt312.c === --- v4l-dvb.orig/linux/drivers

lsmod path hardcoded in v4l/Makefile

2009-06-22 Thread Matthias Schwarzott
. So the attached patch removes the hardcoded /sbin from the lsmod call. Signed-off-by: Matthias Schwarzott z...@gentoo.org Regards Matthias diff -r 65ec132f20df v4l/Makefile --- a/v4l/Makefile Wed May 27 15:53:00 2009 -0300 +++ b/v4l/Makefile Thu May 28 10:05:04 2009 +0200 @@ -196,7 +196,7

DIB3000 DVB-USB device with Linux kernel 2.6.31

2009-11-12 Thread Matthias Niklas
. Thank you very much. kind regards. Matthias Niklas PS: I describe myself as an advanced linux user with basic compiling and driver installation skills but if you need any specific information please described detailed what and how to get those information. -- To unsubscribe from this list: send

IR Receiver on an Tevii S470

2009-11-18 Thread Matthias Fechner
available to get the IR receiver with evdev running? Thanks a lot, Matthias -- 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-info.html

Re: IR Receiver on an Tevii S470

2009-11-21 Thread Matthias Fechner
Hi, Matthias Fechner schrieb: I bought some days ago a Tevii S470 DVB-S2 (PCI-E) card and got it running with the driver from: http://mercurial.intuxication.org/hg/s2-liplianin But I was not successfull in got the IR receiver working. It seems that it is not supported yet by the driver

Re: IR Receiver on an Tevii S470

2009-11-22 Thread Matthias Fechner
it has the same output. Then we can work out how to read and decode it's data and add it to ir-kbd-i2c at least. Depending on how your kernel and LIRC versions LIRC might still work with I2C IR chips too. I will do my best to help you here. Bye, Matthias -- Programming today is a race

Mantis – anyone?

2009-11-26 Thread Matthias Wächter
) authors to continue their work? • Is there some documentation available which would enable ‘the community’ to work on that further? Cheers, – Matthias 1: http://linuxtv.org/wiki/index.php/Azurewave_AD_SP400_CI_%28VP-1041%29#Drivers -- To unsubscribe from this list: send the line unsubscribe linux

Re: IR Receiver on an Tevii S470

2009-11-26 Thread Matthias Fechner
Hi Andy, Andy Walls wrote: I will inspect and test these with my HVR-1850 (CX23888) loaner board this weekend (hopefully). if you want me to test something on the Tevii S470 card, please let me know. Bye, Matthias -- Programming today is a race between software engineers striving

Re: how to get a registered adapter name

2009-11-27 Thread Matthias Schwarzott
, but doesn't seems to be available by other functions I think putting it somewhere into sysfs is a good idea (along with frontend name). Best is to move all dvb sysfs-devices into a per adapter subdirectory. Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: Mantis – anyone?

2009-12-06 Thread Matthias Wächter
handling in such a setup using s2-liplianin for a friend of mine. Will test that next week. • Have not tried IR (I use a radio RCU with lirc). – Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo

Re: IR Receiver on an Tevii S470

2009-12-06 Thread Matthias Fechner
with lirc with the attached config files. Maybe that helps you a little bit. Bye, Matthias -- Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe

Re: Mantis – anyone?

2009-12-07 Thread Matthias Wächter
Hi Manu, Just to give you some feedback on the first issue as well: Am 06.12.2009 13:52, schrieb Matthias Wächter: • Can’t lock to 19.2/11303h (looks like something new, related to the change of the transponder’s feed, but other cards – e.g. TBS 6920 and Tevii 470 – do sync without a problem

Re: TBS 6980 Dual DVB-S2 PCIe card

2009-12-08 Thread Matthias Wächter
/download/common/linux_tbs_all.rar – Matthias BTW: Where did you get yours? -- 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-info.html

Re: no locking on dvb-s2 22000 2/3 8PSK transponder on Astra 19.2E with tt s2-3200

2009-12-09 Thread Matthias Wächter
= 1, fxtal = 27000 kHz, fvco = 3104050 kHz, N(I) = 57, N(F) = 247 […] – Matthias -- 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-info.html

Re: no locking on dvb-s2 22000 2/3 8PSK transponder on Astra 19.2E with tt s2-3200

2009-12-16 Thread Matthias Wächter
about handling STB6100/STB0899 will be able to finally solve the issue with transponders that have an inverted spectrum. – Matthias -- 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

Re: weird array index in zl10036.c

2009-12-27 Thread Matthias Schwarzott
zl10036_init_tab[1][1] |= 0x01;? Good catch! But according to the datasheet it should be zl10036_init_tab[1][0] |= 0x01; Please submit a patch for it. Regards Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: [patch] fix weird array index in zl10036.c

2009-12-29 Thread Matthias Schwarzott
On Montag, 28. Dezember 2009, Dan Carpenter wrote: I was initially concerned about the weird array index (the 2 bumps into the next row of the array). Matthias Schwarzott look at the datasheet and it turns out it should be zl10036_init_tab[1][0] |= 0x01; Signed-off-by: Dan Carpenter erro

Re: MANTIS / STB0899 / STB6100 card ( Twinhan VP-1041): problems locking to transponder

2009-12-29 Thread Matthias Wächter
some light on this? – Matthias -- 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-info.html

Re: Fwd: Compro S300 - ZL10313

2010-01-04 Thread Matthias Schwarzott
/AVerMedia_AVerTV_DVB- S_Pro_(A700)#GPIO_table Most important pin to get correct is the one that resets demod, but you got it right it seems as you can tune channels :) Regards Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

Re: Howto obtain sysfs-pathes for DVB devices?

2009-01-30 Thread Matthias Schwarzott
for that... One way of asking udev is this: udevadm info -q path -n /dev/dvb/adapter0/frontend0 Regards Matthias -- 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

Re: Howto obtain sysfs-pathes for DVB devices?

2009-01-30 Thread Matthias Schwarzott
On Freitag, 30. Januar 2009, Carsten Meier wrote: Am Fri, 30 Jan 2009 12:51:03 +0100 One way of asking udev is this: udevadm info -q path -n /dev/dvb/adapter0/frontend0 Regards Matthias Ok, then I think I'm gonna use it... :) It's much more simple than struggling through dbus-/hal

Re: PV143N watchdog

2009-02-02 Thread Matthias Schwarzott
part of the i2c address. So it sounds like your device has address 0x56 for writing and 0x57 for reading. (is this correct?) Now you give i2c_master_send or i2c_transfer the 7bit part, 0x56 1, and that is 0x2B. Regards Matthias -- To unsubscribe from this list: send the line unsubscribe linux

Re: firmware

2009-02-16 Thread Matthias Schwarzott
a hands off distro) would be sharp enough to know how to follow the rabbit down the hole ... although I'd advise that they avoid sipping from any vessel labelled with the words Drink Me I don't get you. What do you want for Gentoo? checking the wiki content about firmware? Regards Matthias

struct dvb_frontend not initialized correctly / random id value since MFE merge

2009-02-22 Thread Matthias Schwarzott
dvb_frontend, or if it is the bridge driver that should init the id-value. What about all other members of this struct? Will they be initialized correctly? Regards Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org

[PATCH] remove redundant memset after kzalloc

2009-02-23 Thread Matthias Schwarzott
Hi there! While having a look at the allocation of struct dvb_frontend in *_attach functions, I found some cases calling memset after kzalloc. This is redundant, and the attached patch removes these calls. I also changed one case calling kmalloc and memset to kzalloc. Signed-off-by: Matthias

[patch 0/2] Add support for DVB part of Avermedia A700 DVB-S cards

2009-02-24 Thread Matthias Schwarzott
out now. Regards Matthias -- 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-info.html

[patch 2/2] saa7134: add DVB support for Avermedia A700 cards

2009-02-24 Thread Matthias Schwarzott
Add DVB support for Avermedia DVB-S Pro and Avermedia DVB-S Hybrid+FM card both labled A700. They use zl10313 demod (driver mt312) and zl10036 tuner. Signed-off-by: Matthias Schwarzott z...@gentoo.org Index: v4l-dvb/linux/drivers/media/video/saa7134/Kconfig

[patch 1/2] Add support for Zarlink ZL10036 DVB-S tuner.

2009-02-24 Thread Matthias Schwarzott
a common driver of necessary. Signed-off-by: Matthias Schwarzott z...@gentoo.org Index: v4l-dvb/linux/drivers/media/dvb/frontends/Kconfig === --- v4l-dvb.orig/linux/drivers/media/dvb/frontends/Kconfig +++ v4l-dvb/linux/drivers/media/dvb

Cleanup of dvb frontend driver header files

2009-03-04 Thread Matthias Schwarzott
Is this kind of cleanup appreciated, or should the includes be kept even if they are not really needed for pointers to structs like dvb_frontend. Regards Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo

Re: get_dvb_firmware after first review

2009-03-08 Thread Matthias Schwarzott
, regardless of what you needed to change otherwise. Regards Matthias -- 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-info.html

[PATCH] flexcop-pci: Print a message in case the new stream watchdog detects a problem

2009-03-10 Thread Matthias Schwarzott
Hi Patrick! I am happy using the new software watchdog added to flexcop-pci driver, but I do not get any log message. So I added one. The message now uses deb_info, I hope this is appropriate. Regards Matthias flexcop-pci: Print a message in case the new stream watchdog detects a problem

Re: [PATCH 21/31] video: Auto-load videodev module when device opened.

2009-03-10 Thread Matthias Schwarzott
videodev get any devices registered? For that to happen normally some pci video bridge adapter driver is needed, and that registers at videodev module. Without modprobe.conf tricks this still is not loaded then. Regards Matthias -- To unsubscribe from this list: send the line unsubscribe linux

About multifrontend - initalisation of dvb_frontend.id value

2009-03-13 Thread Matthias Schwarzott
use kmalloc so the fields not used by them are not properly set to zero. Is it required that frontend/demod drivers use kzalloc for all unknown/maybe new fields to be properly set? Regards Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

Re: [RFC] b2c2_flexcop_pci: Add suspend/resume support

2012-04-27 Thread Matthias Schwarzott
On 19.04.2012 19:51, Mauro Carvalho Chehab wrote: Hi Stefan, Em 15-04-2012 11:18, Stefan Bauer escreveu: Dear linux-dvb developers, dear Matthias, proper suspend and resume support for the b2c2_flexcop_pci driver is still missing as pointed out by these two bug reports: https

RDS help needed

2012-05-01 Thread Matthias Bock
support still an important task to someone on this list ? Is there someone, who would consider assisting me a little in writing some documentation on the RDS daemon project, some code maybe, lateron some linux kernel modules ? Cheers! Matthias -- To unsubscribe from this list: send the line

Fwd: Strange USB transfer problems with Delock 61959

2013-09-10 Thread Matthias Gruenewald
development, so if there is anything that I can debug, please let me know. Thanks! Bye Matthias -- 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-info.html

Fwd: Strange USB transfer problems with Delock 61959

2013-09-13 Thread Matthias Gruenewald
Hello again, I solved the problem. It was a bad cable. On the USB 3.0 port, it was bended such that it works. On all other ports, the SNR was too low. Sorry for bothering you... Bye Matthias -- Weitergeleitete Nachricht -- Von: Matthias Gruenewald matthias.gruenew...@gmail.com

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-09-24 Thread Matthias Schwarzott
) Is this correct? Did anyone open his device and can show pictures? I now need to know which component is at which i2c address. Windows driver does upload file hcw10mlD.rom of 16kb to device 0x44. Regards Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-09-30 Thread Matthias Schwarzott
On 26.09.2013 16:54, Antti Palosaari wrote: On 25.09.2013 07:50, Matthias Schwarzott wrote: On 17.08.2013 13:30, Ulf wrote: Hi, I know the topic Hauppauge HVR-900 HD and HVR 930C-HD with si2165 demodulator was already discussed http://permalink.gmane.org/gmane.linux.drivers.video-input

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-10-07 Thread Matthias Schwarzott
On 01.10.2013 16:45, Antti Palosaari wrote: On 01.10.2013 08:34, Matthias Schwarzott wrote: On 26.09.2013 16:54, Antti Palosaari wrote: On 25.09.2013 07:50, Matthias Schwarzott wrote: On 17.08.2013 13:30, Ulf wrote: Hi, I know the topic Hauppauge HVR-900 HD and HVR 930C-HD with si2165

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-10-15 Thread Matthias Schwarzott
On 07.10.2013 22:21, pierigno wrote: Hi Matthias, I went through a similar path in the past, using USBLyzer on a virtualized windows environment, and developed this simple awk script to adapt the csv output of USBLyzer to usbsnoop format. Hope it helps :) Hi pierigno, thank you. Yes, your

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-10-15 Thread Matthias Schwarzott
On 07.10.2013 22:16, Antti Palosaari wrote: On 07.10.2013 22:30, Matthias Schwarzott wrote: my real problem currently is, that I cannot get a good usb dump: 1. In virtual machine (win xp under kvm) it finds one transponder when scanning DVB-T, but does not get a picture. I think demod locks

I/O USERPTR for videobuf2-dma-sg

2013-10-21 Thread Matthias Wächter
a patch for adding I/O USERPTR functionality similar to vb2_dc_get/put_userptr() be accepted? Any known problems with this task I’m going to face? Thanks, – Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org

RE: [PATCH] videobuf2-dma-sg: Support io userptr operations on io memory

2013-11-11 Thread Matthias Wächter
assume that your userptr will cover only one vma? At least, get_user_pages (calling __get_user_pages) does not assume that and calls find_vma() whenever vma-vm_end is reached. – Matthias CONFIDENTIALITY: The contents of this e-mail are confidential and intended only for the above addressee(s

[PATCH] mceusb: Add Hauppauge WinTV-HVR-930C HD

2013-11-21 Thread Matthias Schwarzott
Add usb id of Hauppauge WinTV-HVR-930C HD to mceusb RC driver. This device has no IR transmitter (according to eeprom content decoded by tveeprom). Set the rc mapping to Hauppauge, every key of the deliviered remote control works correctly. Signed-off-by: Matthias Schwarzott z...@gentoo.org

[PATCH] mceusb: Add RC support for Hauppauge WinTV-HVR-930C HD

2013-11-26 Thread Matthias Schwarzott
Add usb id of Hauppauge WinTV-HVR-930C HD. This device has no i2c transmitter (according to eeprom content decoded by tveeprom). Set the rc mapping to Hauppauge, every key of the deliviered remote control works correctly. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/rc

[PATCH] cx231xx: fix i2c debug prints

2013-11-27 Thread Matthias Schwarzott
Do not shift the already 7bit i2c address. Print a message also for write+read transactions. For write+read, print the read buffer correctly instead of using the write buffer. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/cx231xx-i2c.c | 16 1

[PATCH] cx231xx: Add missing selects for MEDIA_SUBDRV_AUTOSELECT

2013-11-27 Thread Matthias Schwarzott
The two drivers LGDT3305 and TDA18271C2DD were not autoselected, so the cx231xx_dvb module could not be loaded if MEDIA_SUBDRV_AUTOSELECT is enabled. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH REVIEW 03/18] Montage M88DS3103 DVB-S/S2 demodulator driver

2013-12-08 Thread Matthias Schwarzott
, ret, reg, len); + ret = -EREMOTEIO; + } + + return ret; +} + Regards Matthias -- 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-info.html

[PATCH 0/2] cx231xx: Small cleanups

2013-12-12 Thread Matthias Schwarzott
Hi, I am resending these patches in the hope that git send-email does keep the whitespace correct unlike Thunderbird. Regards Matthias -- 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

[PATCH 1/2] cx231xx: Add missing selects for MEDIA_SUBDRV_AUTOSELECT

2013-12-12 Thread Matthias Schwarzott
The two drivers LGDT3305 and TDA18271C2DD were not autoselected, so the cx231xx_dvb module could not be loaded when MEDIA_SUBDRV_AUTOSELECT=y. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers

[PATCH 2/2] cx231xx: fix i2c debug prints

2013-12-12 Thread Matthias Schwarzott
Do not shift the already 7bit i2c address. Print a message also for write+read transactions. For write+read, print the read buffer correctly instead of using the write buffer. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/cx231xx-i2c.c | 16 1

[RFC PATCH 1/3] cx231xx: Add entry for wintv 930c-hd (pid=b130) with eeprom, no dvb support

2013-12-12 Thread Matthias Schwarzott
Reading eeprom works Analog is untested Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/cx231xx-avcore.c | 1 + drivers/media/usb/cx231xx/cx231xx-cards.c | 92 ++ drivers/media/usb/cx231xx/cx231xx-core.c | 3 + drivers/media/usb

[RFC PATCH 0/3] wintv hvr 930c-hd: Add limited support for DVB-C and DVB-T

2013-12-12 Thread Matthias Schwarzott
which standard is supported. Regards Matthias -- 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-info.html

[RFC PATCH 3/3] cx231xx: add wintv 930c hd dvb support

2013-12-12 Thread Matthias Schwarzott
Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/Kconfig | 1 + drivers/media/usb/cx231xx/cx231xx-cards.c | 2 +- drivers/media/usb/cx231xx/cx231xx-dvb.c | 25 + 3 files changed, 27 insertions(+), 1 deletion(-) diff --git

Re: Card with si2165

2013-12-15 Thread Matthias Schwarzott
dumps would be really cool. Regards Matthias -- 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-info.html

Re: Aw: Re: Card with si2165

2013-12-16 Thread Matthias Schwarzott
scan to find out about the addresses of the components combined with chip names. But most likely at least some values need to be compared to windows. I have not yet tried sniffing PCI-traffic, but there is some work to pass pci traffic between qemu and real pci cards. Regards Matthias

Re: Aw: Re: Re: Card with si2165

2013-12-17 Thread Matthias Schwarzott
On 16.12.2013 22:49, Sven Müller wrote: Gesendet: Montag, 16. Dezember 2013 um 21:20 Uhr Von: Matthias Schwarzott z...@gentoo.org An: Sven Müller xpert-reac...@gmx.de, linux-media@vger.kernel.org Betreff: Re: Aw: Re: Card with si2165 On 16.12.2013 09:26, Sven Müller wrote: I have

Re: Fwd: Compro S300 - ZL10313

2010-01-09 Thread Matthias Schwarzott
good so far. The voltage after stopping vdr is no surprise with zl10313, look into the code at mt312.c line 425, The value it writes for no voltage is the same as for vertical voltage. Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

Re: Fwd: Compro S300 - ZL10313

2010-01-11 Thread Matthias Schwarzott
gpio and calling original function. Regards Matthias -- 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-info.html

T-Mobile web'n'walk Box multimedia

2010-01-18 Thread Matthias Bock
Hi, recently I bought this nice litte web'n'walk Box multimedia from T-Mobile (for about 40 euro), a USB device that works as a UMTS-Modem and DVB-T-Receiver at once. It turned out, that it actually is a Huawei E510 and uses a DiBcom DIB9080HA chip. Is there a chance to get it to work with

Re: lsmod path hardcoded in v4l/Makefile

2009-06-23 Thread Matthias Schwarzott
On Dienstag, 23. Juni 2009, Andy Walls wrote: On Mon, 2009-06-22 at 16:36 +0200, Matthias Schwarzott wrote: Hi list! It seems the path to lsmod tool is hardcoded in the Makefile for out-of-tree building of v4l-dvb. Now at least gentoo has moved lsmod from /sbin to /bin. Additionally

Re: lsmod path hardcoded in v4l/Makefile

2009-06-23 Thread Matthias Schwarzott
On Dienstag, 23. Juni 2009, Trent Piepho wrote: On Mon, 22 Jun 2009, Andy Walls wrote: On Mon, 2009-06-22 at 16:36 +0200, Matthias Schwarzott wrote: Hi list! It seems the path to lsmod tool is hardcoded in the Makefile for out-of-tree building of v4l-dvb. Now at least gentoo has

Re: lsmod path hardcoded in v4l/Makefile

2009-06-23 Thread Matthias Schwarzott
On Dienstag, 23. Juni 2009, Theodore Kilgore wrote: On Mon, 22 Jun 2009, Andy Walls wrote: On Mon, 2009-06-22 at 16:36 +0200, Matthias Schwarzott wrote: Hi list! It seems the path to lsmod tool is hardcoded in the Makefile for out-of-tree building of v4l-dvb. Now at least gentoo has

problems with Terratec Cinergy 1200 DVB-C MK3 after mainboard switch

2009-07-11 Thread Matthias Müller
either. Any ideas? Matthias -- 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-info.html

Re: [linux-dvb] problems with Terratec Cinergy 1200 DVB-C MK3 after mainboard switch

2009-07-11 Thread Matthias Müller
at all with that card. Everything else on the new mainboard works like a charm, so I doubt the board is broken. Still looking for any other hints, Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo

Re: [linux-dvb] problems with Terratec Cinergy 1200 DVB-C MK3 after mainboard switch

2009-07-12 Thread Matthias Müller
Matthias Müller schrieb: Ok, I cleaned the cards one more and atm there's only 1 card in the system. Blew out all dust (the motherboard arrived brand new yesterday, so probably not necessary), still the same probs. After heavy IO the card dies. I plugged one of the cards back in the old

Re: [GIT PATCHES for 2.6.31] V4L/DVB fixes

2009-07-13 Thread Matthias Schwarzott
into the kernel. Regards Matthias -- 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-info.html

Re: lsmod path hardcoded in v4l/Makefile

2009-07-21 Thread Matthias Schwarzott
On Dienstag, 23. Juni 2009, Trent Piepho wrote: On Tue, 23 Jun 2009, Matthias Schwarzott wrote: On Mon, 2009-06-22 at 16:36 +0200, Matthias Schwarzott wrote: It seems the path to lsmod tool is hardcoded in the Makefile for out-of-tree building of v4l-dvb. Shouldn't $PATH of root

Hyperlinks in linuxtv.org mercurial RSS feeds broken

2009-09-11 Thread Matthias Schwarzott
Matthias -- 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-info.html

Incorrectly detected em28xx device

2009-09-18 Thread Matthias Bläsing
processor [ 1016.204578] em28xx #0: v4l2 driver version 0.1.2 [ 1016.484275] em28xx #0: V4L2 device registered as /dev/video1 and /dev/vbi0 It would be very nice, if this could be auto-detected. If you need more information, please CC me. Greetings Matthias -- To unsubscribe from this list: send

Questions on how to add support for DVB-C/T on HVR4400 and HVR5500

2013-12-19 Thread Matthias Schwarzott
. Or is there a need to change gpio values to get the demod out of the reset? Does the HVR4400 contain a SI2161 demod? I cannot read the name on the pictures, but it looks very similar the SI2165. Regards Matthias -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

[PATCH v2] cx231xx: fix i2c debug prints

2013-12-23 Thread Matthias Schwarzott
Do not shift the already 7bit i2c address. Print a message also for write+read transactions. For write+read, print the read buffer correctly instead of using the write buffer. Fix continuation lines Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/cx231xx-i2c.c

Re: Hauppauge WinTV-HVR-930C-HD with usbId 2040:b131

2014-01-13 Thread Matthias Schwarzott
. Does anyone know more about that difference? Is b131 compatible to b130? Can the new patches from Matthias Schwarzott be applied here, too? Hi! According to a mail I got some days ago from Ralph Stamm, this is a new hardware revision of the HVR-930C-HD. According to this part of the inf-file

Re: problems with Cinergy HTC HD Rev. 2 (0x0ccd:0x0101) Conexant 231xx

2014-03-12 Thread Matthias Schwarzott
Matthias -- 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-info.html

Re: [RFC PATCH 2/3] si2165: Add first driver version

2014-03-23 Thread Matthias Schwarzott
On 22.03.2014 17:31, Antti Palosaari wrote: Moi Matthias Hi Antti, So what is status of your work? The current status is: I compared parts of my code to si2161 documentation. I extracted firmware to an extra file. I disassembled parts of the windows driver to verify some assumptions. So

[PATCH 3/3] cx23885: Add si2165 support for HVR-5500

2014-04-26 Thread Matthias Schwarzott
The same card entry is used for HVR-4400 and HVR-5500. Only HVR-5500 has been tested. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/pci/cx23885/Kconfig | 1 + drivers/media/pci/cx23885/cx23885-cards.c | 17 +--- drivers/media/pci/cx23885/cx23885-dvb.c

[PATCH 2/3] cx231xx: Add [2040:b130] Hauppauge WinTV 930C-hd 1113xx

2014-04-26 Thread Matthias Schwarzott
Reading eeprom works Analog is untested Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/Kconfig | 1 + drivers/media/usb/cx231xx/cx231xx-avcore.c | 1 + drivers/media/usb/cx231xx/cx231xx-cards.c | 92 ++ drivers/media/usb

[PATCH 1/3] si2165: Add demod driver for DVB-T only

2014-04-26 Thread Matthias Schwarzott
DVB-T was tested with 8MHz BW channels in germany This driver is the simplest possible, it uses automatic mode for all parameters (TPS). Firmware file can be extracted via get_dvb_firmware. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- Documentation/dvb/get_dvb_firmware| 33

Re: [PATCH 1/3] si2165: Add demod driver for DVB-T only

2014-07-01 Thread Matthias Schwarzott
are simply lack of reviewers. Mike, Devin, Mauro? On 04/26/2014 11:21 PM, Matthias Schwarzott wrote: DVB-T was tested with 8MHz BW channels in germany This driver is the simplest possible, it uses automatic mode for all parameters (TPS). Firmware file can be extracted via

[PATCH 2/4] si2165: Add demod driver for DVB-T only

2014-07-01 Thread Matthias Schwarzott
DVB-T was tested with 8MHz BW channels in germany This driver is the simplest possible, it uses automatic mode for all parameters (TPS). Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/dvb-frontends/Kconfig |9 + drivers/media/dvb-frontends/Makefile |1

[PATCH 0/4] wintv 930c-hd: Add basic support

2014-07-01 Thread Matthias Schwarzott
This patch series is the third version of my si2165 driver. It supports only DVB-T and was tested on 8MHz channels in germany. Maybe the si2165 driver also works on other si2165/si2163/si2161 based cards. Regards Matthias Documentation/dvb/get_dvb_firmware | 33 +- drivers/media

[PATCH 1/4] get_dvb_firmware: Add firmware extractor for si2165

2014-07-01 Thread Matthias Schwarzott
Signed-off-by: Matthias Schwarzott z...@gentoo.org --- Documentation/dvb/get_dvb_firmware | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index d91b8be..26c623d 100755

[PATCH 3/4] cx231xx: Add [2040:b130] Hauppauge WinTV 930C-hd 1113xx

2014-07-01 Thread Matthias Schwarzott
Reading eeprom works TODO: * Analog is untested * after loading the driver the first open to dvb device node fails Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/Kconfig | 1 + drivers/media/usb/cx231xx/cx231xx-avcore.c | 1 + drivers/media/usb

[PATCH 4/4] cx23885: Add si2165 support for HVR-5500

2014-07-01 Thread Matthias Schwarzott
The same card entry is used for HVR-4400 and HVR-5500. Only HVR-5500 has been tested. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/pci/cx23885/Kconfig | 1 + drivers/media/pci/cx23885/cx23885-cards.c | 17 +--- drivers/media/pci/cx23885/cx23885-dvb.c

Re: [PATCH 0/4] wintv 930c-hd: Add basic support

2014-07-01 Thread Matthias Schwarzott
On 01.07.2014 21:55, Matthias Schwarzott wrote: This patch series is the third version of my si2165 driver. It supports only DVB-T and was tested on 8MHz channels in germany. Maybe the si2165 driver also works on other si2165/si2163/si2161 based cards. I forgot to mention, that support

[PATCH 2/2] si2157: Add get_if_frequency callback

2014-07-15 Thread Matthias Schwarzott
This is needed for PCTV 522e support. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/tuners/si2157.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c index 4dbd3f1..06153fa 100644 --- a/drivers/media

  1   2   3   4   >