Bug 51851
Summary: | [TRIVIAL]Unable to use alx driver without CONFIG_MDIO | ||
---|---|---|---|
Product: | Backports project | Reporter: | Oleksandr Natalenko (oleksandr) |
Component: | Backports | Assignee: | Backports Project Mailing List (backports) |
Status: | CLOSED WILL_NOT_FIX | ||
Severity: | normal | CC: | alan, feiticeir0, hauke, mricon, norman.shulman, zhchun.bei |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.7.1 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Oleksandr Natalenko
2012-12-20 09:25:00 UTC
compat-drivers-3.8.3-2-snpu with kernel-3.8.3-ck on Gentoo Linux still not working - the same error applies ! And I'm still not able to load the module - always the same error --- [ 2981.813060] alx: Unknown symbol mdio_mii_ioctl (err 0) --- compat-drivers-3.9-rc4-2-su or compat-drivers-2013-03-28-5-u with kernel-3.9.4-gentoo on Gentoo Linux still not working. alx: Unknown symbol mdio_mii_ioctl (err 0) Still a problem with nshulman@nvshp:/usr/src/linux $ uname -r 3.9.5-hardened and backports-20130618 The ALX driver needs MDIO and we do not provide that in backports. When you do not use a normal distribution kernel with lots of modules activate you have to activate some dependencies in your kernel by yourself. Sadly CONFIG_MDIO is a hidden option so you have to build some other Ethernet driver which depends on that option. We do ot want to fix this in backports. |