Re: general protection fault in flexcop_usb_probe

2019-09-23 Thread Oliver Neukum
Am Freitag, den 20.09.2019, 18:01 +0200 schrieb Andrey Konovalov: > > Reported-and-tested-by: > > syzbot+d93dff37e6a89431c...@syzkaller.appspotmail.com [..] > Hi Oliver, > > I was wondering if you've submitted this patch anywhere? The bug is > still happening. >

Re: [PATCH] dvb: usb: fix use after free in dvb_usb_device_exit

2019-08-21 Thread Oliver Neukum
Am Dienstag, den 20.08.2019, 19:55 +0100 schrieb Ben Hutchings: > On Tue, 2019-04-30 at 15:07 +0200, Oliver Neukum wrote: > > dvb_usb_device_exit() frees and uses the device name in that order > > Fix by storing the name in a buffer before freeing it > > > > v2: fixed s

[PATCH] b2c2-flexcop-usb: add sanity checking

2019-07-30 Thread Oliver Neukum
The driver needs an isochronous endpoint to be present. It will oops in its absence. Add checking for it. Reported-by: syzbot+d93dff37e6a89431c...@syzkaller.appspotmail.com Signed-off-by: Oliver Neukum --- drivers/media/usb/b2c2/flexcop-usb.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[PATCH] iguanair: add sanity checks

2019-07-30 Thread Oliver Neukum
The driver needs to check the endpoint types, too, as opposed to the number of endpoints. This also requires moving the check earlier. Reported-by: syzbot+01a77b82edaa37406...@syzkaller.appspotmail.com Signed-off-by: Oliver Neukum --- drivers/media/rc/iguanair.c | 15 +++ 1 file

Ihre Angebot

2019-06-18 Thread Oliver
Sehr geehrte Damen und Herren, wir haben Ihre Firmenwebseite besucht und wir sind der Meinung, sie sieht ausgezeichnet aus! Wenn Ihnen daran liegt, neue Kunden zu gewinnen, dann haben wir für Sie ein Angebot. Wir verfügen über den neusten, stets aktualisierten Firmenkatalog 2019. In wenigen A

FW: AW: Kontakt.

2019-05-23 Thread Oliver Klemens
Grüßen Oliver Klemens

[PATCH] media: pwc: convert to BIT macro

2019-05-09 Thread Oliver Neukum
This converts the driver to using the BIT macro to increase readability Signed-off-by: Oliver Neukum --- drivers/media/usb/pwc/pwc.h | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/media/usb/pwc/pwc.h b/drivers/media/usb/pwc/pwc.h index

[PATCH] cpia2_usb: first wake up, then free in disconnect

2019-05-09 Thread Oliver Neukum
Kasan reported a use after free in cpia2_usb_disconnect() It first freed everything and then woke up those waiting. The reverse order is correct. Signed-off-by: Oliver Neukum Reported-by: syzbot+0c90fc937c84f97d0...@syzkaller.appspotmail.com Fixes: 6c493f8b28c67 ("[media] cpia2: major ove

Re: [PATCH] uvc: fix access to uninitialized fields on probe error

2019-05-06 Thread Oliver Neukum
On Do, 2019-05-02 at 14:43 +0300, Laurent Pinchart wrote: > Let's capitalise the comment and end it with a period to match the rest > of the driver. With these small issues fixed, > > Reviewed-by: Laurent Pinchart Hi, thank you. I agree with them. Regards Oliver

[PATCH] dvb: usb: fix use after free in dvb_usb_device_exit

2019-04-30 Thread Oliver Neukum
dvb_usb_device_exit() frees and uses the device name in that order Fix by storing the name in a buffer before freeing it v2: fixed style issues v3: strscpy used and variable names changed v4: really use strscpy everywhere Signed-off-by: Oliver Neukum Reported-by: syzbot+26ec41e9f788b3eba

[PATCH] uvc: fix access to uninitialized fields on probe error

2019-04-30 Thread Oliver Neukum
We need to check whether this work we are canceling actually is initialized. Signed-off-by: Oliver Neukum Reported-by: syzbot+2e1ef9188251d9cc7...@syzkaller.appspotmail.com --- drivers/media/usb/uvc/uvc_ctrl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/media

[PATCHv3] dvb: usb: fix use after free in dvb_usb_device_exit

2019-04-30 Thread Oliver Neukum
dvb_usb_device_exit() frees and uses the device name in that order Fix by storing the name in a buffer before freeing it v2: fixed style issues v3: strscpy used and variable names changed Signed-off-by: Oliver Neukum Reported-by: syzbot+26ec41e9f788b3eba...@syzkaller.appspotmail.com

[PATCHv2] dvb: usb: fix use after free in dvb_usb_device_exit

2019-04-30 Thread Oliver Neukum
dvb_usb_device_exit() frees and uses the device name in that order Fix by storing the name in a buffer before freeing it v2: fixed style issues Signed-off-by: Oliver Neukum Reported-by: syzbot+26ec41e9f788b3eba...@syzkaller.appspotmail.com --- drivers/media/usb/dvb-usb/dvb-usb-init.c | 7

Re: [PATCH RESEND] Revert "media: dvbsky: use just one mutex for serializing device R/W ops"

2018-10-05 Thread Oliver Freyermuth
Dear Mauro, thanks! Just to clarify, the issue I described in https://bugzilla.kernel.org/show_bug.cgi?id=199323 was on an Intel x86_64 system, with an onboard USB Controller handled by the standard xhci driver, so this does not affect RPi alone. Cheers and thanks, Oliver Am 05.10.18

[Regression] DVBSky S960CI hard broken in 4.18

2018-09-30 Thread Oliver Freyermuth
subscribed to the list. Cheers, Oliver Am 24.09.18 um 22:26 schrieb Oliver Freyermuth: > Dear DVB experts, > > commit: > 7d95fb7 - media: dvbsky: use just one mutex for serializing device R/W ops > hard breaks DVBSky cards. > Also the previous locking commits have caus

DVBSky S960CI hard broken in 4.18

2018-09-24 Thread Oliver Freyermuth
ut does not deliver any data. Please include me in any replies, I am not subscribed to the list. Cheers and all the best, Oliver

Re: [PATCH] [Patch v2] usbtv: Fix refcounting mixup

2018-05-16 Thread Oliver Neukum
Am Dienstag, den 15.05.2018, 18:01 +0200 schrieb Hans Verkuil: > On 05/15/2018 05:46 PM, Oliver Neukum wrote: > > Am Dienstag, den 15.05.2018, 16:28 +0200 schrieb Hans Verkuil: > > > On 05/15/18 15:07, Oliver Neukum wrote: > > > > usbtv_audio_fail: > > >

Re: [PATCH] [Patch v2] usbtv: Fix refcounting mixup

2018-05-15 Thread Oliver Neukum
Am Dienstag, den 15.05.2018, 16:28 +0200 schrieb Hans Verkuil: > On 05/15/18 15:07, Oliver Neukum wrote: > > The premature free in the error path is blocked by V4L > > refcounting, not USB refcounting. Thanks to > > Ben Hutchings for review. > > > > [v2] corrected

[PATCH] [Patch v2] usbtv: Fix refcounting mixup

2018-05-15 Thread Oliver Neukum
The premature free in the error path is blocked by V4L refcounting, not USB refcounting. Thanks to Ben Hutchings for review. [v2] corrected attributions Signed-off-by: Oliver Neukum Fixes: 50e704453553 ("media: usbtv: prevent double free in error case") CC: sta...@vger.kernel.org R

[PATCH] usbtv: Fix refcounting mixup

2018-05-15 Thread Oliver Neukum
The premature free in the error path is blocked by V4L refcounting, not USB refcounting. Thanks to Ben Hutchings for review. Signed-off-by: Oliver Neukum Fixes: 50e704453553 ("media: usbtv: prevent double free in error case") --- drivers/media/usb/usbtv/usbtv-core.c | 3 ++- 1 file

[PATCH] media: usbtv: prevent double free in error case

2018-01-08 Thread Oliver Neukum
=> kfree(usbtv) (1st time) usbtv_video_fail: usb_set_intfdata(intf, NULL); usb_put_dev(usbtv->udev); kfree(usbtv); (2nd time) So, as we have refcounting, use it Reported-by: Yavuz, Tuba Signed-off-by: Oliver Neukum CC: sta...@vger.kernel.org --- drivers/

BUGREPORT: IR keytable 1.12.3

2017-09-06 Thread Oliver Müller
BUG IR keytable 1.12.3   OS: Distributor ID:    Debian Description:    Debian GNU/Linux 9.1 (stretch) Release:    9.1 Codename:    stretch   Kernel: 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64 GNU/Linux   Programversion: IR keytable control version 1.12.3   IR-Devic

Re: [PATCH 22/22] usb: document that URB transfer_buffer should be aligned

2017-03-30 Thread Oliver Neukum
> transfer to any part of the same buffer. The storage driver takes buffers as the block layer (or sg) provide them, does it not? Regards Oliver

Re: [PATCH 22/22] usb: document that URB transfer_buffer should be aligned

2017-03-30 Thread Oliver Neukum
ey do assume that. > I'll rework on this patch to put more emphasis about this issue. For now that is the best. But even in the medium term this sucks. At a minimum controller drivers need to export what they can do. Regards Oliver

Re: [PATCH 22/22] usb: document that URB transfer_buffer should be aligned

2017-03-30 Thread Oliver Neukum
network drivers are written with the assumption that any contiguous buffer is valid. In fact you could argue that those drivers are buggy and must use bounce buffers in those cases. So we need to include the full story here. Regards Oliver

Re: uvcvideo error on second capture from USB device, leading to V4L2_BUF_FLAG_ERROR

2016-09-10 Thread Oliver Collyer
> > These two chunks look like legit resilience measure, and maybe could be > even added to upstream ffmpeg, maybe for non-default mode. > Well I’ve posted it to the FFmpeg dev list for feedback, so we will see. Non-default mode - yes maybe it needs to be optional. And/or only have an effect

Re: uvcvideo error on second capture from USB device, leading to V4L2_BUF_FLAG_ERROR

2016-09-10 Thread Oliver Collyer
>> I have written a patch for FFmpeg that deals with the problem for both >> devices so it’s not really an issue for me anymore, but I’m not sure >> if the patch will get accepted in their master git as it’s a little >> messy. > > Please post this patch here! Here you go, Andrey. This patch basi

Re: uvcvideo error on second capture from USB device, leading to V4L2_BUF_FLAG_ERROR

2016-09-10 Thread Oliver Collyer
t/copy me into any further discussion and I’m happy to provide ssh access to a machine that shows the problem for debugging if that would help. - Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More

Re: uvcvideo error on second capture from USB device, leading to V4L2_BUF_FLAG_ERROR

2016-09-06 Thread Oliver Collyer
manifests itself with certain devices. Would providing ssh access to the machine be of interest to anyone who wants to debug this? > On 5 Sep 2016, at 23:19, Andrey Utkin wrote: > > On Mon, Sep 05, 2016 at 10:43:49PM +0300, Oliver Collyer wrote: >> I do not have any knowledge

Re: uvcvideo error on second capture from USB device, leading to V4L2_BUF_FLAG_ERROR

2016-09-05 Thread Oliver Collyer
> On 5 Sep 2016, at 23:19, Andrey Utkin wrote: > > On Mon, Sep 05, 2016 at 10:43:49PM +0300, Oliver Collyer wrote: >> I do not have any knowledge of uvcvideo and the associated classes apart >> from the studying I’ve done the past day or two, but it seems likely that

Re: uvcvideo error on second capture from USB device, leading to V4L2_BUF_FLAG_ERROR

2016-09-05 Thread Oliver Collyer
at the end of the first capture. Let me know what I need to do next to further narrow it down. Regards Oliver [ 1138.087237] uvcvideo: uvc_v4l2_open [ 1138.180909] uvcvideo: Resuming interface 0 [ 1138.180910] uvcvideo: Resuming interface 1 [ 1138.182123] uvcvideo: uvc_v4l2_mmap [ 1138.182189

Re: uvcvideo error on second capture from USB device, leading to V4L2_BUF_FLAG_ERROR

2016-09-04 Thread Oliver Collyer
Hi Andrey I'm already building my own FFmpeg from git master but in any case it happens with the V4L2 API capture example in exactly the same way. I have rebuilt uvcvideo/v4l from media_build with same result but I'll try later kernel. Regards Oliver > On 4 Sep 2016, at 22:25,

uvcvideo error on second capture from USB device, leading to V4L2_BUF_FLAG_ERROR

2016-09-03 Thread Oliver Collyer
now. I am happy to test/make any suggested fixes or even provide ssh access to the machine if necessary. Regards Oliver oliver@NUC-1:~$ uname -a Linux NUC-1 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux oliver@NUC-1:~/media_build/linux$ lsc

dvb-usb/dw2102: frontend initialization missing when dvb_usb disable_rc_polling=1

2016-07-26 Thread Oliver O.
nel: dw2102: su3000_power_ctrl: 1, initialized 1 Jul 23 16:12:30 Hotel kernel: dw2102: su3000_power_ctrl: 0, initialized 1 Best regards, Oliver -- 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] uvc: correct speed testing

2016-05-02 Thread Oliver Neukum
Allow for SS+ USB devices Signed-off-by: Oliver Neukum --- drivers/media/usb/uvc/uvc_video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/uvc/uvc_video.c b/drivers/media/usb/uvc/uvc_video.c index 075a0fe..b5589d5 100644 --- a/drivers/media/usb/uvc/uvc_video.c +++ b

[PATCH 1/2] gspca: correct speed testing

2016-05-02 Thread Oliver Neukum
Allow for SS+ devices Signed-off-by: Oliver Neukum --- drivers/media/usb/gspca/gspca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/gspca/gspca.c b/drivers/media/usb/gspca/gspca.c index af5cd82..69d56f3 100644 --- a/drivers/media/usb/gspca/gspca.c +++ b

[PATCH] usbvision fix overflow of interfaces array

2015-10-27 Thread Oliver Neukum
This fixes the crash reported in: http://seclists.org/bugtraq/2015/Oct/35 The interface number needs a sanity check. Signed-off-by: Oliver Neukum --- drivers/media/usb/usbvision/usbvision-video.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/media/usb/usbvision/usbvision

Re: [PATCH v1] media: uvcvideo: handle urb completion in a work queue

2015-09-08 Thread Oliver Neukum
write to storage interface storage interface being resumed flush_work() - waiting for CPU B DEADLOCK If you want to use flush_work() you must use a dedicated queue. Regards Oliver -- To unsubscribe from this list: se

Re: capture high resolution images from webcam

2015-03-19 Thread Oliver Lehmann
Hi Laurent, I took the first option ;) http://pastebin.com/7YUgS2Zt Regards, Oliver -- 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: capture high resolution images from webcam

2015-03-19 Thread Oliver Lehmann
h Regards, Oliver -- 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: capture high resolution images from webcam

2015-03-18 Thread Oliver Lehmann
mages, so, maybe I'm way behind the time and everything is working already? The problem is:- The system is a headless system - so no monitor and no Xorg installation (some X11 dependencies are installed tho) and I guess cheese has no commandline interface? Regards, Oliver -- To unsubscribe

capture high resolution images from webcam

2015-03-17 Thread Oliver Lehmann
player just accesses the video mode and takes a single frame. mplayer tv:// -tv driver=v4l2:device=/dev/video0:width=1280:height=720 -frames 1 -vo jpeg I wonder if there is a possibility to access the cam in the I-call-it-snapshot-mode to take single pictures with higher resolutions? Regards,

m88ds3103 (in a DVBSky S960CI ) loses lock, does not re-gain by itself - unless FE_CAN_RECOVER is removed

2015-01-12 Thread Oliver Freyermuth
TT3650CI which creates broken packages out of nowhere every few seconds (both Windows and Linux) and I am slowly running out of functional DVB-USB (with CI) hardware. Cheers and thanks for any help, Oliver -- $ ./szap-s2 -h -V -c ~/.mpv/channelsS2VDR.conf -r "Das

Re: Initial tuning data for ca-AB-Calgary

2014-01-25 Thread Oliver Schinagl
On 01/19/14 02:10, Dark Shadow wrote: Updated initial tuning data for ca-AB-Calgary with more channels for the repository. Sorry for the late reply; it has been merged and pushed. oliver #-- # file automatically

[PATCH] uvc: simplify redundant check

2014-01-23 Thread oliver
From: Oliver Neukum x < constant implies x + unsigned < constant That check just obfuscates the code Signed-off-by: Oliver Neukum --- drivers/media/usb/uvc/uvc_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/med

[PATCH] uvc: simplify redundant check

2014-01-23 Thread oliver
From: Oliver Neukum x < constant implies x + unsigned < constant That check just obfuscates the code Signed-off-by: Oliver Neukum --- drivers/media/usb/uvc/uvc_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/med

Re: update scan file for ro-DigiTV

2013-12-03 Thread Oliver Schinagl
On 01-12-13 14:56, Adrian Minta wrote: I took the .scm file from my Samsung TV and I use SamyGO-ChanEdit-v54 to look inside. The values where tested with kaffeine and w_scan. All the TV and Radio Channel where detected successfully. Thanks, I have pushed it to the repo's. Oliver This i

Re: IPTV Newbie Question/Which Satellite Receiver to Use!

2013-11-28 Thread Oliver Schinagl
On 26-11-13 20:56, Golden Shadow wrote: Hello Oliver, Thanks for your reply. I could not find the PCIe cards you mentioned (L4M-Flex CI or L4M-Flex-Twin C) on the supported PCIe cards on: http://www.linuxtv.org/wiki/index.php/DVB-C_PCIe_Cards#Supported_DVB-C_PCIe_Cards: The two drivers for

Re: IPTV Newbie Question/Which Satellite Receiver to Use!

2013-11-26 Thread Oliver Schinagl
nly have 1 for now, but plan to upgrade to 4 laters, giving me 8 tuners in single PCI-e slot. Since you say you need crypto, you could use the L4M-Flex CI or L4M-Flex-Twin CI module to do that. Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the

Re: ddbridge module fails to load

2013-11-18 Thread Oliver Schinagl
g/~endriss/media_build_experimental/rev/8c5bb9101f84 You probably best poke Oliver Endriss (ufo) on the VDR portal as that is his work and is unrelated or unmaintained here at linux-media. That said, someone recently stepped up to try to bring in the latest driver back into the mailine linux-media repo

Re: Initial Tuning Data for Uganda

2013-11-04 Thread Oliver Schinagl
roper patch that applies from mail would be easier, but I manually fixed it for you this time :) Thank you! Oliver Thank you -- 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: dvb-apps/scan: initial scan file for Sofia, Bulgaria

2013-10-18 Thread Oliver Schinagl
, maybe you are using an older version? oliver Best Regards nuclear -- 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: Initial scan files for PT

2013-09-30 Thread Oliver Schinagl
-patch/send-email or use github's pull request. Thank you, Oliver diff -r 3ee111da5b3a util/scan/dvb-t/pt-Azores-Faial --- /dev/null Thu Jan 01 00:00:00 1970 + +++ b/util/scan/dvb-t/pt-Azores-Faial Sat Sep 28 11:49:03 2013 +0100 @@ -0,0 +1,5 @@ +# PT, Azores, Faial +# Generated from

Re: V2: Agenda for the Edinburgh mini-summit

2013-09-23 Thread Oliver Schinagl
about the linux-pwm framework and its support for the backlight via dts? Or am I talking way to uninformed here. Copying backlight to flashlight with some minor modification sounds sensible in a way... Oliver [1] http://www.spinics.net/lists/linux-leds/msg00899.html -- Regards, Sylwester

Re: Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-09-17 Thread Oliver Schinagl
Hans Verkuil Hugues FRUCHET Laurent Pinchart Mauro Carvalho Chehab Michael Krufky Oliver Schinagl Pawel Osciak Peter Senna Tschudin Ricardo Ribalda Delgado Sakari Ailus Please let me know if I'm missing someon

Re: iMon driver with 3.11 no response

2013-09-09 Thread Oliver Schinagl
om my other e-mail address (this current one) as I do all my lmml mails with, but I can completely understand. On 09/08/2013 04:43 PM, Oliver Schinagl wrote: Hey Jarod, I've been using my iMon that came with my silverstone tech case for years. This was all using the old methods via lirc et

Re: Updated fi-HTV scan file

2013-09-09 Thread Oliver Schinagl
On 09-09-13 12:33, Sam Stenvall wrote: On 9.9.2013 11:51, Oliver Schinagl wrote: On 07-09-13 15:36, Sam Stenvall wrote: Hi, Hello, Here's an updated fi-HTV scan file according to the official specification available at http://dvb.welho.fi/cable.php. Patch merged manually and pushed,

Re: Updated fi-HTV scan file

2013-09-09 Thread Oliver Schinagl
On 07-09-13 15:36, Sam Stenvall wrote: Hi, Hello, Here's an updated fi-HTV scan file according to the official specification available at http://dvb.welho.fi/cable.php. Patch merged manually and pushed, your diff failed to apply, did you use git diff? Oliver diff -r 3ee111da5b3a

iMon driver with 3.11 no response

2013-09-09 Thread Oliver Schinagl
produce output either, and lsusb shows up fine so communication seems to work to some length? THat last warning seems odd though? Oliver -- 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: Agenda for the Edinburgh mini-summit

2013-08-30 Thread Oliver Schinagl
A10 and this knowledge will need a kernel side driver in some framework. I looked at the exynos video decoders and googling for linux-media hardware accelerated decoding doesn't yield much either. Anyway, just a thought; if you think it's the wrong place for it to be discussed, that&#

Re: [PATCH] uvc: more buffers

2013-08-12 Thread Oliver Neukum
? It is attached. > Why does it need more buffers, is it a superspeed webcam ? No. It is HS. > > Signed-off-by: Oliver Neukum > > --- > > drivers/media/usb/uvc/uvcvideo.h | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a

[PATCH] uvc: more buffers

2013-08-09 Thread oliver
From: Oliver Neukum This is necessary to let the new generation of cameras from LiteOn used in Haswell ULT notebook operate. Otherwise the images will be truncated. Signed-off-by: Oliver Neukum --- drivers/media/usb/uvc/uvcvideo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: Prof p7500 DVB-S2 USB device

2013-08-01 Thread Oliver Schinagl
In theory, no, it should be identical. Hopeing you don't have any USB issue, I think you should let the maintainer know that this is happening. I'm sorry but I lack knowledge in this area to help you any further. Oliver On 08/01/13 16:36, Krishna Kishore wrote: Hi Oliver,

Re: Prof p7500 DVB-S2 USB device

2013-08-01 Thread Oliver Schinagl
evice, then it might be related to the dvb driver, but even there I have my doubts. Oliver On 01-08-13 16:06, Krishna Kishore wrote: Krishna Kishore wrote: Hi, When I used buildroot filesystem, I am not seeing this problem. However, my device still doenot work. Ubuntu 13.04 desktop k

camera always setting error bits at same resolutions

2013-07-31 Thread Oliver Neukum
Hi, I've got a new camera which perfectly works at some resolutions (640x480, 640x360, 160x120). At all other resolutions I get a black screen because all frames are dropped due to a set error bit "Payload dropped (error bit set)" Any idea how to debug it? Regards

Re: Prof DVB-S2 USB device

2013-07-29 Thread Oliver Schinagl
On 30-07-13 08:25, Krishna Kishore wrote: Hi Oliver, 3.10.2 booted on Pandaboard. Now, I am trying to connect Prof 7500 DVB-S2 device. It does not get detected as new USB device. .config file is attached to this email. Am I missing any config? Can you please let me know? From a

Re: de-Primacom initial tuning data doesn't work anymore

2013-07-28 Thread Oliver Schinagl
) as edc0bc3f04b715f2c882343e4d4fdf94e7cc1e29 Oliver On 27-07-13 12:37, Franz Schrober wrote: bump - Ursprüngliche Message - Von: Franz Schrober An: "linux-media@vger.kernel.org" ; "kaffeine-u...@lists.sourceforge.net" ; "pkg-kde-ext...@lists.alioth.debian.

Re: [RFC] Dropping of channels-conf from dtv-scan-tables

2013-07-26 Thread Oliver Schinagl
s encoding issue? ([PATCH][dvb-apps] Fix 'scan' utility region 0x14 encoding from BIG5 to UTF-16BE) Did you notify the maintainer? of the dvb-apps? I think manu is still one of the dvb-apps maintainers. Thanks, Huei-Horng Yo 2013/7/12 Oliver Schinagl : Hey all, The channels-conf dir

Re: stv090x vs stv0900 support

2013-07-24 Thread Oliver Schinagl
at's why I used stv0900 for anysee driver. I wonder is there something special supported by stv090x because normal tuner/demod callbacks are not enough. That's probably for the ddbridge driver, while ours is pretty old (0.5) Ralph/oliver is working on 0.9 atm. 0.8.6 still uses the sam

Re: Prof DVB-S2 USB device

2013-07-24 Thread Oliver Schinagl
tune to: 3725:h:0:27500 From: linux-media-ow...@vger.kernel.org [linux-media-ow...@vger.kernel.org] on behalf of Krishna Kishore [krishna.kish...@sasken.com] Sent: Wednesday, July 24, 2013 4:50 PM To: Oliver Schinagl Cc: linux-media@vger.kernel.org Subject: RE: Prof DVB-S2

Re: Prof DVB-S2 USB device

2013-07-24 Thread Oliver Schinagl
, that has long been fixed. oliver -Original Message----- From: Oliver Schinagl [mailto:oliver+l...@schinagl.nl] Sent: Wednesday, July 24, 2013 4:34 PM To: Krishna Kishore Cc: linux-media@vger.kernel.org Subject: Re: Prof DVB-S2 USB device On 24-07-13 10:59, Krishna Kishore wrot

Re: Prof DVB-S2 USB device

2013-07-24 Thread Oliver Schinagl
On 24-07-13 10:59, Krishna Kishore wrote: Dear Oliver, Thanks for your response. I tried with 3.10.1. As you rightly pointed out, it does not seem to work on my board (pandaboard). It gets stuck at "Starting kernel...". Now, I am trying with 3.4.47 version now. Let

Re: Prof DVB-S2 USB device

2013-07-24 Thread Oliver Schinagl
On 24-07-13 08:56, Krishna Kishore wrote: Dear Oliver, Thanks for your response. Here are more details. Please help me in making this work. Linux version: -sh-4.1# uname -a Linux (none) 3.4.0 #28 SMP PREEMPT Tue Jul 23 16:24:14 IST 2013 armv7l GNU/Linux Your kernel is ancient. The

Re: Prof DVB-S2 USB device

2013-07-23 Thread Oliver Schinagl
for a limb, yet offer nothing. oliver Can you please help me? Regards, Kishore. SASKEN BUSINESS DISCLAIMER: This message may contain confidential, proprietary or legally privileged information. In case you are not the original intended Recipient of

Re: dtv-scan-tables tar archive

2013-07-15 Thread Oliver Schinagl
On 12-07-13 20:55, Mauro Carvalho Chehab wrote: Em Fri, 12 Jul 2013 11:07:55 +0200 Oliver Schinagl escreveu: Mauro, I think the archive is generated incorrectly. Could you take a look and see why? I shamefully admit I still am not sure where you did what to generate these ;) Basically, I

[PATCH 1/4] Some multistream transponders. Some DVB-T2 muxes for RU and UA.

2013-07-15 Thread oliver+list
From: CrazyCat Signed-off-by: Oliver Schinagl --- dvb-s/Astra-31.5E | 5 + dvb-s/Atlantic-Bird-1-12.5W | 4 dvb-s/Intelsat-12-45.0E | 10 ++ dvb-t/ru-Novosibirsk| 6 ++ dvb-t/ua-Kharkov| 6 ++ dvb-t/ua-Lozovaya | 6

[PATCH 4/4] New DVB-T2 muxes for Russia, Ukraine.

2013-07-15 Thread oliver+list
From: CrazyCat Signed-off-by: Oliver Schinagl --- dvb-t/ru-Krasnodar | 6 ++ dvb-t/ru-Novosibirsk | 2 +- dvb-t/ru-Volgodonsk | 6 ++ dvb-t/ua-Kharkov | 2 +- dvb-t/ua-Kiev| 6 ++ dvb-t/ua-Lozovaya| 2 +- dvb-t/ua-Odessa | 6 ++ 7 files changed, 27

[PATCH 3/4] Some MIS+PLS transponders for 5W.

2013-07-15 Thread oliver+list
From: CrazyCat Signed-off-by: Oliver Schinagl --- dvb-s/Astra-31.5E | 9 ++--- dvb-s/Atlantic-Bird-1-12.5W | 5 +++-- dvb-s/Atlantic-Bird-3-5.0W | 35 --- dvb-s/Hotbird-13.0E | 3 ++- dvb-s/Intelsat-12-45.0E | 23

[PATCH 2/4] Hotbird Mediaset MIS+PLS transponders.

2013-07-15 Thread oliver+list
From: CrazyCat Signed-off-by: Oliver Schinagl --- dvb-s/Hotbird-13.0E | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dvb-s/Hotbird-13.0E b/dvb-s/Hotbird-13.0E index 7c916a8..1724a3d 100644 --- a/dvb-s/Hotbird-13.0E +++ b/dvb-s/Hotbird-13.0E @@ -1,6 +1,5

[PATCH] Add initial DVB-T frequencies for Bulgaria

2013-07-12 Thread Oliver Schinagl
From: Vladimir Lalov Signed-off-by: Oliver Schinagl --- dvb-t/bg-Sofia | 16 1 file changed, 16 insertions(+) create mode 100644 dvb-t/bg-Sofia diff --git a/dvb-t/bg-Sofia b/dvb-t/bg-Sofia new file mode 100644 index 000..82cc037 --- /dev/null +++ b/dvb-t/bg-Sofia

[RFC] Dropping of channels-conf from dtv-scan-tables

2013-07-12 Thread Oliver Schinagl
onger. Unless valid reasons are brought up to keep it, I will move it to a seperate branch and delete it from the master branch in the next few weeks. Thanks, Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.

[PATCH] Add the latest tuning & channel config data of Taiwan.

2013-07-12 Thread oliver
From: Huei-Horng Yo Signed-off-by: Oliver Schinagl --- channels-conf/dvb-t/tw-All | 21 + dvb-t/tw-All | 11 +++ dvb-t/tw-Kaohsiung | 6 -- dvb-t/tw-Taipei| 7 --- 4 files changed, 32 insertions(+), 13 deletions

Fwd: dtv-scan-tables tar archive

2013-07-12 Thread Oliver Schinagl
Mauro, I think the archive is generated incorrectly. Could you take a look and see why? I shamefully admit I still am not sure where you did what to generate these ;) Oliver Original Message Subject:dtv-scan-tables tar archive Date: Fri, 12 Jul 2013 10:59:56

[DTV Tables] Now also on github.

2013-07-12 Thread Oliver Schinagl
arise, I'm all ears. Oliver -- 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: [PATCH 08/50] USB: legousbtower: spin_lock in complete() cleanup

2013-07-11 Thread Oliver Neukum
Regards Oliver -- 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: dtv-scan-tables updates

2013-07-08 Thread Oliver Schinagl
On 09-07-13 01:12, Jonathan McCrohan wrote: Hi Oliver, I was just taking a look around github, and noticed that some people have forked their own versions of dtv-scan-tables on there. *sigh* There appear to be some worthwhile contributions there that have not been upstreamed. [1],[2],[3],[4

Re: [DTV Update] Re: Änderung der Sendefrequenzen bei KabelBW

2013-07-03 Thread Oliver Schinagl
Pushed to the dtv-scan-tables tree. A package should be generated thanks to mauro soon, so if packagers download tomorrow, or pull from git now, they have the new version. On 07/03/13 20:32, Dirk Ritter wrote: Hello Oliver! :-) Am Mittwoch, den 03.07.2013, 19:54 +0200 schrieb Oliver Schinagl

[DTV Update] Re: Änderung der Sendefrequenzen bei KabelBW

2013-07-03 Thread Oliver Schinagl
On 07/03/13 18:35, Hermann Ulrichskötter wrote: Hallo Oliver, Hi Hermann, ich bin am Wochenende bei der TVHeadend-Installation auf meiner Synology über das Problem gestolpert, dass die Kanäle von Kabel-BW nicht mehr gescannt wurden. Kabel-BW hatte am Donnerstag hier in Freiburg einige

Re: drivers:media:tuners:fc2580c fix for Asus U3100Mini Plus error while loading driver (-19)

2013-07-02 Thread Oliver Schinagl
On 07/02/13 21:55, Antti Palosaari wrote: On 07/02/2013 10:04 AM, Oliver Schinagl wrote: On 02-07-13 00:37, Antti Palosaari wrote: On 07/02/2013 12:03 AM, Oliver Schinagl wrote: On 07/01/13 22:51, Antti Palosaari wrote: On 07/01/2013 11:39 PM, Oliver Schinagl wrote: On 07/01/13 15:26

Re: drivers:media:tuners:fc2580c fix for Asus U3100Mini Plus error while loading driver (-19)

2013-07-02 Thread Oliver Schinagl
On 02-07-13 00:37, Antti Palosaari wrote: On 07/02/2013 12:03 AM, Oliver Schinagl wrote: On 07/01/13 22:51, Antti Palosaari wrote: On 07/01/2013 11:39 PM, Oliver Schinagl wrote: On 07/01/13 15:26, Oliver Schinagl wrote: On 01-07-13 15:23, Antti Palosaari wrote: On 07/01/2013 10:52 AM

Re: drivers:media:tuners:fc2580c fix for Asus U3100Mini Plus error while loading driver (-19)

2013-07-01 Thread Oliver Schinagl
On 07/01/13 22:51, Antti Palosaari wrote: On 07/01/2013 11:39 PM, Oliver Schinagl wrote: On 07/01/13 15:26, Oliver Schinagl wrote: On 01-07-13 15:23, Antti Palosaari wrote: On 07/01/2013 10:52 AM, Oliver Schinagl wrote: On 01-07-13 08:53, Bogdan Oprea wrote: this is a fix for this type of

Re: drivers:media:tuners:fc2580c fix for Asus U3100Mini Plus error while loading driver (-19)

2013-07-01 Thread Oliver Schinagl
On 07/01/13 15:26, Oliver Schinagl wrote: On 01-07-13 15:23, Antti Palosaari wrote: On 07/01/2013 10:52 AM, Oliver Schinagl wrote: On 01-07-13 08:53, Bogdan Oprea wrote: this is a fix for this type of error [18384.579235] usb 6-5: dvb_usb_v2: 'Asus U3100Mini Plus' error while load

Re: drivers:media:tuners:fc2580c fix for Asus U3100Mini Plus error while loading driver (-19)

2013-07-01 Thread Oliver Schinagl
On 01-07-13 15:23, Antti Palosaari wrote: On 07/01/2013 10:52 AM, Oliver Schinagl wrote: On 01-07-13 08:53, Bogdan Oprea wrote: this is a fix for this type of error [18384.579235] usb 6-5: dvb_usb_v2: 'Asus U3100Mini Plus' error while loading driver (-19) [18384.580621] usb 6-5:

Re: drivers:media:tuners:fc2580c fix for Asus U3100Mini Plus error while loading driver (-19)

2013-07-01 Thread Oliver Schinagl
On 01-07-13 08:53, Bogdan Oprea wrote: this is a fix for this type of error [18384.579235] usb 6-5: dvb_usb_v2: 'Asus U3100Mini Plus' error while loading driver (-19) [18384.580621] usb 6-5: dvb_usb_v2: 'Asus U3100Mini Plus' successfully deinitialized and disconnected This isn't really a fix,

Re: DVB Scan file for Cherbourg (FR)

2013-06-17 Thread Oliver Schinagl
your fr-All 2013/6/15 Oliver Schinagl : On 15-06-13 12:08, Duval Mickael wrote: Indeed frequencies fr_Cherbourg and fr_Bordeaux are contained in fr_All. But I was thinking of doing a fr_All file and a specific file for all city as uk. With a file with only the useful frequency, detection wi

Re: DVB Scan file for Cherbourg (FR)

2013-06-15 Thread Oliver Schinagl
. So I would keep with one fr-All if it works 'for everybody'. 2013/6/15 Oliver Schinagl : On 06/15/13 11:30, Duval Mickael wrote: Ok I have cloned your repo with Git, and I've make two patch files. Can you explain to me why there are fr-All and fr-Cherbourg? (and fr-Bordeaux)?

Re: DVB Scan file for Cherbourg (FR)

2013-06-15 Thread Oliver Schinagl
's? Merged in c8050e8105b1b4b5364f57d8b3e658c80fb04a53 for now Thanks, oliver 2013/6/15 Duval Mickael : In zip there is a little modification for city of cherbourg (add two new muxes) and a fr_ALL for France all channels DVB-T initial scan. What's the problem exactly with my files? Thanks Duval Mickael 2013/6/14 Ol

Re: DVB Scan file for Cherbourg (FR)

2013-06-14 Thread Oliver Schinagl
On 06/13/13 19:10, Duval Mickael wrote: Hello, Hi, I send this email to you for a DVB-T scan file for the city of Cherbourg FRANCE, modified with the last channels. I also enclose a package file that includes all channels available for DVB-T in France. I've applied your patch (after manually

Re: DVB Scan file for Cherbourg (FR)

2013-06-09 Thread Oliver Schinagl
On 06/08/13 13:00, Duval Mickael wrote: Hello, I send this email to you for a DVB-T scan file for the city of Cherbourg (France). Sorry for my poor English ;-) Thank you for your work. Thank you, applied with commit 92bb3c2ec9da396c64f2f1f895292ebe0f510338 Oliver P.S. Next time, try to

Re: daily tarballs of dtv-scan-tables - was Re: [RFC] Initial scan files troubles and brainstorming

2013-06-03 Thread Oliver Schinagl
On 06/03/13 19:21, Mauro Carvalho Chehab wrote: Hi Oliver, Em Fri, 11 Jan 2013 10:39:37 -0200 Mauro Carvalho Chehab escreveu: Em Thu, 10 Jan 2013 23:57:42 +0100 Oliver Schinagl escreveu: ... Personally, I'd say date based would be best. After each commit a new tarball should be cr

  1   2   3   4   5   >