From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965248AbWIFAKN (ORCPT ); Tue, 5 Sep 2006 20:10:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965249AbWIFAKN (ORCPT ); Tue, 5 Sep 2006 20:10:13 -0400 Received: from py-out-1112.google.com ([64.233.166.179]:36107 "EHLO py-out-1112.google.com") by vger.kernel.org with ESMTP id S965248AbWIFAKL (ORCPT ); Tue, 5 Sep 2006 20:10:11 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fGcPUyxCHZtG4GHU4TLeaFGYoM7IjMgo/Q1rltBgoI5LsM3s5tIyQWY9N01OTMpNwE4b1F1JLEC5Hk0Hfn6RP+YOOp0/VxHQjOK7jMad/yCFHVLfIyoeuGkDLtq/nHT38K04HUC9crtfG1QDy3TZiRkvp8jbOb3DMK7is0uKoWg= Message-ID: <9151ac2a0609051710m7f5d30e3gdcfced3676d43869@mail.gmail.com> Date: Wed, 6 Sep 2006 02:10:10 +0200 From: "Filip Sneppe" To: "Takashi Iwai" , linux-kernel@vger.kernel.org Subject: Re: 2.6.18-rc6 (audio-related ?) oops during boot In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9151ac2a0609050313h22d3c34fy2fc46124ba6876cc@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 9/5/06, Takashi Iwai wrote: > At Tue, 5 Sep 2006 12:13:24 +0200, > Filip Sneppe wrote: > > > > Hi, > > > > I tried out 2.6.18-rc6 today and got this during the boot on my > > Debian testing machine: > > > > pnp: Device 00:04 disabled. > > cs: IO port probe 0x100-0x4ff: clean. > > cs: IO port probe 0x800-0x8ff: clean. > > cs: IO port probe 0xc00-0xcff: clean. > > cs: IO port probe 0xa00-0xaff: clean. > > Adding 730948k swap on /dev/hda2. Priority:-1 extents:1 across:730948k > > EXT3 FS on hda5, internal journal > > kobject_add failed for audio with -EEXIST, don't try to register > > things with the same name in the same directory. > > [] kobject_add+0x13c/0x163 > > [] class_device_add+0x9f/0x3c1 > > [] kobject_get+0x12/0x17 > > [] kobject_init+0x32/0x43 > > [] class_device_create+0x76/0x98 > > [] sound_insert_unit+0xea/0x113 [soundcore] > > [] register_sound_special_device+0x125/0x12d [soundcore] > > [] vsnprintf+0x413/0x452 > > [] snd_register_oss_device+0x111/0x16c [snd] > > [] register_oss_dsp+0x31/0x53 [snd_pcm_oss] > > [] __activate_task+0x1c/0x28 > > [] idr_get_new+0xf/0x30 > > [] proc_register+0x31/0xd6 > > [] create_proc_entry+0x86/0x98 > > [] snd_create_proc_entry+0xb/0x1a [snd] > > [] snd_info_register+0x81/0x86 [snd] > > [] snd_pcm_oss_register_minor+0x31/0x122 [snd_pcm_oss] > > [] alloc_inode+0xf5/0x182 > > [] new_inode+0x16/0x6f > > [] d_instantiate+0x3a/0x70 > > [] sysfs_new_dirent+0x1a/0x62 > > [] sysfs_make_dirent+0x19/0x6e > > [] sysfs_add_file+0x48/0x63 > > [] free_hot_cold_page+0x8d/0xd8 > > [] snd_pcm_notify+0x7a/0x9a [snd_pcm] > > [] alsa_pcm_oss_init+0x61/0x6e [snd_pcm_oss] > > [] sys_init_module+0x13aa/0x1506 > > [] sysenter_past_esp+0x56/0x79 > > device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com > > kjournald starting. Commit interval 5 seconds > > EXT3 FS on hda1, internal journal > > EXT3-fs: mounted filesystem with ordered data mode. > > kjournald starting. Commit interval 5 seconds > > EXT3 FS on hda8, internal journal > > EXT3-fs: mounted filesystem with ordered data mode. > > kjournald starting. Commit interval 5 seconds > > EXT3 FS on hda6, internal journal > > Did you load any other OSS modules in prior? > > This happened during the boot, so I don't know exactly what was already loaded. The only modules that I know for sure are loaded at boot, are: ide-cd ide-disk ide-generic psmouse sound snd-mixer-oss snd-pcm-oss Regards, Filip