View previous topic :: View next topic |
Author |
Message |
brundage Apprentice
Joined: 02 Dec 2004 Posts: 153
|
Posted: Fri Feb 23, 2024 5:57 pm Post subject: CCISS driver |
|
|
I'm running some old HP hardware with the root device on the cciss raid controller. I've been on kernel 4.4 forever, but it's time to upgrade. The driver is not in 6.x kernel, but the driver is available at sourceforge.
Can I build this driver into the kernel or do I need to set up an initramfs with it? (Or third, easier option?) _________________ Unscrambler of Eggs
he/him |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 2000
|
Posted: Fri Feb 23, 2024 7:08 pm Post subject: |
|
|
Every device that was part of CCISS is now part of the HPSA driver in recent kernels. Use that instead.
Note all references that used to be /dev/cciss/ will become /dev/sd* instead. This is an important part of the upgrade process. |
|
Back to top |
|
|
brundage Apprentice
Joined: 02 Dec 2004 Posts: 153
|
Posted: Fri Feb 23, 2024 8:57 pm Post subject: |
|
|
grknight wrote: | Every device that was part of CCISS is now part of the HPSA driver in recent kernels. Use that instead.
Note all references that used to be /dev/cciss/ will become /dev/sd* instead. This is an important part of the upgrade process. |
Thanks. The device change explains why I can't get HPSA to work. (-: _________________ Unscrambler of Eggs
he/him |
|
Back to top |
|
|
brundage Apprentice
Joined: 02 Dec 2004 Posts: 153
|
Posted: Wed Mar 06, 2024 9:34 pm Post subject: |
|
|
grknight wrote: | Every device that was part of CCISS is now part of the HPSA driver in recent kernels. Use that instead.
Note all references that used to be /dev/cciss/ will become /dev/sd* instead. This is an important part of the upgrade process. |
Up and running on kernel 6.1.67 & updating world. Thanks for the help. _________________ Unscrambler of Eggs
he/him |
|
Back to top |
|
|
myga Tux's lil' helper
Joined: 12 Jun 2023 Posts: 121
|
Posted: Thu Mar 07, 2024 3:17 am Post subject: |
|
|
brundage wrote: | grknight wrote: | Every device that was part of CCISS is now part of the HPSA driver in recent kernels. Use that instead.
Note all references that used to be /dev/cciss/ will become /dev/sd* instead. This is an important part of the upgrade process. |
Up and running on kernel 6.1.67 & updating world. Thanks for the help. |
FYI, kernel 6.1.67 was removed from the sources, you may want to update to 6.1.74. _________________ [Never break the law to save people. Nope, there aint no heroes here. Unless you are 'Satoshi Nakamoto', that's a true anonymous.] |
|
Back to top |
|
|
|