Bug 116179

Summary: gpm fails with kernel 2.6.2-1.85
Product: [Fedora] Fedora Reporter: tom <tgreaser>
Component: gpmAssignee: Eido Inoue <havill>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-02-19 05:20:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description tom 2004-02-18 19:38:22 UTC
Description of problem:
gpm gives Oops messessage when trying to enable console
mouse. Worked with kernel 2.6.1-1.65 dosent work with 2.6.2-1.85


Version-Release number of selected component (if applicable):
gpm-1.20.1-41

How reproducible:
/etc/rc.d/init.d/gpm restart

Steps to Reproduce:
1.
2.
3.
  
Actual results:

Feb 18 14:36:39 venom gpm: gpm shutdown failed
Feb 18 14:36:39 venom gpm[1684]: O0o.oops(): [gpm.c(937)]:
Feb 18 14:36:39 venom gpm[1684]: Could not open /dev/psaux.
Feb 18 14:36:39 venom gpm: O0o.oops(): [gpm.c(937)]: Could not open
/dev/psaux.
Feb 18 14:36:39 venom gpm: gpm startup succeeded

Expected results:


Additional info:

hardware is an IBM thinkpad A20m

Comment 1 Bill Nottingham 2004-02-19 05:20:35 UTC
Change your /dev/mouse to point to /dev/input/mice instead of /dev/psaux.

Comment 2 Eido Inoue 2004-02-19 15:25:04 UTC
Shouldn't gpm default to /dev/input/mice if it exists?

Comment 3 tom 2004-02-19 22:27:39 UTC
this worked
cd /dev/
mv psaux psaux-orig
ln -s /dev/input/mice psaux

/etc/rc.d/init.d/gpm start

THANKs