Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128101 - Ebuild for net-wireless/rtl8187 does not check if IEEE80211 Frwk is compiled into the kernel
Summary: Ebuild for net-wireless/rtl8187 does not check if IEEE80211 Frwk is compiled ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-30 05:35 UTC by Thomas Schäfer
Modified: 2006-06-05 02:44 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 Thomas Schäfer 2006-03-30 05:35:06 UTC
The ebuild of net-wireless/rtl8187 should check if the IEEE80211 Framework is compiled into the kernel, because net-wireless/rtl8187 comes with an own one that is not compatible to the one in the kernel and will crash the system with kernel-oops.
After disabling the IEEE80211 Framework in the kernel, the rtl8187 driver works fine.
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2006-06-05 02:44:01 UTC
I added
CONFIG_CHECK="!IEEE80211"

to the ebuild, thanks.