Page 1 of 1

10.0.43.....issues

Posted: Fri Oct 14, 2022 2:58 am
by wdt

So, 10.0.43 boots OK from usb,,, refind, 1 iso per partition (efi)
But when installed on scsi drive, loads kernel and initrd OK (limine loader)
but can't find any sfs a few seconds later, so drops to recovery shell
blkid does not list scsi drive
pmedia=scsihd makes no difference
all of the 9.2 series on that drive give no problem,
somehow the kernel finds and loads mptsas module (shows in dmesg)
but not in 10.0.43
suggestions?
and so far, my bluetooth mouse is still not found, but doesn't lock bluetooth,
so at least that is better


Re: 10.0.43.....issues

Posted: Fri Oct 14, 2022 5:43 am
by dimkr

Please attach the output of these commands on 9.2.x:

dmesg
lspci
cat /proc/cpuinfo
fdisk -l


Re: 10.0.43.....issues

Posted: Sat Oct 15, 2022 1:41 am
by wdt

Well, are you sure that you want so much? dmesg is 1635 lines
I don't want to pollute the forum
Maybe something like,,, dmesg |grep mpt and dmesg | grep scsi ??
and dmesg |grep blue


Re: 10.0.43.....issues

Posted: Sat Oct 15, 2022 2:17 am
by rockedge

@wdt write the output to a file then make it a tarball or put a fake .gz extenstion on the file name and attach that file to a post.


Re: 10.0.43.....issues

Posted: Sat Oct 15, 2022 3:59 am
by wdt

OK, gz appended,, 13.gz

13.gz
(116.31 KiB) Downloaded 65 times

Re: 10.0.43.....issues

Posted: Sat Oct 15, 2022 6:07 am
by dimkr

03:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03)

Did this controller ever work with any Puppy version other than Vanilla Dpup 9.2.x? CONFIG_SCSI_MPT3SAS=m rather than CONFIG_SCSI_MPT3SAS=y in every "official" Puppy kernel I've looked at.


Re: 10.0.43.....issues

Posted: Sat Oct 15, 2022 6:52 pm
by wdt

Yes, I see that in 9.2.x mptsas is builtin, so now it all makes perfect sense


Re: 10.0.43.....issues

Posted: Sun Oct 16, 2022 5:19 am
by dimkr

Is this controller common in desktop computers? I don't know. I can change to CONFIG_SCSI_MPT3SAS=y, but this makes me wonder what other SCSI drivers need to become =y.


Re: 10.0.43.....issues

Posted: Sun Oct 16, 2022 3:19 pm
by wdt

LSI is fairly common, my guess is LSI, adaptec, others (dell/hp/buslogic) in that order
LSI costs less than adaptec, the others often come as part of a server package(rather than add-in cards)
Curious, why is MPT3SAS=y in 9.2.x (rather than =m)?


Re: 10.0.43.....issues

Posted: Sun Oct 16, 2022 4:57 pm
by dimkr
wdt wrote: Sun Oct 16, 2022 3:19 pm

Curious, why is MPT3SAS=y in 9.2.x (rather than =m)?

It was a mistake :)