|
Bugzilla – Full Text Bug Listing |
| Summary: | USB gamepad not working in user account but working in root account | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | j m <silvervein> |
| Component: | Other | Assignee: | Stefan Dirsch <sndirsch> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P3 - Medium | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
j m
2005-12-27 16:10:01 UTC
not sure if we can fix this, nor if this is a real bug or a configuration issue. anyway, assigned to the maintainer. stefan, please close the bug if you think it's a config issue. I'll try to reproduce this problem. Looks like a supertux bug when it works with Pachi. Hmm ... I see the same problem for pachi and supertux here.
# strace -f -eopen pachi 2>&1|grep input
open("/dev/input/event0", O_RDONLY) = -1 EACCES (Permission denied)
open("/dev/input/event1", O_RDONLY) = -1 EACCES (Permission denied)
open("/dev/input/event2", O_RDONLY) = -1 EACCES (Permission denied)
# strace -f -eopen supertux 2>&1|grep input
[pid 7532] open("/dev/input/event0", O_RDONLY) = -1 EACCES (Permission denied)
[pid 7532] open("/dev/input/event1", O_RDONLY) = -1 EACCES (Permission denied)
[pid 7532] open("/dev/input/event2", O_RDONLY) = -1 EACCES (Permission denied)
# ll /dev/input/event*
crw-r----- 1 root root 13, 64 2005-12-16 11:30 /dev/input/event0
crw-r----- 1 root root 13, 65 2005-12-16 11:30 /dev/input/event1
crw-r----- 1 root root 13, 66 2005-12-16 11:30 /dev/input/event2
And currently I don't have an USB joystick/gamepad for testing available. :-(
Could you check this again with openSUSE 10.2 >= Alpha3? openSUSE 10.2 Beta1 has just been released. To prevent this bugreport remaining open for the time being I close this one now as fixed - assuming it *is* fixed. Don't hesitate to reopen it again if you still can reproduce it with openSUSE >= 10.2. The final release of openSUSE 10.2 is scheduled for 2006-12-07. |