Hi I am using ubuntu 12.04 OS.
I am using Plantronics 628 usb headset. I can't control its 4 buttons. And I have done the following to make it work.
1. Put this in /etc/udev/rules.d/70-plantronics.rules:
ACTION!="add|change", GOTO="xorg_plantronics_end"
KERNEL!="event*", GOTO="xorg_plantronics_end"
ENV{ID_VENDOR_ID}=="047f", ENV{ID_MODEL_ID}=="c012", ENV{ID_INPUT_KEY}="1"
ENV{ID_VENDOR_ID}=="047f", ENV{ID_MODEL_ID}=="c012", RUN+="keymap $name 0xc00e9 volumeup 0xc00ea volumedown 0xb002f micmute"
LABEL="xorg_plantronics_end"
2. Reload udev:
sudo udevadm control --reload
3. Unplug the headset and plug it back in
& the headset is start working but the mouse is stop working after I did this. when I plug off the headset the mouse is get back working. how could I can solve this issue ?
↧
i can't use plantronics 628 headset
↧