-
This bug should be filed with the libdc1394 project here on SourceForge. I suppose send it to the mailing list. I will forward the mail I received to the list. I no longer work with libdc1394.
2008-01-11 05:49:42 UTC by ddennedy
-
The routine
dc1394_external_trigger_set_source in control.c of the library lib1394
dc1394error_t
dc1394_external_trigger_set_source(dc1394camera_t *camera, dc1394trigger_source_t source)
{
dc1394error_t err;
uint32_t curval;
if ( (source < DC1394_TRIGGER_SOURCE_MIN) || (source > DC1394_TRIGGER_SOURCE_MAX) ) {
return DC1394_INVALID_TRIGGER_SOURCE;
}
err=GetCameraCo.
2008-01-08 18:03:34 UTC by nobody
-
In SuSe Linux10.2,when I ./configure downloaded gscanbus-0.7.1.tgz,it suggest "needs GTK",but in fact GTK had been installed, but no .pc file, what is the best way to treat this?
I try to download GTK package and install it manually,it suggest it needs other packages,then other packages still need other packages...
2007-08-17 01:29:28 UTC by nobody
-
Thanks!
Powerlook scanner is fully supported by vuescan software now.
2007-06-20 16:09:24 UTC by renan_calliari
-
Perhaps this was fixed in Linux 2.6.20:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=b2bb550c4a10c44e99fe469cfaee81e2e3109994.
2007-06-18 11:13:35 UTC by s5r6
-
I developed an application over libraw1394. I can send asynch data and receive asynch data from a remote 1394 node. But the problem I am seeing is that my asynch receive is giving me only two bytes at a time. I am still receiving the whole packet but in many many callback calls. It worked earlier. I get correct data too.
I dont know if there is any installation issues. I am using libraw1394...
2007-03-21 16:17:32 UTC by rajesh2006
-
1) I have two stand alone systems, P1 and P2,having Red Hat Linux with kernel version of 2.4.32.
2) I start pinging P2 from P1 system which is but obvious unconnected.
3) Now as soon as I connect P2 system, i.e. bus reset occurs, P1 system crashes.
please revert back.
2006-11-23 11:50:04 UTC by nobody
-
Umax Powerlook 1000 scanner is fully supported in
kernel-2.4.20-8 by Vuescan scanning software. When I
tried use FC3 I discovered that firewire drivers was
broken and the scanner wasn´t recognized. In fedora
core 5 (kernel-2.6.18-1.2200.FC5) the scanner is
recognized but fail to scan due to a bug in sbp2 modile
(SCSI over Firewire).
"The problem is that the driver isn't returning the...
2006-11-13 15:11:56 UTC by nobody
-
Umax Powerlook 1000 scanner is fully supported in
kernel -2.4.20-8 by Vuescan scanning software. When I
tried use FC3 I discovered that firewire drivers was
broken and the scanner wasn´t recognized. In fedora
core 5 (kernel-2.6.18-1.2200.FC5) the scanner is
recognized but fail to scan due to a bug in sbp2 modile
(SCSI over Firewire).
"The problem is that the driver isn't returning the.
2006-11-10 15:30:05 UTC by nobody
-
Configuration: CentOS 2.6.9-34.ELsmp
Firewire card: Via chip VT6306
External HD: Maxtor firewire 800
The OS is running on SATA drive, and keyboard,mouse
are USB only, there are no PS2.
Firewire card is recognized, but the external
firewire disk is not recognized. With USB its ok.
I tried with CentOS plus and Oracle's firewire RPM
modules compiled for this specific config.
Any help...
2006-09-19 13:36:48 UTC by nobody