Re: scanner not working after upgrade to Dapper
Apparently that module was removed in kernel 2.6.4, so now you must use libusb instead.
I've done some poking around, and found that there's also a /dev/bus/usb like /proc/bus/usb on ubuntu, so maybe you need to check permissions there too. Also, there's /etc/sane.d/epkowa.conf which should have a line like:
usb 0x04b8 0x0116
(Not usb /dev/usb/scanner0)
Apparently that module was removed in kernel 2.6.4, so now you must use libusb instead.
I've done some poking around, and found that there's also a /dev/bus/usb like /proc/bus/usb on ubuntu, so maybe you need to check permissions there too. Also, there's /etc/sane.d/epkowa.conf which should have a line like:
usb 0x04b8 0x0116
(Not usb /dev/usb/scanner0)
Comment