A few days ago, I downloaded the latest versions of TC,
and tried to boot them on my computer as usual.
However, my systems got stuck.
I already know the most likely reason for that:
The current TC has kernel 5.4.6 and I have several
computers with an onboard Realtek GBE RTL8111/8168/8411
ethernet adapter.
In the older kernels (4.*), the r8169 driver (either
compiled into the kernel or provided as a module) was
used with that card, but now a dedicated r8168 module
is needed (+blacklist r8169).
But even that new 8168 driver is not fully working, and
it needs to be fixed by the kernel module maintainer
(Arch-lts and Mint-20, both with the same kernel version
and driver, do not work either)
Meanwhile, my question for TC:
- Is the r8169 module compiled into the TC kernel or is it provided as a module?
- Is the r8168 module (version 8.048.03) provided in the iso, or is it downloadable somewhere from the TC site?
- Can you give me a hint or link to what I would have to do to have that module (and the blacklist) present at TC boot time?
I have something in mind like
- (loop) mounting the iso
- adding the r8168.ko module or a "r8168.tgz" somewhere, and
- creating a blacklist.conf entry
- unmounting and burning the image to a new cd
The final image should be served by my already existing PXE server.
Thanks