For anyone who uses Razer Copperhead and has at some point been frustrated by Razer’s lack of support for Linux users: here is a new (unofficial) tool for controlling the mouse in Linux – upgrading the firmware, switching profiles, etc.. It has a command line version and a gtk version, and it is very handy.
‹ Home
Contents
Archives
- February 2011
- December 2010
- February 2010
- November 2009
- October 2009
- July 2009
- September 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- October 2005
- February 2003
- January 2003
- December 2002
- May 2002
- August 2001
- July 2001
- May 2001
- April 2001
- March 2001
- February 2001
- January 2001
- December 2000
- November 2000
- October 2000
- September 2000
- August 2000
Blogroll
RSS Feeds
Meta
9 Comments
be nice if it installed
It installed fine for me – whats your setup and error?
ubuntu 6.06.1 dapper drake 2.6 kernal i386
I run razertool-gtk_0.0.6-1_i386.deb
Error: Dependency is not satisfiable: libc6
You have to install libc6 first – run sudo apt-get install libc6
johnny@linux-box:~$ sudo apt-get install libc6
Password:
Reading package lists… Done
Building dependency tree… Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded
Hmm I installed it on the exact same system, although I’m running edgy now. Its possible that your apt sources are outdated. Failing that, I have no idea – sorry
well maybe its the repositories that i put in my sources list.
this is for ubuntu 6.06.1
http://ubuntuguide.org/wiki/Ubuntu_dapper#How_to_add_extra_repositories
okok i got it installed but not through the .deb file…
i had to compile razertool_0.0.6.orig.tar.gz.
so its all command line ran.
Glad to hear it – maybe get in contact with the razer tool guys, I’m sure the source for the GTK version is out there somewhere.
Post a Comment