Re: [CentOS] Compatible SATA controller needed

2022-03-27 Thread Joshua Kramer
PCIe SATA controllers (and perhaps even PCI SATA controllers) are a dime a
dozen on Amazon.  I've purchased a few and they just worked with Linux.

On Sun, Mar 27, 2022 at 4:34 PM Pete Geenhuizen 
wrote:

> I've gone through the BIOS and tried all the combinations that were
> available but still no joy.  I used ELRepo's method of determining the
> card type, and the result was none yielded a positive result.
>
> After trying all combinations  my only course of action is to fins a
> card that is compatible and ignore the controllers that I currently have.
>
> Thanks
>
> On 3/27/22 16:08, Robert Heller wrote:
> > At Sun, 27 Mar 2022 12:23:21 -0700 CentOS mailing list
> wrote:
> >
> >> On Sun, Mar 27, 2022 at 11:55 AM Pete Geenhuizen
> >> wrote:
> >>
> >>> I'm trying to install Centos 8 on an older PC but it fails because the
> >>> SATA controller isn't supported.
> >>> Anyone have a source for a PCI/ePCI controller card that is compatible
> >>> with Centos 8?
> >>> Thanks
> >>> Pete
> >>>
> >> Your controller might be supported by one of the ELRepo's kmod packages.
> >> This can be checked if you provide the device ID pairing [:] as
> >> reported by 'lspci -nn'.
> > Also: what BIOS mode is the SATA controller operating in? The SATA
> firmware in
> > some PCs implement various "weird" modes, including "RAID" (no, not
> really
> > hardware RAID, just some kind of half BIOS half MS-Windows driver
> software
> > RAID hack), Make sure the SATA controller is in AHCI mode and not in some
> > other mode. If it is in AHCI mode, it might just work out-of-the-box.
> >
> >> Akemi
> >> ___
> >> CentOS mailing list
> >> CentOS@centos.org
> >> https://lists.centos.org/mailman/listinfo/centos
> >>
> >>
> >>
>
> --
> Unencumbered by the thought process.
>   -- Click and Clack the Tappet brothers
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Compatible SATA controller needed

2022-03-27 Thread Pete Geenhuizen
I've gone through the BIOS and tried all the combinations that were 
available but still no joy.  I used ELRepo's method of determining the 
card type, and the result was none yielded a positive result.


After trying all combinations  my only course of action is to fins a 
card that is compatible and ignore the controllers that I currently have.


Thanks

On 3/27/22 16:08, Robert Heller wrote:

At Sun, 27 Mar 2022 12:23:21 -0700 CentOS mailing list  
wrote:


On Sun, Mar 27, 2022 at 11:55 AM Pete Geenhuizen
wrote:


I'm trying to install Centos 8 on an older PC but it fails because the
SATA controller isn't supported.
Anyone have a source for a PCI/ePCI controller card that is compatible
with Centos 8?
Thanks
Pete


Your controller might be supported by one of the ELRepo's kmod packages.
This can be checked if you provide the device ID pairing [:] as
reported by 'lspci -nn'.

Also: what BIOS mode is the SATA controller operating in? The SATA firmware in
some PCs implement various "weird" modes, including "RAID" (no, not really
hardware RAID, just some kind of half BIOS half MS-Windows driver software
RAID hack), Make sure the SATA controller is in AHCI mode and not in some
other mode. If it is in AHCI mode, it might just work out-of-the-box.


Akemi
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos





--
Unencumbered by the thought process.
 -- Click and Clack the Tappet brothers
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Compatible SATA controller needed

2022-03-27 Thread Pete Geenhuizen
I've already checked ELRepo for a possible driver and have tried some 
that looked promising but no success.

Thanks

On 3/27/22 15:23, Akemi Yagi wrote:

On Sun, Mar 27, 2022 at 11:55 AM Pete Geenhuizen
wrote:


I'm trying to install Centos 8 on an older PC but it fails because the
SATA controller isn't supported.
Anyone have a source for a PCI/ePCI controller card that is compatible
with Centos 8?
Thanks
Pete


Your controller might be supported by one of the ELRepo's kmod packages.
This can be checked if you provide the device ID pairing [:] as
reported by 'lspci -nn'.

Akemi
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos



--
Unencumbered by the thought process.
 -- Click and Clack the Tappet brothers
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Compatible SATA controller needed

2022-03-27 Thread Robert Heller
At Sun, 27 Mar 2022 12:23:21 -0700 CentOS mailing list  
wrote:

> 
> On Sun, Mar 27, 2022 at 11:55 AM Pete Geenhuizen 
> wrote:
> 
> > I'm trying to install Centos 8 on an older PC but it fails because the
> > SATA controller isn't supported.
> > Anyone have a source for a PCI/ePCI controller card that is compatible
> > with Centos 8?
> > Thanks
> > Pete
> >
> 
> Your controller might be supported by one of the ELRepo's kmod packages.
> This can be checked if you provide the device ID pairing [:] as
> reported by 'lspci -nn'.

Also: what BIOS mode is the SATA controller operating in? The SATA firmware in
some PCs implement various "weird" modes, including "RAID" (no, not really
hardware RAID, just some kind of half BIOS half MS-Windows driver software
RAID hack), Make sure the SATA controller is in AHCI mode and not in some
other mode. If it is in AHCI mode, it might just work out-of-the-box.

> 
> Akemi
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 
>
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Compatible SATA controller needed

2022-03-27 Thread Akemi Yagi
On Sun, Mar 27, 2022 at 11:55 AM Pete Geenhuizen 
wrote:

> I'm trying to install Centos 8 on an older PC but it fails because the
> SATA controller isn't supported.
> Anyone have a source for a PCI/ePCI controller card that is compatible
> with Centos 8?
> Thanks
> Pete
>

Your controller might be supported by one of the ELRepo's kmod packages.
This can be checked if you provide the device ID pairing [:] as
reported by 'lspci -nn'.

Akemi
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Compatible SATA controller needed

2022-03-27 Thread Pete Geenhuizen
I'm trying to install Centos 8 on an older PC but it fails because the 
SATA controller isn't supported.
Anyone have a source for a PCI/ePCI controller card that is compatible 
with Centos 8?

Thanks
Pete

--
Unencumbered by the thought process.
 -- Click and Clack the Tappet brothers
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos