Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Installing kernel-devel on Fedora 15

  • 04-09-2011 3: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