Skip to content
#

dragonflybsd

Here are 27 public repositories matching this topic...

nicklan
nicklan commented Aug 24, 2020

On my system:

$ cat /sys/class/power_supply/BAT0/model_name
5�+1^^�^^�9(-:'&��

Or:

$ hexdump /sys/class/power_supply/BAT0/model_name
0000000 8035 312b 801e 801e 2839 3a2d 2627 8080
0000010 000a
0000011

This means trying to get battery info always returns an error due to https://github.com/svartalf/rust-battery/blob/master/battery/src/platform/linux/device.rs#L36

Improve this page

Add a description, image, and links to the dragonflybsd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dragonflybsd topic, visit your repo's landing page and select "manage topics."

Learn more