[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: modprobe and ndiswrapper



Brian Andrews wrote:
Hi, I'm kinda new to linux... I've been working on
trying to get my ADM8211 chipset Wireless NIC to work
with Debian 2.6.8 Kernel (Sarge).

Ndiswrapper is installed and works fine apparently,
but modprobe returns the error:
FATAL: Module ndiswrapper not found

ndiswrapper -l returns
netadm11 driver present, hardware present

it's apparently not creating the ndiswrapper.ko that
modprobe needs, ndiswrapper -m returns modprobe config already contains alias directive

lsmod doesn't show anything in the way of ndiswrapper.

can you help please??

-Buck

It sounds like you are missing the actual ndiswrapper driver ("kernel module").

$ modprobe -l ndiswrapper
/lib/modules/2.6.8-2-k7/misc/ndiswrapper.ko

Are you installing Ndiswrapper by downloading the source from the Ndiswrapper web site, or are you using the (most excellent) Debian packages?

Rumour has it that if you install 'module-assistant' then running 'module-assistant auto-install ndiswrapper' will download compile and install everything you need.

If you'd like to do it manually, install 'ndiswrapper-source' and examine '/usr/share/doc/ndiswrapper/README.Debian'.

--
Sam Morris
http://robots.org.uk/

PGP key id 5EA01078
Fingerprint 3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078



Reply to: