You are not logged in.

#1 2016-01-28 14:47:11

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Output of inxi is strange, spurious "Atom processor"

Here is the output of inxi -v7 on a Packard Bell LG71BM-C7FW:

System:    Host: xxxxxxx-linux Kernel: 4.3.3-2-ARCH x86_64 (64 bit gcc: 5.3.0)
           Desktop: Xfce 4.12.3 (Gtk 2.24.28) info: xfce4-panel dm: lxdm Distro: Arch Linux
Machine:   System: Packard Bell product: Easynote ENLG71BM v: V1.02 serial: NXC3VMF0024342C9187600
           Mobo: Packard Bell model: EG70_BM v: Type2 - A01 Board Version serial: NBMS2110014342C9187600
           Bios: Insyde v: V1.02 date: 07/29/2014
CPU:       Quad core Intel Celeron N2940 (-MCP-) cache: 1024 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 14649
           clock speeds: min/max: 499/2249 MHz 1: 2249 MHz 2: 2249 MHz 3: 2249 MHz 4: 2249 MHz
Memory:    Array-1 capacity: 8 GB devices: 1 EC: None
           Device-1: DIMM0 size: 4 GB (Single-bank) speed: 1333 MHz type: DDR3 (Synchronous)
           bus width: 64 bits manufacturer: Kingston part: ACR16D3LS1KFG/4G serial: 19091395
           Device-2: N/A size: N/A speed: N/A type: N/A bus width: N/A manufacturer: N/A part: N/A serial: N/A
           Device-3: N/A size: N/A speed: N/A type: N/A bus width: N/A manufacturer: N/A part: N/A serial: N/A
           Device-4: N/A size: N/A speed: N/A type: N/A bus width: N/A manufacturer: N/A part: N/A serial: N/A
Graphics:  Card: Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display
           bus-ID: 00:02.0 chip-ID: 8086:0f31
           Display Server: X.org 1.18.0 drivers: intel (unloaded: fbdev,vesa)
           tty size: 112x36 Advanced Data: N/A for root
Audio:     Card Intel Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0 chip-ID: 8086:0f04
           Sound: Advanced Linux Sound Architecture v: k4.3.3-2-ARCH
Network:   Card-1: Realtek RTL8723BE PCIe Wireless Network Adapter
           driver: rtl8723be port: 2000 bus-ID: 02:00.0 chip-ID: 10ec:b723
           IF: wlp2s0 state: up mac: bc:30:7d:33:fe:25
           Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: 1000 bus-ID: 03:00.0 chip-ID: 10ec:8168
           IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: c4:54:44:cd:87:17
           WAN IP: 81.243.138.169 IF: enp3s0 ip: 192.168.1.7 ip-v6: N/A
           IF: wlp2s0 ip: 192.168.1.5 ip-v6: N/A
Drives:    HDD Total Size: 500.1GB (12.0% used)
           ID-1: /dev/sda model: ST500LT012 size: 500.1GB serial: W3P8DGGS temp: 28C
           Optical: /dev/sr0 model: HL-DT-ST DVDRAM GUC0N rev: 1.00 dev-links: cdrom
           Features: speed: 24x multisession: yes
           audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram state: running
Partition: ID-1: / size: 203G used: 19G (10%) fs: ext4 dev: /dev/sda6
           label: N/A uuid: b76e7ca6-4390-4df4-9061-063fb616d8f6
           ID-2: /mnt/windows size: 240G used: 34G (14%) fs: fuseblk dev: /dev/sda4
           label: Packard Bell uuid: C8DCFF0BDCFEF294
           ID-3: swap-1 size: 4.19GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
           label: N/A uuid: 5ce1ff48-9e63-488a-a446-e81f45712a2d
RAID:      No RAID data: /proc/mdstat missing-is md_mod kernel module loaded?
Unmounted: ID-1: /dev/sda1 size: 0.63G fs: NTFS label: Recovery uuid: 5CB0F709B0F6E882
           ID-2: /dev/sda2 size: 0.31G fs: FAT (32 bit) label: ESP uuid: 96F9-A706
           ID-3: /dev/sda3 size: 0.13G label: N/A uuid: N/A
           ID-4: /dev/sda7 size: 16.12G fs: NTFS label: Push Button Reset uuid: 86A40273A40265D1
Sensors:   System Temperatures: cpu: 36.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 138 Uptime: 5 min Memory: 642.4/3838.8MB
           Init: systemd v: 228 default: graphical.target Gcc sys: 5.3.0
           Client: Shell (bash 4.3.421 running in sudo) inxi: 2.2.32

The CPU is an Intel Celeron N2940. But I see strange lines like:

Graphics:  Card: Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display

And similarly for audio. What is this "Atom Processor"? The CPU is not an atom.

Last edited by olive (2016-01-28 14:48:28)

Offline

#2 2016-01-28 15:26:40

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: Output of inxi is strange, spurious "Atom processor"

Now that's a first world problem tongue

These names are probably pulled from the hwids database based on your hardware's numeric PCI IDs. See lspci -n and /usr/share/hwdata/pci.ids.

I suppose it should be possible to submit corrections to whoever maintains this.

And if forgot the most important part. Probably some Atoms had the same integrated GPU as your chip and that's why you are seeing "Atom". So it's not like the output is completely wrong, it just isn't completely correct smile

Last edited by mich41 (2016-01-28 15:35:42)

Offline

Board footer

Powered by FluxBB