Bug 114007

Summary: YAST not saving configuration settings.
Product: [openSUSE] SUSE LINUX 10.0 Reporter: John Hillier <imaginebox>
Component: YaST2Assignee: Marcus Schaefer <ms>
Status: RESOLVED WORKSFORME QA Contact: Klaus Kämpf <kkaempf>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: i686   
OS: SuSE Pro 9.3   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: hwinfo see line 55, 67, 68.
y2log
xorg.conf

Description John Hillier 2005-08-29 23:52:36 UTC
Logitech MX1000 Laser mouse is correctly identified by Hotplug detection and
configured as a USB mouse in YAST. There is even a listing for MX1000 in KDE's
Control Center. Problem is if the workstation is restarted no mouse is detected
at log-in requiring the user to manually configure the device. Also no listing
for Logitech USB mice. Closest alternative is Microsoft Intellimouse USB. Please
update to include this device and to resolve settings not being saved.
Comment 1 Martin Lasarsch 2005-08-30 10:22:26 UTC
please provide a little bit more information:  
  
which beta version?  
  
hwinfo --mouse (after restart and mouse is not recognized)  
/etc/X11/xorg.conf  
/var/log/YaST2/y2log (after configuration with yast again) 
Comment 2 John Hillier 2005-09-01 23:36:08 UTC
Got irritated with continually having to manually configure the mouse when the
workstation was rebooted. Did a clean install of SUSE Linux 9.3 and the Logitech
MX1000 is correctly detected during installation. Unknown what caused the issue.
As for functionality the 3 button and scroll functions work properly except for
the shortcut feature buttons on the thumb section of the mouse. If I resolve
that issue I'll forward the information to Novell. See attached hwinfo.
Comment 3 John Hillier 2005-09-01 23:42:59 UTC
Created attachment 48548 [details]
hwinfo see line 55, 67, 68.

Why are 3 mice detected in the hwinfo output even though there is only one USB
mouse connected? Note there Logitech Quickcam Orbit (USB) when first detected
had Hotplug pop up request to configure a Logitech USB mouse and may think this

camera is a mouse. The camera is not functional (seperate bug report already
submitted).
Comment 4 John Hillier 2005-09-01 23:49:33 UTC
Created attachment 48549 [details]
y2log
Comment 5 John Hillier 2005-09-01 23:50:03 UTC
Created attachment 48550 [details]
xorg.conf
Comment 6 Marcus Schaefer 2005-09-02 10:22:06 UTC
This section is fine to me 
 
Section "InputDevice" 
  Driver       "mouse" 
  Identifier   "Mouse[1]" 
  Option       "Buttons" "12" 
  Option       "Device" "/dev/input/mice" 
  Option       "Name" "Logitech USB Receiver" 
  Option       "Protocol" "explorerps/2" 
  Option       "Vendor" "Sysp" 
  Option       "ZAxisMapping" "4 5" 
EndSection 
 
all information from hardware detection is used. I have such 
a mouse and tested it. except the complete button support which is a 
X11 mouse driver problem everything is working as expected