← Back to team overview

mactel-support team mailing list archive

[Bug 218263] Re: [Mac] numlock and capslock leds don't light up unless mouseemu is removed

 

Bug 251830 is fixed - mouseemu won't be installed in Karmic.
Therefore, I'm marking it as fix released.
---
This bug was fixed in the package hw-detect - 1.72ubuntu4

---------------
hw-detect (1.72ubuntu4) karmic; urgency=low

  [ Colin Watson ]
  * Drop disk-detect/iscsi/enable template, which is no longer used.
  * Don't install mouseemu on Intel Mac desktops (LP: #251830).

** Changed in: mouseemu (Ubuntu)
       Status: Confirmed => Fix Released

** Changed in: mactel-support
       Status: New => Invalid

-- 
[Mac] numlock and capslock leds don't light up unless mouseemu is removed
https://bugs.launchpad.net/bugs/218263
You received this bug notification because you are a member of Mactel
Support, which is a direct subscriber.

Status in Mactel Support: Invalid
Status in “kbd” package in Ubuntu: Invalid
Status in “mouseemu” package in Ubuntu: Fix Released
Status in “x11-xkb-utils” package in Ubuntu: Invalid
Status in “xserver-xorg-input-keyboard” package in Ubuntu: Invalid

Bug description:
the two common led on my keyboard (NumLock and CapsLock) stopped functioning properly.
The related key continue working (if I press CapsLock characters get enabled and disabled, even if I don't see the light), but the leds don't give any response. Regarding to the NumLock key it doesn't work in MacBook probably missing some xmap configuration in x11-xkb-utils.
 
My xmodmap file has this configuration:
keycode 115 = ISO_Level3_Shift
keycode 49 = section plusminus
keycode 94 = grave asciitilde

xorg.conf
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"apple_laptop"
#	Option		"XkbModel"	"macintosh(macbook79)"
	Option		"XkbLayout"	"us"
#	Option		"XkbLayout"	"pt"
	Option		"XkbVariant"	"basic"
#	Option 		"XkbVariant"    "apple_laptop"
#	Option 		"XkbVariant"    "mac"
	Option 		"XkbOptions"    "grp_led:scrol l,compose:rwin,lv3:lwin_switch,grp:alts_toggle"
EndSection

I am using brazilian portuguese support language.



Follow ups