So I was trying to help a fello Linux user out, and I myself got the following output on my machine:
sudo lshw | grep --color -i 'unclaimed'
*-memory:0 UNCLAIMED
*-bank UNCLAIMED
*-memory:2 UNCLAIMED
*-memory:3 UNCLAIMED
*-serial UNCLAIMED
*-power UNCLAIMED
There are several hardware components with no drivers. The relative extra information in this regard is the following:
*-memory:0 UNCLAIMED
physical id: 1
*-bank UNCLAIMED
description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns)
vendor: Fujitsu
physical id: 0
serial: F7630000
slot: ChannelA-DIMM0
size: 8GiB
width: 64 bits
clock: 1600MHz (0.6ns)
*-memory:2 UNCLAIMED
physical id: 2
*-memory:3 UNCLAIMED
physical id: 3
*-power UNCLAIMED
description: To Be Filled By O.E.M.
product: To Be Filled By O.E.M.
vendor: To Be Filled By O.E.M.
physical id: 1
version: To Be Filled By O.E.M.
serial: To Be Filled By O.E.M.
capacity: 32768mWh
*-serial UNCLAIMED
description: SMBus
product: 8 Series/C220 Series Chipset Family SMBus Controller
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
version: 05
width: 64 bits
clock: 33MHz
configuration: latency=0
resources: memory:f7d15000-f7d150ff ioport:f040(size=32)
Is this normal? Should I be worried?