Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750740AbVIDKhW (ORCPT ); Sun, 4 Sep 2005 06:37:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750742AbVIDKhW (ORCPT ); Sun, 4 Sep 2005 06:37:22 -0400 Received: from dd6424.kasserver.com ([83.133.49.41]:59845 "EHLO dd6424.kasserver.com") by vger.kernel.org with ESMTP id S1750740AbVIDKhU (ORCPT ); Sun, 4 Sep 2005 06:37:20 -0400 Message-ID: <431ACE61.3070704@feuerpokemon.de> Date: Sun, 04 Sep 2005 12:37:21 +0200 From: dragoran User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: James Courtier-Dutton Cc: Niko Nitsche , linux-kernel@vger.kernel.org Subject: Re: snd-emu10k1 broken in 2.6.13 References: <4IY3f-61u-13@gated-at.bofh.it> <431ABB63.5020608@gmx.de> <431AC5C6.7030103@feuerpokemon.de> <431ACDDE.9090002@superbug.demon.co.uk> In-Reply-To: <431ACDDE.9090002@superbug.demon.co.uk> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2260 Lines: 75 James Courtier-Dutton wrote: > dragoran wrote: > >> Niko Nitsche wrote: >> >>> dragoran wrote: >>> >>> >>>> Hello. >>>> I am running FC4 and compiled a vanilla linux 2.6.13. >>>> After booting the kernel I see an error messages that says that it was >>>> unable to load snd-emu10k1 (see dmesg). >>>> In dmesg I got this: >>>> Sep 4 10:09:47 chello062178124144 kernel: snd_emu10k1: Unknown >>>> parameter `' >>>> Sep 4 10:09:47 chello062178124144 last message repeated 2 times >>>> the same modprobe.conf works in 2.6.12. >>>> I tryed to load it by hand (modprobe snd-emu10k1) => same result >>>> modprobe snd-emu10k1 index=0 => same result. >>>> I will attach my .config file >>>> (please CC me as I am not subscribed to the list) >>> >>> >>> >>> Hi, >>> >>> I had the same problem with FC4/vanilla 2.6.13 and snd-intel8x0 >>> and I had two lines in modprobe.conf like this: >>> >>> options snd-card-0 index=0 >>> options snd-intel8x0 index=0 >>> >>> I removed them and now everything works just fine. Accutally I had the >>> Unknown parameter `' messages before but the module loaded. >>> >>> >>> >>> >> sorry but this isn't solution (it works thought) but this happens for >> all modules that have a options line in /etc/modprobe.conf >> Is this a bug or has the syntax of modprobe.conf changed in 2.6.13? > > > Well, those options lines are just wrong so I am not at all surprised > that it failed. > > It should be: > options snd-card-0 snd-intel8x0 > options snd-intel8x0 index=0 > > So, dragoran, what options lines do you have? > > James > > this is my modprobe.conf: alias eth0 forcedeth alias eth1 r8169 alias scsi_hostadapter sata_nv alias snd-card-0 snd-emu10k1 options snd-card-0 index=0 options snd-emu10k1 index=0 remove snd-emu10k1 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1 alias usb-controller ehci-hcd alias usb-controller1 ohci-hcd alias ieee1394-controller ohci1394 alias char-major-81 saa7134 options nvidia NVreg_EnableAGPFW=1 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" 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.tux.org/lkml/