ASRock BeeBox N3000 - Debian

Hardware info on main page.

History / work log

2015-09-12: sdb1 - I booted Debian 8.1 from a usb memory stick. dmesg output: normal.

user@debian:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Debian
Description:    Debian GNU/Linux 8.1 (jessie)
Release:    8.1
Codename:    jessie
user@debian:~$ uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 GNU/Linux

pci info

user@debian:~$ lspci
00:00.0 Host bridge: Intel Corporation Device 2280 (rev 21)
00:02.0 VGA compatible controller: Intel Corporation Device 22b1 (rev 21)
00:13.0 SATA controller: Intel Corporation Device 22a3 (rev 21)
00:14.0 USB controller: Intel Corporation Device 22b5 (rev 21)
00:1a.0 Encryption controller: Intel Corporation Device 2298 (rev 21)
00:1b.0 Audio device: Intel Corporation Device 2284 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 22c8 (rev 21)
00:1c.1 PCI bridge: Intel Corporation Device 22ca (rev 21)
00:1f.0 ISA bridge: Intel Corporation Device 229c (rev 21)
00:1f.3 SMBus: Intel Corporation Device 2292 (rev 21)
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821AE 802.11ac PCIe Wireless Network Adapter
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 11)

usb info - first I need to install the usbutils package (contains 'lsusb')

user@debian:~$ sudo apt-get install usbutils
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following NEW packages will be installed:
  usbutils
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 198 kB of archives.
After this operation, 655 kB of additional disk space will be used.
Get:1 http://http.debian.net/debian/ jessie/main usbutils amd64 1:007-2 [198 kB]
Fetched 198 kB in 1s (174 kB/s) 
Selecting previously unselected package usbutils.
(Reading database ... 101864 files and directories currently installed.)
Preparing to unpack .../usbutils_1%3a007-2_amd64.deb ...
Unpacking usbutils (1:007-2) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up usbutils (1:007-2) ...

Then I can get the real usb info

user@debian:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0bda:0821 Realtek Semiconductor Corp.
Bus 001 Device 004: ID 045e:077a Microsoft Corp.
Bus 001 Device 003: ID 046d:c30e Logitech, Inc. UltraX Keyboard (Y-BL49)
Bus 001 Device 002: ID 0781:5406 SanDisk Corp. Cruzer Micro U3
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubdisk layout:

nice.

user@debian:~$ df -h
Filesystem      Size  Used Avail Use% Mounted on
aufs            7.7G   44M  7.7G   1% /
tmpfs           3.1G  9.1M  3.1G   1% /run
/dev/sdb1       941M  941M     0 100% /lib/live/mount/medium
/dev/loop0      821M  821M     0 100% /lib/live/mount/rootfs/filesystem.squashfs
tmpfs           7.7G     0  7.7G   0% /lib/live/mount/overlay
devtmpfs         10M     0   10M   0% /dev
tmpfs           7.7G   68K  7.7G   1% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           7.7G     0  7.7G   0% /sys/fs/cgroup
tmpfs           7.7G   36K  7.7G   1% /tmp
tmpfs           1.6G  8.0K  1.6G   1% /run/user/1000

partition info

user@debian:~$ sudo parted /dev/sdb print
Model: SanDisk Cruzer (scsi)
Disk /dev/sdb: 4016MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End    Size   Type     File system  Flags
 1      32.8kB  987MB  987MB  primary               boot, hidden
and the SSD
user@debian:~$ sudo parted /dev/sda print
Error: /dev/sda: unrecognised disk label
Model: ATA KINGSTON SHFS37A (scsi)                                       
Disk /dev/sda: 240GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:

ok.

CPU info

user@debian:~$ lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                2
On-line CPU(s) list:   0,1
Thread(s) per core:    1
Core(s) per socket:    2
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 76
Model name:            Intel(R) Celeron(R) CPU  N3000  @ 1.04GHz
Stepping:              3
CPU MHz:               499.783
CPU max MHz:           2165.8000
CPU min MHz:           499.8000
BogoMIPS:              2080.01
Virtualization:        VT-x
L1d cache:             24K
L1i cache:             32K
L2 cache:              1024K
NUMA node0 CPU(s):     0,1

ok.

install inxi, to get more info.

user@debian:~$ sudo apt-get install inxi
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  gawk mesa-utils module-init-tools
Suggested packages:
  gawk-doc
The following NEW packages will be installed:
  gawk inxi mesa-utils module-init-tools
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 682 kB of archives.
After this operation, 2,577 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://http.debian.net/debian/ jessie/main gawk amd64 1:4.1.1+dfsg-1 [520 kB]
Get:2 http://http.debian.net/debian/ jessie/main module-init-tools all 18-3 [2,008 B]
Get:3 http://http.debian.net/debian/ jessie/main mesa-utils amd64 8.2.0-1 [30.0 kB]  
Get:4 http://http.debian.net/debian/ jessie/main inxi all 2.1.28-1 [131 kB]
Fetched 682 kB in 1s (443 kB/s)
Selecting previously unselected package gawk.
(Reading database ... 101880 files and directories currently installed.)
Preparing to unpack .../gawk_1%3a4.1.1+dfsg-1_amd64.deb ...
Unpacking gawk (1:4.1.1+dfsg-1) ...
Selecting previously unselected package module-init-tools.
Preparing to unpack .../module-init-tools_18-3_all.deb ...
Unpacking module-init-tools (18-3) ...
Selecting previously unselected package mesa-utils.
Preparing to unpack .../mesa-utils_8.2.0-1_amd64.deb ...
Unpacking mesa-utils (8.2.0-1) ...
Selecting previously unselected package inxi.
Preparing to unpack .../archives/inxi_2.1.28-1_all.deb ...
Unpacking inxi (2.1.28-1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up gawk (1:4.1.1+dfsg-1) ...
Setting up module-init-tools (18-3) ...
Setting up mesa-utils (8.2.0-1) ...
Setting up inxi (2.1.28-1) ...

So, what can inxi tell me?

user@debian:~$ sudo inxi -c0 -F
System:    Host: debian Kernel: 3.16.0-4-amd64 x86_64 (64 bit) Desktop: N/A Distro: Debian GNU/Linux 8
Machine:   Mobo: ASRock model: N3000-NUC serial: 141811350000375
           Bios: American Megatrends v: P1.30 date: 07/16/2015
CPU:       Dual core Intel Celeron N3000 (-MCP-) cache: 1024 KB
           Clock Speeds: 1: 499 MHz 2: 500 MHz
Graphics:  Card: Intel Device 22b1
           Display Server: X.org 1.16.4 drivers: fbdev,vesa,intel tty size: 155x53 Advanced Data: N/A for root
Audio:     Card Intel Device 2284 driver: snd_hda_intel Sound: ALSA v: k3.16.0-4-amd64
Network:   Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
           IF: eth0 state: up speed: 1000 Mbps duplex: full mac: 60:02:92:b5:cd:2c
           Card-2: Realtek RTL8821AE 802.11ac PCIe Wireless Network Adapter
           IF: N/A state: N/A mac: N/A
Drives:    HDD Total Size: NA (-) ID-1: /dev/sda model: KINGSTON_SHFS37A size: 240.1GB
           ID-2: USB /dev/sdb model: Cruzer size: 4.0GB
Sensors:   System Temperatures: cpu: 62.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 127 Uptime: 32 min Memory: 609.3/15754.3MB Client: Shell (sudo) inxi: 2.1.28
add GFX info
user@debian:~$ sudo inxi -c0 -G
Graphics:  Card: Intel Device 22b1
           Display Server: X.org 1.16.4 drivers: fbdev,vesa,intel tty size: 155x53 Advanced Data: N/A for root

ok?