Bug 332031

Summary: 2 modules for one USB wireless adapter
Product: [Fedora] Fedora Reporter: Bastien Nocera <bnocera>
Component: kernelAssignee: John W. Linville <linville>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9CC: kernel-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-19 18:43:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bastien Nocera 2007-10-15 12:15:16 UTC
kernel-2.6.23-0.214.rc8.git2.fc8

Some Belkin devices (like mine) have been made that require different drivers,
but have the same vendor and product IDs.

$ lsusb | grep -i 705a
Bus 001 Device 003: ID 050d:705a Belkin Components 
$ modinfo rt73usb | grep -i 705a
alias:          usb:v050Dp705Ad*dc*dsc*dp*ic*isc*ip*
$ modinfo rt2500usb | grep -i 705a
alias:          usb:v050Dp705Ad*dc*dsc*dp*ic*isc*ip*

The rt73usb is the one to actually drive my hardware, but both get loaded on
startup. Is there a way to blacklist the rt2500usb driver on my system, and warn
the user that 2 drivers could be used for the same hardware?

Comment 1 Bug Zapper 2008-05-14 03:24:09 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 John W. Linville 2008-06-30 20:25:54 UTC
I really don't know of any way to make that happen beyond manual intervention. 
Do you have a suggestion?