All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-2.4.21-0.18mdk alsa problem in make menuconfig
@ 2003-06-22  4:41 Roland Krystian Alberciak
  2003-06-23  7:53 ` Pozsar Balazs
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Krystian Alberciak @ 2003-06-22  4:41 UTC (permalink / raw)
  To: mec, linux-kernel

It seems there's a problem configuring alsa with menuconfig, which the 
.log file of changes through mandrake RPM install fails to account:
 
 Upon being in make menuconfig, editing the alsa configuration, one 
happens upon this error. Please note, the changelog for this .18 kernel 
reports alsa issues have been resolved... are you also getting this same 
error?
 
---

 Menuconfig has encountered a possible error in one of the kernel's
 configuration files and is unable to continue. Here is the error
 report:
 
 Q> scripts/Menuconfig: line 832: MCmenu73: command not found
 
 Please report this to the maintainer <mec@shout.net>. You may also
 send a problem report to <linux-kernel@vger.kernel.org>.
 
 Please indicate the kernel version you are trying to configure and
 which menu you were trying to enter when this error occurred.
 
 make: *** [menuconfig] Error 1




Please review:
http://www.linuxquestions.org/questions/showthread.php?s=&postid=347175#post347175

For my thread on this topic.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: linux-2.4.21-0.18mdk alsa problem in make menuconfig
  2003-06-22  4:41 linux-2.4.21-0.18mdk alsa problem in make menuconfig Roland Krystian Alberciak
@ 2003-06-23  7:53 ` Pozsar Balazs
  0 siblings, 0 replies; 2+ messages in thread
From: Pozsar Balazs @ 2003-06-23  7:53 UTC (permalink / raw)
  To: Roland Krystian Alberciak; +Cc: mec, linux-kernel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 483 bytes --]

On Sun, 22 Jun 2003, Roland Krystian Alberciak wrote:

> It seems there's a problem configuring alsa with menuconfig, which the
> .log file of changes through mandrake RPM install fails to account:
>
>  Upon being in make menuconfig, editing the alsa configuration, one
> happens upon this error. Please note, the changelog for this .18 kernel
> reports alsa issues have been resolved... are you also getting this same
> error?

Attached patch fixes it (at least for me).

-- 
pozsy

[-- Attachment #2: Type: TEXT/PLAIN, Size: 413 bytes --]

diff -Naurd a/sound/Config.in b/sound/Config.in
--- a/sound/Config.in	2003-06-09 08:04:16.000000000 +0200
+++ b/sound/Config.in	2003-06-09 08:05:23.000000000 +0200
@@ -8,7 +8,6 @@
 if [ "$CONFIG_SND" != "n" ]; then
   source sound/core/Config.in
   source sound/drivers/Config.in
-  source sound/usb/Config.in
 fi
 if [ "$CONFIG_SND" != "n" -a "$CONFIG_ISA" = "y" ]; then
   source sound/isa/Config.in

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-23  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-22  4:41 linux-2.4.21-0.18mdk alsa problem in make menuconfig Roland Krystian Alberciak
2003-06-23  7:53 ` Pozsar Balazs

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.