Dominik Karall wrote: > I applied all 4 patches, but the wrong PHY transceiver is used now again. > Here is the dmesg output: > > sis900.c: v1.08.07 11/02/2003 > eth0: Unknown PHY transceiver found at address 0. > eth0: Realtek RTL8201 PHY transceiver found at address 1. > eth0: Unknown PHY transceiver found at address 2. > eth0: Unknown PHY transceiver found at address 31. > eth0: Using transceiver found at address 31 as default > eth0: SiS 900 PCI Fast Ethernet at 0xdc00, IRQ 19, 00:10:dc:8f:a9:ac. > > greets, > dominik > - Hi I had the same messages about unknown PHY transceivers and very poor transfer rates. I figured that all but one of the transceivers had the status bit MII_STAT_FAULT set. Selecting that one solved my problems. I posted this and the patch already a while ago but didn't get any response. It would be nice if a few people could check whether this fixes/breaks it for them. I just checked it with 2.6.6-rc3 and the problem is still there and gets solved by the attached patch. Grischa