Hello OpenWrt Forum goers,
I am attempting to install Openwrt, generic-ext4-combined-efi.img.gz, to an old Dell Optiplex 9020 I have. Contained within said Optiplex is the following...
- Intel Core i5-4750 CPU @ 3.2 GHz x4
- Mesa Intel HD Graphics 4600 (HSW GT2)
- Samsung SSD 120 GB
- 32 GB of DDR3@1600 CL 11
Using a Live USB of POP!_OS I had, and running the...
sudo lspci -vvv | grep driver
Command as is recommended in the guide here...
https://openwrt.org/docs/guide-user/installation/openwrt_x86
One strategy to identify needed modules is to boot into a live Linux distro (for example Arch Linux) and inspect the output of
lsmod
orlspci -vvv | grep driver
and then search for corresponding OpenWrt kmod packages.
I get the following output...
Kernel driver in use: hsw_uncore
Kernel driver in use: i915
Kernel driver in use: snd_hda_intel
Kernel driver in use: xhci_hcd
Kernel driver in use: mei_me
Kernel driver in use: serial
Kernel driver in use: e1000e
Kernel driver in use: ehci-pci
Kernel driver in use: snd_hda_intel
Kernel driver in use: pcieport
Kernel driver in use: pcieport
Kernel driver in use: pcieport
Kernel driver in use: ehci-pci
Kernel driver in use: lpc_ich
Kernel driver in use: ahci
Kernel driver in use: i801_smbus
Kernel driver in use: igb
Kernel driver in use: igb
I also have my lsmod info but I feel that will be to long for this forum in a single post so I will leave it be until someone asks.
My goal is to install openwrt to the internal SSD but I don't want to have to take it out and even then, the guide still says I need additional kmod packages, which I would have no idea how to get or install once the openwrt img has been installed to the SSD.
I need guidance to help achieve my intended goal. Any advice, comments, recommendations, etc, would be greatly appreciated.
Thank you in advance!