[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-16 Thread Rafael Weingartner
After some tests with msaxl, I upgraded the kernel to 3.11.0-15-generic, and for some odd reason it started working. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241842 Title: scanning with dvb

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-15 Thread Rafael Weingartner
this path: /sys/kernel/debug/dynamic_debug/control does not seem to exist, should i create it ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241842 Title: scanning with dvb s/s2 card broken To

Re: [Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-15 Thread msaxl
strange. anyway, you can do mount -t debugs none /sys/kernel/debug after that it should work Just in case a small patch is needed for kaffeine, what version of ubuntu are you using? this path: /sys/kernel/debug/dynamic_debug/control does not seem to exist, should i create it ? -- You

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-15 Thread Rafael Weingartner
I found a different approach to load the dvb_core and set the debug parameter. To do so, I loaded the module manually and passed the debug parameters. modprobe dvb_core debug=1 dvbdev_debug=1 dvb_net_debug=1 frontend_debug=1 sadly I do not have the USB tuner here to test, but as soon as I get

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-15 Thread msaxl
ok. I see i made a typo in my previous comment. it should be mount -t debugfs none /sys/kernel/debug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241842 Title: scanning with dvb s/s2 card broken

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-15 Thread Rafael Weingartner
after I enabled the debug parameters I got this on dmesg: [ 300.732288] usb 2-1.3: new high-speed USB device number 8 using ehci-pci [ 300.825132] usb 2-1.3: New USB device found, idVendor=1554, idProduct=5010 [ 300.825141] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-14 Thread msaxl
The patch does only use dvb api 5 for dvb s/s2 as I do not have other hardware where I could do some regression testing. What delivery system does your card use? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-14 Thread Rafael Weingartner
Sorry I did not understand, what do you mean with delivery system? If you are talking about the digital TV standard that it works with, it is ISD. This is the card:

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-14 Thread msaxl
I have looked at the code and the problem is that the driver for your card has no backward compatibility with the old api. It is possible to modify kaffeine to use only DVBv5 but the problem is that kaffeine does not know ISD, but uses the old api for DVB instead where the driver would do the

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-14 Thread Rafael Weingartner
SO, bottom line. There is not even a work around for now. Right? Interesting fact is that, I am sure that I have used kaffeine with this device about one year ago, without any problems. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-14 Thread msaxl
I looked again and saw that in theory if the card advertises ISD- Terrestial, it should identify itself als DVB-T if asked via api v3. If the card itself thinks it is IDS Cable or does not even know what it is, the following will show up: dtv_property_cache_sync: doesn't know how to handle a

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-14 Thread Rafael Weingartner
Sure I can do that: dmesg log: [ 15.894763] usb 2-1.1: new low-speed USB device number 7 using ehci-pci [ 15.994984] usb 2-1.1: New USB device found, idVendor=045e, idProduct=00e1 [ 15.994996] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 15.995005] usb 2-1.1:

Re: [Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-14 Thread msaxl
Also, could you enable the following (will reset on reboot) echo 'module dvb_core +p' | sudo tee /sys/kernel/debug/dynamic_debug/control this enables debugging of dvb_core, you will notice that dmesg says many things more regarding dvb that could help Am Dienstag, 14. Januar 2014, 18:31:08

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-13 Thread Rafael Weingartner
Hi, I am having the same problem with a PixalView USB SBTVD tuner. I had filled a bug report on: https://bugs.kde.org/show_bug.cgi?id=329924 I tried to add the ppa ppa:saxl/ppa and upgraded the kaffeine, but still getting: kernel: [14895.233993] usb 2-1.3: dtv_property_cache_sync: doesn't know

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-06 Thread msaxl
This patch is for the 1.3-git version of kaffeine (kWarning replaced with Log) ** Patch added: dvb_use_api5_for_dvbs.diff https://bugs.launchpad.net/ubuntu/+source/kaffeine/+bug/1241842/+attachment/3941722/+files/dvb_use_api5_for_dvbs.diff -- You received this bug notification because you

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-06 Thread msaxl
I see... Added your patch in my ppa. Should build now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241842 Title: scanning with dvb s/s2 card broken To manage notifications about this bug go to:

Re: [Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-05 Thread Johannes Ranke
I tried to build from the source in your ppa. However I needed to ask for Qt4 explicitly in order to succeed, see attached patch. Switching channels works charmingly in all directions with this version! On Fri, Jan 03, 2014 at 08:46:38PM -, msaxl wrote: The patch was applied to the source

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-05 Thread Johannes Ranke
** Patch added: force_qt4.diff https://bugs.launchpad.net/ubuntu/+source/kaffeine/+bug/1241842/+attachment/3941664/+files/force_qt4.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241842

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-05 Thread Johannes Ranke
** Attachment removed: force_qt4 https://bugs.launchpad.net/ubuntu/+source/kaffeine/+bug/1241842/+attachment/3941656/+files/force_qt4 ** Patch added: force_qt.diff https://bugs.launchpad.net/ubuntu/+source/kaffeine/+bug/1241842/+attachment/3941663/+files/force_qt.diff ** Patch removed:

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: kaffeine (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241842 Title:

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-03 Thread Johannes Ranke
I can confirm that the patch fixes the problem that switching back from HD TV (dvb-s2) to non-HD channels received (dvb-s) did not work for me (conexant cx24116 or 118 chip, ) For compiling kaffeine sources from the KDE git repository on kubuntu 13.10 I needed to use qmake from qt4. Removing it

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2014-01-03 Thread msaxl
The patch was applied to the source package of ubuntu. I have built a package with the patch applied in ppa:saxl/ppa (for ubuntu 13.04 and 13.10). If applying the patch to the git version of kaffeine did not work for you, could you check if it works with the ppa version? -- You received this

[Bug 1241842] Re: scanning with dvb s/s2 card broken

2013-10-18 Thread Ubuntu Foundations Team Bug Bot
The attachment dvb_use_api5_for_dvbs.diff seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by