Commit graph

  • e513666122 Fixed help menu bugs, forgot to have -s, sound card, and other errors. inxi-svn 2008-11-09 07:36:32 +0000
  • f96ab2c884 Fixed testing bug for advanced sdx name detection inxi-svn 2008-11-09 07:07:48 +0000
  • d63f5d8d39 Made just the one test, for sh|bash|dash|perl that handles now all cases, including konversation inxi-svn 2008-11-09 04:16:13 +0000
  • d019d7b7c5 fixed some bugs in get client data inxi-svn 2008-11-09 03:59:27 +0000
  • 3cb1cc8d1a Fixed bug with xchat gnome handling, my error inxi-svn 2008-11-09 03:45:36 +0000
  • b27b6507a1 Trying the locsmif method, querying /proc/scsi/scsi directly instead, a failure case was discovered there. inxi-svn 2008-11-08 23:21:53 +0000
  • 0a6347bed9 Added null data handler for temp array scsi inxi-svn 2008-11-08 22:26:16 +0000
  • 0b4058277c Trying a fix for special case where hard disk doesn't actually divide by 16, no idea why inxi-svn 2008-11-08 22:14:56 +0000
  • cbe7e922a6 Added array item, usb, for advanced hard disk output inxi-svn 2008-11-08 21:56:16 +0000
  • 3fa22cd051 trying some usb drive fixes, needs more work inxi-svn 2008-11-08 21:33:48 +0000
  • 164d8320d4 Fixed konvi bug inxi-svn 2008-11-08 21:13:13 +0000
  • 17075eeaa8 fixing convi bug now inxi-svn 2008-11-08 21:00:17 +0000
  • eb820e9958 Trying a sidux patch from infobash for the wrong output, shell instead of xchat etc inxi-svn 2008-11-08 20:39:27 +0000
  • 269d923b0f Added EOF marker to let smxi do its integrity check on the file. Without that the install fails. inxi-svn 2008-11-08 19:15:19 +0000
  • 42684b4dc2 Tweaked help text to better explain verbosity levels and extra options like -d, -f, -x. inxi-svn 2008-11-08 18:33:40 +0000
  • 16024b6ade Changed failure to find device name to: Name n/a inxi-svn 2008-11-08 07:24:52 +0000
  • cace45adb5 fixed typo inxi-svn 2008-11-08 06:43:30 +0000
  • bfcc6035eb trying hard disk size output with decimal place, one, for smaller usb drives inxi-svn 2008-11-08 06:27:48 +0000
  • 78c1b52da1 Trying a different way to handle flash drives, check for space starting first field inxi-svn 2008-11-08 06:25:31 +0000
  • d324cb287d Added help notes for -x inxi-svn 2008-11-08 06:08:55 +0000
  • 657173834f Fixed long line wraps, rearranged hard disk info inxi-svn 2008-11-08 06:06:08 +0000
  • eeacc5cdf5 Trying out a usb device fix inxi-svn 2008-11-08 05:34:57 +0000
  • ac5337d56f Fixed a bug with WDC, requires for the ls -l /dev/disk/by-id test replacing whitespace with _, and trimming off the last part of the string inxi-svn 2008-11-08 05:18:01 +0000
  • fbd76c10bc Redid the hdd data stuff, split it into basic and advanced functions for main loading of data array, then further population of it for -v levels > 2. inxi-svn 2008-11-08 04:50:09 +0000
  • 394a53fdf3 Added -F, for full output option, by popular demand, to show everything supported by inxi inxi-svn 2008-11-07 20:55:37 +0000
  • 3fb2d605a2 Updated update error to be more accurate inxi-svn 2008-11-07 20:48:13 +0000
  • eb81af5e82 Made sound show with -s option; removed showing help menu on mistyped option, or unsupported option, this would make spammy irc stuff. Instead shows message to run inxi -h for more information inxi-svn 2008-11-07 20:45:25 +0000
  • 78a2872406 made tolower in awk instead of bash for cpu vendor compare inxi-svn 2008-11-07 20:04:28 +0000
  • 2122cff7ca Made all awk gawk to keep it consistent, this is the type of randomness we need to avoid in the future. inxi-svn 2008-11-07 19:59:11 +0000
  • aecf66bac7 Fixed a bug reported for partition information output, case where df splits its output lines because the first field is too long. Now the get partition info function reads back from the last item per record, not from the first one. Since the detection is based on the last item in the line, this should maybe fix that issue. Seen with LVM naming for example. inxi-svn 2008-11-07 17:38:30 +0000
  • ee0740046f some last cleanup of code inxi-svn 2008-11-06 23:08:34 +0000
  • fd5ca8a6e2 Made all awk code endings the same, }' )... in all cases, or }' /file/path, or whatever inxi-svn 2008-11-06 21:39:18 +0000
  • fe2fdf78e5 fixed typo in awk in get gfx x data inxi-svn 2008-11-06 21:33:14 +0000
  • f027067ddf cleanup inxi-svn 2008-11-06 21:18:11 +0000
  • f8e193103d fixed a few small errors inxi-svn 2008-11-06 21:03:19 +0000
  • 84d1fb5ab0 gawk code cleanup, got rid of all one line flow controls, got rid of all ; separated statements, made all gawk code line up with columns it occurs in. inxi-svn 2008-11-06 20:58:35 +0000
  • 82c3d091a8 Got rid of sanitize_data feature, which forces double dips into awk, instead I put hte cleaners for , and whitespace into each awk statement. This avoids exiting awk, then looping through the array in bash, then sending the array items to the cleaner function, back into awk, then sending it back, and rebuilding the array. inxi-svn 2008-11-06 20:32:19 +0000
  • c2f692c068 Corrected misnamed cpu/normal ban lists, no longer calling working lists A_... inxi-svn 2008-11-06 19:59:58 +0000
  • 3873d50e86 Made all if conditionals use the same syntax, [[.....]];then, since we couldn't get rid of all the [[ stuff without getting errors, it should all be the same, so [[....]] it is. Also cleaned up some other cruft and reorganized code slightly. inxi-svn 2008-11-06 19:43:28 +0000
  • 1169e86347 Cleaned up more awk one liner flow controls, removed ; and added new lines, please check to make sure I didn't mess up! inxi-svn 2008-11-05 23:54:14 +0000
  • 32a9957109 some more awk cleanup inxi-svn 2008-11-05 23:39:07 +0000
  • b5bffea71f added @ to cpu ban list inxi-svn 2008-11-05 23:18:26 +0000
  • c21dfba13d improved extra whitespace handling in cpu model filters, now all > 1 whitespace becomes a single ' ' inxi-svn 2008-11-05 23:15:09 +0000
  • 90779b6369 cleanup of hanging and loose variables inxi-svn 2008-11-05 22:48:56 +0000
  • fbff2fbed9 new option, show full flags (-f), created a few new functions to split the flag handling, for get and print. This removes that junk from the old get cpu data and makes it cleaner. inxi-svn 2008-11-05 22:23:53 +0000
  • f57394e296 Just some small cleanups and code fixes inxi-svn 2008-11-05 06:16:33 +0000
  • a88d133b72 Try to fix L2 misreporting issue for intel core duo inxi-svn 2008-11-05 02:32:53 +0000
  • 99509242d1 Improved audio device detection with new string inxi-svn 2008-11-05 02:05:26 +0000
  • 582c6eecac Updated get_cpu_core_count to return an array of data like other functions, this helps make methods more consistent over all get data functions inxi-svn 2008-11-04 22:08:46 +0000
  • b11b8228c5 update text tweak inxi-svn 2008-11-04 20:09:09 +0000
  • 28fd5c648a tweak inxi-svn 2008-11-04 20:07:11 +0000
  • 0d4ead5b0a text tweak inxi-svn 2008-11-04 20:05:46 +0000
  • c44c7d263c Small tweak to update message, makes it more readable inxi-svn 2008-11-04 20:04:51 +0000
  • 54a94c2821 Added -v6 option, show audio / sound card data. Cleaned up last chunks of crufty code and variable names, found a few hidden non handled old style variables and structures. inxi-svn 2008-11-04 20:02:05 +0000
  • a70dedfa4b cleanup inxi-svn 2008-11-04 05:39:26 +0000
  • c4fb305550 for ps3, dumped cpu .000000 mhz and made it .000 inxi-svn 2008-11-04 05:00:55 +0000
  • a3ceadd2e7 tweaking and testing how awk handles this, cleared out MHZ from cell cpu speed inxi-svn 2008-11-04 04:54:49 +0000
  • 64a9f179e6 tweaked some output for awk cpu detections for cell inxi-svn 2008-11-04 04:45:02 +0000
  • 8ca79e2118 Some tweaks and tests with awk, seem to work inxi-svn 2008-11-04 04:16:24 +0000
  • bacb436798 another cell try inxi-svn 2008-11-04 04:10:03 +0000
  • 1871cef434 fixed cpu count backup test inxi-svn 2008-11-04 04:02:59 +0000
  • 6037e4002f trying to get ps3 to show some basic output inxi-svn 2008-11-04 04:01:02 +0000
  • 37a0e55b57 added error condition to number calculator inxi-svn 2008-11-04 03:13:01 +0000
  • 4ebea16e5f Changed partition data to work like other functions, create array of array data, then loop through it to print inxi-svn 2008-11-04 03:03:29 +0000
  • 17c4e56151 Fixed card number bug in networking inxi-svn 2008-11-04 02:29:11 +0000
  • dc00445017 Added both -V and -U update output that tells user where script is located in system inxi-svn 2008-11-04 02:16:50 +0000
  • 567a20af28 Finally figured out how those weird pseud multilevel arrays work, tried it with networking, and it's working, I can get output for each line as an array of an array, so I can print and handle output better now. inxi-svn 2008-11-04 02:14:12 +0000
  • f68dc801d4 Fixed broken cache output, fixed bogomips output, created new cpu data function that takes core count and data number and creates correct value for all cores total inxi-svn 2008-11-03 22:37:57 +0000
  • 84beb29dcb Trying -x option for extra data output with bogomips, but note: bmips is I believe per core, so needs to actually be calculated correctly, currently showing for only one core inxi-svn 2008-11-03 21:30:34 +0000
  • d4ffef12c8 Some bash tweaks, tests on use of [ vs [[ brackets and arrays inxi-svn 2008-11-03 21:04:21 +0000
  • 11b4075dbf Added proper antix-version handling to get distro name inxi-svn 2008-11-03 20:41:39 +0000
  • 3dadd268e3 Fixed color in awk, using ENVIRON method inxi-svn 2008-11-02 20:57:56 +0000
  • 51754db4ba Fine tuned hard disk partitions, put color values directly into the awk statement, that works fine if you use the correct ' and " sequences. inxi-svn 2008-11-02 20:46:25 +0000
  • a197f7dd0b comments tweak inxi-svn 2008-11-01 23:29:22 +0000
  • 50e0c9ec35 note about hwinfo as possible tool inxi-svn 2008-11-01 22:24:04 +0000
  • 43bcdfc8a2 cleanup inxi-svn 2008-11-01 22:05:22 +0000
  • e4cef81a8a Made -v3 show hard disk names, and -v2 networking information, this gives 3 an actual function, which it didn't have before. inxi-svn 2008-11-01 21:55:12 +0000
  • 1347c67edf For usage, added verbosity level explanations, 0-5 currently. inxi-svn 2008-11-01 21:50:52 +0000
  • e9a58b163c cleanup inxi-svn 2008-11-01 21:45:17 +0000
  • 0007279526 A few more sloppy bug fixes inxi-svn 2008-11-01 21:34:07 +0000
  • e956ee03f3 bug fix, changed $opt to $OPTARG inxi-svn 2008-11-01 21:30:53 +0000
  • 7e4c53a7e5 Fixed bug, not null instead of null test,whoops inxi-svn 2008-11-01 21:28:38 +0000
  • d379cb15c0 Redid get_parameters to use getops single letter method, this is cleaner and easier to maintain and test for. inxi-svn 2008-11-01 21:24:45 +0000
  • 3366e34053 More comments added to clarify inxi-svn 2008-10-31 21:30:36 +0000
  • a707cea2dc Added new verbosity level, 5. Allows for printout of clockspeed per cpu on new line if cpu count > 1 inxi-svn 2008-10-31 21:12:23 +0000
  • 3912580aad lots of cleanup, refactored more inxi-svn 2008-10-31 20:20:44 +0000
  • cc48099a2a added spacer to null hdd case inxi-svn 2008-10-31 07:24:44 +0000
  • 84feed2d45 added some hdd output tweaks inxi-svn 2008-10-31 07:21:57 +0000
  • 312a53e3b9 Added (x) numbering for each hard drive listed in > 1 verbosity levels, this is a nice improvement in readability inxi-svn 2008-10-31 07:13:26 +0000
  • 6ff09a06d5 forgot spacer inxi-svn 2008-10-31 06:45:21 +0000
  • b5416695eb small output fix for networking card, single card case inxi-svn 2008-10-31 06:44:25 +0000
  • b1e4762e7d More small tweaks to things inxi-svn 2008-10-31 04:31:56 +0000
  • 8f29c790ad help menu output tweak inxi-svn 2008-10-31 04:27:00 +0000
  • eb893cce4b Updated -V/--version information to better reflect inxi status, cleaned up a few little glitches. inxi-svn 2008-10-31 04:24:09 +0000
  • 6253441bc3 Fixed special requirement for antiX id, hopefully distros won't do this type of random file generation and content, a single string in the distro id is what they should have, ie: sidux-version, debian_version, not multiple lines inxi-svn 2008-10-31 03:07:52 +0000
  • 14c7150e77 found weird issue, infobash was depending on variables NOT being correctly declared for some output stuff. This will need to be fixed for real, for now just didn't declare HDD_MODEL. This type of stuff is why this script needs to be rewritten... inxi-svn 2008-10-31 02:31:30 +0000
  • 06304336a2 Added null case handling for all hdd values, made hdd function local/global values cleaner inxi-svn 2008-10-31 02:21:01 +0000
  • 27a128f93c For video, added null case in video card detection inxi-svn 2008-10-31 02:00:02 +0000
  • 1dd41e1d02 uptime made it space, otherwise it looks silly inxi-svn 2008-10-31 01:36:38 +0000
  • b6eb285cf9 tweaked uptime output, added dash, removed space inxi-svn 2008-10-31 01:34:51 +0000