pocopico / tinycore-redpill

GNU General Public License v3.0
2.16k stars 633 forks source link

[Network Driver] i225-V Missing? #249

Open mdstoll opened 1 year ago

mdstoll commented 1 year ago

Hi all!

Trying to get the tinycore-redpill [v0.9.4.3] to work on my new Intel NUC12WSHi3. The network adapter for this device is Intel® Ethernet Controller i225-V.

When booting tinycore from the USB, running ifconfig, only shows LOCAL and no (other) ethernet connection (however connected). I assume this has to do with a network driver missing?

I've been forwarded to https://www.intel.com/content/www/us/en/products/sku/184676/intel-ethernet-controller-i225v/downloads.html to get the driver. I'm however stuck here and have no clue what to do.

(1) Can this driver be implemented or anything? (2) I've tried to look it up, but without success. Can someone point me to adding an ethernet driver manually?

Thanks a lot for replies / help!

minimoonleaf commented 1 year ago

My device: CPU:Intel 12500 MB: Gigabyte Z690M AORUS ELITE DDR4 DIMM:ADATA 8G ECC-DIMM 4 HDD: Seagate 2.5 inch 500GB 3 (ST9500420AS)

have the same problem.

damienmillet commented 1 year ago

igc already is

if isn't auto downloaded you can manually add it with : ./rploader ext ...

then ./rploader build xxx manual

@pocopico i think u can close it