[sane-devel] Canon 9000F does not work

2012-09-04 Thread llar...@gmx.net
Hi, I compile to /usr/local with the following path for the libs (according to Fedora 17-Standards): ./configure --libdir=/usr/local/lib64 Then I set the librarypath for scanimage and xsane with ldconfig as described in http://blog.andrewbeacock.com/2007/10/how-to-add-shared-libraries-to-linuxs.

[no subject]

2012-08-25 Thread llar...@gmx.net
unsubscribe -- 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] em28xx: Fix height setting on non-progressive captures

2012-08-04 Thread llar...@gmx.net
> >> Wait a minute, unless I completely misunderstood the bug (which is > >> possible), > >> I think this patch is straightforward. > >> > >> By the look of this hunk on commit c2a6b54a: > >> > >> -8<-- > >> diff --git a/drivers/media/video/e

Re: Terratec Cinergy XS 0ccd:0042 (em28xx): Tuning Problem Analog

2012-07-25 Thread llar...@gmx.net
> I have tuning problem for some analog channels with the Terratec Cinergy > XS 0ccd:0042. This card is unable to tune into some channels. > > I have another version of this hardware with the ID's 0ccd:005e. > Interestingly, this Hardware-Version tunes without any problems all > available channel

Terratec Cinergy XS 0ccd:0042 (em28xx): Tuning Problem Analog

2012-07-20 Thread llar...@gmx.net
Hi, I have tuning problem for some analog channels with the Terratec Cinergy XS 0ccd:0042. This card is unable to tune into some channels. I have another version of this hardware with the ID's 0ccd:005e. Interestingly, this Hardware-Version tunes without any problems all available channels. So

Re: libv4l2: error dequeuing buf: Resource temporarily unavailable

2012-07-18 Thread llar...@gmx.net
ttp://www.sensoray.com/products/614.htm), and 314-NC > (http://www.sensoray.com/products/314.htm), which are all SAA7134-based > frame/video capture boards. > > > -Original Message- > From: llar...@gmx.net [mailto:llar...@gmx.net] > Sent: Tuesday, July 17, 2012 11:46 AM > To:

Re: libv4l2: error dequeuing buf: Resource temporarily unavailable

2012-07-17 Thread llar...@gmx.net
> > >> Your driver load may not be quite right or got some conflicts. According > >> to: > >> http://www.kernel.org/doc/Documentation/video4linux/CARDLIST.saa7134, > >> the Terratec Cinergy 400 TV should be card=8. Have you tried: restart, > >> "modprobe -r saa7134", "modprobe saa7134 card=8", "

Re: libv4l2: error dequeuing buf: Resource temporarily unavailable

2012-07-16 Thread llar...@gmx.net
Am Montag, den 16.07.2012, 10:50 -0700 schrieb Charlie X. Liu: > Your driver load may not be quite right or got some conflicts. According to: > http://www.kernel.org/doc/Documentation/video4linux/CARDLIST.saa7134, the > Terratec Cinergy 400 TV should be card=8. Have you tried: restart, "modprobe

libv4l2: error dequeuing buf: Resource temporarily unavailable

2012-07-14 Thread llar...@gmx.net
Hi, I'm not sure, if this is the right list, if I'm wrong here, a hint for a appropriate place for my questions would be very appreciated. I have a problem with an analog Terratec Cinergy 400 TV. When I try to capture with ffmpeg, ffmpeg -f video4linux2 -i /dev/video0 out.mpg I get the error

[sane-devel] Support for CanoScan 9000F and others: 48 bit flatbed scan

2012-07-10 Thread llar...@gmx.net
> >>> On my Fedora 17, 75 dpi flatbed lineart does only work with root > >>> privileges, while all other scan modes (including 75 dpi flatbed grey > >>> and color) work without root-privileges. Cf. pixma.log and > >>> pixma.root.log, each containing the xsane start and one 75 dpi lineart > >>> scan

[sane-devel] Support for CanoScan 9000F and others: 48 bit flatbed scan

2012-07-07 Thread llar...@gmx.net
> > On my Fedora 17, 75 dpi flatbed lineart does only work with root > > privileges, while all other scan modes (including 75 dpi flatbed grey > > and color) work without root-privileges. Cf. pixma.log and > > pixma.root.log, each containing the xsane start and one 75 dpi lineart > > scan attempt a

[sane-devel] Support for CanoScan 9000F and others: 48 bit flatbed scan

2012-06-30 Thread llar...@gmx.net
> > In xsane one finds for greyscale and line art 75 dpi available. Scanning > > with 75dpi-lineart as normal user gives the error message "operation > > canceled", while it works as root. > > Why do you need root rights? Copy sane-backends/tools/udev/libsane.rules > to /etc/udev/rules.d/, join gr

[sane-devel] Support for CanoScan 9000F and others: 48 bit flatbed scan

2012-06-29 Thread llar...@gmx.net
Hi, > Please test other scanners with pixma backend. Very propably they are > not broken. quick smoke tests of scanning a A4-paper in different resolutions and color-depths on my 9000F worked. In xsane one finds for greyscale and line art 75 dpi available. Scanning with 75dpi-lineart as normal u

udev: problem renaming deviceode for dvb-devices.

2012-06-19 Thread llar...@gmx.net
Hi, I need my usb-dvb-cards assigned to fixed /dev/dvb/adapter-numbers in order to make them work proberly with mencoder which addreses them via the adapter number. In /etc/udev/rules.d/70-own-dvb.rules I have http://pastebin.com/AG2UrXmp This renaming worked in several Ubuntu-Versions up to 11

Re: [DVBCUT-user] rev 176 crash on natty

2011-04-29 Thread llar...@gmx.net
> Just a quick guess: The ao_sample_format structure has changed in libao > 1.x, and the new members may not be initialized properly. > > Please try the attached patch. With the patch, it works perfectly (s.b.). Thank you very much! -- Felix gdb /opt/bin/dvbcut (...) (gdb) run Starting progr

Re: [DVBCUT-user] rev 176 crash on natty

2011-04-29 Thread llar...@gmx.net
Hi, > Can you provide a backtrace from gdb? Without the precise location of > the crash, I can't do anything. since I'm not a programmer I don't know very much about gdb or backtraces. Sorry. I tried the following: gdb /opt/bin/dvbcut (...) (gdb) run Starting program: /opt/bin/dvbcut [Thread

[DVBCUT-user] rev 176 crash on natty

2011-04-29 Thread llar...@gmx.net
Hi, dvbcut crashes when pressing < or > to play audio on Ubuntu 11.04. I did svn co -r 176 https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk dvbcut cd dvbcut autoconf ./configure --with-qt3-include=/usr/include/qt3/ --prefix=/opt make -j13 sudo make install /opt/bin/dvbcut Found audio stre