Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98701 - rt2500 lacking compile-time kernel option check
Summary: rt2500 lacking compile-time kernel option check
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-07-11 12:01 UTC by Dan Capizzi
Modified: 2005-07-11 13:19 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 Dan Capizzi 2005-07-11 12:01:36 UTC
The rt2500 drivers must be compiled with 4k stacks - 

Reproducible: Always
Steps to Reproduce:
1. Utilize a kernel compiled with 8k stacks
2. Use emerge to build and install rt2500 (emerge rt2500)
3. Attempt to load the module (modprobe rt2500)
Actual Results:  
"module failed to load"
dmesg indicates that modprobe requires 4KSTACKS to be present in order to load
the module.

Expected Results:  
Module (when configured with 4k stacks) should load properly.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-11 12:21:07 UTC
(In reply to comment #0)
> The rt2500 drivers must be compiled with 4k stacks - 
> dmesg indicates that modprobe requires 4KSTACKS to be present in order to load
> the module.

It's exactly the other way round. It only works w/ 8Kb stacks.
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2005-07-11 13:19:52 UTC
thanks, fixed