User Tools

Site Tools


linux:stuff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
linux:stuff [2015/05/26 13:10] – external edit 127.0.0.1linux:stuff [2015/09/21 19:10] – [Show the whole HID descriptors on GNU/Linux] redox
Line 21: Line 21:
 Source: https://gist.github.com/mariussturm/061b9f4861ef1292aa60 Source: https://gist.github.com/mariussturm/061b9f4861ef1292aa60
  
-# Add AwesomeWM to LightDM session list+## Add AwesomeWM to LightDM session list
  
 Looks like [[https://bugs.launchpad.net/ubuntu/+source/awesome/+bug/1094811|it's a bug]], but can easily be fixed. Edit __/usr/share/xsessions/awesome.desktop__ and change `NoDisplay=` from _true_ to _false_. Looks like [[https://bugs.launchpad.net/ubuntu/+source/awesome/+bug/1094811|it's a bug]], but can easily be fixed. Edit __/usr/share/xsessions/awesome.desktop__ and change `NoDisplay=` from _true_ to _false_.
 +
 +## Show the whole HID descriptors on GNU/Linux
 +From: [libusb-nabble](http://libusb.6.n5.nabble.com/How-to-dump-HID-report-descriptor-under-Linux-td5971.html)
 +    # Unbind the HID driver
 +    cd /sys/bus/usb/drivers/hiddev
 +    ls
 +    # Find the filename for the interface you want to unbind. Form is:
 +        B-P:C.I
 +    # where B is the bus number, P is a string of port numbers separated by periods, C is the configuration value, and I is the interface number.
 +    echo -n interface-filename >unbind
 +    # When you're done, reattach it
 +    echo -n interface-filename >bind 
 +
/home/share/www/redox.ws/wiki/data/pages/linux/stuff.txt · Last modified: 2023/11/24 22:19 by redox