Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Installing kernel-devel on Fedora 15

  • 04-09-2011 04:04PM
    #1
    Registered Users, Registered Users 2 Posts: 3,805 ✭✭✭


    Recently moved to Fedora 15, and have been having trouble with compiling the broadcom module for my wireless card - I assumed the kernel-devel package would already be installed on the OS but apparently it isn't. Without being able to install the broadcom module (the ethernet connection doesn't work either), I obviously can't get the kernel-devel package via yum. Does anybody know where I can download the source from - and also how difficult is it to compile? Thanks in advance for any help.


Comments

  • Registered Users, Registered Users 2 Posts: 134 ✭✭InvisibleBadger


    Hi,
    The kernel-devel rpm is on the installation dvd in the Packages folder.
    You could make the dvd a repo for yum, or probably just copy the rpm from the dvd


  • Registered Users, Registered Users 2 Posts: 3,805 ✭✭✭Setun


    Hey - thanks for the reply. I actually managed to download the rpm and transfer it via usb, but I'm missing some other dependencies, apparently. Trying to run the makefile for the broadcom wireless returns a no build directory error - in /lib/modules/`uname -r`/build. Is it unusual for fedora not to include the necessary packages to build kernel modules? I was hoping to have the OS set up and running for tomorrow but don't think I'll be successful in that regard :/


  • Registered Users, Registered Users 2 Posts: 134 ✭✭InvisibleBadger


    Hi, I'm not a linux expert unfortunately, but maybe you could try using the dvd as a yum repo so you can install with yum, and hopefully the required dependencies will be on the dvd.
    I found this link and it looks ok:
    http://iamcam.wordpress.com/2009/03/25/adding-the-fedora-install-dvd-to-your-yum-repo-list/

    I'll try myself and see what happens :)

    Also, could the no build directory error be a permissions problem? have you tried installing with sudo?


  • Registered Users, Registered Users 2 Posts: 3,805 ✭✭✭Setun


    Prob persists when root also - trying to download the correct kernel dev package now. Hopefully when that is installed i'll be able to 'make' the module.


  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    If you havent already, install the development tools by doing:
    yum groupinstall "Development Tools"


  • Advertisement
Advertisement