| 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)