WPC600N on lupu not working - Trying to compile the driver

Post Reply
Message
Author
pzkfwg
Posts: 5
Joined: Thu 12 Aug 2010, 03:19

WPC600N on lupu not working - Trying to compile the driver

#1 Post by pzkfwg »

Hi,

I notice that Broadcom 43XX does not work anymore with lupu. I am trying to recompile the driver using Broadcom's own source code.

To do this, I have loaded the dev and kernel source SFS files at startup.

I get the following compiler error message:

Code: Select all

# make
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory `/usr/src/linux-2.6.33.2'
  LD      /src/hybrid_wl/built-in.o
  CC [M]  /src/hybrid_wl/src/shared/linux_osl.o
In file included from /src/hybrid_wl/src/shared/linux_osl.c:19:
/src/hybrid_wl/src/include/linuxver.h:23:28: error: linux/autoconf.h: No such file or directory
make[2]: *** [/src/hybrid_wl/src/shared/linux_osl.o] Error 1
make[1]: *** [_module_/src/hybrid_wl] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.33.2'
make: *** [all] Error 2
What catches my attentions is " error: linux/autoconf.h: No such file or directory", but I don't know what to do. There is a DOTconfig file under /usr/src/linux-2.6.33.2.

Any idea? Thank you!

pzkfwg
Posts: 5
Joined: Thu 12 Aug 2010, 03:19

Got it!

#2 Post by pzkfwg »

A how-to existed already, but somehow, I wasn't using 'right' keywords in my days long Google searches. Here is the how-to:
http://murga-linux.com/puppy/viewtopic. ... 5236b0ad46

Post Reply