View previous topic :: View next topic |
Author |
Message |
jesse_m n00b

Joined: 14 Mar 2018 Posts: 31 Location: Grand Rapids, MI
|
Posted: Sun Mar 29, 2020 7:40 pm Post subject: Downgrade Kernel [Solved] |
|
|
I am trying to downgrade my kernel.
I currently have 5.5.1 installed and am having trouble with some usb devices like USBTiny based ones. At one time they worked, now when they're plugged in the don't register under /dev.
When I do:
Code: |
sudo emerge -av =sys-kernel/gentoo-sources-4.19.97
|
I get that it is not found:
Code: |
sys-kernel/gentoo-sources-4.19.97 not found
|
Is there a way I can get old gentoo sources? If so is there anything else I need to recompile?
Thanks
Last edited by jesse_m on Mon Mar 30, 2020 11:55 am; edited 1 time in total |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31538 Location: here
|
Posted: Sun Mar 29, 2020 8:00 pm Post subject: |
|
|
You use zsh? If yes use sudo emerge -av '=sys-kernel/gentoo-sources-4.19.97' command _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
jesse_m n00b

Joined: 14 Mar 2018 Posts: 31 Location: Grand Rapids, MI
|
Posted: Sun Mar 29, 2020 9:09 pm Post subject: |
|
|
fedeliallalinea wrote: | You use zsh? If yes use sudo emerge -av '=sys-kernel/gentoo-sources-4.19.97' command |
Thanks, that was it. I am using zsh. Is there anything else I should rebuild that is dependent on kernel versions?
Thanks |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55015 Location: 56N 3W
|
Posted: Sun Mar 29, 2020 9:13 pm Post subject: |
|
|
jesse_m,
Everything that provides out of kernel kernel modules.
Code: | emerge @module-rebuild |
_________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
jesse_m n00b

Joined: 14 Mar 2018 Posts: 31 Location: Grand Rapids, MI
|
Posted: Mon Mar 30, 2020 11:54 am Post subject: |
|
|
NeddySeagoon wrote: | jesse_m,
Everything that provides out of kernel kernel modules.
Code: | emerge @module-rebuild |
|
Thanks, added to my kernel notes! |
|
Back to top |
|
 |
|