Ticket #164 (closed defect: worksforme)

Opened 8 months ago

Last modified 3 months ago

igdaemon will not start

Reported by: joebauer Owned by: jdunn
Priority: low Component: Software
Version: Severity: blocker
Keywords: Cc:

Description

I have installed the latest irdriver, but used the /usr/local prefix. When I try to fire up igdaemon:

joeduo /usr/lib: igdaemon --driver-dir=/usr/local/lib64 -v -v -v -n Nov 19 17:51:43 2009 DEBUG: Parameters: Nov 19 17:51:43 2009 DEBUG: recvTimeout: 1000 Nov 19 17:51:43 2009 DEBUG: sendTimeout: 1000 Nov 19 17:51:43 2009 ERROR: failed to find an loadable driver layer.

strace shows that the library is loaded, however:

open("/usr/local/lib64/iguanaIR.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib64/libiguanaIR.so", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\25\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=23911, ...}) = 0 close(4) = 0 getdents(3, /* 0 entries */, 32768) = 0 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0 write(2, "Nov 19 17:52:37 2009 ERROR: fail"..., 69Nov 19 17:52:37 2009 ERROR: failed to find an loadable driver layer. ) = 69 exit_group(0) = ?

System is Ubuntu karmic, uname is Linux joeduo 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 x86_64 GNU/Linux

Regards, Johannes

Change History

Changed 8 months ago by joebauer

Again, without messed-up formatting:

joeduo [~]: igdaemon --driver-dir=/usr/local/lib64  -v -v -v -n 
Nov 19 17:54:11 2009 DEBUG: Parameters:
Nov 19 17:54:11 2009 DEBUG:   recvTimeout: 1000
Nov 19 17:54:11 2009 DEBUG:   sendTimeout: 1000
Nov 19 17:54:11 2009 ERROR: failed to find an loadable driver layer.

and

open("/usr/local/lib64/iguanaIR.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib64/libiguanaIR.so", O_RDONLY) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\25\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0755, st_size=23911, ...}) = 0
close(4)                                = 0
getdents(3, /* 0 entries */, 32768)     = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
write(2, "Nov 19 17:54:24 2009 ERROR: fail"..., 69Nov 19 17:54:24 2009 ERROR: failed to find an loadable driver layer.
) = 69
exit_group(0)        

Changed 8 months ago by bluey

You are running Ubuntu 9.10 64 bit? Can to try using the repository and install the .deb files we provide? Does that work?

Also, the --driver option is to select what libusb driver to use. It should be using libusb.so or libusbpre1.so located in /usr/lib/iguanaIR/ (or /usr/lib64).

Changed 6 months ago by bluey

  • priority changed from normal to low

Haven't gotten a reply to the last set of questions. Please reply to this ticket with the information or we will assume that the problem has been solved and close the ticket.

Changed 3 months ago by bluey

  • status changed from new to closed
  • resolution set to worksforme
  • severity changed from normal to blocker
Note: See TracTickets for help on using tickets.