Bug 114007 - YAST not saving configuration settings.
Summary: YAST not saving configuration settings.
Status: RESOLVED WORKSFORME
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: unspecified
Hardware: i686 SuSE Pro 9.3
: P5 - None : Normal
Target Milestone: ---
Assignee: Marcus Schaefer
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-29 23:52 UTC by John Hillier
Modified: 2005-09-02 10:22 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
hwinfo see line 55, 67, 68. (31.77 KB, application/octet-stream)
2005-09-01 23:42 UTC, John Hillier
Details
y2log (155.61 KB, text/plain)
2005-09-01 23:49 UTC, John Hillier
Details
xorg.conf (5.16 KB, text/plain)
2005-09-01 23:50 UTC, John Hillier
Details

Note You need to log in before you can comment on or make changes to this bug.
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