https://bugzilla.novell.com/show_bug.cgi?id=697694 https://bugzilla.novell.com/show_bug.cgi?id=697694#c6 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |hendrikw@arcor.de --- Comment #6 from Johannes Meixner <jsmeix@novell.com> 2011-06-16 10:20:30 UTC --- Does # scanimage -L make your USB mouse disabled when there is no scanner configured? Details: If I understand correctly what you wrote in comment #0 "When I start the scanner module in YaST2 my USB mouse does not work anymore" you mean that your USB mouse gets disabled while the YaST scanner module starts up - i.e. your USB mouse is already disabled when the YaST scanner module shows its initial "Scanner Configuration" dialog. This are the scripts which the YaST scanner module runs while it starts up: # /usr/lib/YaST2/bin/create_scanner_database YCP # /usr/lib/YaST2/bin/determine_active_scanners YCP # /usr/lib/YaST2/bin/determine_active_scanner_backends YCP # /usr/lib/YaST2/bin/autodetect_scanners YCP See the output of # grep 'Scanner\.ycp:.*Executing bash commandline:' /var/log/YaST2/y2log Run those scripts one after the other as root as follows: # /usr/lib/YaST2/bin/create_scanner_database YCP &>/dev/null # /usr/lib/YaST2/bin/determine_active_scanners YCP &>/dev/null # /usr/lib/YaST2/bin/determine_active_scanner_backends YCP &>/dev/null # /usr/lib/YaST2/bin/autodetect_scanners YCP &>/dev/null and after each, check if your USB mouse was disabled. Once you found the script which makes your USB mouse disabled, inspect it to see the actual command which is executed therein which makes your USB mouse disabled. I guess it is perhaps the command # scanimage -f '%d,%v,%m;' in /usr/lib/YaST2/bin/determine_active_scanners which is equivalent to # scanimage -L -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.