All pastes #752206 Raw Edit

Marc - how I fixed Dell Gutsy Br

public text v1 · immutable
#752206 ·published 2007-10-28 04:06 UTC
rendered paste body
marc@milou:~$ setkeycodes 0xd4 $KEY_BRIGHTNESSUP
setkeycodes: non-null even number of arguments expected
Usage: setkeycodes [options] scancode keycode ...
 (where scancode is either xx or e0xx, given in hexadecimal,
  and keycode is given in decimal)
valid options are:
        -h --help         display this help text and exit
        -V --version      display version information and exit
marc@milou:~$ setkeycodes d4 $KEY_BRIGHTNESSUP
setkeycodes: non-null even number of arguments expected
Usage: setkeycodes [options] scancode keycode ...
 (where scancode is either xx or e0xx, given in hexadecimal,
  and keycode is given in decimal)
valid options are:
        -h --help         display this help text and exit
        -V --version      display version information and exit
marc@milou:~$ setkeycodes e0d4 $KEY_BRIGHTNESSUP
setkeycodes: non-null even number of arguments expected
Usage: setkeycodes [options] scancode keycode ...
 (where scancode is either xx or e0xx, given in hexadecimal,
  and keycode is given in decimal)
valid options are:
        -h --help         display this help text and exit
        -V --version      display version information and exit
marc@milou:~$ setkeycodes -h
Usage: setkeycodes [options] scancode keycode ...
 (where scancode is either xx or e0xx, given in hexadecimal,
  and keycode is given in decimal)
valid options are:
        -h --help         display this help text and exit
        -V --version      display version information and exit
marc@milou:~$ setkeycodes e005 $KEY_BRIGHTNESSDOWN
setkeycodes: non-null even number of arguments expected
Usage: setkeycodes [options] scancode keycode ...
 (where scancode is either xx or e0xx, given in hexadecimal,
  and keycode is given in decimal)
valid options are:
        -h --help         display this help text and exit
        -V --version      display version information and exit