sispwctrl Code
Brought to you by:
ascat
| File | Date | Author | Commit |
|---|---|---|---|
| addons | 2009-06-28 | ascat | [r1] Init import |
| config | 2009-06-28 | ascat | [r1] Init import |
| src | 2009-06-28 | ascat | [r2] Fixed typos |
| AUTHORS | 2009-06-28 | ascat | [r1] Init import |
| COPYING | 2009-06-28 | ascat | [r1] Init import |
| ChangeLog | 2009-06-28 | ascat | [r2] Fixed typos |
| INSTALL | 2009-06-28 | ascat | [r1] Init import |
| Makefile.am | 2009-06-28 | ascat | [r1] Init import |
| Makefile.in | 2009-06-28 | ascat | [r1] Init import |
| NEWS | 2009-06-28 | ascat | [r1] Init import |
| README | 2009-06-28 | ascat | [r2] Fixed typos |
| aclocal.m4 | 2009-06-28 | ascat | [r1] Init import |
| autogen.sh | 2009-06-28 | ascat | [r1] Init import |
| configure | 2009-06-28 | ascat | [r2] Fixed typos |
| configure.in | 2009-06-28 | ascat | [r2] Fixed typos |
README for sispwctrl
==================
REMARK:
-------
The tool needs access to the usb bus, otherwise the communication will fail. Allowing access to the usb interface is possible by editing the resmgr.conf (location differs in each distribution) file and adding the following line:
add usb:vendor=0x04b4,product=0xfd11 usb
Another option would be to set the suid bit or run the application directly with the root user.
INSTALL:
--------
1. ./configure
2. make
optional: make install or copy the binary, located in the src directory, to your favorit binary directory
FOR MACOSX:
-----------
If the error message of missing usb.h header file is diplayed, even if libusb is installed using mac ports. The following commands needs to be executed, otherwise the autoconf fails and won't find the header file.
export CPPFLAGS="-I/opt/local/include"
export LDFLAGS="-L/opt/local/lib"