[Bug 60322] Re: No events from Acer TravelMate 650 extra buttons

2009-08-25 Thread Martin Pitt
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: udev (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: udev (Ubuntu)
 Assignee: Martin Pitt (pitti) = (unassigned)

-- 
No events from Acer TravelMate 650 extra buttons
https://bugs.launchpad.net/bugs/60322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 60322] Re: No events from Acer TravelMate 650 extra buttons

2009-07-18 Thread Martin Pitt
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please exercise the steps at
https://wiki.ubuntu.com/Hotkeys/Troubleshooting to determine at which
level your hotkey problems occur, and attach the collected information.
Thanks!

** Package changed: udev-extras (Ubuntu) = udev (Ubuntu)

** Changed in: udev (Ubuntu)
   Status: Triaged = Incomplete

** Changed in: udev (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

-- 
No events from Acer TravelMate 650 extra buttons
https://bugs.launchpad.net/bugs/60322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 60322] Re: No events from Acer TravelMate 650 extra buttons

2009-06-12 Thread Steve Langasek
** Package changed: hotkey-setup (Ubuntu) = udev-extras (Ubuntu)

-- 
No events from Acer TravelMate 650 extra buttons
https://bugs.launchpad.net/bugs/60322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 60322] Re: No events from Acer TravelMate 650 extra buttons

2007-08-10 Thread Pascal De Vuyst
** Changed in: hotkey-setup (Ubuntu)
   Importance: Undecided = Medium
   Status: Incomplete = Triaged

-- 
No events from Acer TravelMate 650 extra buttons
https://bugs.launchpad.net/bugs/60322
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 60322] Re: No events from Acer TravelMate 650 extra buttons

2006-09-15 Thread slace
Sorry, should've added the DMI stuff in the initial report. But here it
is:

sudo dmidecode -s system-manufacturer
Acer

sudo dmidecode -s system-product-name
TravelMate 650

sudo dmidecode -s system-version
Rev 1

as for the modprobe I got nothing. I didn't even get a note saying
module not found. Is that to be expected?


I'm guessing because the modprobe didn't show anything the module doesn't exist 
for acerhk and the support isn't in the kernel. Will this require me to custom 
build my kernel to enable support?

-- 
No events from Acer TravelMate 650 extra buttons
https://launchpad.net/bugs/60322

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 60322] Re: [Bug 60322] Re: No events from Acer TravelMate 650 extra buttons

2006-09-15 Thread Matthew Garrett
No, if nothing is printed that means that the module is loaded. Check 
demsg to see if it found anything.

-- 
Matthew Garrett | [EMAIL PROTECTED]

-- 
No events from Acer TravelMate 650 extra buttons
https://launchpad.net/bugs/60322

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 60322] Re: No events from Acer TravelMate 650 extra buttons

2006-09-15 Thread slace
This is everything that is in dmesg when I did the modprobe:

[17187135.644000] input: Acer hotkey driver as /class/input/input3
[17187135.648000] Acer Travelmate hotkey driver v0.5.31
[17187135.648000] acerhk: Your hardware does not need polling enabled for 
hotkeys to work
[17187135.648000] atkbd.c: Unknown key pressed (translated set 2, code 0x0 on 
isa0060/serio0).
[17187135.648000] atkbd.c: Use 'setkeycodes 00 keycode' to make it known.

-- 
No events from Acer TravelMate 650 extra buttons
https://launchpad.net/bugs/60322

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 60322] Re: No events from Acer TravelMate 650 extra buttons

2006-09-15 Thread Matthew Garrett
Do the buttons then work?

-- 
No events from Acer TravelMate 650 extra buttons
https://launchpad.net/bugs/60322

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 60322] Re: No events from Acer TravelMate 650 extra buttons

2006-09-15 Thread slace
Yeah they do now, well, the mail button is mapped and the others
register events within showkey

The output of showkey is:
0xe0 0x6c 0xe0 0xec
0xe0 0x32 0xe0 0xb2
0xe0 0x1f 0xe0 0x9f
0xe0 0x17 0xe0 0x97

(order of Mail, Web, UserSpecified1, UserSpecified2)

I'm presumming that you can map those, so what's the next step? And why
did it take the modprobe to enable them?

-- 
No events from Acer TravelMate 650 extra buttons
https://launchpad.net/bugs/60322

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 60322] Re: No events from Acer TravelMate 650 extra buttons

2006-09-14 Thread Paul Sladen
This probably requires loading the 'acerhk' module for your laptop.  Can
you please include the DMI data as shown in the HotkeyResearch wiki page
and test whether:

  sudo modprobe acerhk

makes any difference to whether you get keycodes?

** Changed in: hotkey-setup (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
No events from Acer TravelMate 650 extra buttons
https://launchpad.net/bugs/60322

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs