Stefan Richter wrote:
> Samuel Audet wrote:
>> The strange thing is, everything works just great under Windows XP (32
>> bit mind you, so < 4 gig of RAM there) with PGR FlyCapture... ?
>
> On the very same PC?
Yes, dual boot
> You could boot Linux with mem=2G added to the kernel command line (added
> to the bootloader config, or entered at the boot prompt) and see what
> happens.
Didn't change anything, didn't fix it
> Besides that, if you know how to compile kernels, you could edit
> drivers/firewire/fw-ohci.c in function pci_probe: Replace
> ohci->use_dualbuffer = version >= OHCI_VERSION_1_1;
> by
> ohci->use_dualbuffer = false;
> rebuild, install, and test.
> http://fedoraproject.org/wiki/Building_a_custom_kernel
(Aaarg, it's such a pain to recompile the kernel just for one module..
there should be an easier way to compile _one_ tiny little module)
But I managed it, finally :) And that _does_ fix the problem :) thanks!
What's that dualbuffer all about anyway? It's only used and useful in
64-bit mode I guess?
Samuel
|