Bug 10994
Summary: | sis191 unknown PHY (004d:d021) | ||
---|---|---|---|
Product: | Drivers | Reporter: | Nigel Kukard (nkukard) |
Component: | Network | Assignee: | Francois Romieu (romieu) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | bugzilla, coenraad |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.x | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Nigel Kukard
2008-06-27 08:39:40 UTC
It's an ASUS P5SD2-VM Motherboard, email me for details and/or tests. It's an AR8021 GbE PHY. Not sure where you get the 0xd021 for id[1], but the fix at https://answers.launchpad.net/ubuntu/+question/38994 works for me. sis190.c: } mii_chip_table[] = { ++ { "Atheros PHY AR8012", { 0x004d, 0xd020 }, LAN, 0 }, { "Broadcom PHY BCM5461", { 0x0020, 0x60c0 }, LAN, F_PHY_BCM5461 }, Patch for link status (http://bugzilla.kernel.org/show_bug.cgi?id=11073) not required on my board. The patch is included in mainline as of 708f6e27c3f75166433b69174a8348308e55d073. -- Ueimor |