Bonjour,
J'ai installer un soft pour ma souris il s'installe bien (après avoir bien bataillé) mais ne fonctionne pas ou partiellement.
Résumé:
[zebu@localhost ~]$ cd '/home/zebu/Bureau/razercfg-001'
[zebu@localhost razercfg-001]$ cmake .
-- Configuring done
CMake Error: Unable to open check cache file for write. /home/zebu/Bureau/razercfg-001/CMakeFiles/cmake.check_cache
[zebu@localhost razercfg-001]$
[zebu@localhost razercfg-001]$ cd '/home/zebu/Bureau/razercfg-001'
[zebu@localhost razercfg-001]$ cmake .
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Looking for usb.h
-- Looking for usb.h - found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zebu/Bureau/razercfg-001
[zebu@localhost razercfg-001]$ make && su -c'make install'
Scanning dependencies of target razer
[ 25%] Building C object librazer/CMakeFiles/razer.dir/librazer.o
[ 50%] Building C object librazer/CMakeFiles/razer.dir/hw_deathadder.o
[ 75%] Building C object librazer/CMakeFiles/razer.dir/hw_krait.o
Linking C shared library librazer.so
[ 75%] Built target razer
Scanning dependencies of target pyrazer
[100%] Building C object pyrazer/CMakeFiles/pyrazer.dir/pyrazer.o
Linking C shared module pyrazer.so
[100%] Built target pyrazer
Mot de passe :
[ 75%] Built target razer
[100%] Built target pyrazer
Install the project...
-- Install configuration: ""
-- Install configuration: ""
-- Installing /usr/local/include/librazer.h
-- Installing /usr/local/lib/librazer.so
-- Install configuration: ""
running /usr/bin/python2.5 /home/zebu/Bureau/razercfg-001/pyrazer/install.py /home/zebu/Bureau/razercfg-001/pyrazer 2>&1
Python module path found in /usr/lib/python2.5/site-packages
Installed "pyrazer.so"
-- Install configuration: ""
-- Installing /usr/local/bin/razercfg
-- Installing /etc/razercfgrc
-- Install configuration: ""
-- Installing /usr/local/bin/qrazercfg
[zebu]@localhost razercfg-001]$ qrazercfg
photo1
photo2
[zebu@localhost razercfg-001]$ su -c'qrazercfg'
Mot de passe :
Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
librazer: Failed to reconnect the kernel driver.
The device most likely won't work now. Try to replug it.
photo3
Il détecte le firmware cet fois ci.
J'ai essayer de verifier les droits de "qrazercfg" dans "/usr/bin" masi il n'y est pas. 🙁
Voici le README du soft. Comme je ne suis pas anglophile dan l'ame, j'ai pu oublier un détail. Je n'ai pas trop compris l'histoire du PATH ((((*** UDEV / AUTOMATIC CONFIGURATION ***)))) Merci de jeter un coup d'oeil.
*************************************
* Razer device configuration tool *
* Copyright (c) 2007 Michael Buesch *
*************************************
This is a configuration utility for Razer devices on Linux systems.
*** DEPENDENCIES ***
* python
http://www.python.org/
* libusb
http://libusb.sourceforge.net/
* QT4 (for the graphical qrazercfg tool only)
http://www.trollech.com/
* cmake (for building only)
http://www.cmake.org/
Note that almost all distributions ship prebuilt packages of the
above dependencies.
*** BUILDING ***
First invoke "cmake" to build the makefiles.
Then invoke "make" to build the binaries.
cmake .
make
(Note the required space and dot after the cmake command)
*** INSTALLING ***
make install
*** UDEV / AUTOMATIC CONFIGURATION ***
The file "01-razer-udev.rules" in this package contains example rules
on how to handle automatic configuration through udev.
On Ubuntu Linux you need to
cp 01-razer-udev.rules /etc/udev/rules.d/01-razer.rules
to install the rules. Note that you might have to adjust the RUN path in
the .rules file, if you didn't install the stuff to /usr/local.
*** DISTRIBUTIONS ***
Distributions should install a proper udev autoconfig rule file
from their rpm or deb (or whatever) install scripts.
See 01-razer-udev.rules for example rules.