Usb problem after trying install Razer Deathadder mouse

ok,
1rst. Hi
2nd. Problem is: i tried installing this: Razer device configuration tool
but i failed somewhere and now in the Yast/mouse setting when i try changing mouse speed it do nothing. Like my mouse speed is stuck.

When i boot in opensuse at boot screen i saw 4 lines of usb errors

is someone know how reset all this and restart to default and installing the razer device configuration tool.

there is here the readme file from the razer device configuration device:


  • Razer device configuration tool *
  • Copyright (c) 2007-2011 Michael Buesch *

This is a configuration utility for Razer devices on Linux systems.

DEPENDENCIES

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

First you need to install the tool libraries and binaries. Do this by typing
in the following commands:

sudo -i # become root
make install

To automatically start the required system daemon “razerd” at system bootup time,
you need to install the init-script. This software package includes a generic
example script, that should work out-of-the-box on many Linux distributions.
To install it, invoke the following commands:

sudo -i # become root
cp ./razerd.initscript /etc/init.d/razerd
ln -s /etc/init.d/razerd /etc/rc2.d/S99razerd
ln -s /etc/init.d/razerd /etc/rc5.d/S99razerd
ln -s /etc/init.d/razerd /etc/rc0.d/K01razerd
ln -s /etc/init.d/razerd /etc/rc6.d/K01razerd

UDEV notification:

The ‘make install’ step did already install the UDEV script automatically.
It installed the script to
/etc/udev/rules.d/01-razer-udev.rules
This should work on most distributions.

If udev notification does not work, try to reboot the system.

RAZERD CONFIGURATION

The user may create a razerd configuration file in /etc/razer.conf which
can be used to specify various razerd options and initial hardware
configuration settings.
And example config file is included as “razer.conf” in this package.
If no configuration file is available, razerd will work with default settings.

X11-WINDOW (X.ORG) CONFIGURATION

If you don’t have an xorg.conf, you don’t have to do anything and it
should work out-of-the-box.

The X-server must not be configured to a specific mouse device like /dev/input/mouse0,
because on configuration events razerd may have to temporarly unregister the mouse from the
system. This will confuse the X-server, if it’s configured to a specific device.
Configure it to the generic /dev/input/mice device instead. This will enable the X-server
to pick up the mouse again after a configuration event from razerd.

Example xorg.conf snippet:

Section “InputDevice”
Identifier “Mouse”
Driver “mouse”
Option “Device” “/dev/input/mice”
EndSection

Alternatively do not specify a “Device” at all. The X-server will autodetect
the device then:

Section “InputDevice”
Identifier “Mouse”
Driver “mouse”
EndSection

In any case, do NOT use:
Option “Device” “/dev/input/mouseX”

USING THE TOOLS

To use the tools, the “razerd” daemon needs to be started as root, first.
Without the background daemon, nothing will work. The daemon is responsible
for doing the lowlevel hardware accesses and for tracking the current state
of the device.
While the daemon is running, the user interfaces “razercfg” (commandline) and
“qrazercfg” (graphical user interface) can be used.

ARCHITECTURE

The architecture layout of the razer tools looks like this:


| hardware driver 0 |–v
------------------- |
| ----------
------------------- | | lowlevel | -------- ---------
| hardware driver 1 |–x—| librazer |----| razerd |----| pyrazer |
------------------- | ---------- -------- ---------
| | ^ ^ ^
------------------- | --------------------------- | | |
| hardware driver n |–^ | (to be written) librazerd | | | |
------------------- --------------------------- | | |
^ ^ ^ | | |
| | | | | |
--------------- | | | | | |
| Application 0 |—^ | | | | |
--------------- | | | | |
| | | | |
--------------- | | | | |
| Application 1 |-----^ | | | |
--------------- | | | |
| | | |
--------------- | | | |
| Application n |-------^ | | |
--------------- | | |
| | |
---------- | | |
| razercfg |----------------------^ | |
---------- | |
| |
----------- | |
| qrazercfg |-----------------------^ |
----------- |
|
-------------------------- |
| Other Python applications |---------^
---------------------------

So in general, your application wants to access the razer devices through
pyrazer or (if it’s not a python app) through librazerd.
(Note that librazerd is not written, yet. So currently the only way to
access the devices is through pyrazer).
Applications should never poke with lowlevel librazer directly, because there
will be no instance that keeps track of the device state and permissions and
concurrency.

=================================================================================================================================

**I use opensuse 11.4 kde 4.6

There is my xorg.conf file:**

nvidia-settings: X configuration file generated by nvidia-settings

nvidia-settings: version 280.13 (buildmeister@swio-display-x86-rhel47-03.nvidia.com) Wed Jul 27 17:15:45 PDT 2011

nvidia-xconfig: X configuration file generated by nvidia-xconfig

nvidia-xconfig: version 280.13 (buildmeister@swio-display-x86-rhel47-03.nvidia.com) Wed Jul 27 17:15:58 PDT 2011

Section “ServerLayout”
Identifier “Layout0”
Screen 0 “Screen0” 0 0
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Mouse0” “CorePointer”
Option “Xinerama” “0”
EndSection

Section “Files”
EndSection

Section “InputDevice”

# generated from default
Identifier     "Mouse0"
Driver         "mouse"
Option         "Protocol" "auto"
Option         "Device" "/dev/psaux"
Option         "Emulate3Buttons" "no"
Option         "ZAxisMapping" "4 5"

EndSection

Section “InputDevice”

# generated from default
Identifier     "Keyboard0"
Driver         "kbd"

EndSection

Section “Monitor”
Identifier “Monitor0”
VendorName “Unknown”
ModelName “Apple StudioDsply21”
HorizSync 30.0 - 107.0
VertRefresh 48.0 - 120.0
Option “DPMS”
EndSection

Section “Device”
Identifier “Device0”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BoardName “GeForce 8800 GTS 512”
EndSection

Section “Screen”
Identifier “Screen0”
Device “Device0”
Monitor “Monitor0”
DefaultDepth 24
Option “TwinView” “0”
Option “metamodes” “nvidia-auto-select +0+0”
SubSection “Display”
Depth 24
EndSubSection
EndSection

when i try to delete those files in blue i got the dolphin error message: Access denied to /home/k-hole/.local/share/Trash/files/filenamehere.

http://i236.photobucket.com/albums/ff188/julienlefebvre1981/razerlinux1.png
http://i236.photobucket.com/albums/ff188/julienlefebvre1981/dolphinerror.png

i found this thread: http://forums.opensuse.org/english/get-technical-help-here/hardware/406154-razer-deathadder-install.html but i still need some help please…

Thanks in advance :slight_smile:

bumpy :open_mouth: :open_mouth: :open_mouth: