[Bug 184139] Re: lsusb does not work

2008-10-24 Thread Dimitrios Symeonidis
This bug report is being closed due to your last comment regarding this being fixed with an update. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow line and then choosing a new status in the revealed drop down box. You can learn more a

[Bug 184139] Re: lsusb does not work

2008-10-24 Thread Daniele Smartango
I can not remember when/how do I solve this problem but now it works fine... ... and I still have this three line from strace: open("./usb.ids", O_RDONLY) = -1 ENOENT (No such file or directory) open("./usb.ids.gz", O_RDONLY) = -1 ENOENT (No such file or directory) open("/var

[Bug 184139] Re: lsusb does not work

2008-10-23 Thread Dimitrios Symeonidis
from the strace you pasted, i see that it cannot find the file usb.ids, which matches vendor:device id pairs to human-readable strings: open("./usb.ids", O_RDONLY) = -1 ENOENT (No such file or directory) can you check the existence of the file /var/lib/misc/usb.ids ? if not, try removing and re-i