linfo icon indicating copy to clipboard operation
linfo copied to clipboard

No Drives on Raspberry / Kernel 4.19

Open mschlenstedt opened this issue 5 years ago • 6 comments

With Kernel 4.19 no drives are shown on Raspberry/Raspbian (Debian Buster):

image

mschlenstedt avatar Oct 15 '19 03:10 mschlenstedt

Hey, if you run ls /sys/block/*/device/model ? do any files appear?

Linfo works by parsing through /sys/block, and I wonder if on that rpi there are unexpected/missing things in that folder

jrgp avatar Oct 16 '19 05:10 jrgp

I have different Raspis here. One shows the files:

image

Another one is missing the "model" file and does not have sda, sdb but names like mmcblk0:

image

mschlenstedt avatar Oct 16 '19 16:10 mschlenstedt

The one with the model file also shows the SDCard in Linfo:

image

mschlenstedt avatar Oct 16 '19 16:10 mschlenstedt

Thanks for the info. What custom Linfo theme is that? It doesn't look like any of the ones we have.

jrgp avatar Oct 18 '19 07:10 jrgp

Theme_frogg added with mobile compatibility pr Can be seen on info.home.frogg.fr

FroggDev avatar Oct 18 '19 08:10 FroggDev

We use Linfo in our LoxBerry Project: https://github.com/mschlenstedt/Loxberry

Our WebGui is "green", so we took the standard theme and only edited the colors.

mschlenstedt avatar Oct 18 '19 12:10 mschlenstedt