My builtin Realtek 8117 is not attached (return 6) due to unknown HW revision / Chip rev. 0x54800000, Mac rev. 0x00200000. As far as I understood, this seems to happen from time to time with new Realtek chips and the new HW ID maybe just needs to be included in the list. I just added a photo of the screen, since I was sitting in front of it. Let me know if you need the output as text or anything else. Greetings from Mannheim Christian
Created attachment 222373 [details] Patch My first patch ever, hope I did everything right. Please review. THX
Comment on attachment 222373 [details] Patch My first patch ever. Hope I did everything right. Pls review. THX. Christian
Hi, a couple of notes: - the description string "8168H/8111H" is duplicated, it should probably be "8117" - I think the RL_HWREV_8117 driver flags are probably close to RL_HWREV_8168EP. The 8169 NICs are quite old. Presumably the driver is basically functional with your patch applied?
Hi,correct. It´s basically functional. Copied tha values from 0x54000000 assuming 0x54800000 would be a revision of this. I´ll test with the changes proposed by you.