Any driver (blazer_usb, megatec_usb) failed with the message:
Can't claim USB device [xxxx:yyyy]: could not detach kernel driver from interface 0: Operation not permitted
It turned out, that nut came with the broken configuration for udev 150 (on debian). To fix the problem, I commented out all lines in /etc/udev/rules.d/52-nut-usbups.rules, and created a new file with the name /etc/udev/rules.d/46-ippon.rules and the following content:
SUBSYSTEM=="usb", ATTR{idVendor}=="0665", ATTR{idProduct}=="5161", MODE="0664", GROUP="nut"
This helped. Required product id and vendor id are discovered from the output of lsusb program.
PS. The following alias is very useful when configuring something with udev:
alias udevinfo="udevadm info -a -n"
and it can be used like:
udevinfo /dev/sda
Related posts:
- Upgrade of Firefox
- Auto-mount with halevt
- CeBootLin - Linux autoloader for WinCE on Loox 5XX (560/550)
- Pictures of Linux and Android on Fujitsu-Siemens Loox N560
- Memory tester for Loox N560/C550
- Linux Kernel for Fujitsu-Siemens Loox N560/C550 with support for CPLD and builtin leds
- Cross-Packaging On Debian
No comments:
Post a Comment