Bug 98701 - rt2500 lacking compile-time kernel option check
Bug#: 98701 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: SentientCitrus@gmail.com
Component: Ebuilds
URL: 
Summary: rt2500 lacking compile-time kernel option check
Keywords:  
Status Whiteboard: 
Opened: 2005-07-11 12:01 0000
Description:   Opened: 2005-07-11 12:01 0000
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 From Jakub Moc (RETIRED) 2005-07-11 12:21:07 0000 -------
(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 From Stefan Schweizer 2005-07-11 13:19:52 0000 -------
thanks, fixed