Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82599 - net-wireless/rt2500: module aliases are too unspecific
Summary: net-wireless/rt2500: module aliases are too unspecific
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-19 10:31 UTC by Marc Ballarin
Modified: 2005-02-20 09:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Ballarin 2005-02-19 10:31:50 UTC
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 Stefan Schweizer (RETIRED) gentoo-dev 2005-02-19 12:08:49 UTC
thanks, fixed in -r1.
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2005-02-20 09:26:15 UTC
fixed