Bug 103191
Summary: | r8152: no link detection with RTL8153 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Loïc Yhuel (loic.yhuel) |
Component: | Network | Assignee: | drivers_network (drivers_network) |
Status: | NEW --- | ||
Severity: | normal | CC: | an0nym, szg00000 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.1.6, 4.2.3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Allow cdc_ether to serve RTL8153 |
Description
Loïc Yhuel
2015-08-19 21:18:43 UTC
Created attachment 279305 [details] Allow cdc_ether to serve RTL8153 Hi, I have a similar problem with the RTL8153 in Microsoft Surface Dock. People report that cdc_ether can serve RTL8153 without any problems. Unfortunately this device is forcefully blacklisted from cdc_ether code so one cannot force it to work with cdc_ether without recompiling even when r8152 is blacklisted. It has also been discussed here https://github.com/jakeday/linux-surface/pull/9. The proposed patch removes blacklisting from cdc_ether.c and removes RTL8153 support from r8152. I'm not sure the latter should be done but the former alone will allow to use r8152 by default and switch to cdc_ether with simply blacklisting r8152 without recompilation. This is much easier for a regular user. |