public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Bambach <eric@cisu.net>
To: bhamal@wlink.com.np
Cc: linux-newbie@vger.kernel.org
Subject: Re: reconfiguring sound after kernel upgrade
Date: Mon, 28 Feb 2005 11:27:57 -0600	[thread overview]
Message-ID: <200502281127.57150.eric@cisu.net> (raw)
In-Reply-To: <000d01c51d55$1b6dbf10$0db3fea9@kath.state.gov>

On Sunday 27 February 2005 11:17 pm, bj wrote:
> Hi !
--snip--
> cd alsa-driver-1.0.8
> ./configure -->no error
> ./make ----> the following error
>
> make[1]: *** No rule to make target
> `/lib/modules/2.4.18-14/build/include/linux/config.h', needed by
> `memalloc.o'.  Stop.
> make: *** [compile] Error 1

It looks like you are running 2.4.18 kernel version and trying to compile 
programs for another vesion. Boot into your 2.4.20 legacy kernel and try 
again.
Uname -a will show you what you are currently running.

The problem is that the configure scripts detect your currently running kernel 
when you want to compile for a different one. The simplest way to fix this is 
to boot into the new kernel so the configure scripts can detect *THAT* 
version.

Oops, I also just saw another problem. You must make sure that a kernel is 
CONFIGURED at that directory. You will need to install not only the kernel 
binary RPMS, but make sure you install the source along with it. It cant find 
config.h because you havent ran make menuconfig or similiar in that directory 
and generated the config files for alsa to use.

HTH

--snip--
> Thanks in advance.
>
> cheers,
> bj

-- 
----------------------------------------
--EB

> All is fine except that I can reliably "oops" it simply by trying to read
> from /proc/apm (e.g. cat /proc/apm).
> oops output and ksymoops-2.3.4 output is attached.
> Is there anything else I can contribute?

The latitude and longtitude of the bios writers current position, and
a ballistic missile.

                --Alan Cox LKML-December 08,2000 

----------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  reply	other threads:[~2005-02-28 17:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-28  5:17 reconfiguring sound after kernel upgrade bj
2005-02-28 17:27 ` Eric Bambach [this message]
2005-03-01  5:21   ` bj
2005-03-01 18:44     ` Eric Bambach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200502281127.57150.eric@cisu.net \
    --to=eric@cisu.net \
    --cc=bhamal@wlink.com.np \
    --cc=linux-newbie@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox