Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143336 - net-wireless/rt2x00-9999 CVS module name changed
Summary: net-wireless/rt2x00-9999 CVS module name changed
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-09 05:39 UTC by Klaus Wagner
Modified: 2006-08-27 01:14 UTC (History)
1 user (show)

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 Klaus Wagner 2006-08-09 05:39:14 UTC
The cvs build creates a new module crc-itu-t which is not jet recognized by the ebuild. However it is nessecary for loading the driver module.

Here a patch that works for me

--- rt2x00-9999.ebuild.bak      2006-08-09 14:26:42.000000000 +0200
+++ rt2x00-9999.ebuild  2006-08-09 14:35:09.000000000 +0200
@@ -77,7 +77,7 @@
                button="y"
        fi
 
-       MODULE_NAMES="80211(rt2x00:) rate_control(rt2x00:)"
+       MODULE_NAMES="crc-itu-t(rt2x00:) 80211(rt2x00:) rate_control(rt2x00:)"
 
        # Generate the config file now
        echo "# Config file generated by portage" > config
Comment 1 Roy Marples (RETIRED) gentoo-dev 2006-08-09 12:17:44 UTC
cvs has already been updated with the correct fix - and this is not it
Comment 2 Klaus Wagner 2006-08-27 01:14:15 UTC
ok, so crc-itu-t is only needed for usb modules ... thx for the info and doing it correctly