You are not logged in.

#1 2008-08-07 14:32:41

jordanwb
Member
From: Ontario, Canada
Registered: 2008-07-01
Posts: 151

How to compile ndiswrapper as module for custom kernel

I want to compile my own kernel but I need ndiswrapper and I don't see it in any of the config screens.

Last edited by jordanwb (2008-08-07 15:22:31)

Offline

#2 2008-08-07 18:49:49

rooloo
Member
Registered: 2008-07-09
Posts: 218

Re: How to compile ndiswrapper as module for custom kernel

ndiswrapper is not part of the kernel source. Its a seperate package all together.

http://archlinux.org/packages/search/?q=ndiswrapper

Offline

#3 2008-08-07 19:53:13

jordanwb
Member
From: Ontario, Canada
Registered: 2008-07-01
Posts: 151

Re: How to compile ndiswrapper as module for custom kernel

Yeah I know but when I compiled a custom kernel, and it booted, it couldn't find that module.

Offline

#4 2008-08-07 20:31:08

attila
Member
Registered: 2006-11-14
Posts: 293

Re: How to compile ndiswrapper as module for custom kernel

jordanwb wrote:

Yeah I know but when I compiled a custom kernel, and it booted, it couldn't find that module.

If you choose at example "-custom" for CONFIG_LOCALVERSION than you could append this to the pkgname (pkgname=ndiswrapper-custom) and replace "-ARCH" with it (_kernver=2.6.25-custom; KERNEL_VERSION='2.6.25-custom' in the install file). And you have to edit the depends array, which depends if you install your kernel manual or have a custom kernel package.

Offline

#5 2008-08-07 21:39:09

jordanwb
Member
From: Ontario, Canada
Registered: 2008-07-01
Posts: 151

Re: How to compile ndiswrapper as module for custom kernel

Uh huh.

Offline

Board footer

Powered by FluxBB