Results 1 to 4 of 4

Thread: Issue compiling custom kernel

  1. #1
    Join Date
    Apr 2013
    Beans
    2

    Unhappy Issue compiling custom kernel

    Hello,

    I recently screwed up my FreeBSD server by deleting the /etc/defaults/ directory and now I am trying to recompile my Ubuntu kernel (on my laptop) with UFS write support so that I can retransfer the /etc/defaults/ directory files back onto my FreeBSD box via a USB flash drive. To recompile my kernel with this support turned on I've been following http://ghantoos.org/2009/04/04/mount...e-under-linux/ but have run into an issue.

    After I tell it to compile with make-kpkg it rolls along for a while until it hits the following error -
    make[3]: *** No rule to make target `firmware/bnx2x/bnx2x-e1-7.8.2.0.fw', needed by `__fw_modbuild'. Stop.
    I found one thread documenting this issue at http://ubuntuforums.org/showthread.php?t=2115317&page=2 but since I didn't pull the source from git, I can't simply do the git update that they suggest.

    Definitely would appreciate anyone who could point me in the right direction on this as right now my home file/media server is completely out of commission.

    Thanks in advance!

  2. #2
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Issue compiling custom kernel

    Hi

    Where did you get the source from ?

    I would just

    Code:
    sudo apt-get source ......
    Then configure and compile from there.

    That's what i am currently doing.

    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  3. #3
    Join Date
    Apr 2013
    Beans
    21

    Re: Issue compiling custom kernel

    just to piggyback on this thread, i usually follow the instructions here: https://help.ubuntu.com/community/Kernel/Compile

    I usually have to recompile once in a while to support a specific sound card.

  4. #4
    Join Date
    Apr 2013
    Beans
    2

    Re: Issue compiling custom kernel

    Thanks guys, I'll give those suggestions a shot and see if I can get it working.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •