[Prism54-users] modprobe question

Allen Winter winterz@verizon.net
Fri, 5 Dec 2003 19:29:33 -0500


On Friday 05 December 2003 04:50 pm, Johannes Zellner wrote:
> On Fri, Dec 05, 2003 at 04:42:23PM -0500, Allen Winter wrote:
> > Hello Everyone,
> >
> > I installed cvs20031205 tarball using the instructions in the README.
> >
> > (make KDIR=/usr/src/linux-2.4.23 clean modules; make
> > KDIR=/usr/src/linux-2.4.23 install)
> >
> > From what I've read on this mailing list I now need to run 'modprobe
> > prism54'. But when I do that I get:
> >
> >  % modprobe prism54
> >  modprobe: Can't locate module prism54
> >
> > What am I missing or doing wrong?
>
> did you
>
>     # depmod
>
> after installing the driver?

No.. I didn't see that in the README.
So, now I get this:

% depmod -a 2.4.23
% modprobe prism54
/lib/modules/2.4.23/kernel/drivers/net/wireless/prism54/prism54.o: init_module: No such device
/lib/modules/2.4.23/kernel/drivers/net/wireless/prism54/prism54.o: insmod /lib/modules/2.4.23/kernel/drivers/net/wireless/prism54/prism54.o failed
/lib/modules/2.4.23/kernel/drivers/net/wireless/prism54/prism54.o: insmod prism54 failed
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
      You may find more information in syslog or the output from dmesg

dmesg says "Loaded prism54 driver, version 1.0.2.2"
Am I getting any closer? 
  -Allen

PS. Would it make sense to add the following line to the modules-install target in the Makefile?
        depmod -a $(KVER)