|
From: <mla...@us...> - 2008-01-01 07:45:49
|
Revision: 372
http://g15daemon.svn.sourceforge.net/g15daemon/?rev=372&view=rev
Author: mlampard
Date: 2007-12-31 23:45:49 -0800 (Mon, 31 Dec 2007)
Log Message:
-----------
Add documentation for FreeBSD.
Modified Paths:
--------------
trunk/g15daemon-wip/ChangeLog
Added Paths:
-----------
trunk/g15daemon-wip/README.FreeBSD
trunk/g15daemon-wip/README.Linux
Modified: trunk/g15daemon-wip/ChangeLog
===================================================================
--- trunk/g15daemon-wip/ChangeLog 2008-01-01 05:59:21 UTC (rev 371)
+++ trunk/g15daemon-wip/ChangeLog 2008-01-01 07:45:49 UTC (rev 372)
@@ -136,3 +136,5 @@
- Feature: Solaris support. Requires some end-user changes to the usb
stack at the moment. Documentation coming soon.
- BugFix: Plugin loader is now much more robust.
+- Feature: Add OS specific documentation for Linux and FreeBSD.
+ Compilation and use on FreeBSD is completely untested.
Added: trunk/g15daemon-wip/README.FreeBSD
===================================================================
--- trunk/g15daemon-wip/README.FreeBSD (rev 0)
+++ trunk/g15daemon-wip/README.FreeBSD 2008-01-01 07:45:49 UTC (rev 372)
@@ -0,0 +1,28 @@
+
+
+**** IMPORTANT NOTICE *******************************************************
+*** Please Note: G15Daemon is completely untested on FreeBSD.
+*** Please report success or failure, any additional steps taken
+*** and Operating System version to mla...@us...
+******************************************************************************
+
+In order for G15Daemon to be able to claim the usb device needed for the LCD and extra keys,
+the following _kernel_ configuration changes may be necessary:
+
+First test if ugen is already enabled:
+ - Plug in the keyboard or other supported USB device.
+ - dmesg |grep "ugen"
+ - you should see a line similar to "ugen0: Logitech G15 Keyboard"
+
+If not already enabled:
+
+ For FreeBSD versions 5.4 and below, and version 6.0:
+ Disable uhid
+ Enable ugen
+
+ For FreeBSD versions 5.5, 6.1 and higher:
+ Enable ugen
+
+ Recompile the kernel and reboot.
+
+NetBSD and OpenBSD are not supported at this time due to libusb deficiencies on those platforms.
Property changes on: trunk/g15daemon-wip/README.FreeBSD
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Added: trunk/g15daemon-wip/README.Linux
===================================================================
--- trunk/g15daemon-wip/README.Linux (rev 0)
+++ trunk/g15daemon-wip/README.Linux 2008-01-01 07:45:49 UTC (rev 372)
@@ -0,0 +1,3 @@
+G15Daemon should compile and run just fine with no intervention.
+
+Please read the README and manpages for further info.
Property changes on: trunk/g15daemon-wip/README.Linux
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|