[1] MLD-5.x / Systems / x86 Systeme (PC) / Install issue
 

Offline dvb91

  • Newbie
  • *
  • Posts: 10
    • View Profile
Install issue
« on: January 27, 2020, 22:01:28 »
Hello,

I am a new user, coming from vdrportal.de.
I can't install minidvblinux because ssd (*) isn't recognized :


I am using an H270 intel chipset (MB Prime H270-PRO from ASUS). 
Do you think it's a missing driver ? Any hint please ?

Thank you.

(*)
ssd with PCI-E adapter.
(No problem with classic linux distributions).

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20163
    • View Profile
    • ClausMuus.de
Install issue
« Reply #1 on: January 27, 2020, 23:22:30 »
Is the /dev/sda your SSD, or is it an other device that's not listed?
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline dvb91

  • Newbie
  • *
  • Posts: 10
    • View Profile
Install issue
« Reply #2 on: January 27, 2020, 23:56:14 »
sda is the usb key
ssd is not listed.

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20163
    • View Profile
    • ClausMuus.de
Install issue
« Reply #3 on: January 28, 2020, 00:09:24 »
In that case, I think there is a needed driver missing.
If you can find out the name of the missing driver, we can try to add it.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline dvb91

  • Newbie
  • *
  • Posts: 10
    • View Profile
Install issue
« Reply #4 on: January 28, 2020, 22:22:56 »
In that case, I think there is a needed driver missing.
If you can find out the name of the missing driver, we can try to add it.

Curiously, minidvblinux's lsmod contents one module :
lsmod
e1000e

[EDIT]
Here is lsmod under Ubuntu 18

Code: [Select]
lsmod | grep intel
intel_rapl_msr         20480  0
intel_rapl_common      24576  1 intel_rapl_msr
intel_powerclamp       20480  0
ghash_clmulni_intel    16384  0
aesni_intel           372736  0
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
cryptd                 24576  2 crypto_simd,ghash_clmulni_intel
glue_helper            16384  1 aesni_intel
intel_cstate           20480  0
intel_rapl_perf        20480  0
snd_hda_intel          49152  3
snd_hda_codec         131072  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core           90112  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_pcm               102400  5 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,cx23885,snd_hda_core
snd                    86016  18 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,cx23885,snd_pcm,snd_rawmidi

I think drivers are here but I am not sure :
Code: [Select]
lsmod | grep ahci
ahci                   40960  0
libahci                32768  1 ahci

I hope it helps.
« Last Edit: January 28, 2020, 22:26:46 by dvb91 »

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20163
    • View Profile
    • ClausMuus.de
Install issue
« Reply #5 on: January 28, 2020, 22:43:57 »
e10000e is a network driver
ahci and libahci is included in the kernel
The needed driver must not be visible by lsmod. It can be included in the ubuntu kernel.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline dvb91

  • Newbie
  • *
  • Posts: 10
    • View Profile
Install issue
« Reply #6 on: January 28, 2020, 23:05:00 »
e10000e is a network driver
ahci and libahci is included in the kernel
The needed driver must not be visible by lsmod. It can be included in the ubuntu kernel.
I knew for e1000, but I I didn't knew that lsmod doesn't display embedded driver. Thanks for pointing this.

I made more checks and I found a BIOS setting I've modified : Intel Optane => AHCI
After reboot, I can see the hdd, but same problem (Packages source not found)


I tried :
Code: [Select]
mount /dev/sda1 /mnt/bootfs
exit

Installation seems to continu, but stops here after a moment :


Any hints ?
Thank you.

Offline rfehr

  • MLD-Developer
  • Expert Member
  • ******
  • Posts: 1463
    • View Profile
Install issue
« Reply #7 on: January 28, 2020, 23:09:34 »
why do you monut

mount /dev/sda1 /mnt/bootfs

is sda not your ssd harddisk ?
1x OctopusNet 4x DVB-C
1x Zotac ITX-A Atom 330
1x RPI2 als Client
1x BananaPi
1x Wetekplay
1x MCC 100
2x RPI3
2x RPi4
1x https://www.zotac.com/at/product/mini_pcs/pi335

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20163
    • View Profile
    • ClausMuus.de
Install issue
« Reply #8 on: January 28, 2020, 23:18:48 »
sdb is the mld installer device.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline dvb91

  • Newbie
  • *
  • Posts: 10
    • View Profile
Install issue
« Reply #9 on: January 29, 2020, 07:41:00 »
sda is the ssd/hdd disk
sdb is the mld installer device (usb stick).

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20163
    • View Profile
    • ClausMuus.de
Install issue
« Reply #10 on: January 29, 2020, 09:58:41 »
If you have the boot issue, you must mount the /dev/sdb1 to /mnt/bootfs
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline dvb91

  • Newbie
  • *
  • Posts: 10
    • View Profile
Install issue
« Reply #11 on: January 29, 2020, 21:24:40 »
If you have the boot issue, you must mount the /dev/sdb1 to /mnt/bootfs
It works !
Thanks a lot for your support.

[1] MLD-5.x / Systems / x86 Systeme (PC) / Install issue
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.