Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
After compiling the latest kernel (2.6.23-gentoo-r3), the ndiswrapper-1.47 won't compile. Giving error message on ntoskernel.c @ kmem_cache_create(). I had a look in the kernel code, the kmem_cache_create() has only 5 arguments, whereas ndiswrapper expectes 6. Since the last two arguments were NULL, i deleted the last argument in the call to kmem_cache_create() from ntoskernel.c. Now i am running my wifi with ndiswrapper without any problem. Reproducible: Always Steps to Reproduce: 1. Compile latest kernel (2.6.23-gentoo-r3) 2. emerge -C ndiswrapper 3. emerge ndiswrapper Actual Results: got error on compiling ntoskernel.c "kmem_cache_create() has too many arguments" Expected Results: the ndiswrapper module should compile properly and build the ntoskernel.o
*** This bug has been marked as a duplicate of bug 188373 ***