[Bug 2065751] [NEW] Mate-panel crashes (easy to reproduce)

2024-05-14 Thread MarkusRechberger
Public bug reported: There are many reports out there about mate panel crashes. Ubuntu Version used: Mantic People taking care about this package should make a decision and use the latest mate-panel sourcecode in order to not duplicate developer efforts to fix bugs. Mate-panel is a highly

[Bug 2065750] [NEW] dconf editor crashes

2024-05-14 Thread MarkusRechberger
Public bug reported: dconf-editor crashes with Ubuntu Mantic and the Mate Desktop environment. The solution was to install the latest dconf-editor from source. https://gitlab.gnome.org/GNOME/dconf-editor ** Affects: dconf-editor (Ubuntu) Importance: Undecided Status: New -- You

[Bug 2065748] [NEW] Coasting doesn't work properly

2024-05-14 Thread MarkusRechberger
Public bug reported: Coasting is the kind of automatic afterscroll like on the iphone, it doesn't work properly with the version provided by Ubuntu Mantic amd64. Sometimes it scrolls automatically sometimes it just stops immediately. Solution => install the xserver-xorg-input-synaptics git

[Bug 1398850] Re: Sundtek Devices are not recognized

2014-12-04 Thread MarkusRechberger
http://quickgit.kde.org/?p=kaffeine.gita=commith=333ba6c927df747b61d8ba25b097741ac353dfc2 ** Attachment added: kaffeine_patch_5_december_2014_kde_org.diff.txt

[Bug 1398850] [NEW] Sundtek Devices are not recognized

2014-12-03 Thread MarkusRechberger
Public bug reported: Please add following patch: http://quickgit.kde.org/?p=kaffeine.gita=commith=333ba6c927df747b61d8ba25b097741ac353dfc2 It's already in the official Kaffeine repository and has been shipped in custom builds to affected users ** Affects: kaffeine (Ubuntu) Importance:

[Bug 175300] Re: tvtime causes xorg to freeze

2014-08-20 Thread MarkusRechberger
You should close this issue, it is and was related to the graphic-card driver. However within the last 4 years there have been many changes to various graphiccard drivers. ** Changed in: tvtime (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member

[Bug 869675] Re: MythTV V4L2 Bug (specific to Ubuntu!)

2011-10-06 Thread MarkusRechberger
** Changed in: mythtv (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/869675 Title: MythTV V4L2 Bug (specific to Ubuntu!) To manage notifications about this

[Bug 869675] [NEW] MythTV V4L2 Bug (specific to Ubuntu!)

2011-10-06 Thread MarkusRechberger
Public bug reported: This is some kind of critical bug for Ubuntu, someone tried to patch analogTV support and disabled it by doing so. The corresponding Video4Linux2 functions are disabled with Ubuntu Natty. The original code disables Video4Linux2 Support, analogTV will time out when selecting

[Bug 802877] [NEW] Segmentation fault: tvtime crashes on some pcs due bug in detection code

2011-06-28 Thread MarkusRechberger
Public bug reported: please add following patch ASAP: --- tvtime.c.old2011-06-28 11:02:53.0 +0200 +++ tvtime.c2011-06-28 11:01:31.0 +0200 @@ -2071,7 +2071,7 @@ if( osd ) tvtime_osd_signal_present( osd, 1 ); } else if( tuner_state ==

[Bug 509314] Re: tvtime crashed with SIGSEGV

2011-06-28 Thread MarkusRechberger
--- tvtime.c.old2011-06-28 11:02:53.0 +0200 +++ tvtime.c2011-06-28 11:01:31.0 +0200 @@ -2071,7 +2071,7 @@ if( osd ) tvtime_osd_signal_present( osd, 1 ); } else if( tuner_state == TUNER_STATE_NO_SIGNAL ) { if( osd )

[Bug 630793] Re: tvtime crashed with SIGSEGV in videoinput_get_audio

2011-06-28 Thread MarkusRechberger
--- tvtime.c.old2011-06-28 11:02:53.0 +0200 +++ tvtime.c2011-06-28 11:01:31.0 +0200 @@ -2071,7 +2071,7 @@ if( osd ) tvtime_osd_signal_present( osd, 1 ); } else if( tuner_state == TUNER_STATE_NO_SIGNAL ) { if( osd )

[Bug 752379] [NEW] Massive audio problems with Ubuntu 10.10 and NVidia HDA

2011-04-06 Thread MarkusRechberger
Public bug reported: Binary package hint: pulseaudio 01:00.1 Audio device [0403]: nVidia Corporation High Definition Audio Controller [10de:0be3] (rev a1) Subsystem: ASUSTeK Computer Inc. Device [1043:1bc2] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-

[Bug 752379] Re: Massive audio problems with Ubuntu 10.10 and NVidia HDA

2011-04-06 Thread MarkusRechberger
The affected notebook is Asus UL80VT. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/752379 Title: Massive audio problems with Ubuntu 10.10 and NVidia HDA -- ubuntu-bugs mailing list

Re: [Bug 544527] Re: usbfs is bugged with 2.6.32.9 and =2.6.33 (breaks VMWare, Qemu, sane scanners, ...)

2010-07-13 Thread MarkusRechberger
On Tue, Jul 13, 2010 at 5:14 PM, David Kühling 544...@bugs.launchpad.net wrote: This bugfix is incomplete.  Isochronous transfers are still broken, when running 32-bit software on a 64-bit kernel.  Function processcompl_compat() in devio.c needs a similar fix to the fix that was applied to

[Bug 575938] Re: tvtime crashes when no device is attached/tvtime does not work when handset is attached

2010-05-14 Thread MarkusRechberger
when starting tvtime from the menu tvtime will usually not work because the first device usually is a webcam. please replace videoinput_new() in tvtime.c with following implementation, it will search /dev for alternative video devices if the default videodevice is inappropriate /*

Re: [Bug 575938] Re: tvtime crashes when no device is attached/tvtime does not work when handset is attached

2010-05-06 Thread MarkusRechberger
Hi, On Thu, May 6, 2010 at 12:10 PM, Whoopie whoopi...@gmx.net wrote: Hi Markus, could you review the attached patch if it includes all needed changes? Then, I would create a debdiff and ask for an SRU. the vidin checks are missing in tvtime.c this still causes tvtime to crash when no

Re: [Bug 575938] Re: tvtime crashes when no device is attached/tvtime does not work when handset is attached

2010-05-06 Thread MarkusRechberger
tvtime-1.0.2.orig/src/videoinput.h -+++ tvtime-1.0.2/src/videoinput.h -@@ -280,6 +280,20 @@ int videoinput_get_pal_audio_mode( video +diff -Naur a/src/videoinput.h b/src/videoinput.h +--- a/src/videoinput.h 2010-05-06 11:46:09.0 +0200 b/src/videoinput.h 2010-05-06

Re: [Bug 575938] Re: tvtime crashes when no device is attached/tvtime does not work when handset is attached

2010-05-06 Thread MarkusRechberger
On Thu, May 6, 2010 at 1:18 PM, Markus Rechberger mrechber...@gmail.com wrote: tvtime-1.0.2.orig/src/videoinput.h -+++ tvtime-1.0.2/src/videoinput.h -@@ -280,6 +280,20 @@ int videoinput_get_pal_audio_mode( video +diff -Naur a/src/videoinput.h b/src/videoinput.h +--- a/src/videoinput.h

Re: [Bug 575938] Re: tvtime crashes when no device is attached/tvtime does not work when handset is attached

2010-05-06 Thread MarkusRechberger
On Thu, May 6, 2010 at 2:34 PM, Whoopie whoopi...@gmx.net wrote: Building a package in my testing PPA now - https://launchpad.net/~whoopie79/+archive/testing/+packages this works fine thanks for putting everything together. I did following tests: * tvtime does not work with uvcvideo but

[Bug 575938] [NEW] tvtime crashes when no device is attached/tvtime does not work when handset is attached

2010-05-05 Thread MarkusRechberger
Public bug reported: Binary package hint: tvtime the audio patch from whoopie introduces some issues 1. tvtime will not start when a particular USB Audio device is attached which does not support 2 channels(stereo), a USB Handset can cause this issue 2. tvtime will crash when there's no device

[Bug 575938] Re: tvtime crashes when no device is attached/tvtime does not work when handset is attached

2010-05-05 Thread MarkusRechberger
attached the diff for tvtime.c and audiolib.c ** Patch added: tvtime.patch http://launchpadlibrarian.net/47888006/tvtime.patch -- tvtime crashes when no device is attached/tvtime does not work when handset is attached https://bugs.launchpad.net/bugs/575938 You received this bug notification

[Bug 575938] Re: tvtime crashes when no device is attached/tvtime does not work when handset is attached

2010-05-05 Thread MarkusRechberger
the tvtime.c diff is messed up with other changes here are the relevant ones for tvtime.c: @@ -1204,11 +1176,14 @@ int matte_y = 0; int matte_h = 0; int matte_mode = 0; int restarttvtime = 0; int return_value = 0; int last_current_id = -1; int quiet_screenshots

[Bug 544527] Re: usbfs is bugged with 2.6.32.9 and =2.6.33 (breaks VMWare, Qemu, sane scanners, ...)

2010-04-06 Thread MarkusRechberger
** Changed in: linux (Ubuntu) Status: Confirmed = Fix Committed ** Changed in: sane-backends Status: New = Fix Committed ** Changed in: virtualbox Status: New = Fix Committed ** Changed in: tvtime Status: New = Fix Committed ** Changed in: qemu Status: New =

[Bug 539055] Re: Can't open /proc/bus/usb/ after kernel 2.6.31-20-generic

2010-03-24 Thread MarkusRechberger
mounting usbfs is depreciated, and known that it will be removed for years. udev creates the devicenodes in /dev/bus/usb nowadays. This seems to be a bug in the application rather than in ubuntu. ** Changed in: linux (Ubuntu) Status: New = Invalid -- Can't open /proc/bus/usb/ after

[Bug 544527] Re: usbfs is bugged with 2.6.32.9 and =2.6.33 (breaks VMWare, Qemu, sane scanners, ...)

2010-03-23 Thread MarkusRechberger
** Package changed: tvtime (Ubuntu) = linux (Ubuntu) ** Also affects: tvtime Importance: Undecided Status: New ** Also affects: qemu Importance: Undecided Status: New ** Also affects: virtualbox Importance: Undecided Status: New ** Also affects: sane-backends

[Bug 544527] [NEW] usbfs is bugged with 2.6.32.9 and =2.6.33 (breaks VMWare, Qemu, sane scanners, ...)

2010-03-22 Thread MarkusRechberger
Public bug reported: Binary package hint: tvtime There's a problem with isochronous and usbfs, suse tried to improve usbfs but it end up that it broke usbfs. For isochronous the entire packet needs to be copied and not only a part of it. http://lkml.org/lkml/2010/2/26/490 (Report)

[Bug 544527] Re: usbfs is bugged with 2.6.32.9 and =2.6.33 (breaks VMWare, Qemu, sane scanners, ...)

2010-03-22 Thread MarkusRechberger
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/41650146/Dependencies.txt -- usbfs is bugged with 2.6.32.9 and =2.6.33 (breaks VMWare, Qemu, sane scanners, ...) https://bugs.launchpad.net/bugs/544527 You received this bug notification because you are a member of Ubuntu

[Bug 544527] Re: usbfs is bugged with 2.6.32.9 and =2.6.33 (breaks VMWare, Qemu, sane scanners, ...)

2010-03-22 Thread MarkusRechberger
** Changed in: tvtime (Ubuntu) Status: New = Confirmed -- usbfs is bugged with 2.6.32.9 and =2.6.33 (breaks VMWare, Qemu, sane scanners, ...) https://bugs.launchpad.net/bugs/544527 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 403236] [NEW] USB isochronous memory leak (affects all isochronous devices)

2009-07-22 Thread MarkusRechberger
Public bug reported: There's a patch available for fixing an isochronous usb memory leak in the kernel. Systems between 2.6.27-(earlier than) 2.6.29 are affected by this as far as I know. The patch is available: http://article.gmane.org/gmane.linux.usb.general/15315/match=urb+leak When the

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2009-04-04 Thread MarkusRechberger
On Sat, Apr 4, 2009 at 10:42 PM, gborzi gbo...@ieee.org wrote: The first one, empia-modules-source_0.020081230-0ubuntu1_all.deb, works on Hardy; the second one, empia-modules- source_0.020090217-0ubuntu1_all.deb works on Intrepid. These packages use dkms to work, i.e. the first time a new

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2009-03-31 Thread MarkusRechberger
On Tue, Mar 31, 2009 at 9:43 PM, Leszek b...@aff.com.pl wrote: These webpages describe things to have alternative driver working - the one from www.mcentral.de . And by the way they are outdated since driver is developed and things change. I would not say that they are outdated, it's still

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2009-03-31 Thread MarkusRechberger
mentined on this page are from 2007. How do you call it if not by term outdated? outch, this ubuntu wikisite is totally outdated yes. Those firmwares should not even be available on the net anymore because they're just confusing Markus 2009/3/31 MarkusRechberger mrechber...@gmail.com

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2009-01-29 Thread MarkusRechberger
On Thu, Jan 29, 2009 at 9:19 PM, greg_b gregory_belon...@yahoo.fr wrote: Hi gborzi, I tested your package on hardy, kernel 2.6.23-23-generic with a Cinergy Hybrid T USB XS. There's a 2.6.27 kernel available I think which should work properly! Since they got rid of the linux-ubuntu-module

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2009-01-28 Thread MarkusRechberger
On Thu, Jan 29, 2009 at 2:41 AM, gborzi gbo...@ieee.org wrote: Hello to everyone, I have experienced the keyboard hang when plugging and unplugging repeatedly (at least 4+ times) the USB tv stick. Googling for this problem, I have found a similar keyboard hang problem related to laptop

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-10-18 Thread MarkusRechberger
On Sat, Oct 18, 2008 at 4:00 PM, Compuwalah [EMAIL PROTECTED] wrote: HVR900 B2C0 Clean Hardy Install 32 bit/386 (2.6.24-19-generic kernel) + applied all updates to bring it to latest Installed the 20080804 generic deb package from Marcus. Everything is working fine audio analogue TV

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-09-05 Thread MarkusRechberger
On Fri, Sep 5, 2008 at 3:55 PM, Shiraz Khan [EMAIL PROTECTED] wrote: I built tvtime using sources from mcentral.de. let me update the buildscripts tomorrow for ubuntu. I just set up my buildsystems on thursday (received them very late). Markus -- 2.6.24.12 won't boot with em28xx device

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-08-30 Thread MarkusRechberger
On Fri, Aug 29, 2008 at 4:58 PM, DougM [EMAIL PROTECTED] wrote: Markus, The alpha code for em28xx and tvtime work well for analog TV on my eeepc, however still no joy on the DVB. uname: Linux dm12345 2.6.24-21-eeepc #1 SMP Thu Aug 7 22:18:05 MDT 2008 i686 GNU/Linux I did notice

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-08-26 Thread MarkusRechberger
Hi, I have some good news we're replacing the alsa driver with a vendor specific audio driver, this will allow to compile the driver again the normal way! The driver should be available within the next few days. Markus On Wed, Aug 27, 2008 at 12:33 AM, Olivier [EMAIL PROTECTED] wrote: Hello

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-08-26 Thread MarkusRechberger
On Wed, Aug 27, 2008 at 1:01 AM, Markus Rechberger [EMAIL PROTECTED] wrote: Hi, I have some good news we're replacing the alsa driver with a vendor specific audio driver, this will allow to compile the driver again the normal way! The driver should be available within the next few days. for

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-08-26 Thread MarkusRechberger
On Wed, Aug 27, 2008 at 2:55 AM, Markus Rechberger [EMAIL PROTECTED] wrote: On Wed, Aug 27, 2008 at 1:01 AM, Markus Rechberger [EMAIL PROTECTED] wrote: Hi, I have some good news we're replacing the alsa driver with a vendor specific audio driver, this will allow to compile the driver again

Re: [Bug 76352] Re: tvtime does not start with totem-xine open

2008-08-24 Thread MarkusRechberger
*** This bug is a duplicate of bug 210132 *** https://bugs.launchpad.net/bugs/210132 On Sun, Aug 24, 2008 at 8:53 PM, Mackenzie Morgan [EMAIL PROTECTED] wrote: *** This bug is a duplicate of bug 210132 *** https://bugs.launchpad.net/bugs/210132 ** This bug has been marked a duplicate

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-08-21 Thread MarkusRechberger
On Thu, Aug 21, 2008 at 11:07 PM, pudland [EMAIL PROTECTED] wrote: hello, I have a pinnacle pctv hd pro stick 801e. I have: Linux version 2.6.24-19-generic ([EMAIL PROTECTED]) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Fri Jul 11 23:41:49 UTC 2008 I justed installed the:

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-08-11 Thread MarkusRechberger
On Mon, Aug 11, 2008 at 8:49 AM, Alexander Schaber [EMAIL PROTECTED] wrote: alexander:~$ cat /proc/version Linux version 2.6.24-19-generic ([EMAIL PROTECTED]) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Fri Jul 11 21:01:46 UTC 2008 alexander:~$ uname -a Linux alexander-laptop

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-08-09 Thread MarkusRechberger
On Sat, Aug 9, 2008 at 6:49 AM, Alexey Vinogradov [EMAIL PROTECTED] wrote: I've compiled working em28xx myself for 2.6.24-20-eeepc by placing the em28xx code inside LUM sources and recompiling the LUM. it's not so difficult. I am going to publish this howto in a wiki. not sure if you saw

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-08-09 Thread MarkusRechberger
On Sat, Aug 9, 2008 at 2:40 PM, Alexander Schaber [EMAIL PROTECTED] wrote: Hello Markus, (Hardware: Cinergy Hybrid XS FM) I've just tried your latest packages on a Ubuntu 8.04 x86 Machine with all patches applied. And it worked! :) And I've also just tried your latest packages on another

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-08-06 Thread MarkusRechberger
On Wed, Aug 6, 2008 at 9:57 PM, greg_b [EMAIL PROTECTED] wrote: MarkusRechberger a écrit : A small howto again: run cat /proc/version Linux version 2.6.24-19-generic ([EMAIL PROTECTED]) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Fri Jul 11 21:01:46 UTC 2008 this shows up -generic

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-08-03 Thread MarkusRechberger
On Sat, Aug 2, 2008 at 12:07 AM, Jean-Baptiste Lallement [EMAIL PROTECTED] wrote: confirming due to the number of comments. Markus if you have a package that solves this issue, can you refer to https://wiki.ubuntu.com/SponsorshipProcess and see if it can be sponsored for inclusion in Ubuntu.

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-07-20 Thread MarkusRechberger
I'm preparing the latest package for 2.6.24-19 right now and a patch for the linux ubuntu modules package that this issue will be fixed in future... Markus On Tue, Jul 1, 2008 at 8:58 PM, veerstaad [EMAIL PROTECTED] wrote: Hi, device: MSI DigiVOX A/D II Problems: 1. Ubuntu cannot boot if

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-06-12 Thread MarkusRechberger
On Thu, Jun 12, 2008 at 11:47 AM, greg_b [EMAIL PROTECTED] wrote: Hi, I have still the problem FIXME:em28xx_i2c_send_bytes(1e): write failed when I start Kaffeine after booting with device inserted. I made some researchs and I found some peaple saying that it is no longer needed to install

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-06-12 Thread MarkusRechberger
On Thu, Jun 12, 2008 at 9:56 PM, Vincenzo Di Massa [EMAIL PROTECTED] wrote: MarkusRechberger wrote: (I'm just waiting for the green light from Empia to publish the latest code which adds VBI/Teletext support and fixes some critical and non critical bugs) Hi Markus, I'm using the terratec

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-06-10 Thread MarkusRechberger
Hi, On Tue, Jun 10, 2008 at 5:27 PM, jmw86069 [EMAIL PROTECTED] wrote: Marcus, although I'm very confused about the various kernels and builds, I understand you're expecting a new release next week. Until then, my question focuses on the remote. I was able to run irrecord -H devinput ... to

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-06-08 Thread MarkusRechberger
Hi, On Sun, Jun 8, 2008 at 9:17 PM, Treviño (Marco Trevisan) [EMAIL PROTECTED] wrote: I've this bug too... :( Pinnacle PCTV Hybrid Pro Stick 330e. Since I prefer not to change the kernel of the machine I'm using on, I'm trying to get it running on Hardy, but I failed :/ I mean, I can get

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-06-03 Thread MarkusRechberger
On Tue, Jun 3, 2008 at 1:10 PM, AndiTheBest [EMAIL PROTECTED] wrote: @Laurent these kern messages are normal, i have the same on 2.6.24-16 while scanning, but it works. I tought that it don't work too but than i recognized that my active antenna had no current ;) Sorry I'm finishing my

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-05-30 Thread MarkusRechberger
On 5/29/08, Gerald Beuchelt [EMAIL PROTECTED] wrote: Ah, I see - which repository are the empiatech driver in? So far, I only found the v4l drivers, and with these I run into the keyboard and hald issues ... http://mcentral.de/hg/~mrec/em28xx-new before asking questions how to get it work

Re: [Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-05-29 Thread MarkusRechberger
On 5/29/08, Gerald Beuchelt [EMAIL PROTECTED] wrote: Markus - Is there any chance that you can post the links for the 2.6.24-17 kernel? Beyond that, I would highly appreciate if you could make the source available - one of my issues is that my AMD installation reports as i686 architecture,

[Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-05-25 Thread MarkusRechberger
Bastian, keep the kernel and try the same installation! :-) (again just as a note don't link those packages anywhere there will be updated ones available soon) -- 2.6.24.12 won't boot with em28xx device https://bugs.launchpad.net/bugs/204578 You received this bug notification because you are a

[Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-05-23 Thread MarkusRechberger
this is not needed and mixing up v4l-dvb-kernel or v4l-dvb-experimental with the precompiled drivers will definitelly break! You now have to restore your kernel/modules in order to get the media driver subsystem clean again. $ hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel $ cd

[Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-05-19 Thread MarkusRechberger
please do not use those packages in any tutorials because they will be updated frequently and the version number will be raised. I will set up a site on mcentral.de which keeps track of the latest packages also for other distributions. Installation: open a terminal and run following command,

[Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-05-19 Thread MarkusRechberger
when using em28xx based hybrid devices someone might currently run into a problem with dbus: https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/230877 if the system says that the devicenode is in use but you haven't started a tv application run: $ lsof -n | grep video and either close or kill

[Bug 210132] Re: [hardy] tvtime won't show anything with fglrx

2008-05-19 Thread MarkusRechberger
you have to compile it by yourself at the moment, I'm investigating a couple of ways to improve that part of tvtime. The tvtime version on that site works with fglrx using software rendering, best is still to move the output to openGL which I'll probalby do this week. The patches will finally be

[Bug 210132] Re: [hardy] tvtime won't show anything with fglrx

2008-05-17 Thread MarkusRechberger
Hi, I have an experimental version of tvtime on mcentral.de it needs some cleanup (and it's also unstable when resizing the video). I expect to do so during the next time. I will provide a package when I'm done with it. As for the people who cannot wait for it you can compile it manually and it

[Bug 210132] Re: [hardy] tvtime won't show anything with fglrx

2008-05-17 Thread MarkusRechberger
just checking the email me about changes button... -- [hardy] tvtime won't show anything with fglrx https://bugs.launchpad.net/bugs/210132 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 175300] Re: tvtime causes xorg to freeze

2008-05-17 Thread MarkusRechberger
what tv card do you have/what tv driver do you use? and what graphiccard/driver do you use? Markus -- tvtime causes xorg to freeze https://bugs.launchpad.net/bugs/175300 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 76352] Re: tvtime does not start with totem-xine open

2008-05-17 Thread MarkusRechberger
This is confirmed and the the has the same problem as following report: https://bugs.launchpad.net/ubuntu/+source/tvtime/+bug/210132 in the 3d environment or with newer ATI graphiccards 2d overlay is not available anymore (neither is there any compatibility layer available as with the nvidia

[Bug 115383] Re: [apport] tvtime crashed with SIGSEGV

2008-05-17 Thread MarkusRechberger
does this bug still happen? -- [apport] tvtime crashed with SIGSEGV https://bugs.launchpad.net/bugs/115383 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 70050] Re: Distorted sound when watching channel with SECAM standard

2008-05-17 Thread MarkusRechberger
this is either a problem of the saa7134 alsa driver or of your soundcard driver. how do you record sound with mencoder? Markus -- Distorted sound when watching channel with SECAM standard https://bugs.launchpad.net/bugs/70050 You received this bug notification because you are a member of Ubuntu

[Bug 70050] Re: Distorted sound when watching channel with SECAM standard

2008-05-17 Thread MarkusRechberger
this is either a problem of the saa7134 alsa driver or of your soundcard driver. how do you record sound with mencoder? Markus -- Distorted sound when watching channel with SECAM standard https://bugs.launchpad.net/bugs/70050 You received this bug notification because you are a member of Ubuntu

[Bug 120266] Re: dbus sometimes holds a reference to deleted files

2008-05-15 Thread MarkusRechberger
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/230877 this is very likely the same problem. -- dbus sometimes holds a reference to deleted files https://bugs.launchpad.net/bugs/120266 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 230877] Re: dbus inherits parent filedescriptors

2008-05-15 Thread MarkusRechberger
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/120266 this bug got reported earlier here -- dbus inherits parent filedescriptors https://bugs.launchpad.net/bugs/230877 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-05-13 Thread MarkusRechberger
could be, I'm just setting up a build system for that driver also to catch further updates of the sourcecode and automatically generatore .deb packages for ubuntu 7.10, 8.04 (32/64 bit) as well as for other distributions. -- 2.6.24.12 won't boot with em28xx device

[Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2008-05-09 Thread MarkusRechberger
I will release a Ubuntu Package for that driver within the next few days. The issue is solved and caused because the module isn't built against the ubuntu linux module sources (which comes in an extra package). The installation instruction on mcentral.de won't solve that problem unless someone

[Bug 108263] Re: Cinergy XS isn't detected.

2008-05-09 Thread MarkusRechberger
** Changed in: linux-source-2.6.20 (Ubuntu) Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) = MarkusRechberger (mrechberger) -- Cinergy XS isn't detected. https://bugs.launchpad.net/bugs/108263 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 56801] Re: saa7134-dvb not loaded automatically

2007-03-19 Thread MarkusRechberger
I committed a better fix for this issue a while ago, it's already live in the v4l-dvb repository on linuxtv. http://lists-archives.org/video4linux/16410-v4l-saa7134-module.html -- saa7134-dvb not loaded automatically https://launchpad.net/bugs/56801 -- ubuntu-bugs mailing list