Ahoj... nikdy som nekompiloval a vážne neviem ako spraviť toto, budem vďačný za akúkoľvek rýchlu pomoc a vopred sa ospravedlňujem...
Kamarátku som prehovoril na Ubuntu, veľmi sa jej páči, akurát že program pre jej foťák (FinePix Viewer) nefunguje ani na Windowse, preto pochybujem že bude na Linuxe.
Na SourceForge som však našiel driver FinePix pre Linux a obsah treba skompilovať, ja však viem len že treba použiť "make" niečo.
V readme je toto:
driver/
Contains the driver sources.
Compile with "make".
Then as root, install with "make install".
Type "modprobe finepix" to load the module.
To enable some kernel traces, compile the drive with "make DEBUG=1".
To compile against another installed kernel, compile with the KMOD option. eg "make KMOD=/lib/modules/2.6.9"
userspace/driver/
Contains the driver sources.
Compile with "make".
Then as root, install with "make install".
Type "modprobe finepix" to load the module.
To enable some kernel traces, compile the drive with "make DEBUG=1".
To compile against another installed kernel, compile with the KMOD option. eg "make KMOD=/lib/modules/2.6.9"
userspace/
Type "make" to compile.
fpix: test program, independant of the driver. Uses libusb to
directly access the camera and capture a frame, saved
under frame.jpg. Will not work if the driver is loaded.
fpixtest: test program. Uses V4L2 to capture an image.
fpix-stress-v4l2: never ending (in theory) stress test; derived from fpixtest.
Type "make" to compile.
fpix: test program, independant of the driver. Uses libusb to
directly access the camera and capture a frame, saved
under frame.jpg. Will not work if the driver is loaded.
fpixtest: test program. Uses V4L2 to capture an image.
fpix-stress-v4l2: never ending (in theory) stress test; derived from fpixtest.Z čoho som pochopil akurát že mám do terminálu napísať make a predpokladám cestu k driveru. Avšak ktorý zo súborov treba skompilovať? A čo po skompilovaní? Ako driver aplikujem? Ako potom samotný Viewer spustím...?
Vopred vďaka za ochotu
(v samotný driver na stiahnutie)