Page 1 of 1

Where are the kernel headers for Puppy lucid 5.0?

Posted: Tue 06 Jul 2010, 23:50
by rarsa
It may seem like a beginner question but I haven't had to do it in a long time and I haven't been following the forum.

I need to compile a driver for my broadcom wireless card and it requires the kernel headers.

I already have the devx file but I've been searching the forum and other sites and I couldn't find even a hint of how to get them.

I'm using the stock Puppy Lucid 5.0 kernel 2.6.33.2

I got the drivers from the broadcom site

http://www.broadcom.com/support/802.11/linux_sta.php

I just got this laptop and it's the only missing component.

Posted: Wed 07 Jul 2010, 00:04
by muggins
Rarsa,

they're available from:

http://bkhome.org/sources

u=puppy, p=linux

Posted: Wed 07 Jul 2010, 00:07
by rarsa
Thank you!

That was quick.

Posted: Wed 07 Jul 2010, 00:58
by rarsa
I got the kernel source for my kernel but now it's complaining about linux/autoconf.h.

Should I get the headers from somewhere else?

I can see that I have /usr/src/linux-2.6.33.2 with all the kernel source

but no linux folder under it.

Posted: Wed 07 Jul 2010, 04:38
by 01micko
http://www.smokey01.com/01micko/lupu_kernel/

p*ppy

l-nux

:wink:

I did post a link somewhere, I think in the 501 dev thread

It's not made clean, all modules still present. :roll: :oops: will fix that soon.

Cheers

Posted: Wed 07 Jul 2010, 08:58
by amigo
The kernel sources have to be configured for that file to exist.

Posted: Wed 07 Jul 2010, 12:03
by 01micko
amigo wrote:The kernel sources have to be configured for that file to exist.
Hi amigo

The DOT_config file is in every lupu and derivative with that kernel in /etc/modules :)

The configuration is unchanged from Barry's, just recompiled against the Ubuntu gcc 4.4.3.

HTH

Cheers

Posted: Fri 16 Jul 2010, 22:14
by 01micko
The kernel source for Lupu is now fixed, apologies for the delay.

Still in the same directory at smokey01.com

http://www.smokey01.com/01micko/lupu_kernel/

Now it's a more respectable 84M

As per Barry's advice I ran:

Code: Select all

make clean
make prepare
(checksum provided in .txt file.. same user/password)

Cheers