Commit graph

1800 commits

Author SHA1 Message Date
Harald Hope cedc856479 grrr, fixed UEFI [Legacy] 2016-08-25 20:07:14 -07:00
Harald Hope dd5c393c63 forgot to update to [Legacy] in BIOS [Legacy] 2016-08-25 20:04:15 -07:00
Harald Hope 0e5e8f020e tiny man page edit 2016-08-25 19:33:51 -07:00
Harald Hope 6f3022501c cleaned up out of date 'svn', changed to neutral 'source' for version control server. 2016-08-25 19:30:38 -07:00
Harald Hope 342b5611a9 Merge branch 'master' of https://github.com/smxi/inxi 2016-08-25 19:20:55 -07:00
Harald Hope 6a30d858b9 New version, new tarball, new man page.
Basic support added for Budgie desktop detection. This is waiting more data, so the support will be
missing the version information. Go Budgie!!

Added /var/tmp and /var/log and /opt to basic partition data: -P
This will probably not impact more than a handful of people in the world, but that's fine.

Modified the static BIOS in -M to now show UEFI for actually UEFI booted systems, and, ideally,
UEFI [Legacy] for UEFI booting in bios legacy mode, and BIOS for all others. Hopefully this will
work ok, we'll see.
2016-08-25 19:18:30 -07:00
smxi 39823c97ca Merge pull request #91 from jonasstein/patch-1
fixed typo mghz -> MHz
2016-08-06 14:20:12 -07:00
Jonas Stein 60bb2119a4 fixed typo mghz -> MHz 2016-08-06 22:57:46 +02:00
Harald Hope afc0d4b0cf more charge percent fixes 2016-04-18 17:45:54 -07:00
Harald Hope eb80986cdc small fix in math for battery capacity 2016-04-18 17:42:37 -07:00
Harald Hope 14eb4aff0f small fix in portable detection, some systems have BAT1 but NOT BAT0, so now just check
if /sys/class/power_supply directory is empty or not.
2016-04-18 17:33:00 -07:00
Harald Hope 731508a93f more man page glitches 2016-04-18 17:16:02 -07:00
Harald Hope bf74f9cf20 more man page cleanup 2016-04-18 17:12:54 -07:00
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