Bug 82599 - net-wireless/rt2500: module aliases are too unspecific
Bug#: 82599 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: mobile@gentoo.org Reported By: Ballarin.Marc@gmx.de
Component: Ebuilds
URL: 
Summary: net-wireless/rt2500: module aliases are too unspecific
Keywords:  
Status Whiteboard: 
Opened: 2005-02-19 10:31 0000
Description:   Opened: 2005-02-19 10:31 0000
Hi,
the rt2500 ebuild contains
MODULESD_RT2500_ALIASES=('ra* rt2500')

This interferes with all modules starting with "ra", for example "radeon".

A better solution should be
MODULESD_RT2500_ALIASES=('ra? rt2500')

Regards

Reproducible: Always
Steps to Reproduce:
1. modprobe radeon

Actual Results:  
FATAL: Module rt2500 not found. 

Expected Results:  
Load "radeon" (DRI/DRM module)

------- Comment #1 From Stefan Schweizer 2005-02-19 12:08:49 0000 -------
thanks, fixed in -r1.

------- Comment #2 From Stefan Schweizer 2005-02-20 09:26:15 0000 -------
fixed