Jump to content
XPEnology Community

Redpill - extension driver/modules request


pocopico

Recommended Posts

Small Test

 

Two SSD connected to Adaptec 71605

 

The card is set up as HBA


 

lspci

03:00.0 RAID bus controller: Adaptec Series 7 6G SAS/PCIe 3 (rev 01)

 

Adaptec has been making raid cards for long time

 

On github  there are extensions for accraid and aic94xx

 

What would be the proper extension URL to install Adaptec 71605  I'm not clear......

 

Any help would be appreciated

 

 

 

 

 

Edited by RacerX
Link to comment
Share on other sites

@jumkey

 

I've just compiled the v. 0.46 UEFI of TC and installed onto my HW (see signature)with test HDDs. Everything is going fine so far but ACPI ext is not working as expected. And I'm trying to understand why as I've tested the same extension on other motherboard with positive result. In particular this time the power button is not working and it doesn't initialise the shutdown process. 

This is the command I've used to add the extension: 

 

sudo ./rploader.sh ext apollolake-7.0.1-42218 add https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/rpext-index.json

which I assume it's correct. 


are there any BIOS option that I can try?

 

these are a list of my HW components seen by DSM: 

 

Admin@DS918:~$  lspci -tnnvq
-+-[0001:03]---00.0  Intel Corporation I211 Gigabit Network Connection [8086:1539]
 +-[0001:02]---00.0  Intel Corporation I211 Gigabit Network Connection [8086:1539]
 +-[0001:01]---00.0  Marvell Technology Group Ltd. 88SE9215 PCIe 2.0 x1 4-port SATA 6 Gb/s Controller [1b4b:9215]
 +-[0001:00]-+-12.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SATA AHCI Controller [8086:5ae3]
 |           +-13.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port A #1 [8086:5ad8]
 |           +-14.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port B #1 [8086:5ad6]
 |           +-15.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series USB xHCI [8086:5aa8]
 |           +-16.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #1 [8086:5aac]
 |           +-18.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #1 [8086:5abc]
 |           +-19.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SPI Controller #3 [8086:5ac6]
 |           +-19.2  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SPI Controller #3 [8086:5ac6]
 |           +-1f.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SMBus Controller [8086:5ad4]
 |           \-1f.1  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SMBus Controller [8086:5ad4]
 \-[0000:00]-+-00.0  Intel Corporation 8th Gen Core 4-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S] [8086:3e1f]
             +-02.0  Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] [8086:3e91]
             +-12.0  Intel Corporation Cannon Lake PCH Thermal Controller [8086:a379]
             +-14.0  Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller [8086:a36d]
             +-14.2  Intel Corporation Cannon Lake PCH Shared SRAM [8086:a36f]
             +-16.0  Intel Corporation Cannon Lake PCH HECI Controller [8086:a360]
             +-16.3  Intel Corporation Cannon Lake PCH Active Management Technology - SOL [8086:a363]
             +-17.0  Intel Corporation Cannon Lake PCH SATA AHCI Controller [8086:a352]
             +-1b.0-[01]--
             +-1b.4-[02]----00.0  Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
             +-1c.0-[03]--
             +-1c.5-[04]----00.0  Intel Corporation I210 Gigabit Network Connection [8086:1533]
             +-1c.7-[05]----00.0  Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125]
             +-1d.0-[06]----00.0  Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
             +-1f.0  Intel Corporation Cannon Point-LP LPC Controller [8086:a309]
             +-1f.3  Intel Corporation Cannon Lake PCH cAVS [8086:a348]
             +-1f.4  Intel Corporation Cannon Lake PCH SMBus Controller [8086:a323]
             \-1f.5  Intel Corporation Cannon Lake PCH SPI Controller [8086:a324]

 

As you can notice I've just added a Realtek 2,5GB NIC as other ext. Nothing else.

 

Those are the error shown: 

Admin@DS918:~$ dmesg | grep error
[    1.835222] intel-lpss: probe of 0001:00:16.0 failed with error -22
[    1.835639] intel-lpss: probe of 0001:00:18.0 failed with error -22
[    1.835917] intel-lpss: probe of 0001:00:19.0 failed with error -22
[    1.836194] intel-lpss: probe of 0001:00:19.2 failed with error -22
[    4.402516] ahci: probe of 0001:01:00.0 failed with error -22
[    4.402726] ahci: probe of 0001:00:12.0 failed with error -22
[    4.658599] xhci_hcd: probe of 0001:00:15.0 failed with error -16
[    4.715892] igb: probe of 0001:02:00.0 failed with error -5
[    4.716099] igb: probe of 0001:03:00.0 failed with error -5
[   16.586618] i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_04.bin failed with error -2
Admin@DS918:~$ 

 

not so many as you can see. But if @pocopico would be so kind to suggest any other ext to add to repair those errors I'd recompile and add them. 

 

Thanks in advance! 🙏

Link to comment
Share on other sites

On 3/16/2022 at 4:55 AM, Hackaro said:

@jumkey

 

I've just compiled the v. 0.46 UEFI of TC and installed onto my HW (see signature)with test HDDs. Everything is going fine so far but ACPI ext is not working as expected. And I'm trying to understand why as I've tested the same extension on other motherboard with positive result. In particular this time the power button is not working and it doesn't initialise the shutdown process. 

This is the command I've used to add the extension: 

 


sudo ./rploader.sh ext apollolake-7.0.1-42218 add https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/rpext-index.json

which I assume it's correct. 


are there any BIOS option that I can try?

 

these are a list of my HW components seen by DSM: 

 


Admin@DS918:~$  lspci -tnnvq
-+-[0001:03]---00.0  Intel Corporation I211 Gigabit Network Connection [8086:1539]
 +-[0001:02]---00.0  Intel Corporation I211 Gigabit Network Connection [8086:1539]
 +-[0001:01]---00.0  Marvell Technology Group Ltd. 88SE9215 PCIe 2.0 x1 4-port SATA 6 Gb/s Controller [1b4b:9215]
 +-[0001:00]-+-12.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SATA AHCI Controller [8086:5ae3]
 |           +-13.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port A #1 [8086:5ad8]
 |           +-14.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port B #1 [8086:5ad6]
 |           +-15.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series USB xHCI [8086:5aa8]
 |           +-16.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #1 [8086:5aac]
 |           +-18.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #1 [8086:5abc]
 |           +-19.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SPI Controller #3 [8086:5ac6]
 |           +-19.2  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SPI Controller #3 [8086:5ac6]
 |           +-1f.0  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SMBus Controller [8086:5ad4]
 |           \-1f.1  Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SMBus Controller [8086:5ad4]
 \-[0000:00]-+-00.0  Intel Corporation 8th Gen Core 4-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S] [8086:3e1f]
             +-02.0  Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] [8086:3e91]
             +-12.0  Intel Corporation Cannon Lake PCH Thermal Controller [8086:a379]
             +-14.0  Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller [8086:a36d]
             +-14.2  Intel Corporation Cannon Lake PCH Shared SRAM [8086:a36f]
             +-16.0  Intel Corporation Cannon Lake PCH HECI Controller [8086:a360]
             +-16.3  Intel Corporation Cannon Lake PCH Active Management Technology - SOL [8086:a363]
             +-17.0  Intel Corporation Cannon Lake PCH SATA AHCI Controller [8086:a352]
             +-1b.0-[01]--
             +-1b.4-[02]----00.0  Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
             +-1c.0-[03]--
             +-1c.5-[04]----00.0  Intel Corporation I210 Gigabit Network Connection [8086:1533]
             +-1c.7-[05]----00.0  Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125]
             +-1d.0-[06]----00.0  Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
             +-1f.0  Intel Corporation Cannon Point-LP LPC Controller [8086:a309]
             +-1f.3  Intel Corporation Cannon Lake PCH cAVS [8086:a348]
             +-1f.4  Intel Corporation Cannon Lake PCH SMBus Controller [8086:a323]
             \-1f.5  Intel Corporation Cannon Lake PCH SPI Controller [8086:a324]

 

As you can notice I've just added a Realtek 2,5GB NIC as other ext. Nothing else.

 

Those are the error shown: 


Admin@DS918:~$ dmesg | grep error
[    1.835222] intel-lpss: probe of 0001:00:16.0 failed with error -22
[    1.835639] intel-lpss: probe of 0001:00:18.0 failed with error -22
[    1.835917] intel-lpss: probe of 0001:00:19.0 failed with error -22
[    1.836194] intel-lpss: probe of 0001:00:19.2 failed with error -22
[    4.402516] ahci: probe of 0001:01:00.0 failed with error -22
[    4.402726] ahci: probe of 0001:00:12.0 failed with error -22
[    4.658599] xhci_hcd: probe of 0001:00:15.0 failed with error -16
[    4.715892] igb: probe of 0001:02:00.0 failed with error -5
[    4.716099] igb: probe of 0001:03:00.0 failed with error -5
[   16.586618] i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_04.bin failed with error -2
Admin@DS918:~$ 

 

not so many as you can see. But if @pocopico would be so kind to suggest any other ext to add to repair those errors I'd recompile and add them. 

 

Thanks in advance! 🙏

check systemctl status acpid.service

  • Thanks 1
Link to comment
Share on other sites

59 minutes ago, jumkey said:

check systemctl status acpid.service

systemctl status acpid.service

 acpid.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)

 

and also:

Admin@DS918:~$ dmesg | grep -i "acpi"
[    0.000000] BIOS-e820: [mem 0x000000002faed000-0x000000002faedfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000039205000-0x00000000395adfff] ACPI NVS
[    0.000000] efi:  ACPI 2.0=0x39522000  ACPI=0x39522000  SMBIOS=0x39c4e000  SMBIOS 3.0=0x39c4d000  MPS=0xfcb50  ESRT=0x340a2398 
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x0000000039522000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000395220A8 0000D4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x0000000039562E68 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x0000000039522218 040C49 (v02 ALASKA A M I    01072009 INTL 20160527)
[    0.000000] ACPI: FACS 0x00000000395AD080 000040
[    0.000000] ACPI: APIC 0x0000000039562F80 000084 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x0000000039563008 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x0000000039563050 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000395630F0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x0000000039563130 000204 (v01 ALASKA A M I    00001000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x0000000039563338 0017D5 (v02 ALASKA A M I    00003000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x0000000039564B10 007C36 (v01 ALASKA A M I    00000001 INTL 20160527)
[    0.000000] ACPI: SSDT 0x000000003956C748 0031C7 (v02 ALASKA A M I    00003000 INTL 20160527)
[    0.000000] ACPI: HPET 0x000000003956F910 000038 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000003956F948 000F9E (v02 ALASKA A M I    00001000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x00000000395708E8 002D1B (v02 ALASKA A M I    00000000 INTL 20160527)
[    0.000000] ACPI: UEFI 0x0000000039573608 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: LPIT 0x0000000039573650 00005C (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: SSDT 0x00000000395736B0 0027DE (v02 ALASKA A M I    00001000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x0000000039575E90 000FFE (v02 ALASKA A M I    00000000 INTL 20160527)
[    0.000000] ACPI: DBGP 0x0000000039576E90 000034 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: DBG2 0x0000000039576EC8 000054 (v00 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: DMAR 0x0000000039576F20 0000A8 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: BGRT 0x0000000039576FC8 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: ASF! 0x0000000039577000 0000A0 (v32 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: WSMT 0x00000000395770A0 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.001561] ACPI: Core revision 20150930
[    0.031784] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.127450] PM: Registering ACPI NVS region [mem 0x2faed000-0x2faedfff] (4096 bytes)
[    0.128181] PM: Registering ACPI NVS region [mem 0x39205000-0x395adfff] (3837952 bytes)
[    0.142176] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.142891] ACPI: bus type PCI registered
[    0.150571] ACPI: Added _OSI(Module Device)
[    0.150976] ACPI: Added _OSI(Processor Device)
[    0.151416] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.151866] ACPI: Added _OSI(Processor Aggregator Device)
[    0.172901] ACPI: Executed 42 blocks of module-level executable AML code
[    0.706685] ACPI: Dynamic OEM Table Load:
[    0.707112] ACPI: SSDT 0xFFFF8804A7B7A800 00076B (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.708542] ACPI: Executed 1 blocks of module-level executable AML code
[    0.709259] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.710628] ACPI: Dynamic OEM Table Load:
[    0.711050] ACPI: SSDT 0xFFFF8804A82A1C00 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.712466] ACPI: Executed 1 blocks of module-level executable AML code
[    0.713403] ACPI: Dynamic OEM Table Load:
[    0.713825] ACPI: SSDT 0xFFFF8804A8092000 000EF1 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.715559] ACPI: Executed 1 blocks of module-level executable AML code
[    0.716320] ACPI: Dynamic OEM Table Load:
[    0.716741] ACPI: SSDT 0xFFFF8804A82A2400 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.718182] ACPI: Executed 1 blocks of module-level executable AML code
[    0.719791] ACPI: Interpreter enabled
[    0.720160] ACPI: (supports S0 S4 S5)
[    0.720518] ACPI: Using IOAPIC for interrupt routing
[    0.721014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.730335] ACPI: Power Resource [USBC] (on)
[    0.732714] ACPI: Power Resource [V0PR] (on)
[    0.733248] ACPI: Power Resource [V1PR] (on)
[    0.733774] ACPI: Power Resource [V2PR] (on)
[    0.736088] ACPI: Power Resource [WRST] (on)
[    0.738284] ACPI: Power Resource [FN00] (off)
[    0.738756] ACPI: Power Resource [FN01] (off)
[    0.739223] ACPI: Power Resource [FN02] (off)
[    0.739690] ACPI: Power Resource [FN03] (off)
[    0.740158] ACPI: Power Resource [FN04] (off)
[    0.741020] ACPI: Power Resource [PIN] (off)
[    0.741829] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.742420] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.743285] acpi PNP0A08:00: _OSC: platform does not support [PME]
[    0.743958] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.744586] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.756887] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.769622] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.771647] pci 0000:00:1b.4: System wakeup disabled by ACPI
[    0.773627] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.775644] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.777630] pci 0000:00:1c.7: System wakeup disabled by ACPI
[    0.779620] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.784029] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.790969] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.797495] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.809887] pci 0000:05:00.0: System wakeup disabled by ACPI
[    0.816581] pci 0000:06:00.0: System wakeup disabled by ACPI
[    0.820264] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20150930/pci_link-174)
[    0.821007] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20150930/pci_link-174)
[    0.821747] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20150930/pci_link-174)
[    0.822487] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20150930/pci_link-174)
[    0.823228] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20150930/pci_link-174)
[    0.823967] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20150930/pci_link-174)
[    0.824706] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20150930/pci_link-174)
[    0.825445] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20150930/pci_link-174)
[    0.826503] ACPI: Enabled 5 GPEs in block 00 to 7F
[    0.860829] PCI: Using ACPI for IRQ routing
[    0.956717] pnp: PnP ACPI init
[    0.959400] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.962363] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.963018] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.964699] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.971849] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.978315] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.979842] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.981375] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.982617] pnp: PnP ACPI: found 8 devices
[    0.992638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    4.439885] ACPI: bus type USB registered
[   16.106811] ACPI: acpi_idle registered with cpuidle
[   16.416293] ACPI: Sleep Button [SLPB]
[   16.416750] ACPI: Power Button [PWRB]
[   16.417186] ACPI: Power Button [PWRF]
[   16.678312] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   16.678954] acpi device:0f: registered as cooling_device4

 

@jumkey where is the mistake?

Edited by Hackaro
add info
Link to comment
Share on other sites

On 2/18/2022 at 7:25 PM, pocopico said:

 

Wrong syntax ... clear

 

# rm -rf /opt/home/tc/redpill-load/custom/extensions/pocopico.*

 

and add again with :

 

./rploader.sh ext broadwellnk-7.0.1-42218 add  https://raw.githubusercontent.com/pocopico/rp-ext/master/hpsa/rpext-index.json 

 

@pocopico 
I have a laptop, acer 5742 with i3 intel processor and Broadcom Netlink ethernet chip. I run the DSM 6 with extra2.lzma on it. 
I tried many times to run redpill ds3615xs bromolow-7.0.1-42218 put keep fail. Nothing happens. 

is there any other extension could I try or any way? 
Thank you.

Link to comment
Share on other sites

5 hours ago, xennix said:

 

@pocopico 
I have a laptop, acer 5742 with i3 intel processor and Broadcom Netlink ethernet chip. I run the DSM 6 with extra2.lzma on it. 
I tried many times to run redpill ds3615xs bromolow-7.0.1-42218 put keep fail. Nothing happens. 

is there any other extension could I try or any way? 
Thank you.

What does you lspci -nnq say ; 

  • Like 1
Link to comment
Share on other sites

1 minute ago, pocopico said:

What does you lspci -nnq say ; 

 

my ethernet router dosent give any ip address to nas. It seems offline on the router lan administer page.
I have to say I don't know how use lspci -nnq this command. sorry 😅

Link to comment
Share on other sites

20 minutes ago, pocopico said:

What does you lspci -nnq say ; 

tc@box:~$ lspci -nnq
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02)
00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02)
00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05)
00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05)
00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a5)
00:1f.0 ISA bridge [0601]: Intel Corporation HM55 Chipset LPC Interface Controller [8086:3b09] (rev 05)
00:1f.2 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller [8086:3b28] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05)
00:1f.5 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller [8086:3b2d] (rev 05)
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] [1002:68e0]
01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series] [1002:aa68]
02:00.0 Ethernet controller [0200]: Broadcom Limited NetLink BCM57780 Gigabit Ethernet PCIe [14e4:1692] (rev 01)
03:00.0 Network controller [0280]: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) [168c:002e] (rev 01)
ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 02)
ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 02)
ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 02)
ff:02.1 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 [8086:2d11] (rev 02)
ff:02.2 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d12] (rev 02)
ff:02.3 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d13] (rev 02)
 

Link to comment
Share on other sites

1 hour ago, xennix said:

tc@box:~$ lspci -nnq
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02)
00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02)
00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05)
00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05)
00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a5)
00:1f.0 ISA bridge [0601]: Intel Corporation HM55 Chipset LPC Interface Controller [8086:3b09] (rev 05)
00:1f.2 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller [8086:3b28] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05)
00:1f.5 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller [8086:3b2d] (rev 05)
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] [1002:68e0]
01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series] [1002:aa68]
02:00.0 Ethernet controller [0200]: Broadcom Limited NetLink BCM57780 Gigabit Ethernet PCIe [14e4:1692] (rev 01)
03:00.0 Network controller [0280]: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) [168c:002e] (rev 01)
ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 02)
ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 02)
ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 02)
ff:02.1 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 [8086:2d11] (rev 02)
ff:02.2 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d12] (rev 02)
ff:02.3 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d13] (rev 02)
 


You have 14e4:1692, the tg3 extension should work for you. Does it get identified during lismods execution? 


 

 

  • Like 1
Link to comment
Share on other sites

10 hours ago, pocopico said:


You have 14e4:1692, the tg3 extension should work for you. Does it get identified during lismods execution? 


 

 

 

Hi :)

Thank you for reply. 
I try those extensions 

Extension Name: "tg3" Description : "Adds Broadcom Tigon3 ethernet driver Support" LINK
Extension Name: "atl1c" Description : "Adds Qualcomm Atheros 100/1000M Ethernet Network Driver Support"LINK

Extension Name: "igb" Description : "Adds Intel(R) Gigabit Ethernet Linux Driver Support" LINK

nothings happen. 

 

I got identified after add extension. I will start from scratch and send again.

Link to comment
Share on other sites

@pocopico everything same 

 

Entries in Localdisk bootloader :

=======================================================================

menuentry 'RedPill DS3615xs v7.0.1-42218 (USB, Verbose)' {

menuentry 'RedPill DS3615xs v7.0.1-42218 (SATA, Verbose)' {

menuentry 'Tiny Core Image Build' {

tc@box:~$ lspci -nnq

00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02)

00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02)

00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)

00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05)

00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05)

00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05)

00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05)

00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05)

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a5)

00:1f.0 ISA bridge [0601]: Intel Corporation HM55 Chipset LPC Interface Controller [8086:3b09] (rev 05)

00:1f.2 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller [8086:3b28] (rev 05)

00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05)

00:1f.5 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller [8086:3b2d] (rev 05)

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] [1002:68e0]

01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series] [1002:aa68]

02:00.0 Ethernet controller [0200]: Broadcom Limited NetLink BCM57780 Gigabit Ethernet PCIe [14e4:1692] (rev 01)

03:00.0 Network controller [0280]: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) [168c:002e] (rev 01)

ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 02)

ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 02)

ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 02)

ff:02.1 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 [8086:2d11] (rev 02)

ff:02.2 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d12] (rev 02)

ff:02.3 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d13] (rev 02)

tc@box:~$

Link to comment
Share on other sites

3 minutes ago, xennix said:

@pocopico everything same 

 

Entries in Localdisk bootloader :

=======================================================================

menuentry 'RedPill DS3615xs v7.0.1-42218 (USB, Verbose)' {

menuentry 'RedPill DS3615xs v7.0.1-42218 (SATA, Verbose)' {

menuentry 'Tiny Core Image Build' {

tc@box:~$ lspci -nnq

00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02)

00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02)

00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)

00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05)

00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05)

00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05)

00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05)

00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05)

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a5)

00:1f.0 ISA bridge [0601]: Intel Corporation HM55 Chipset LPC Interface Controller [8086:3b09] (rev 05)

00:1f.2 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller [8086:3b28] (rev 05)

00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05)

00:1f.5 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller [8086:3b2d] (rev 05)

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] [1002:68e0]

01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series] [1002:aa68]

02:00.0 Ethernet controller [0200]: Broadcom Limited NetLink BCM57780 Gigabit Ethernet PCIe [14e4:1692] (rev 01)

03:00.0 Network controller [0280]: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) [168c:002e] (rev 01)

ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 02)

ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 02)

ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 02)

ff:02.1 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 [8086:2d11] (rev 02)

ff:02.2 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d12] (rev 02)

ff:02.3 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d13] (rev 02)

tc@box:~$

 

What is the same ? Can you please explain a bit more ?

  • Like 1
Link to comment
Share on other sites

2 hours ago, pocopico said:

 

What is the same ? Can you please explain a bit more ?

 

i will write every command I wrote. I hope it helps you understand. Thank you.

 

sudo ./rploader.sh update now

sudo ./rploader.sh serialgen DS3615xs now

sudo ./rploader.sh satamap now
sudo ./rploader.sh identifyusb now

sudo ./rploader.sh

tc@box:~$ lspci -nnq

 

00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02)

00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02)

00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)

00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05)

00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05)

00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05)

00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05)

00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05)

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a5)

00:1f.0 ISA bridge [0601]: Intel Corporation HM55 Chipset LPC Interface Controller [8086:3b09] (rev 05)

00:1f.2 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller [8086:3b28] (rev 05)

00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05)

00:1f.5 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller [8086:3b2d] (rev 05)

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] [1002:68e0]

01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series] [1002:aa68]

02:00.0 Ethernet controller [0200]: Broadcom Limited NetLink BCM57780 Gigabit Ethernet PCIe [14e4:1692] (rev 01)

03:00.0 Network controller [0280]: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) [168c:002e] (rev 01)

ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 02)

ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 02)

ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 02)

ff:02.1 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 [8086:2d11] (rev 02)

ff:02.2 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d12] (rev 02)

ff:02.3 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d13] (rev 02)

tc@box:~$

 

sudo ./rploader.sh ext bromolow-7.0.1-42218 add https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json

sudo ./rploader.sh build bromolow-7.0.1-42218

 

Entries in Localdisk bootloader :

=======================================================================

menuentry 'RedPill DS3615xs v7.0.1-42218 (USB, Verbose)' {

menuentry 'RedPill DS3615xs v7.0.1-42218 (SATA, Verbose)' {

menuentry 'Tiny Core Image Build' {

 

tc@box:~$ lspci -nnq

 

00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02)

00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02)

00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)

00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05)

00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05)

00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05)

00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05)

00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05)

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a5)

00:1f.0 ISA bridge [0601]: Intel Corporation HM55 Chipset LPC Interface Controller [8086:3b09] (rev 05)

00:1f.2 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller [8086:3b28] (rev 05)

00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05)

00:1f.5 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller [8086:3b2d] (rev 05)

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] [1002:68e0]

01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series] [1002:aa68]

02:00.0 Ethernet controller [0200]: Broadcom Limited NetLink BCM57780 Gigabit Ethernet PCIe [14e4:1692] (rev 01)

03:00.0 Network controller [0280]: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) [168c:002e] (rev 01)

ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 02)

ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 02)

ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 02)

ff:02.1 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 [8086:2d11] (rev 02)

ff:02.2 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d12] (rev 02)

ff:02.3 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d13] (rev 02)

tc@box:~$

 

.

than reboot the system

.

.

booting the kernel says but can't find the nas.😥

 

Edited by xennix
Link to comment
Share on other sites

3 hours ago, xennix said:

 

i will write every command I wrote. I hope it helps you understand. Thank you.

 

sudo ./rploader.sh update now

sudo ./rploader.sh serialgen DS3615xs now

sudo ./rploader.sh satamap now
sudo ./rploader.sh identifyusb now

sudo ./rploader.sh

tc@box:~$ lspci -nnq

 

00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02)

00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02)

00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)

00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05)

00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05)

00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05)

00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05)

00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05)

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a5)

00:1f.0 ISA bridge [0601]: Intel Corporation HM55 Chipset LPC Interface Controller [8086:3b09] (rev 05)

00:1f.2 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller [8086:3b28] (rev 05)

00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05)

00:1f.5 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller [8086:3b2d] (rev 05)

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] [1002:68e0]

01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series] [1002:aa68]

02:00.0 Ethernet controller [0200]: Broadcom Limited NetLink BCM57780 Gigabit Ethernet PCIe [14e4:1692] (rev 01)

03:00.0 Network controller [0280]: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) [168c:002e] (rev 01)

ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 02)

ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 02)

ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 02)

ff:02.1 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 [8086:2d11] (rev 02)

ff:02.2 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d12] (rev 02)

ff:02.3 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d13] (rev 02)

tc@box:~$

 

sudo ./rploader.sh ext bromolow-7.0.1-42218 add https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json

sudo ./rploader.sh build bromolow-7.0.1-42218

 

Entries in Localdisk bootloader :

=======================================================================

menuentry 'RedPill DS3615xs v7.0.1-42218 (USB, Verbose)' {

menuentry 'RedPill DS3615xs v7.0.1-42218 (SATA, Verbose)' {

menuentry 'Tiny Core Image Build' {

 

tc@box:~$ lspci -nnq

 

00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02)

00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02)

00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)

00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05)

00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05)

00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05)

00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05)

00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05)

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a5)

00:1f.0 ISA bridge [0601]: Intel Corporation HM55 Chipset LPC Interface Controller [8086:3b09] (rev 05)

00:1f.2 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller [8086:3b28] (rev 05)

00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05)

00:1f.5 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller [8086:3b2d] (rev 05)

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] [1002:68e0]

01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series] [1002:aa68]

02:00.0 Ethernet controller [0200]: Broadcom Limited NetLink BCM57780 Gigabit Ethernet PCIe [14e4:1692] (rev 01)

03:00.0 Network controller [0280]: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) [168c:002e] (rev 01)

ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 02)

ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 02)

ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 02)

ff:02.1 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 [8086:2d11] (rev 02)

ff:02.2 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d12] (rev 02)

ff:02.3 Host bridge [0600]: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d13] (rev 02)

tc@box:~$

 

.

than reboot the system

.

.

booting the kernel says but can't find the nas.😥

 

 

I've tested the tg3.ko numerous times, i really dont know that the issue is. We need to create a diagnostic extension to get some info about what happens during boot. 

 

 

 

  • Like 1
Link to comment
Share on other sites

9 minutes ago, pocopico said:

 

I've tested the tg3.ko numerous times, i really dont know that the issue is. We need to create a diagnostic extension to get some info about what happens during boot. 

 

 

 

 

thank you for your effort ☺️

is there anything can I do?

Edited by xennix
Link to comment
Share on other sites

@jumkey

@pocopico

 

I've recompiled and I have:

 

systemctl status acpid.service: 

 acpid.service - ACPI Daemon
Loaded: loaded (/usr/lib/systemd/system/acpid.service; enabled; vendor preset
disabled)
Active: active (running) since Wed 2022-03-23 17:06:52 CET; 54s ago
Process: 7142 ExecStart=/us/sbin/acpid (code=exited, status=0/SUCCESS)
Main PID: 7148 (acpid)
Group: /system.slice/acpid.service
L7148 /usr/sbin/acpid

 

thanks!!!!

Edited by Hackaro
  • Like 1
Link to comment
Share on other sites

On 3/23/2022 at 9:28 PM, alienman said:

Hi,

 

Anyone interested on create new module "open-vm-tools"? The idea is to generate something similar to the ACPI module, but including the "open-vm-tools" package.

Perhaps a good starting point to compile the package "open-vm-tools" and insert it in the redpill as a module could be the Alpine package: https://git.alpinelinux.org/aports/tree/community/open-vm-tools

Using the APKBUILD makefile it could be easy to compile it and build a a package with a lightweight version (without X11 and some other not useful submodules).

Anyone interested on it?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...