no problem to try to compile that package, I will have a look
but what do you exactly mean with "it is not stable" ?
Current configuration:
Deployment location: /usr/local
Compile-time options:
USB is enabled
I2C is enabled
W1 is enabled
Parallel port DS1410E is enabled
Zeroconf/Bonjour is enabled
Debug-output is enabled
Profiling is DISABLED
Tracing memory allocation is DISABLED
1wire bus traffic reports is DISABLED
Module configuration:
owlib is enabled
owshell is enabled
owfs is enabled
owhttpd is enabled
owftpd is enabled
owserver is enabled
owexternal is enabled
ownet is enabled
ownetlib is enabled
owtap is enabled
owmon is enabled
owcapi is enabled
swig is DISABLED
owperl is DISABLED
owphp is DISABLED
owpython is DISABLED
owtcl is DISABLED
I found how to configure the package owfs to support the USB.
I modified the Makefile in "feeds/packages/utils/owfs/Makefile" by adding the option "--enable-usb"
PKG_CONFIGURE_OPTS:= \
--enable-zero \
--enable-usb \ => rajout support USB.
--disable-parport \
...
Compiling in verbose mode shows the inclusion of USB with no error:
$ make package/owfs/compile package/index V=99
...
Configuring owfs-2.7p21
...
checking if usb support is enabled... yes
checking for usb_open in -lusb... yes
checking if usb_interrupt_read is found... yes
...
configure:15145: checking for libusb-config
configure:15161: found /usr/bin/libusb-config
configure:15172: result: libusb-config
configure:15215: checking if usb support is enabled
configure:15230: result: auto (default)
configure:15249: checking if libusb compiles with includes+lib
configure:15265: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L conftest.c >&5
configure:15265: $? = 0
configure:15266: result: ok
configure:15290: checking if usb_interrupt_read is found
configure:15308: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -L/usr/lib -lusb conftest.c -L/usr/lib -lusb >&5
configure:15308: $? = 0
configure:15317: result: yes
Return to Lacie Network Space vs2 and max version
Users browsing this forum: No registered users and 5 guests