LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   USB scanner or printer worked with kernel 2.6.7 but not recognized with 2.6.8.1 and a (https://www.linuxquestions.org/questions/linux-hardware-18/usb-scanner-or-printer-worked-with-kernel-2-6-7-but-not-recognized-with-2-6-8-1-and-a-298003/)

postb99 03-05-2005 12:21 PM

USB scanner or printer worked with kernel 2.6.7 but not recognized with 2.6.8.1 and a
 
Hi,

This may interest some of you:

I've got an agfa snapscan USB scanner (uses USB 1.1 OHCI, the module is ohci_hcd with a 2.6 kernel) and I couldn't get it work after I upgraded from kernel 2.6.7 to 2.6.8.1 or above.

I still could see device connection or disconnection in /var/log/messages.

The fact is that USB support has been rewritten between these two versions, and there were misconfiguration in /dev for 2.6.8.1 to correctly handle the USB device.

The solution was to use the
Code:

/sbin/MAKEDEV usb
command, but executed from /dev or it would create character devices at the wrong place :p

Babs


All times are GMT -5. The time now is 05:12 PM.