You are not logged in.

#1 2019-07-23 11:11:02

replabrobin
Member
Registered: 2010-05-06
Posts: 230

Solved: Intel NUC6i5SYB SD card doesn't show up

Edit: this turned out to be a bios configuration issue (SD was turned off). Very sorry for unwanted noise mea maxima culpa




up to date archlinux kernel 5.2.2 and all packages at latest. The NUC has a standard SD card slot which I remember has worked more than a year ago. Now when I put a card into it I see no messages and no automatic volumes appear. /dev/mmc* devices are not present. I don't see anything in dmesg regarding sd card or mmc. I guess I need to load a module or something.

$ sudo lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Iris Graphics 540 (rev 0a)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 (rev f1)
00:1e.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 (rev 21)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection I219-V (rev 21)
01:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)
02:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981
$ sudo lsusb
Bus 002 Device 004: ID 2109:0813 VIA Labs, Inc. 
Bus 002 Device 003: ID 2109:0813 VIA Labs, Inc. 
Bus 002 Device 002: ID 2109:0813 VIA Labs, Inc. 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
Bus 001 Device 011: ID 2013:025f PCTV Systems 
Bus 001 Device 009: ID 2013:024f PCTV Systems nanoStick T2 290e
Bus 001 Device 008: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 010: ID 04f2:0402 Chicony Electronics Co., Ltd Genius LuxeMate i200 Keyboard
Bus 001 Device 007: ID 0557:8021 ATEN International Co., Ltd Hub
Bus 001 Device 006: ID 2109:2813 VIA Labs, Inc. 
Bus 001 Device 005: ID 1e4e:0110 Cubeternet 
Bus 001 Device 004: ID 2109:2813 VIA Labs, Inc. 
Bus 001 Device 002: ID 2109:2813 VIA Labs, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

The technical spec document says this is a standard SD card reader capable of reading SDXC cards. It mentions it is not supported in windows 7. I asked on the intel communities list, but have no replies.

Another later NUC8i5 seems to use  a realtek device which works fine.

Last edited by replabrobin (2019-07-23 19:49:13)

Offline

#2 2019-07-23 13:00:06

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,975
Website

Re: Solved: Intel NUC6i5SYB SD card doesn't show up

Does the card work in other devices with the current Linux kernel?
Some cards are just not supported: https://bbs.archlinux.org/viewtopic.php?id=244223


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Online

#3 2019-07-23 13:48:02

replabrobin
Member
Registered: 2010-05-06
Posts: 230

Re: Solved: Intel NUC6i5SYB SD card doesn't show up

schard wrote:

Does the card work in other devices with the current Linux kernel?
Some cards are just not supported: https://bbs.archlinux.org/viewtopic.php?id=244223

I can read the same card when i use a multi-card usb reader; however, there they show up as /dev/sdX and the partitions as /dev/sdX1 etc.

I've tried with several cards all of which are readable in the usb card reader. I would like to see the device info, but don't know where to look. The lack of journalctl events seems a bit ominous.

Last edited by replabrobin (2019-07-23 13:54:17)

Offline

#4 2019-07-23 15:03:07

bogdev
Member
Registered: 2019-07-23
Posts: 1

Re: Solved: Intel NUC6i5SYB SD card doesn't show up

What is the output if you run

# udevadm monitor 

and insert a card into the built-in reader?

Does

$ dmesg | grep mmc 

say anything?

Offline

#5 2019-07-23 19:29:20

replabrobin
Member
Registered: 2010-05-06
Posts: 230

Re: Solved: Intel NUC6i5SYB SD card doesn't show up

$ sudo udevadm monitor
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent


user@host:~
$ dmesg | grep mmc
user@host:~
$ 

so mmc is not in the dmesg output and udevadm shows no events

Offline

Board footer

Powered by FluxBB