Kernel source will not download

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
brf
Posts: 2
Joined: 29. Mar 2010, 20:53

Kernel source will not download

Post by brf »

To make Broadcom BCM4311 wireless to work, I need to compile a kernel module downloaded from the Broadcom web site. To do that I need the source for the Salix kernel 2.6.29.6

When I try to download the kernel source using:

Code: Select all

  # slapt-get -u
  # slapt-get -i kernel-source
I get an error about missing md5sum, and when I try to bypass that with --no-md5, I get another error, "corrupted tgz archive (early EOF)"

Where do I find the kernel source so I can compile the Broadcom driver?
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: Kernel source will not download

Post by gapan »

I can't guess what you've done to have this. Maybe you messed up your /etc/slapt-get/slapt-getrc settings file.

You can download the kernel-source package from any slackware server. Here for example: ftp://ftp.ntua.gr/pub/linux/slackware/s ... ackware/k/

But that won't fix your issues with package management.
Image
Image
brf
Posts: 2
Joined: 29. Mar 2010, 20:53

Re: Kernel source will not download

Post by brf »

Thanks. I got the kernel code and compiled the "wl.ko" wireless module from Broadcom.
Don't know why package management is messed up. The config file looks OK. I will
try some other packages and see what happens.

Unfortunately, getting the wireless module to actually work is another issue :cry:
But that's a topic for another forum area...
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Kernel source will not download

Post by thenktor »

Run
slapt-get --clean
to purge cached packages.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
mopac
Posts: 6
Joined: 19. Apr 2010, 16:52

Re: Kernel source will not download

Post by mopac »

Hello,

My case is worse, because I depend on the wireless to download the kernel-sources with the package manager. May be an issue to consider for the next edition of Salix.

At the moment I did it by hand an I will see how the building process of Broadcom driver is going.

thanks,
Post Reply