GithubHelp home page GithubHelp logo

inxi's People

Watchers

 avatar

inxi's Issues

NEW sensors error. (I seem to be a magnet to them)

I seem to be a magnet to sensors errors.
I have changed a fan from a sensor-less to a fan w/ a sensor.


Please paste your inxi output below.

[max@arch-desktop:~]$ inxi -sx
Sensors:   System Temperatures: cpu: 34.0C mobo: 36.0C gpu: 0.0:62C 
           Fan Speeds (in rpm): cpu: 1680 mobo: 1200 sys-1: 0


please paste your 'sensors' output below.


[max@arch-desktop:~]$ sensors | grep AUX1
AUX1 FAN:         4320 RPM  (min =  300 RPM)




FULL INXI[max@arch-desktop:~]$ inxi -F
System:    Host arch-desktop Kernel 2.6.32-ARCH x86_64 (64 bit) Distro Arch 
Linux
CPU:       Quad core Intel Core2 Quad Q6600 (SMP) cache 4096 KB flags (sse3 
nx lm vmx) bmips 19212 
           Clock Speeds: (1) 2400.00 MHz (2) 2400.00 MHz (3) 2400.00 MHz 
(4) 2400.00 MHz
Graphics:  Card nVidia G86 [GeForce 8500 GT] X.Org 1.7.3.901 Res: 
[email protected] 
           GLX Renderer GeForce 8500 GT/PCI/SSE2 GLX Version 3.2.0 NVIDIA 
190.42 Direct Rendering Yes
Audio:     Card nVidia MCP55 High Definition Audio driver HDA Intel
           Sound: Advanced Linux Sound Architecture Version 1.0.21
Network:   Card-1 Atheros AR5001 Wireless Network Adapter driver ath5k v: 
0.6.0
           Card-2 2x nVidia MCP55 Ethernet driver forcedethforcedeth at 
ports ec00 eb00 
Disks:     HDD Total Size: 1503.4GB (5.4% used) 1: /dev/sda WDC WD7501AALS-
0 750.2GB 
           2: /dev/sdb ST3250410AS 250.1GB 3: USB /dev/sdc Cruzer Micro 
2.0GB 
           4: USB /dev/sde 5000AAV External 500.1GB 5: USB /dev/sdd USB SD 
Reader 1.0GB 
Partition: ID:/ size: 20G used: 5.9G (33%) fs: ext4 ID:/home size: 387G 
used: 35G (10%) fs: ext4 
           ID:swap-1 size: 1.14GB used: 0.00GB (0%) fs: swap 
Sensors:   System Temperatures: cpu: 35.0C mobo: 36.0C gpu: 0.0:62C 
           Fan Speeds (in rpm): cpu: 1680 mobo: 1200 sys-1: 0 
Info:      Processes 168 Uptime 2:50 Memory 418.2/3962.1MB Client Shell 
inxi 1.2.7 


FULL SENSORS 


[max@arch-desktop:~]$ sensors
abituguru3-isa-00e0
Adapter: ISA adapter
CPU Core:          +1.32 V  (min =  +0.00 V, max =  +1.60 V)
DDR2:              +1.84 V  (min =  +1.50 V, max =  +2.20 V)
DDR2 VTT:          +0.92 V  (min =  +0.75 V, max =  +1.10 V)
CPU VTT:           +2.42 V  (min =  +1.90 V, max =  +2.90 V)
NB 1.2V:           +1.34 V  (min =  +1.10 V, max =  +1.60 V)
SB 1.5V:           +1.52 V  (min =  +1.20 V, max =  +1.80 V)
HyperTransport:    +1.22 V  (min =  +0.95 V, max =  +1.45 V)
ATX +12V (24-Pin):+12.18 V  (min =  +9.60 V, max = +14.40 V)
ATX +12V (4-pin): +12.06 V  (min =  +9.60 V, max = +14.40 V)
ATX +5V:           +5.07 V  (min =  +3.99 V, max =  +6.00 V)
ATX +3.3V:         +3.34 V  (min =  +2.64 V, max =  +3.94 V)
ATX 5VSB:          +5.16 V  (min =  +3.99 V, max =  +6.00 V)
CPU FAN:          1740 RPM  (min =  300 RPM)
SYS FAN:          1200 RPM  (min =  300 RPM)
AUX1 FAN:         4320 RPM  (min =  300 RPM)
AUX2 FAN:            0 RPM  (min =  300 RPM)  ALARM
AUX3 FAN:            0 RPM  (min =  300 RPM)  ALARM
CPU:               +32.0°C  (high = +75.0°C, crit = +85.0°C)  
System:            +36.0°C  (high = +55.0°C, crit = +65.0°C)  
PWM Phase1:        +49.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase2:        +49.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase3:        +49.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase4:        +48.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase5:        +48.0°C  (high = +125.0°C, crit = +135.0°C)  

I'm sure this is a wonderful way to wish you a happy holidays >.<

Thanks for your excellent help / updates so far.

(Offtopic: With inxi -sx showing multi-gpu information on sensors; I just 
thought I'd throw out there having the HDD temp info in there would be 
pretty sweet as well.)

Original issue reported on code.google.com by [email protected] on 25 Dec 2009 at 6:33

Adaptec PCI IDE controller card fails to show disk name

What steps will reproduce the problem?
1. Use an adaptec (and I suspect any other) IDE controller card for hard 
disk
2. Running debian stable, not sure if this matters

What is the expected output? Should show disk name

What do you see instead? Null, nothing for any drive attached to the 
controller card.

I'd like to try this with the trash80 hard disk detection logic as well 
to see if that helps or is the same.

The cause is simple: 
{{{ for disk in /proc/ide/ide*/hd*
    do 
        if [[ -e $disk/media && $( remove_erroneous_chars 
$disk/media ) = disk ]];then
            # BUGFIX: Ran into a debian sarge kernel that did 
not have the "capacity" file in the hd* directories
            # also, for PCI ata controller card, no capacity 
is listed
            if [[ ! -e $disk/capacity ]];then
                disk_capacity=0
                break
            fi
            (( disk_capacity+=$( remove_erroneous_chars 
$disk/capacity ) ))
            # this adds the (x) numbering in front of each 
disk found, and creates the full disk string
            hdd_model="${hdd_model}${hdd_model+ ${C1}
($i)${C2}}$( remove_erroneous_chars $disk/model )"
            ((i++))
        fi
    done}}}

If you do ls /proc/ide/ide*/hde, it doesn't have the file capacity in it, 
so inxi fails to do any further checking, even though you can get this 
data from other places I believe.

So what we'll need to do is create a more robust backup check, or a more 
robust primary check.

This is hdx because it's running a debian etch kernel, in other systems 
this might be handled by the sdx logic instead.

Original issue reported on code.google.com by [email protected] on 4 Nov 2008 at 8:41

upon warnings give the user more information about installing missing depend

if a depend is missing, inxi outputs missing info into the main screen.

1) give warnings in user private channel (ie #trash80 )

2) give user a short hot-to install
    a) distrowatch page on most cli install methods
        i) [http://distrowatch.com/weekly.php?issue=20080922#feature
distrowatch]
    b) ie  from: "Resuming in non X mode: xdpyinfo not found in path"
             to: "xdpyinfo not found: apt-get install x11-utils" (for debian)
             or: "xdpyinfo not found: pacman -S xorg-utils"    (for arch)


Original issue reported on code.google.com by [email protected] on 15 Jul 2009 at 8:37

Inxi misidentifies CPU

What steps will reproduce the problem?
1. Execute inxi on dual athlon MP system

What is the expected output? What do you see instead?
I would have expected inxi to identify my system as using SMP. Instead it seems 
to
think my Athlon MP is a hyperthreaded Athlon MP

What version of the product are you using? On what operating system?
Inxi 1.1.9, Kubuntu 9.04

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Aug 2009 at 4:43

Ubuntu Gnome + xChat

When running inxi on Ubuntu with Gnome in xChat, shell wrapper is 
reported.  In sid with Gnome and xChat this does not appear, nor does it 
appear with Fedora under the same conditions.

Original issue reported on code.google.com by [email protected] on 4 Nov 2008 at 6:15

Getting alsa actual card driver to show in output - one method, in branches

What steps will reproduce the problem?
1. lscpi -nn gives sound card output
2. /proc/asound/cards is present

What is the expected output? What do you see instead?
The output is as expected, the problem is that there doesn't appear to be 
any way I can see to link the driver output of /proc/asound/cards to the 
sound card data from lscpi -nn.

I have a version in branches/one that shows this difference, for some 
sound cards the output for both is similar, but for others, it's totally 
unrelated, no regex of any type could link the data for the card 
from /proc/asound/cards and the data from lspci -nn

There may be some other place the data can be linked, but I a giving up 
now on this problem, though it would be nice to see inxi show the alsa 
driver for each sound card.

Currently this only works if lspci does not give output, I discovered 
this possibility by chance on an older machine where I think I turned the 
sound card off in the mobo, but I think alsa cards still remembers it, 
thus the difference.

inxi -! 11 will upgrade to branches/one inxi if you want to see for 
yourself, then run: inxi -A
And compare it to the inxi -A output of the main trunk inxi (the branch 
one is set to not show lspci -nn output thus imitating the condition that 
will make /proc/asound/cards get used instead.

This is an interesting problem, and I think someone else with a different 
perspective can maybe figure it out, I can't.
Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 14 Nov 2008 at 5:25

gawk syntax error with truecrypt partitions

What steps will reproduce the problem?
1. Make a truecrypt partition
2. Mount it
3. $ inxi -v7 -@10

What is the expected output? What do you see instead?

This problem appears on debugging:
P: Drives:    HDD Total Size: 2120.5GB (50.9% used)
P:            1: id: /dev/sda model: OCZ size: 120.0GB serial: *** temp: 30C 
P:            2: id: /dev/sdb model: WDC_WD10EARS size: 1000.2GB serial: *** 
temp: 35C 
P:            3: id: /dev/sdc model: WDC_WD5000AZRX size: 500.1GB serial: *** 
temp: 31C 
P:            4: id: /dev/sdd model: ST3500418AS size: 500.1GB serial: *** 
temp: 33C 
P:            Optical: No optical drives detected.
gawk: cmd. line:2:                                      /mapper/truecrypt1$/ {
gawk: cmd. line:2:                                                          ^ 
unterminated regexp
gawk: cmd. line:3:                                              print $(NF - 2)
gawk: cmd. line:3:                                              ^ syntax error
gawk: cmd. line:4:                                      }
gawk: cmd. line:4:                                      ^ syntax error
gawk: cmd. line:2:                                      /mapper/truecrypt1$/ {
gawk: cmd. line:2:                                                          ^ 
unterminated regexp
gawk: cmd. line:3:                                              print $(NF - 2)
gawk: cmd. line:3:                                              ^ syntax error
gawk: cmd. line:4:                                      }
gawk: cmd. line:4:                                      ^ syntax error
gawk: cmd. line:2:                                      /mapper/truecrypt2$/ {
gawk: cmd. line:2:                                                          ^ 
unterminated regexp
gawk: cmd. line:3:                                              print $(NF - 2)
gawk: cmd. line:3:                                              ^ syntax error
gawk: cmd. line:4:                                      }
gawk: cmd. line:4:                                      ^ syntax error
gawk: cmd. line:2:                                      /mapper/truecrypt2$/ {
gawk: cmd. line:2:                                                          ^ 
unterminated regexp
gawk: cmd. line:3:                                              print $(NF - 2)
gawk: cmd. line:3:                                              ^ syntax error
gawk: cmd. line:4:                                      }
gawk: cmd. line:4:                                      ^ syntax error
P: Partition: ID: / size: 47G used: 20G (42%) fs: ext4 dev: /dev/root label: 
N/A uuid: N/A
P:            ID: /media/STORAGE size: 932G used: 766G (83%) fs: fuseblk dev: 
/dev/sdb5 


Output of `ls -l /dev/mapper/`:
# ls -l /dev/mapper/
total 0
crw------- 1 root root 10, 236 Sep 26 11:34 control
lrwxrwxrwx 1 root root       7 Sep 26 15:10 truecrypt1 -> ../dm-2
lrwxrwxrwx 1 root root       7 Sep 26 15:10 truecrypt1_0 -> ../dm-1
lrwxrwxrwx 1 root root       7 Sep 26 15:10 truecrypt1_1 -> ../dm-0
lrwxrwxrwx 1 root root       7 Sep 26 15:10 truecrypt2 -> ../dm-5
lrwxrwxrwx 1 root root       7 Sep 26 15:10 truecrypt2_0 -> ../dm-4
lrwxrwxrwx 1 root root       7 Sep 26 15:10 truecrypt2_1 -> ../dm-3



What version of the product are you using? On what operating system?
inxi-1.8.17 - Gentoo linux (amd64)

This is not crytical as the error doesn't show on a normal `inxi -v7` output.
It's just something that's good to be fixed.

Regards.

Original issue reported on code.google.com by [email protected] on 27 Sep 2012 at 7:24

inxi request

How about having an option to list info of all mounted patitions?
At the moment I get this:

[code]
$ inxi -F
System:    Host antiX-M8 running  Linux 2.6.27-7-antix-486-smp i686 Distro
antiX-M8-Test1 Bolshevik 08 Nov 2008
CPU:       Dual Core AMD Athlon 64 X2 4200+ cache 1024 KB flags (sse3 nx lm
svm) bmips 3990.44
           Clock Speeds: (1) 1000.00 MHz (2) 1000.00 MHz
Graphics:  Card nVidia GeForce 8400 GS X.Org 1.4.2 Res [email protected]
           GLX Renderer GeForce 8400 GS/PCI/SSE2/3DNOW! | GLX Version 2.1.2
NVIDIA 177.82
Audio:     Card ATI SBx00 Azalia (Intel HDA) driver HDA Intel
           Sound: Advanced Linux Sound Architecture Version 1.0.17
Network:   Card Realtek RTL8111/8168B PCI Express Gigabit Ethernet
controller driver r8169 v: 2.3LK-NAPI at port e800
Disks:     HDD Total Size: 480.1GB (18.1% used) 1: /dev/sda WDC
WD1600AAJS-0 160.0GB 2: /dev/sdb ST3320620AS 320.1GB
Partition: ID:/ size: 30G used: 17G (59%) ID: swap:/dev/sda2 size: 1.12GB
Info:      Processes 89 Uptime 20:37 Memory 178.3/3042.3MB Client Shell
inxi 0.7.1
[/code]
I also have sda5(Audio) and sda7(Video) set to mount at boot. It would be
nice to see how much free space is available.

Good idea or not?


Original issue reported on code.google.com by [email protected] on 24 Nov 2008 at 9:30

Suggest wrong man page -- move from man8 to man1

Hi

manpage created was man8 but command= man man suggests

man8 is for System administration commands (usually only for root) 

but man1 is 

Executable programs or shell commands

-------
this is entirely my fault as the original manpage creator


Original issue reported on code.google.com by [email protected] on 3 Sep 2012 at 2:51

get cpu doesn't work on PPC kernel on PS3

These problems are on Fedora 9, PPC kernel, for Sony Playstation 3.

get cpu calls for names such as 'model name', but ppc kernel for f9 calls
it 'cpu'.
get calls for frequency are 'cpu MHz' vs PPC F9 'clock'.

get hdd size isn't working,  haven't found the /proc folder/file with the
information yet


Original issue reported on code.google.com by [email protected] on 28 Oct 2008 at 10:56

Add USB sound card support

Here is a patch that adds usb sound card support:

*** /usr/local/bin/inxi 2008-12-16 22:16:30.000000000 -0600
--- inxi        2008-12-16 22:57:02.825496050 -0600
***************
*** 2242,2247 ****
--- 2242,2267 ----
                                print_screen_output "$audio_data"
                        fi
                done
+
+               # alsa usb hack
+               # for every sound card, look for a corresponding usb file
+               for arg in $(asoundconf list); do
+
+                       # if the file exists, go ahead and print the
information
+                       if [ -a /proc/asound/$arg/usbid ]; then
+
+                               # indent if there is a sound card found in
lspci
+                               if [[ -n $audio_data ]]; then
+                                       create_print_line
+                               fi
+
+                               # send error messages of lsusb to /dev/null
as it will display a bunch if not a super user
+                               # also, find the contents of usbid in lsusb
and print everything after the 7th word on the corresponding line
+                               print_screen_output "${C1}Card ${C2}$(lsusb
-v 2>/dev/null | grep  $(cat /proc/asound/$arg/usbid)  |\
+                               awk '{ for( i=7; i<NF; i++) { printf($i "
") } printf "\n" }')${C1} driver ${C2} usb"
+                       fi
+               done
+
                # alsa driver data only prints out if sound card data is found
                if [[ -n $alsa_data ]];then
                        audio_data="${C1}Sound: ${C2}$alsa_data"


Original issue reported on code.google.com by DamentZ on 17 Dec 2008 at 5:03

add urpmq for -r switch

The .r switch does not show repository info for Mandriva or Mageia distros.  
The command to see active repositories and their url is:


urpmq --list-media active --list-url



Original issue reported on code.google.com by [email protected] on 4 Oct 2013 at 5:55

Use /etc/os-release instead of /etc/issue to determine the distro

What steps will reproduce the problem?
1. Run inxi with a non-standard /etc/issue

What is the expected output? What do you see instead?
The distro field should show the current distro, instead it shows "/etc/ 
corrupted, use -% to override"

What version of the product are you using? On what operating system?
1.8.13 on Arch GNU/Linux

Instead of just parsing /etc/issue which many people edit themselves to get a 
nice bootup message, inxi should use /etc/os-release and possibly /etc/issue as 
a fallback for older distros.

Original issue reported on code.google.com by [email protected] on 3 Jul 2012 at 2:36

patch to dmidecode in get_machine_data

RHEL/CentOS/OEL v5 systems (probably older versions and other distros as well) 
with kernels lacking /sys/class/dmi/id/ are unable to report machine data.

Example:
$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
$ uname -a
Linux jcs-rhel5-1.managed.cln 2.6.18-274.12.1.el5 #1 SMP Tue Nov 8 21:37:35 EST 
2011 x86_64 x86_64 x86_64 GNU/Linux
$ ./inxi.orig -Mxx
Resuming in non X mode: glxinfo not found. For package install advice run: inxi 
--recommends
Machine:   No machine data found. Your kernel does not support this feature.


The data can be retried using the dmidecode command available on these 
platforms in the (dmidecode package).

Example:
$ sudo ./inxi -Mxx
Resuming in non X mode: glxinfo not found. For package install advice run: inxi 
--recommends
Machine:   System: VMware Inc. product: VMware Virtual Platform version: None 
serial: VMware-56 4d 4a ec f2 b7 71 89-c6 f9 cf ed 3a a4 43 10
           Mobo: Intel Corporation model: 440BX Desktop Reference Platform version: None serial: None
           Bios: Phoenix Technologies LTD version: 6.00 date: 12/31/2009
           Chassis: No Enclosure type: Other version: N/A serial: None

One caveat is that dmidecode reads /dev/mem so root permissions are required.  
Lacking this the data defaults to N/A.

Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 6:02

Attachments:

Add USB sound card support

I attached a patch that prints out any usb sound cards on your system
through inxi.

Original issue reported on code.google.com by DamentZ on 17 Dec 2008 at 5:05

Attachments:

Why usr/local/bin?

Hi

I am attempting  to obey Debian policy for deb file submissions

and we have

[quote]
Most third-party software installs itself in the /usr/local directory 
hierarchy. On Debian this is reserved for private use by the system 
administrator, so packages must not use directories such as /usr/local/bin but 
should instead use system directories such as /usr/bin, obeying the Filesystem 
Hierarchy Standard (FHS)
[/quote]

source

http://www.debian.org/doc/manuals/maint-guide/modify.en.html#destdir

----------------------------

IMHO by publishing info at IRC we are not using it for private use of the admin 
and so I request ummm we agree the debian package being built go to /usr/bin.

I realise that there is work for you to move it, but that does not have to as 
those who do not have a debian package won't know anything about my assertion 
or opinion

Yes I can be wrong on this.

2) BTW Cathbard's deb also seems to use /usr/bin


cheers

Gordon

Original issue reported on code.google.com by [email protected] on 4 Sep 2012 at 12:20

shows wrong gpu information when run from ssh

What steps will reproduce the problem?
1. login to a remote box with ssh -X
2. run inxi -fxv6
3. look at the graphics section

What is the expected output? What do you see instead?

It shows the info of the client's gpu instead of the remote system's.
(both have nvidia with binary driver)

Run in ssh ithout -X option
Graphics:  Card nVidia NV34 [GeForce FX 5200]  tty resolution ( 144x18 )

And with -X:
Graphics:  Card nVidia NV34 [GeForce FX 5200] | X.Org 1.4.2 | Res
[email protected]
           GLX Renderer GeForce 8500 GT/PCI/SSE2 | GLX Version 2.1.2 NVIDIA
177.80


As ssh -X uses the Xserver on the system it was called on I guess this info
somehow gets passed to such scripts too.

Original issue reported on code.google.com by [email protected] on 5 Nov 2008 at 11:32

Feature Request: Add information on RAM slots

I would love to see inxi report details on the system's RAM capacity:
- Maximum RAM capacity
- Number of RAM slots
- State of each RAM slot (filled or unfilled)
- RAM module details (capacity, type, clock speed)

All of this info should be available from dmidecode (16 and 17), if not 
elsewhere.

Original issue reported on code.google.com by [email protected] on 9 Jan 2014 at 5:03

  • Merged into: #44

Inxi reports Unity as Gnome

What steps will reproduce the problem?
1. Run inxi -S

What is the expected output? 
System:    Host: xps Kernel: 3.13.0-1-generic x86_64 (64 bit) Desktop: Unity 
Distro: Ubuntu 14.04 trusty

What do you see instead?
System:    Host: xps Kernel: 3.13.0-1-generic x86_64 (64 bit) Desktop: Gnome 
Distro: Ubuntu 14.04 trusty


What version of the product are you using? 
$ inxi -V
inxi 1.9.17-00 (2013-12-02)


On what operating system?
Ubuntu 14.04 trusty

Original issue reported on code.google.com by [email protected] on 9 Jan 2014 at 12:43

Man pages added but a bit out of date re features and options.

What steps will reproduce the problem?
1. look at the man page


What is the expected output? What do you see instead?

 current features vs older features, sorry, but I have no idea how to edit this thing.


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 6 May 2012 at 11:43

gnome x-chat and xchat-gnome report self as: Shell wrapper

What steps will reproduce the problem?
1. run inxi in gnome in xchat or xchat-gnome

What is the expected output? Client X-Chat <version number>
What do you see instead? Client Shell wrapper

We'll need to check into this to see if we can figure out why xchat in 
gnome does this, it doesn't do it in kde or fluxbox


Original issue reported on code.google.com by [email protected] on 30 Oct 2008 at 10:58

Does not detect wlan0 interface

What steps will reproduce the problem?
Running inxi -F produces an output which includes my unused eth1 LAN card, but 
misses my wlan0 wireless interface
Network:   Card Atheros AR8131 Gigabit Ethernet driver atl1c v: 1.0.0.2-NAPI at 
port ec00 BusID: 03:00.0

However inxi -i shows I do have a wlan interface 
Network:   Card Atheros AR8131 Gigabit Ethernet driver atl1c
           Wan IP: 1.2.3.4 Interface: wlan0 10.10.10.105


What is the expected output? What do you see instead?
Should either include just the active interface, OR both of them. 

What version of the product are you using? On what operating system?
Version: 1.4.23
Script Last Modified: January 11 2011
System:    Host me Kernel 2.6.35-28-generic i686 (32 bit) Distro Ubuntu 10.10 
maverick


Please paste your inxi output below.
System:    Host me Kernel 2.6.35-28-generic i686 (32 bit) Distro Ubuntu 10.10 
maverick
CPU:       Dual core Intel Core i3 530 (-HT-MCP-) cache 4096 KB flags (lm sse 
sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips 11701 
           Clock Speeds: (1) 1200.00 MHz (2) 1200.00 MHz (3) 1200.00 MHz (4) 1200.00 MHz
Graphics:  Card Intel Core Processor Integrated Graphics Controller X.Org 1.9.0 
Res: [email protected] 
           GLX Renderer Mesa DRI Intel Ironlake Desktop GEM 20100330 DEVELOPMENT x86/MMX/SSE2 GLX Version 2.1 Mesa 7.9-devel Direct Rendering Yes
Audio:     Card Intel 5 Series/3400 Series Chipset High Definition Audio driver 
HDA Intel BusID: 00:1b.0
           Sound: Advanced Linux Sound Architecture Version 1.0.23
Network:   Card Atheros AR8131 Gigabit Ethernet driver atl1c v: 1.0.0.2-NAPI at 
port ec00 BusID: 03:00.0
Disks:     HDD Total Size: 320.1GB (23.6% used) 1: /dev/sda WDC_WD3200AAJS 
320.1GB 
Partition: ID:/ size: 19G used: 5.2G (30%) fs: ext4 ID:/home size: 138G used: 
65G (50%) fs: ext4 
           ID:swap-1 size: 2.00GB used: 0.00GB (0%) fs: swap 
Info:      Processes 215 Uptime 3:04 Memory 769.0/1877.5MB Runlevel 2 Client 
Shell inxi 1.4.23 

Please paste your 'cat /proc/cpuinfo' output below.
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 37
model name  : Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz
stepping    : 2
cpu MHz     : 1200.000
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 2
apicid      : 0
initial apicid  : 0
fdiv_bug    : no
hlt_bug     : no
f00f_bug    : no
coma_bug    : no
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe rdtscp lm constant_tsc 
arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor 
ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat dts 
tpr_shadow vnmi flexpriority ept vpid
bogomips    : 5850.52
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 37
model name  : Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz
stepping    : 2
cpu MHz     : 1200.000
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 2
cpu cores   : 2
apicid      : 4
initial apicid  : 4
fdiv_bug    : no
hlt_bug     : no
f00f_bug    : no
coma_bug    : no
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe rdtscp lm constant_tsc 
arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor 
ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat dts 
tpr_shadow vnmi flexpriority ept vpid
bogomips    : 5851.51
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model       : 37
model name  : Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz
stepping    : 2
cpu MHz     : 1200.000
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 2
apicid      : 1
initial apicid  : 1
fdiv_bug    : no
hlt_bug     : no
f00f_bug    : no
coma_bug    : no
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe rdtscp lm constant_tsc 
arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor 
ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat dts 
tpr_shadow vnmi flexpriority ept vpid
bogomips    : 5851.50
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model       : 37
model name  : Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz
stepping    : 2
cpu MHz     : 1200.000
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 2
cpu cores   : 2
apicid      : 5
initial apicid  : 5
fdiv_bug    : no
hlt_bug     : no
f00f_bug    : no
coma_bug    : no
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe rdtscp lm constant_tsc 
arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor 
ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat dts 
tpr_shadow vnmi flexpriority ept vpid
bogomips    : 5851.51
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

please paste your 'cat /proc/meminfo' output below.
MemTotal:        1922596 kB
MemFree:           95512 kB
Buffers:          137280 kB
Cached:           903708 kB
SwapCached:            0 kB
Active:           896044 kB
Inactive:         774704 kB
Active(anon):     485476 kB
Inactive(anon):   260704 kB
Active(file):     410568 kB
Inactive(file):   514000 kB
Unevictable:          16 kB
Mlocked:              16 kB
HighTotal:       1048072 kB
HighFree:           3496 kB
LowTotal:         874524 kB
LowFree:           92016 kB
SwapTotal:       1951740 kB
SwapFree:        1951740 kB
Dirty:                72 kB
Writeback:             0 kB
AnonPages:        629816 kB
Mapped:           133576 kB
Shmem:            116420 kB
Slab:              99484 kB
SReclaimable:      81204 kB
SUnreclaim:        18280 kB
KernelStack:        3184 kB
PageTables:         8192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     2913036 kB
Committed_AS:    2177720 kB
VmallocTotal:     122880 kB
VmallocUsed:       51504 kB
VmallocChunk:      24808 kB
HardwareCorrupted:     0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       4096 kB
DirectMap4k:       16376 kB
DirectMap4M:      892928 kB

please paste your 'sensors' output below.




Original issue reported on code.google.com by [email protected] on 7 Apr 2011 at 5:06

Not recognizes network card on RaspberryPi

$ inxi -Nn
Network:   Card: Failed to Detect Network Card!

Real network card on usb:

$ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. LAN9500 Ethernet 
10/100 Adapter

You can see full lsusb -vvv on fpaste 
http://paste.fedoraproject.org/33530/37702258

Original issue reported on code.google.com by [email protected] on 20 Aug 2013 at 6:17

USB audio string is cosmetically out of place

A previous patch added USB audio and statically set the driver to 
'snd-usb-audio'.  This is accurate, but not consistent with the driver 
outputted from different interfaces.

Current inxi output:
$ ./inxi.1 -A
Audio:     Card-1 nVidia High Definition Audio Controller driver HDA Intel 
Sound: ALSA v: 1.0.24
           Card-2 Intel 5 Series/3400 Series Chipset High Definition Audio driver HDA Intel                             
           Card-3 C-Media CM102-A+/102S+ Audio Controller driver snd-usb-audio

New inxi output using the attached patch:
$ ./inxi -A                                                                     

Audio:     Card-1 nVidia High Definition Audio Controller driver HDA Intel 
Sound: ALSA v: 1.0.24
           Card-2 Intel 5 Series/3400 Series Chipset High Definition Audio driver HDA Intel                             
           Card-3 C-Media CM102-A+/102S+ Audio Controller driver USB Audio

Please consider this cosmetic change.  Seeing a lowercase driver with dashes 
looks out of places with the rest of the output from inxi.

Original issue reported on code.google.com by DamentZ on 23 Jun 2011 at 1:16

Attachments:

Color schemes and pipe output

Can you make changes to inxi that it must not used color schemes than output to 
pipe.

For example:
inxi -D | fpaste
http://paste.fedoraproject.org/33096/76915596

On fpaste inxi output looks not good.

Original issue reported on code.google.com by [email protected] on 19 Aug 2013 at 12:35

Make networking line output show eth, wlan, etc

What steps will reproduce the problem?
1. show networking

What is the expected output? What do you see instead?

this is a feature request, not a bug. It would be nice to see the eth or 
lan or wlan type information rather than the port information, which is 
basically useless. But eth / wlan stuff is very useful.


Please use labels and text to provide additional information.
Anyone who feels motivated to figure out a cross system method that works 
reliably to do this, feel free to get in touch with code.

Original issue reported on code.google.com by [email protected] on 8 Nov 2008 at 6:40

installation line has malformed http link

What steps will reproduce the problem?
1. Follow the link in Linuxforuns.org
2.click on the link
3.the fist link, to installation fails.

What is the expected output? What do you see instead?
Go to the information on the wiki page.

What version of the product are you using? On what operating system?


Please paste your inxi output below.

Please paste your 'cat /proc/cpuinfo' output below.

please paste your 'cat /proc/meminfo' output below.

please paste your 'sensors' output below.

The link itself is hosed. It starts with "http://http/code....", so 
it needs to be fixed to show the proper path so when you click on it you go 
somewhere useful...


Original issue reported on code.google.com by [email protected] on 1 Mar 2013 at 10:42

SSH command errors. (ArcherSeven finding obscure coding fun-ness)

What steps will reproduce the problem?
1.Be ArcherSeven
2.Try to do something obscure
3.Report error.

What is the expected output? What do you see instead?
Correct.    Correct + error message.

What version of the product are you using? On what operating system?
various.   Arch Linux, mostly.

Please paste your inxi output below.

---one---
22:17:34 <ArcherSeven> /exec -o ssh arch-dino inxi -c0
22:17:40 <ArcherSeven> /usr/bin/inxi: line 1599: qdbus: command not found
22:17:40 <ArcherSeven> CPU[-Single core Mobile Pentium II (UP) clocked at 
92.052 Mhz-] Kernel[-2.6.32-ARCH i686-] Up[-12 days-] Mem[-25.6/248.4MB-] 
HDD[-20.0GB(5.2% used)-] Procs[-54-] Client[-PPID="31056" - empty?-] inxi[-
1.3.14-]

---two---
[max@arch-server:~]$ ssh arch-desktop inxi -c0
*Unrelated data / network info removed: ssh info*
max@arch-desktop's password: 
Could not connect to D-Bus server: 
org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch 
terminated abnormally with the following error: Autolaunch error: X11 
initialization failed.

CPU[-Quad core Intel Core2 Quad Q6600 (SMP) clocked at 2400.000 Mhz-] 
Kernel[-2.6.33-ARCH x86_64-] Up[-7:03-] Mem[-463.6/3959.9MB-] HDD[-
1006.2GB(38.7% used)-] Procs[-184-] Client[-PPID="9956" - empty?-] inxi[-
1.4.8-]

---three--- (this one is correct, run on an "ssh login")
[max@arch-server:~]$ inxi -c0
CPU[-Single core AMD Athlon 64 3200+ (UP) clocked at 2193.867 Mhz-] 
Kernel[-2.6.32-ARCH x86_64-] Up[-10 days-] Mem[-154.9/1487.0MB-] HDD[-
40.0GB(9.4% used)-] Procs[-88-] Client[-Shell-] inxi[-1.4.1-]

---four--- (the first one I found, same thing run as an "ssh command")

[max@arch-desktop:~]$ ssh arch-server inxi -s -c0
/usr/bin/inxi: line 1626: qdbus: command not found
Sensors:   System Temperatures: cpu: 46.0C mobo: N/A 
           Fan Speeds (in rpm): cpu: N/A


---remarks--- flags don't seem to matter.  email me at [email protected] 
for more info if needed.

Original issue reported on code.google.com by [email protected] on 10 Apr 2010 at 3:28

recommends xprop package name is wrong for Arch

What steps will reproduce the problem?
1. install inxi in arch linux but do not install xorg-xprop 
2. run `inxi --recommends`

What is the expected output? What do you see instead?

expect it to recommend installation of package containing xprop binary 
("xorg-xprop") but instead package name "xprop" is given

What version of the product are you using? On what operating system?

inxi Version: 1.7.30-00
Linux 3.2.9-1-ARCH (x86_64)




Original issue reported on code.google.com by [email protected] on 15 Mar 2012 at 11:53

Continued GPU sensors errors.

What steps will reproduce the problem?
see issue 15

What is the expected output? What do you see instead?
Expect to see GPU temp data for both active GPUs

[max@arch-desktop:~]$ inxi -sx
Sensors:   System Temperatures: cpu: 37.0C mobo: 33.0C gpu: 0.0: 
           Fan Speeds (in rpm): cpu: 1320 mobo: 1020 sys-1: 0 


What version of the product are you using? On what operating system?
[max@arch-desktop:~]$ inxi -SI
System:    Host arch-desktop Kernel 2.6.31-ARCH x86_64 (64 bit) Distro Arch 
Linux
Info:      Processes 146 Uptime 57 min Memory 451.4/3960.4MB Client Shell 
inxi 1.2.6 


Please paste your inxi output below.

System:    Host arch-desktop Kernel 2.6.31-ARCH x86_64 (64 bit) Distro Arch 
Linux
CPU:       Quad core Intel Core2 Quad Q6600 (SMP) cache 4096 KB flags (sse3 
nx lm vmx) bmips 19212 
           Clock Speeds: (1) 2400.478 MHz (2) 2400.478 MHz (3) 2400.478 MHz 
(4) 2400.478 MHz
Graphics:  Card-1 nVidia G86 [GeForce 8500 GT] Card-3 nVidia G73 [GeForce 
7600 GT] X.Org 1.7.1.901 Res: [email protected] 
           GLX Renderer GeForce 8500 GT/PCI/SSE2, GeForce 7600 GT/PCI/SSE2 
GLX Version 3.2.0 NVIDIA 190.42, 2.1.2 NVIDIA 190.42 Direct Rendering Yes
Audio:     Card nVidia MCP55 High Definition Audio driver HDA Intel
           Sound: Advanced Linux Sound Architecture Version 1.0.20
Network:   Card-1 Atheros AR5001 Wireless Network Adapter driver ath5k v: 
0.6.0
           Card-2 2x nVidia MCP55 Ethernet driver forcedethforcedeth at 
ports ec00 eb00 
Disks:     HDD Total Size: 750.2GB (9.7% used) 1: /dev/sda ST3250410AS 
250.1GB 
           2: USB /dev/sdf 5000AAV External 500.1GB 
Partition: ID:/ size: 19G used: 7.3G (42%) fs: ext3 ID:/home size: 93G 
used: 26G (30%) fs: ext4 
           ID:swap-1 size: 1.14GB used: 0.00GB (0%) fs: swap 
Sensors:   System Temperatures: cpu: 39.0C mobo: 33.0C gpu: 0.0: 
           Fan Speeds (in rpm): cpu: 1260 mobo: 1020 sys-1: 0 
Info:      Processes 146 Uptime 58 min Memory 451.7/3960.4MB Client Shell 
inxi 1.2.6 


Please paste your 'cat /proc/cpuinfo' output below.
please paste your 'cat /proc/meminfo' output below.
Believe those 2 ^^ to be unimportant.

please paste your 'sensors' output below.
[max@arch-desktop:~]$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +51.0°C  (high = +82.0°C, crit = +100.0°C)  

coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +42.0°C  (high = +82.0°C, crit = +100.0°C)  

coretemp-isa-0002
Adapter: ISA adapter
Core 2:      +46.0°C  (high = +82.0°C, crit = +100.0°C)  

coretemp-isa-0003
Adapter: ISA adapter
Core 3:      +40.0°C  (high = +82.0°C, crit = +100.0°C)  

abituguru3-isa-00e0
Adapter: ISA adapter
CPU Core:          +1.31 V  (min =  +0.00 V, max =  +1.60 V)
DDR2:              +1.84 V  (min =  +1.50 V, max =  +2.20 V)
DDR2 VTT:          +0.92 V  (min =  +0.75 V, max =  +1.10 V)
CPU VTT:           +2.40 V  (min =  +1.90 V, max =  +2.90 V)
NB 1.2V:           +1.35 V  (min =  +1.10 V, max =  +1.60 V)
SB 1.5V:           +1.53 V  (min =  +1.20 V, max =  +1.80 V)
HyperTransport:    +1.22 V  (min =  +0.95 V, max =  +1.45 V)
ATX +12V (24-Pin):+12.06 V  (min =  +9.60 V, max = +14.40 V)
ATX +12V (4-pin): +12.00 V  (min =  +9.60 V, max = +14.40 V)
ATX +5V:           +5.07 V  (min =  +3.99 V, max =  +6.00 V)
ATX +3.3V:         +3.32 V  (min =  +2.64 V, max =  +3.94 V)
ATX 5VSB:          +5.13 V  (min =  +3.99 V, max =  +6.00 V)
CPU FAN:          1320 RPM  (min =  300 RPM)
SYS FAN:          1020 RPM  (min =  300 RPM)
AUX1 FAN:            0 RPM  (min =  300 RPM)  ALARM
AUX2 FAN:            0 RPM  (min =  300 RPM)  ALARM
AUX3 FAN:            0 RPM  (min =  300 RPM)  ALARM
CPU:               +38.0°C  (high = +75.0°C, crit = +85.0°C)  
System:            +33.0°C  (high = +55.0°C, crit = +65.0°C)  
PWM Phase1:        +51.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase2:        +52.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase3:        +51.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase4:        +51.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase5:        +50.0°C  (high = +125.0°C, crit = +135.0°C) 


____________________
Also posting nvidia info...
--------------------
[max@arch-desktop:~]$ nvidia-settings -c :0 -q GPUCoreTemp

  Attribute 'GPUCoreTemp' (arch-desktop:0.0): 64.
    'GPUCoreTemp' is an integer attribute.
    'GPUCoreTemp' is a read-only attribute.
    'GPUCoreTemp' can use the following target types: X Screen, GPU.
  Attribute 'GPUCoreTemp' (arch-desktop:0.1): 55.
    'GPUCoreTemp' is an integer attribute.
    'GPUCoreTemp' is a read-only attribute.
    'GPUCoreTemp' can use the following target types: X Screen, GPU.




Original issue reported on code.google.com by [email protected] on 16 Nov 2009 at 10:01

inxi output hard to read on 80 character wide terminal

What steps will reproduce the problem?
1. start a terminal that's 80 chars wide
2. run inxi -F
3.

What is the expected output? What do you see instead?

expected nicely lined up output, easy to read.

Instead, the first line wraps around and part of the text is under the 'System' 
column

What version of the product are you using? On what operating system?


Please paste your inxi output below.

Please paste your 'cat /proc/cpuinfo' output below.

please paste your 'cat /proc/meminfo' output below.

please paste your 'sensors' output below.




Original issue reported on code.google.com by [email protected] on 21 Aug 2012 at 5:17

HDD Total Size: 1572.3GB (154.1% used)

Please paste your inxi output below.
Host: siductionramme Kernel: 3.7-1.agaida-siductionexp-amd64 x86_64 (64 bit) 
Desktop: Xfce 4.10.2 Distro: siduction 12.1.1 Desperado - kde - (201206012135)
Processes: 198 Uptime: 17:49 Memory: 1353.8/32180.7MB Client: Shell (bash) 
inxi: 1.8.45 

Please paste your 'cat /proc/cpuinfo' output below.
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 16
model       : 4
model name  : AMD Phenom(tm) II X4 965 Processor
stepping    : 2
microcode   : 0x10000db
cpu MHz     : 3616.486
cache size  : 512 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 4
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 5
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 
3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid pni monitor 
cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 
3dnowprefetch osvw ibs skinit wdt hw_pstate npt lbrv svm_lock nrip_save
bogomips    : 7232.97
TLB size    : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

processor   : 1
vendor_id   : AuthenticAMD
cpu family  : 16
model       : 4
model name  : AMD Phenom(tm) II X4 965 Processor
stepping    : 2
microcode   : 0x10000db
cpu MHz     : 3616.486
cache size  : 512 KB
physical id : 0
siblings    : 4
core id     : 1
cpu cores   : 4
apicid      : 1
initial apicid  : 1
fpu     : yes
fpu_exception   : yes
cpuid level : 5
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 
3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid pni monitor 
cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 
3dnowprefetch osvw ibs skinit wdt hw_pstate npt lbrv svm_lock nrip_save
bogomips    : 7232.97
TLB size    : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

processor   : 2
vendor_id   : AuthenticAMD
cpu family  : 16
model       : 4
model name  : AMD Phenom(tm) II X4 965 Processor
stepping    : 2
microcode   : 0x10000db
cpu MHz     : 3616.486
cache size  : 512 KB
physical id : 0
siblings    : 4
core id     : 2
cpu cores   : 4
apicid      : 2
initial apicid  : 2
fpu     : yes
fpu_exception   : yes
cpuid level : 5
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 
3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid pni monitor 
cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 
3dnowprefetch osvw ibs skinit wdt hw_pstate npt lbrv svm_lock nrip_save
bogomips    : 7232.97
TLB size    : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

processor   : 3
vendor_id   : AuthenticAMD
cpu family  : 16
model       : 4
model name  : AMD Phenom(tm) II X4 965 Processor
stepping    : 2
microcode   : 0x10000db
cpu MHz     : 3616.486
cache size  : 512 KB
physical id : 0
siblings    : 4
core id     : 3
cpu cores   : 4
apicid      : 3
initial apicid  : 3
fpu     : yes
fpu_exception   : yes
cpuid level : 5
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 
3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid pni monitor 
cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 
3dnowprefetch osvw ibs skinit wdt hw_pstate npt lbrv svm_lock nrip_save
bogomips    : 7232.97
TLB size    : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

please paste your 'cat /proc/meminfo' output below.
MemTotal:       32953056 kB
MemFree:        26055512 kB
Buffers:          773428 kB
Cached:          4661376 kB
SwapCached:            0 kB
Active:          3899840 kB
Inactive:        2318384 kB
Active(anon):     791192 kB
Inactive(anon):    18236 kB
Active(file):    3108648 kB
Inactive(file):  2300148 kB
Unevictable:          20 kB
Mlocked:              20 kB
SwapTotal:      40342524 kB
SwapFree:       40342524 kB
Dirty:               284 kB
Writeback:             0 kB
AnonPages:        783520 kB
Mapped:           145584 kB
Shmem:             26012 kB
Slab:             522404 kB
SReclaimable:     495428 kB
SUnreclaim:        26976 kB
KernelStack:        3088 kB
PageTables:        21868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    56819052 kB
Committed_AS:    2280028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      398864 kB
VmallocChunk:   34359333372 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      148352 kB
DirectMap2M:     6139904 kB
DirectMap1G:    27262976 kB

please paste your 'sensors' output below.
k10temp-pci-00c3
Adapter: PCI adapter
temp1:        +20.5°C  (high = +70.0°C)
                       (crit = +70.0°C, hyst = +68.0°C)

it8720-isa-0228
Adapter: ISA adapter
in0:          +1.42 V  (min =  +0.00 V, max =  +4.08 V)
in1:          +1.62 V  (min =  +0.00 V, max =  +4.08 V)
in2:          +3.33 V  (min =  +0.00 V, max =  +4.08 V)
+5V:          +2.99 V  (min =  +0.00 V, max =  +4.08 V)
in4:          +3.12 V  (min =  +0.00 V, max =  +4.08 V)
in5:          +2.80 V  (min =  +0.00 V, max =  +4.08 V)
in6:          +4.08 V  (min =  +0.00 V, max =  +4.08 V)
5VSB:         +2.16 V  (min =  +0.00 V, max =  +4.08 V)
Vbat:         +3.33 V  
fan1:         864 RPM  (min =    0 RPM)
fan2:         597 RPM  (min =    0 RPM)
fan3:           0 RPM  (min =    0 RPM)
fan4:           0 RPM  (min =    0 RPM)
fan5:           0 RPM  (min =    0 RPM)
temp1:        +40.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = 
thermistor
temp2:        +43.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = thermal 
diode
temp3:        +42.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = 
thermistor
cpu0_vid:    +1.050 V
intrusion0:  ALARM




Original issue reported on code.google.com by info.gcom.eu on 21 Apr 2013 at 4:03

sensors mis-labeled & incomplete.

What steps will reproduce the problem?
1.install inxi, lmsensors, and configure.
2.run inxi -s
3.read

What is the expected output?

sensors data from all gpus, cpus, and motherboard temperature readings, and 
fan speeds from detected fans.

What do you see instead?

temerature for one of my two temperature reporting GPUS, both which 
individually report, three fan speeds out of seven sensors and 2 actual 
fans, reversed sys and mo-bo fan speed (the last one probably fault of 
sensors, not inxi), no known way to reconfigure it.

Sensors:   System Temperatures: cpu: 39.0C mobo: 36.0C gpu: 64C 
           Fan Speeds (in rpm): cpu: 1440 mobo: 1140 sys-1: 0 
(sys-1 is a sensorless fan on that is ACTUALLY on the mobo, where my true 
system fan is reporting here to mobo.)

What version of the product are you using? On what operating system?

System:    Host arch-desktop Kernel 2.6.31-ARCH x86_64 (64 bit) Distro Arch 
Linux

Please paste your inxi output below.

System:    Host arch-desktop Kernel 2.6.31-ARCH x86_64 (64 bit) Distro Arch 
Linux
CPU:       Quad core Intel Core2 Quad Q6600 (SMP) cache 4096 KB flags (sse3 
nx lm vmx) 
           Clock Speeds: (1) 2400.475 MHz (2) 2400.475 MHz (3) 2400.475 MHz 
(4) 2400.475 MHz
Graphics:  Card-1 nVidia G86 [GeForce 8500 GT] Card-3 nVidia G73 [GeForce 
7600 GT] X.Org 1.7.1 Res: [email protected] 
           GLX Renderer GeForce 8500 GT/PCI/SSE2, GeForce 7600 GT/PCI/SSE2 
GLX Version 3.2.0 NVIDIA 190.42, 2.1.2 NVIDIA 190.42
Audio:     Card nVidia MCP55 High Definition Audio driver HDA Intel
           Sound: Advanced Linux Sound Architecture Version 1.0.20
Network:   Card-1 Atheros AR5001 Wireless Network Adapter driver ath5k
           Card-2 2x nVidia MCP55 Ethernet driver forcedethforcedeth
Disks:     HDD Total Size: 750.2GB (4.3% used) 1: /dev/sda ST3250410AS 
250.1GB 
           2: USB /dev/sdf 5000AAV External 500.1GB 
Partition: ID:/ size: 19G used: 6.6G (38%) fs: ext3 ID:/home size: 93G 
used: 24G (27%) fs: ext4 
           ID:swap-1 size: 1.14GB used: 0.00GB (0%) fs: swap 
Sensors:   System Temperatures: cpu: 38.0C mobo: 37.0C gpu: 64C 
           Fan Speeds (in rpm): cpu: 1440 mobo: 1080 sys-1: 0 
Info:      Processes 145 Uptime 1:54 Memory 343.2/3960.4MB Client Shell 
inxi 1.2.5 


Please paste your 'cat /proc/cpuinfo' output below.

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 15
model name  : Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
stepping    : 11
cpu MHz     : 2400.475
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 4
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 10
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl 
vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority
bogomips    : 4802.98
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 15
model name  : Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
stepping    : 11
cpu MHz     : 2400.475
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 3
cpu cores   : 4
apicid      : 3
initial apicid  : 3
fpu     : yes
fpu_exception   : yes
cpuid level : 10
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl 
vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority
bogomips    : 4801.03
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model       : 15
model name  : Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
stepping    : 11
cpu MHz     : 2400.475
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 1
cpu cores   : 4
apicid      : 1
initial apicid  : 1
fpu     : yes
fpu_exception   : yes
cpuid level : 10
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl 
vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority
bogomips    : 4801.01
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model       : 15
model name  : Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
stepping    : 11
cpu MHz     : 2400.475
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 2
cpu cores   : 4
apicid      : 2
initial apicid  : 2
fpu     : yes
fpu_exception   : yes
cpuid level : 10
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl 
vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority
bogomips    : 4801.01
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:


please paste your 'cat /proc/meminfo' output below.

MemTotal:        4055400 kB
MemFree:         3378120 kB
Buffers:           23880 kB
Cached:           303260 kB
SwapCached:            0 kB
Active:           387164 kB
Inactive:         197548 kB
Active(anon):     266024 kB
Inactive(anon):        0 kB
Active(file):     121140 kB
Inactive(file):   197548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:       1116476 kB
SwapFree:        1116476 kB
Dirty:                72 kB
Writeback:             0 kB
AnonPages:        257604 kB
Mapped:            77812 kB
Slab:              38836 kB
SReclaimable:      23516 kB
SUnreclaim:        15320 kB
PageTables:        11688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     3144176 kB
Committed_AS:     644484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      108284 kB
VmallocChunk:   34359625723 kB
DirectMap4k:       34752 kB
DirectMap2M:     4159488 kB


please paste your 'sensors' output below.

coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +52.0°C  (high = +82.0°C, crit = +100.0°C)  

coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +44.0°C  (high = +82.0°C, crit = +100.0°C)  

coretemp-isa-0002
Adapter: ISA adapter
Core 2:      +47.0°C  (high = +82.0°C, crit = +100.0°C)  

coretemp-isa-0003
Adapter: ISA adapter
Core 3:      +42.0°C  (high = +82.0°C, crit = +100.0°C)  

abituguru3-isa-00e0
Adapter: ISA adapter
CPU Core:          +1.32 V  (min =  +0.00 V, max =  +1.60 V)
DDR2:              +1.86 V  (min =  +1.50 V, max =  +2.20 V)
DDR2 VTT:          +0.92 V  (min =  +0.75 V, max =  +1.10 V)
CPU VTT:           +2.40 V  (min =  +1.90 V, max =  +2.90 V)
NB 1.2V:           +1.35 V  (min =  +1.10 V, max =  +1.60 V)
SB 1.5V:           +1.53 V  (min =  +1.20 V, max =  +1.80 V)
HyperTransport:    +1.23 V  (min =  +0.95 V, max =  +1.45 V)
ATX +12V (24-Pin):+12.00 V  (min =  +9.60 V, max = +14.40 V)
ATX +12V (4-pin): +12.00 V  (min =  +9.60 V, max = +14.40 V)
ATX +5V:           +5.07 V  (min =  +3.99 V, max =  +6.00 V)
ATX +3.3V:         +3.32 V  (min =  +2.64 V, max =  +3.94 V)
ATX 5VSB:          +5.10 V  (min =  +3.99 V, max =  +6.00 V)
CPU FAN:          1380 RPM  (min =  300 RPM)
SYS FAN:          1140 RPM  (min =  300 RPM)
AUX1 FAN:            0 RPM  (min =  300 RPM)  ALARM
AUX2 FAN:            0 RPM  (min =  300 RPM)  ALARM
AUX3 FAN:            0 RPM  (min =  300 RPM)  ALARM
CPU:               +37.0°C  (high = +75.0°C, crit = +85.0°C)  
System:            +37.0°C  (high = +55.0°C, crit = +65.0°C)  
PWM Phase1:        +53.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase2:        +53.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase3:        +54.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase4:        +53.0°C  (high = +125.0°C, crit = +135.0°C)  
PWM Phase5:        +53.0°C  (high = +125.0°C, crit = +135.0°C) 


##ok, so maybe the system fan is reporting right...##

Attached is a screenshot with various other maybe useful things



Original issue reported on code.google.com by [email protected] on 3 Nov 2009 at 12:34

Attachments:

unmounted partition error

http://archerseven.com/served/desktop/inxi-error-info


[max@max-hq:wokjab]$ inxi -o
Unmounted: ID: /dev/sdb2 size: 20.97G label: HQ-ROOT uuid: 
4eaa5f9a-36b2-4468-ab42-d577243326ce fs: ext4
           ID: /dev/sdc6 size: 157.12G label: Mint64-HOME uuid: 1043c9f4-3085-4e6f-bd4d-4a8140f158c5 fs: ext4
           ID: /dev/sda2 size: 100.00G label: N/A uuid: 18741ad0-6495-4d66-a823-27b3c0026105 fs: ext3
           ID: /dev/sda3 size: 50.05G label: N/A uuid: f8cbd823-8ff4-4ced-82fb-a14b7c1fad05 fs: ext3
           ID: /dev/sdd1 size: 315.07G label: N/A uuid: ea473aa6-a177-4b67-bd4b-aff07671741c fs: ext4
           ID: /dev/sdd2 size: 185.04G label: N/A uuid: 37C32B5C67D94B9E fs: NTFS

^ that very very doesn't... as the first two are mounted 

That's a summary, view url at the start of this for all of it.



Original issue reported on code.google.com by [email protected] on 13 Sep 2010 at 10:57

Galaxy Nvidia GTX 670 displays as NVIDIA Device 1189

What steps will reproduce the problem?
1. Having a Galaxy NVIDIA Geforce GTX 670 2gb graphics card
2. Doing Inxi -F

What is the expected output? What do you see instead?
Graphics:  Card: NVIDIA Device 1189 

What version of the product are you using? On what operating system?

Inxi 1.8.14 and Kubuntu 12.04 32bit

Please paste your inxi output below.

System:    Host: ziltoid-pc Kernel: 3.2.0-29-generic-pae i686 (32 bit) Console: 
tty 3 Distro: Ubuntu 12.04 precise
Machine:   Mobo: ASUSTeK model: M4A89GTD-PRO version: Rev 1.xx Bios: American 
Megatrends version: 2101 date: 04/08/2011
CPU:       Hexa core AMD Phenom II X6 1090T (-MCP-) cache: 3072 KB flags: (lm 
nx sse sse2 sse3 sse4a svm) 
           Clock Speeds: 1: 4013.603 MHz 2: 4013.603 MHz 3: 4013.603 MHz 4: 4013.603 MHz 5: 4013.603 MHz 6: 4013.603 MHz
Graphics:  Card: NVIDIA Device 1189 
           X.org: 1.11.3 drivers: nvidia (unloaded: fbdev,vesa,nouveau) tty size: 285x64 Advanced Data: N/A out of X
Audio:     Card-1: NVIDIA Device 0e0a driver: snd_hda_intel Sound: ALSA ver: 
1.0.24
           Card-2: Creative Labs SB X-Fi driver: snd_ctxfi
           Card-3: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) driver: snd_hda_intel
Network:   Card: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller 
driver: r8169 
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: 48:5b:39:19:94:a3
Drives:    HDD Total Size: 2128.4GB (14.9% used) 1: id: /dev/sda model: OCZ 
size: 128.0GB 
           2: id: /dev/sdb model: WDC_WD10EADS size: 1000.2GB 3: id: /dev/sdc model: WDC_WD10EADS size: 1000.2GB 
Partition: ID: / size: 112G used: 70G (66%) fs: ext4 ID: swap-1 size: 8.59GB 
used: 0.00GB (0%) fs: swap 
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid 
module present
Sensors:   System Temperatures: cpu: 22.0C mobo: 18.0C 
           Fan Speeds (in rpm): cpu: 1245 psu: 0 sys-1: 0 sys-2: 0 
Info:      Processes: 168 Uptime: 54 min Memory: 684.6/16170.5MB Runlevel: 2 
Client: Shell inxi: 1.8.14 

**Please note the x.org isn't displayed correctly because I ssh'd into my 
computer from work**

Please paste your 'cat /proc/cpuinfo' output below.
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 16
model           : 10
model name      : AMD Phenom(tm) II X6 1090T Processor
stepping        : 0
microcode       : 0x10000bf
cpu MHz         : 4013.603
cache size      : 512 KB
physical id     : 0
siblings        : 6
core id         : 0
cpu cores       : 6
apicid          : 0
initial apicid  : 0
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc extd_apicid aperfmperf pni 
monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a 
misalignsse 3dnowprefetch osvw ibs skinit wdt cpb npt lbrv svm_lock nrip_save 
pausefilter
bogomips        : 8027.20
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate cpb

processor       : 1
vendor_id       : AuthenticAMD
cpu family      : 16
model           : 10
model name      : AMD Phenom(tm) II X6 1090T Processor
stepping        : 0
microcode       : 0x10000bf
cpu MHz         : 4013.603
cache size      : 512 KB
physical id     : 0
siblings        : 6
core id         : 1
cpu cores       : 6
apicid          : 1
initial apicid  : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc extd_apicid aperfmperf pni 
monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a 
misalignsse 3dnowprefetch osvw ibs skinit wdt cpb npt lbrv svm_lock nrip_save 
pausefilter
bogomips        : 8026.90
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate cpb

processor       : 2
vendor_id       : AuthenticAMD
cpu family      : 16
model           : 10
model name      : AMD Phenom(tm) II X6 1090T Processor
stepping        : 0
microcode       : 0x10000bf
cpu MHz         : 4013.603
cache size      : 512 KB
physical id     : 0
siblings        : 6
core id         : 2
cpu cores       : 6
apicid          : 2
initial apicid  : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc extd_apicid aperfmperf pni 
monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a 
misalignsse 3dnowprefetch osvw ibs skinit wdt cpb npt lbrv svm_lock nrip_save 
pausefilter
bogomips        : 8026.91
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate cpb

processor       : 3
vendor_id       : AuthenticAMD
cpu family      : 16
model           : 10
model name      : AMD Phenom(tm) II X6 1090T Processor
stepping        : 0
microcode       : 0x10000bf
cpu MHz         : 4013.603
cache size      : 512 KB
physical id     : 0
siblings        : 6
core id         : 3
cpu cores       : 6
apicid          : 3
initial apicid  : 3
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc extd_apicid aperfmperf pni 
monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a 
misalignsse 3dnowprefetch osvw ibs skinit wdt cpb npt lbrv svm_lock nrip_save 
pausefilter
bogomips        : 8026.91
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate cpb

processor       : 4
vendor_id       : AuthenticAMD
cpu family      : 16
model           : 10
model name      : AMD Phenom(tm) II X6 1090T Processor
stepping        : 0
microcode       : 0x10000bf
cpu MHz         : 4013.603
cache size      : 512 KB
physical id     : 0
siblings        : 6
core id         : 4
cpu cores       : 6
apicid          : 4
initial apicid  : 4
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc extd_apicid aperfmperf pni 
monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a 
misalignsse 3dnowprefetch osvw ibs skinit wdt cpb npt lbrv svm_lock nrip_save 
pausefilter
bogomips        : 8026.91
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate cpb

processor       : 5
vendor_id       : AuthenticAMD
cpu family      : 16
model           : 10
model name      : AMD Phenom(tm) II X6 1090T Processor
stepping        : 0
microcode       : 0x10000bf
cpu MHz         : 4013.603
cache size      : 512 KB
physical id     : 0
siblings        : 6
core id         : 5
cpu cores       : 6
apicid          : 5
initial apicid  : 5
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc extd_apicid aperfmperf pni 
monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a 
misalignsse 3dnowprefetch osvw ibs skinit wdt cpb npt lbrv svm_lock nrip_save 
pausefilter
bogomips        : 8026.90
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate cpb



please paste your 'cat /proc/meminfo' output below.

MemTotal:       16558604 kB
MemFree:        12825708 kB
Buffers:           86148 kB
Cached:          2945856 kB
SwapCached:            0 kB
Active:           735496 kB
Inactive:        2848412 kB
Active(anon):     552776 kB
Inactive(anon):     9068 kB
Active(file):     182720 kB
Inactive(file):  2839344 kB
Unevictable:           0 kB
Mlocked:               0 kB
HighTotal:      15862344 kB
HighFree:       12340124 kB
LowTotal:         696260 kB
LowFree:          485584 kB
SwapTotal:       8385532 kB
SwapFree:        8385532 kB
Dirty:                32 kB
Writeback:             0 kB
AnonPages:        551896 kB
Mapped:           129824 kB
Shmem:              9948 kB
Slab:              86360 kB
SReclaimable:      64372 kB
SUnreclaim:        21988 kB
KernelStack:        2848 kB
PageTables:         8456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    16664832 kB
Committed_AS:    2582956 kB
VmallocTotal:     122880 kB
VmallocUsed:       57832 kB
VmallocChunk:      61428 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       51192 kB
DirectMap2M:      862208 kB


please paste your 'sensors' output below.

atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage:       +1.43 V  (min =  +0.80 V, max =  +1.60 V)
+3.3V Voltage:       +3.29 V  (min =  +2.97 V, max =  +3.63 V)
+5V Voltage:         +4.97 V  (min =  +4.50 V, max =  +5.50 V)
+12V Voltage:       +11.91 V  (min = +10.20 V, max = +13.80 V)
CPU Fan Speed:      1250 RPM  (min =  600 RPM)
Chassis Fan Speed:     0 RPM  (min =  600 RPM)
Chassis2 Fan Speed:    0 RPM  (min =  600 RPM)
Power Fan Speed:       0 RPM  (min =  600 RPM)
CPU Temperature:     +22.0°C  (high = +60.0°C, crit = +95.0°C)
MB Temperature:      +18.0°C  (high = +45.0°C, crit = +75.0°C)

k10temp-pci-00c3
Adapter: PCI adapter
temp1:         +0.0°C  (high = +70.0°C)
                       (crit = +90.0°C, hyst = +85.0°C)


Original issue reported on code.google.com by [email protected] on 20 Aug 2012 at 12:51

[Request] fix xfce versioning

What steps will reproduce the problem?
1. inxi -S

Hi, I was wondering if you could make it so that inxi shows the full version 
info for xfce.

Here's the current output:
System:    Host rarity Kernel 3.6.0-1-ARCH x86_64 (64 bit) Desktop Xfce 4 
Distro Arch Linux

But I'd like something more like this:
System:    Host rarity Kernel 3.6.0-1-ARCH x86_64 (64 bit) Desktop Xfce 4.10 
Distro Arch Linux

I'd recommend you obtain version info by querying xfce-panel (If available.)

"% xfce4-panel --version
xfce4-panel 4.10.0 (Xfce 4.10)

Copyright (c) 2004-2011
    The Xfce development team. All rights reserved.

Please report bugs to <http://bugzilla.xfce.org/>.
"


Original issue reported on code.google.com by [email protected] on 2 Oct 2012 at 4:28

WeeChat is mispelled as "Weechat" and weechat binary isn't recognized

What steps will reproduce the problem?
1. Open WeeChat directly with command "weechat" instead of "weechat-curses" 
which is symlink to "weechat" nowadays.
2. With development version run /exec inxi or with older version install 
shell.py script and run /shell inxi
3. inxi says "client~unknown weechat

What is the expected output? What do you see instead?
Stated previously

What version of the product are you using? On what operating system?
2.1.2 and Debian 7 Wheezy

Please paste your inxi output below.
20:06:35 12CPU(s)~2 Hexa core Intel Xeon CPU X5675s (-HT-MCP-SMP-) clocked at 
3067.056 Mhz 12Kernel~3.2.54-grbfs-kapsi x86_64 12Up~35 days 
12Mem~52761.1/145121.9MB 12HDD~146.8GB(37.4% used) 12Procs~19 12Client~Unknown 
: weechat 12inxi~2.1.2  



Please paste your 'cat /proc/cpuinfo' output below.
Are you sure? :)
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 0
cpu cores   : 6
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6134.11
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 0
cpu cores   : 6
apicid      : 32
initial apicid  : 32
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.52
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 8
cpu cores   : 6
apicid      : 16
initial apicid  : 16
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.54
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 8
cpu cores   : 6
apicid      : 48
initial apicid  : 48
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.53
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 4
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 2
cpu cores   : 6
apicid      : 4
initial apicid  : 4
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.53
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 5
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 2
cpu cores   : 6
apicid      : 36
initial apicid  : 36
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.50
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 6
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 10
cpu cores   : 6
apicid      : 20
initial apicid  : 20
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.54
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 7
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 10
cpu cores   : 6
apicid      : 52
initial apicid  : 52
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.55
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 8
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 1
cpu cores   : 6
apicid      : 2
initial apicid  : 2
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.52
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 9
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 1
cpu cores   : 6
apicid      : 34
initial apicid  : 34
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.52
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 10
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 9
cpu cores   : 6
apicid      : 18
initial apicid  : 18
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.52
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 11
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 9
cpu cores   : 6
apicid      : 50
initial apicid  : 50
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.60
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 12
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 0
cpu cores   : 6
apicid      : 1
initial apicid  : 1
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.52
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 13
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 0
cpu cores   : 6
apicid      : 33
initial apicid  : 33
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.56
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 14
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 8
cpu cores   : 6
apicid      : 17
initial apicid  : 17
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.57
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 15
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 8
cpu cores   : 6
apicid      : 49
initial apicid  : 49
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.56
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 16
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 2
cpu cores   : 6
apicid      : 5
initial apicid  : 5
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.54
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 17
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 2
cpu cores   : 6
apicid      : 37
initial apicid  : 37
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.57
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 18
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 10
cpu cores   : 6
apicid      : 21
initial apicid  : 21
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.50
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 19
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 10
cpu cores   : 6
apicid      : 53
initial apicid  : 53
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.56
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 20
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 1
cpu cores   : 6
apicid      : 3
initial apicid  : 3
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.55
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 21
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 1
cpu cores   : 6
apicid      : 35
initial apicid  : 35
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6142.35
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 22
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 0
siblings    : 12
core id     : 9
cpu cores   : 6
apicid      : 19
initial apicid  : 19
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.53
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 23
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
stepping    : 2
microcode   : 0x14
cpu MHz     : 3067.056
cache size  : 12288 KB
physical id : 1
siblings    : 12
core id     : 9
cpu cores   : 6
apicid      : 51
initial apicid  : 51
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp 
lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat epb dtherm tpr_shadow 
vnmi flexpriority ept vpid
bogomips    : 6133.54
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:


please paste your 'cat /proc/meminfo' output below.
MemTotal:       148604776 kB
MemFree:         8896840 kB
Buffers:          490972 kB
Cached:         85302764 kB
SwapCached:         4212 kB
Active:         65360068 kB
Inactive:       67757596 kB
Active(anon):   45549516 kB
Inactive(anon):  2003464 kB
Active(file):   19810552 kB
Inactive(file): 65754132 kB
Unevictable:       40544 kB
Mlocked:           40544 kB
SwapTotal:      40501240 kB
SwapFree:       40496836 kB
Dirty:              2644 kB
Writeback:             0 kB
AnonPages:      47364644 kB
Mapped:           458740 kB
Shmem:            227128 kB
Slab:            3909176 kB
SReclaimable:    2941088 kB
SUnreclaim:       968088 kB
KernelStack:      134384 kB
PageTables:      1365676 kB
NFS_Unstable:       2916 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    114803628 kB
Committed_AS:   87132940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      515012 kB
VmallocChunk:   34282446544 kB
HardwareCorrupted:     0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        2288 kB
DirectMap2M:     3133440 kB
DirectMap1G:    147849216 kB


please paste your 'sensors' output below.
sensors_init: Kernel interface error



Original issue reported on code.google.com by [email protected] on 15 Mar 2014 at 6:08

no infos about Xorg and resolution when inxi run as root

What steps will reproduce the problem?

Running 'inxi -F' as root gives no info about
* Xorg-server (e.g. version)
* displayed resolution

What is the expected output? What do you see instead?

Output of inxi invoking as normal-user and root differ!

[normal user]
$ inxi -F
System:    Host seduxbox running  Linux 2.6.27-6.slh.5-sidux-686 i686
Distro sidux 2008-03 Ουρέα - kde-lite - (200809221818) 
CPU:       Dual Core Intel Core2 T7200 cache 4096 KB bmips 7979.88 
           Clock Speeds: (1) 2000.00 MHz (2) 2000.00 MHz
           CPU Flags fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush 
           dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc
arch_perfmon pebs bts pni monitor 
           ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm 
Graphics:  Card ATI M52 [Mobility Radeon X1300] | X.Org 1.5.3 | Res
[email protected]
           GLX Renderer Mesa DRI R300 20060815 x86/MMX/SSE2 TCL | GLX
Version 1.3 Mesa 7.2
Audio:     Card Intel 82801G (ICH7 Family) High Definition Audio Controller
driver HDA-Intel
           Sound: Advanced Linux Sound Architecture Version 1.0.17
Network:   Card-1 Broadcom NetXtreme BCM5753M Gigabit Ethernet PCI Express
           Card-2 Intel PRO/Wireless 3945ABG [Golan] Network Connection
Disks:     HDD Total Size: 80.0GB (86.8% used) (1)/dev/sda Hitachi HTS54168
80.0GB
Partition: ID:/ size: 9.2G used: 2.8G (32%) ID: swap:/dev/sda7 size: 0.53GB 
Info:      Processes 103 | Uptime 23:37 | Memory 619.2/2026.8MB | Client
Shell | inxi v:0.5.34 
[/normal user]

[root]
# inxi -F
System:    Host seduxbox running  Linux 2.6.27-6.slh.5-sidux-686 i686
Distro sidux 2008-03 Ουρέα - kde-lite - (200809221818) 
CPU:       Dual Core Intel Core2 T7200 cache 4096 KB bmips 7979.88 
           Clock Speeds: (1) 2000.00 MHz (2) 2000.00 MHz
           CPU Flags fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush 
           dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc
arch_perfmon pebs bts pni monitor 
           ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm 
Graphics:  Card ATI M52 [Mobility Radeon X1300] |   | Res 
Audio:     Card Intel 82801G (ICH7 Family) High Definition Audio Controller
driver HDA-Intel
           Sound: Advanced Linux Sound Architecture Version 1.0.17
Network:   Card-1 Broadcom NetXtreme BCM5753M Gigabit Ethernet PCI Express
           Card-2 Intel PRO/Wireless 3945ABG [Golan] Network Connection
Disks:     HDD Total Size: 80.0GB (86.8% used) (1)/dev/sda Hitachi HTS54168
80.0GB
Partition: ID:/ size: 9.2G used: 2.8G (32%) ID: swap:/dev/sda7 size: 0.53GB 
Info:      Processes 104 | Uptime 23:38 | Memory 617.0/2026.8MB | Client
Shell | inxi v:0.5.34
[/root]


What version of the product are you using? On what operating system?

1. inxi v0.5.34
2. sidux 2008-03 ourea-release 32bit (with latest dist-upgrades as of
2008-11-19)
3. xorg-server (1.5.3-1) from debian/experimental
4. mesa (7.2-1) from debian/experimental

Please provide any additional information below.

Keep on the good work!


Original issue reported on code.google.com by [email protected] on 19 Nov 2008 at 10:25

fan1 is repeating output to cpu/mobo when it is in the only fan output

What steps will reproduce the problem?
1. sensors:
gl518sm-i2c-0-2d
Adapter: SMBus Via Pro adapter at 5000
+5V:         +0.00 V  (min =  +4.68 V, max =  +5.18 V)
+3.3V:       +0.00 V  (min =  +3.74 V, max =  +4.14 V)
+12V:        +0.00 V  (min = +15.69 V, max = +17.36 V)
Vcore:       +2.03 V  (min =  +3.74 V, max =  +4.14 V)
fan1:       15000 RPM  (min = 1200 RPM, div = 8)
fan2:          0 RPM  (min = 1200 RPM, div = 8)
temp1:       +27.0°C  (high = +80.0°C, hyst = +75.0°C)
beep_enable:enabled

What is the expected output? What do you see instead?
Sensors:   System Temperatures: cpu: 26.0C mobo: N/A
 Fan Speeds (in rpm): cpu: 13333 mobo: 13333 fan-2: 0

clearly something is glitching in sensors with this input.


Original issue reported on code.google.com by [email protected] on 7 Jan 2010 at 10:07

Wrong RunLevel when executing inxi in Xorg (startx from console in RL-3)?

What steps will reproduce the problem?
1. Boot into RunLevel 3 from grub (kernel-command-line)
2. Login
3. Run startx from a (VT) console

What is the expected output? What do you see instead?
Executing inxi within Xorg should give RunLevel-5?

What version of the product are you using? On what operating system?
inxi 1.4.6

Please paste your inxi output below.
System:    Host seduxbox Kernel 2.6.33-rc8-iniza-686-kms i686 (32 bit)
Distro sidux 2008-03 Ουρέα - kde-lite - (with latest dist-upgrade)
CPU:       Dual core Intel Core2 T7200 (SMP) cache 4096 KB flags (sse3 nx
lm vmx) bmips 7979.54 
           Clock Speeds: (1) 1000.00 MHz (2) 2000.00 MHz
Graphics:  Card ATI M52 [Mobility Radeon X1300] X.Org 1.7.5 Res:
[email protected] 
           GLX Renderer Gallium 0.4 on RV515 GLX Version 2.0 Mesa 7.8-devel
Direct Rendering Yes
Audio:     Card Intel 82801G (ICH7 Family) High Definition Audio Controller
driver HDA Intel BusID: 00:1b.0
           Sound: Advanced Linux Sound Architecture Version 1.0.21
Network:   Card-1 Broadcom NetXtreme BCM5753M Gigabit Ethernet PCI Express
driver tg3 v: 3.106 BusID: 08:00.0
           Card-2 Intel PRO/Wireless 3945ABG [Golan] Network Connection
driver iwl3945 v: 2.6.33-rc8-iniza-686-kms-ks BusID: 10:00.0
Disks:     HDD Total Size: 80.0GB (93.1% used) 1: /dev/sda Hitachi_HTS54168
80.0GB 
Partition: ID:/ size: 9.2G used: 8.6G (99%) fs: ext3 ID:swap-1 size: 0.53GB
used: 0.00GB (0%) fs: swap 
Info:      Processes 123 Uptime 1:04 Memory 254.9/2026.6MB Runlevel 3
Client Shell inxi 1.4.6 

Please paste your 'cat /proc/cpuinfo' output below.
IMO not necessary.

please paste your 'cat /proc/meminfo' output below.
IMO not necessary.

please paste your 'sensors' output below.
IMO not necessary.



Original issue reported on code.google.com by [email protected] on 19 Feb 2010 at 10:01

Could inxi add memory detection?

Inxi is an awesome tool,but I can't find information(such as production, 
model, volume)about memory,could inxi add this feature?

Original issue reported on code.google.com by [email protected] on 28 May 2013 at 7:06

Find another way to get Hexchat version

So, the developer of Hexchat thought it would be a good idea to make a dialog 
box show up when you run hexchat --version. It no longer prints version info to 
the command line, just shows the stupid gtk dialog box. inxi won't do anything 
until you click "close" in this box. I believe this is version 2.9.4 and up, 
and I don't really see the developer changing it for a sysinfo script that 
isn't his. For version 2.9.4+ you can get the version by reading the first line 
of ~/.config/hexchat/hexchat.conf. Older versions will use 
~/.config/hexchat/xchat.conf. 

Original issue reported on code.google.com by [email protected] on 13 Nov 2012 at 1:19

Attachments:

inxi doesn't recognize Cinnamon/MATE desktops

What steps will reproduce the problem?
1. Run inxi -S

What is the expected output? What do you see instead?

What happens:
System:    Host rarity Kernel 3.5.3-2-ck x86_64 (64 bit) Desktop Gnome Distro 
Arch Linux

System:    Host LM13PC Kernel 3.2.0-30-generic x86_64 (64 bit) Desktop N/A 
Distro Linux Mint 13 Maya

What should happen:
System:    Host rarity Kernel 3.5.3-2-ck x86_64 (64 bit) Desktop Cinnamon 
Distro Arch Linux

System:    Host LM13PC Kernel 3.2.0-30-generic x86_64 (64 bit) Desktop MATE 
Distro Linux Mint 13 Maya

What version of the product are you using? On what operating system?

Version 1.8.15, all operating systems.



Original issue reported on code.google.com by [email protected] on 12 Sep 2012 at 2:13

add option to identify DE/WM/shell

hi,
my name is zerozero
i'm a moderator at linuxmint forums,
inxi is an everyday tool (thanks a lot for such a great tool, real time-saver)

a simple, clear way to identify DE/WM/shell would be a great added feature.
we are using now the following
    lsb_release -a;ps -A | egrep '(cinnamon|gnome-shell|gnome-panel|mate-panel|plasma-desktop|xfce4-panel|lxpanel)'
but it's not perfect, has a verbose output and is not integrated within inxi 
(that we use for a lot of other enquiries)

as a final note, i know that such a feature shouldn't be needed, unfortunately 
my experience tells me otherwise.

best regards
zerozero

Original issue reported on code.google.com by [email protected] on 12 May 2012 at 11:48

Inxi hangs on Raspberry Pi

What steps will reproduce the problem?
1. Start RPI
2. inxi -@ 7

What is the expected output? What do you see instead?
Normal inxi output, instead: Nothing

What version of the product are you using? On what operating system?
1.8.26-00

Please paste your inxi output below.
...

Please paste your 'cat /proc/cpuinfo' output below.
Processor       : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS        : 697.95
Features        : swp half thumb fastmult vfp edsp java tls 
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xb76
CPU revision    : 7

Hardware        : BCM2708
Revision        : 000f
Serial          : 000000005c17bbda

please paste your 'cat /proc/meminfo' output below.
MemTotal:         497764 kB
MemFree:          200308 kB
Buffers:           13032 kB
Cached:           232752 kB
SwapCached:            0 kB
Active:           137360 kB
Inactive:         139416 kB
Active(anon):      14332 kB
Inactive(anon):    16744 kB
Active(file):     123028 kB
Inactive(file):   122672 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:       4194300 kB
SwapFree:        4193412 kB
Dirty:              1096 kB
Writeback:             0 kB
AnonPages:         31008 kB
Mapped:            15244 kB
Shmem:                84 kB
Slab:              14756 kB
SReclaimable:      10832 kB
SUnreclaim:         3924 kB
KernelStack:        1176 kB
PageTables:         1236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     4443180 kB
Committed_AS:     135872 kB
VmallocTotal:     139264 kB
VmallocUsed:        1764 kB
VmallocChunk:     136672 kB

please paste your 'sensors' output below.
(Not functional on RPI.)

Further information:
Hangs at the following command (checked with 'ps'):
gawk -F:   ??BEGIN { ???IGNORECASE=1 ??} ??# TAKE STRONGER NOTE: \t+ does NOT 
always work, MUST be [ \t]+ ??# TAKE NOTE: \t+ will work for $FILE_CPUINFO, but 
SOME ARBITRARY FILE used for TESTING might contain SPACES! ??# Therefore PATCH 
to use [ \t]+ when TESTING! ??/^processor[ \t]+:/ { ???nr = $NF ??}  ??/^model 
name|^cpu\t+:/ { 
???gsub(/computing|computer|corporation|communications|electronics|electrical|el
ectric|gmbh|group|industrial|international|revision|software|technologies|techno
logy|ltd\.|\<ltd\>|inc\.|\<inc\>|intl\.|co\.|\<co\>|corp\.|\<corp\>|\(tm\)|\(r\)
|®|\(rev ..\)/, "", $NF ) ???gsub(/@|cpu deca|dual core|dual-core|tri 
core|tri-core|quad 
core|quad-core|ennea|genuine|hepta|hexa|multi|octa|penta|processor|single|triple
|[0-9\.]+ *[MmGg][Hh][Zz]/, "", $NF ) ???gsub(/,/, " ", $NF) ???gsub(/^ +| +$/, 
"", $NF) ???gsub(/ [ \t]+/, " ", $NF) ???cpu[nr, "model"] = $NF ??}  ??/^cpu 
MHz|^clock\t+:/ { ???if (!min) { ????min = $NF ???} ???else { ????if ($NF < 
min) { ?????min = $NF ????} ???}  ???if ($NF > max) { ????max = $NF ???} 
???gsub(/MHZ/,"",$NF) ## clears out for cell cpu ???gsub(/.00[0]+$/,".00",$NF) 
## clears out excessive zeros ???cpu[nr, "speed"] = $NF ??}  ??/^cache size/ { 
???cpu[nr, "cache"] = $NF ??}  ??/^flags/ { ???cpu[nr, "flags"] = $NF ??}  
??/^bogomips/ { ???cpu[nr, "bogomips"] = $NF ??}  ??/vendor_id/ { 
???gsub(/genuine|authentic/,"",$NF) ???cpu[nr, "vendor"] = tolower( $NF ) ??}  
??END { ???#if (!nr) { print ",,,"; exit } # <- should this be necessary or 
should bash handle that ???for ( i = 0; i <= nr; i++ ) { ????print cpu[i, 
"model"] "," cpu[i, "speed"] "," cpu[i, "cache"] "," cpu[i, "flags"] "," cpu[i, 
"bogomips"] ","  cpu[nr, "vendor"] ???} ???if (!min) { ????print "not found" 
????exit ???} ???if (min != max) { ????printf("Min:%s%s Max:%s%s\n", min, 
"Mhz", max, "Mhz") ???} ???else { ????printf("%s %s\n", max, "Mhz") ???} ??} 
/proc/cpuinfo


Original issue reported on code.google.com by [email protected] on 20 Jan 2013 at 1:30

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.