Commit graph

1687 commits

Author SHA1 Message Date
Harald Hope 8396e705f4 man page fix 2016-04-18 17:06:31 -07:00
Harald Hope 4f1a57d11b New Feature, new version, new man page, new tarball. Laptop users should be happy,
-B option now shows, if available, battery data. Quite good data for systems
with /sys battery data, only rudimentary for systems using dmidecode (BSDs).
dmidecode has no current voltage/charge/current supported capacity.

Main row shows charge and condition. Condition shows you have much capacity the
battery currently has vs its design capacity. Charge shows the Wh/percent of
current capacity of battery (NOT the rated design capacity).

-x adds battery vendor/model info, and battery status (like, charging, discharging,
full).

-xx adds battery serial number and voltage information. Note that voltage information
is presented as Current Voltage / Designed minimum voltage.

-xxx adds battery chemistry (like Li-ion), cycles (note: there's a bug somewhere in
that makes the cycle count always be 0, I don't know if that's in the batteries,
the linux kernel, but it's not inxi, just FYI, the data is simply 0 always in all
my datasets so far.

For dmidecode output, the location of the batter is also shown in -xxx
2016-04-18 17:03:14 -07:00
Harald Hope dd67fd7cd1 URGENT BUG FIX! This fixes a bug introduced in 2.2.36 2016-03-21. New version, new tarball.
A sloppy unescaped / triggered a failure I didn't notice in partition info.

Please update your inxi packages immediately if your version is 2016-03-21 or newer.
2016-03-31 15:12:51 -07:00
Harald Hope 24b096a48e New version, new tarball. Tiny fix in distro detection, will now default in sequence
on /etc/issue step to first test for os release and not mint, then lsb verison and
not mint, then /etc/issue. This should keep the mint detection working well, as long
as they keep mint string in the /etc/issue file, that is, but that's out of our control.
2016-03-30 13:32:04 -07:00
Harald Hope 002ce22cb6 more cleanup 2016-03-21 16:28:39 -07:00
Harald Hope 4450e23991 cleaned up colors a touch 2016-03-21 16:21:11 -07:00
Harald Hope cd62c5b127 New version, new tarball. A tiny bug fix for kfreebsd, I know, right, nobody uses that.
Also added in some more script color options however, which might be of use. These are
aimed more at light terminal backgrounds.
2016-03-21 16:12:08 -07:00
Harald Hope d98a7deef6 New version, new tarball. A tiny, but meaningful, fix. inxi had not been updated to
test for the non deprecated battery test, /sys/class/power_supply/BAT0 existence.

This resulted in failure to indicate 'portable' where applicable.

I may also now add battery information where applicable since that's easy to get from
/sys
2016-02-29 12:23:22 -08:00
Harald Hope b02dd68980 New version, new tarball. This closes two issues:
1. Add amdgpu to possible xorg drivers list (and gpu sensors data)

2. switch to default dig command to get WAN ip. This is usually but not always faster than
the http method. Because the IP source is not truly trustworthy (run by cisco), I'm keeping a
fallback mode on 1 second time out failure of the previous http based methods. Added dig
to recommended tools list.
2016-02-21 11:32:57 -08:00
Harald Hope a3c8553fc7 No version change, new tarball. Someone spotted a small glitch in -W help menu.
Says latitude/longtitude instead of latitude,longtitude
2016-02-09 11:22:16 -08:00
Harald Hope dab38b9233 tiny issue, the help menu shows the -W option of latitude/longtitude instead of latitude,longtitude
thanks to a keen eyed person for that.
2016-02-09 11:17:46 -08:00
Harald Hope afb5d6815a fixed -xx@15 glitch 2016-02-01 10:54:53 -08:00
Harald Hope 454da4e4ae New version, new tarball. Bug fix: added basic support for NVMe M2 disk storage type.
NOTE: missing product name/serial info, because it's not being treated by linux kernel
as a standard disk. Could not find that data anywhere in the system debugger dump.

If you know how to find the model name/number and or serial, let me know.

Also small fix, as noted: ip: should be ip-v4 to match with ip-v6, thanks mikaela.

Also some debugger fixes and updates.
2016-01-30 17:13:25 -08:00
Harald Hope 63a0732392 date fix 2016-01-30 14:55:58 -08:00
Harald Hope 852c7c81ed Trying a raw fix for nvme0n1 type disks 2016-01-30 14:54:25 -08:00
Harald Hope 1963fad67e added some debugger stuff for -i, also a -xx@ 15 switch to trigger that. Won't be used
except for specific ip related issues.

Also changed ip: to ip-v4 to be more accurate.
2016-01-30 11:36:38 -08:00
Harald Hope 305f8beda6 updated copyright year 2016-01-03 14:20:10 -08:00
Harald Hope 5c6915e1a9 New version, new tarball. Finalized the * expansion fix for arrays. This is a significant
bug fix, so while the bug almost never appears, if it does, the inxi output can get completely
corrupted.
2016-01-03 14:09:57 -08:00
Harald Hope ca4e5e1c1e added more robust array clearing 2015-12-30 13:55:44 -08:00
Harald Hope 7dcc1e16a2 cleanup 2015-12-30 13:42:44 -08:00
Harald Hope 9782f447af added escapes 2015-12-30 13:19:15 -08:00
Harald Hope d3cff31ed4 No version change til confirmed. New tarball. 2015-12-30 13:12:45 -08:00
Harald Hope c88283bd5f No version change, new tarball.
Cleaned up some logging glitches.
2015-12-29 14:06:45 -08:00
Harald Hope 5850df917c New version, new tarball. Try 2 at mmcblk support. I had mmcblock, thats not how it's
reported to the system.
2015-11-15 17:26:19 -08:00
Harald Hope 762cee5247 fixed date/version number 2015-11-13 12:19:08 -08:00
Harald Hope efda1ecfec bug fix, corrected incorrect pattern that led to wrong drive listing 2015-11-13 12:13:01 -08:00
Harald Hope c40a904294 New version, new tarball. Added tentative support for /dev/blcmmc0p12 type partitions
and drive identifiers. This will probably require more fixes.
2015-11-13 12:00:16 -08:00
Harald Hope d512e6b9ad New version, new tarball. A subtle issue pointed out by a user, inxi is limited to
26 drives, and fails to handle the linux > 26 options:

https://rwmj.wordpress.com/2011/01/09/how-are-linux-drives-named-beyond-drive-26-devsdz/

That article explains the failing well.

Note that because I have neither user data sets or > 26 hdd systems available, I cannot
verify that my fix works. It may work, that's all I can say.
2015-11-09 19:03:46 -08:00
Harald Hope 0ae4059a1e edits 2015-08-30 19:50:18 -07:00
Harald Hope 47de2ab542 edits 2015-08-30 19:43:29 -07:00
Harald Hope 69de6e9dd7 edits 2015-08-30 19:41:45 -07:00
Harald Hope 5dba18373d edits 2015-08-30 19:40:36 -07:00
Harald Hope ad8235cf8b edits 2015-08-30 19:31:02 -07:00
Harald Hope 9526eed11a added gpl 3 license txt 2015-08-30 19:08:36 -07:00
Harald Hope ee5a068fe7 edits 2015-08-30 18:47:23 -07:00
Harald Hope 7d7e569bf6 edits 2015-08-30 18:44:01 -07:00
Harald Hope 509c1d1d84 edits 2015-08-30 18:42:49 -07:00
Harald Hope b1765d68e9 edits 2015-08-30 18:32:14 -07:00
Harald Hope 856046b481 text edits 2015-08-30 18:28:27 -07:00
Harald Hope 30fd479f92 cleanup 2015-08-30 18:27:45 -07:00
Harald Hope 0a3ec19482 text cleanup 2015-08-30 18:26:53 -07:00
Harald Hope 5cbffe837d text fixes 2015-08-30 18:25:39 -07:00
Harald Hope 7fcb0c4402 text cleanup 2015-08-30 18:16:57 -07:00
Harald Hope 28fc9c8900 text cleanup, silly 80 column nonsense. 2015-08-30 18:15:36 -07:00
Harald Hope 4a1c14d335 cleaned up text 2015-08-30 18:04:15 -07:00
Harald Hope cb5ef5e5aa Added readme, to stave off any more absurd requests to tag rolling release software. 2015-08-30 18:00:12 -07:00
Harald Hope 5e6661a8ca removed an experiment 2015-08-29 00:24:22 -07:00
Harald Hope be292440cd added file tag-id, this is enable the pointless and silly fiction of
tagged releases. This file will be used to store the current tag version,
which a script will increment by one and use as the base for the next release.

I'd suspected that git made developers get really bad habits, and my suspicions
have to some degree been confirmed, though I can see some advantages for
certain development styles, but most definitely not all.
2015-08-28 16:01:01 -07:00
Harald Hope 5b77532460 updated gz files for updated man page. 2015-08-28 12:45:53 -07:00
Harald Hope 6d4efa1a59 some man page fixes, with links.
Merge branch 'Mikaela-links'
2015-08-28 12:42:34 -07:00