Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kobject_register errors in dmesg after boot for sound
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
samir42
n00b
n00b


Joined: 30 Jul 2005
Posts: 2

PostPosted: Sat Jul 30, 2005 2:26 am    Post subject: kobject_register errors in dmesg after boot for sound Reply with quote

Hey guyz,

Been on this problem for hours. figured someone else could help me better.

I pretty much a noob and i have a dell inspiron 6000 that i performed a stage 1 install on. First of all, i searched the forum for a couple of hours looking for help but most of the help was specific to instances that didn't seem to apply to me. Got some of the stuff workin and not others ...right now however, my sound is working properly but alsa only loads four modules at boot. i thought that was strange because even the intel8x0 sound driver isn't being loaded. I used lsmod to verify that there are only 3 sound modules being loaded at boot:

Module Size Used by
snd_seq_midi_event 6336 0
snd_seq_device 6924 0
snd_mixer_oss 17216 0

Im not sure if this is how its supposed to be but it seems like some of the modules are missing. here is how my /etc/modules.autoload.d/kernel-2.6 file looks:

localhost modules.autoload.d # cat kernel-2.6
# /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots.
# $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/modules.autoload.d/kernel-2.6,v 1.1 2003/07/16 18:13:45 azarah Exp $
#
# Note that this file is for 2.6 kernels.
#
# Add the names of modules that you'd like to load when the system
# starts into this file, one per line. Comments begin with # and
# are ignored. Read man modules.autoload for additional details.

# For example:
# 3c59x
evdev
s2io
dummy
video
firmware_class
wbsd
acpiphp
pci_hotplug
cytherm
phidgetservo
libcrc32c
ipt_NOTRACK
iptable_raw
ipw2200
ieee80211
ieee80211_crypt
ieee80211_crypt_wep
ieee80211_crypt_ccmp
ieee80211_crypt_tkip
snd
snd-intel8x0
snd-page-alloc
snd-ac97-codec
snd-seq
snd-pcm
snd-timer
snd-mixer-oss
snd-pcm-oss
snd-seq-oss
snd-seq-device
snd-seq-midi-event
soundcore

So it looks like things are in place for all the modules to load.
the sound portion of my .config file is

#
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# ISA devices
#
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set

#
# PCI devices
#
CONFIG_SND_AC97_CODEC=m
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_HDA_INTEL is not set


so it seems everything is in place however HERE is what happens when i dmesg:

object_register failed for snd_page_alloc (-16)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_pcm (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_pcm_oss (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_seq (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
devfs_mk_dev: could not append to parent for vcc/9
devfs_mk_dev: could not append to parent for vcc/a9
devfs_mk_dev: could not append to parent for vcc/10
devfs_mk_dev: could not append to parent for vcc/a10
kobject_register failed for snd_page_alloc (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_pcm (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_ac97_codec (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_intel8x0 (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
cs: IO port probe 0xc00-0xcff: excluding 0xcf8-0xcff
cs: IO port probe 0x800-0x8ff: clean.
cs: IO port probe 0x100-0x4ff: excluding 0x3f0-0x3f7
cs: IO port probe 0xa00-0xaff: clean.
b44: eth0: Link is down.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_page_alloc (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_pcm (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_ac97_codec (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_intel8x0 (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_seq (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_seq_oss (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_page_alloc (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_pcm (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_pcm_oss (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_seq (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_page_alloc (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_pcm (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_ac97_codec (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_intel8x0 (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_seq (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_seq_oss (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_page_alloc (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_pcm (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_pcm_oss (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_timer (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb
kobject_register failed for snd_seq (-17)
[<c0204f59>] kobject_register+0x49/0x80
[<c01329a1>] mod_sysfs_setup+0x51/0xc0
[<c0133ac1>] load_module+0x7a1/0xa70
[<c0133e2a>] sys_init_module+0x6a/0x1f0
[<c0103185>] syscall_call+0x7/0xb


If anyone could help me, that would be great...i kinda want to eliminate all these kobject_register failed errors before i proceed
_________________
Samir Chugh - n00b on a Dell Inspiron 6000
Back to top
View user's profile Send private message
kevinho
n00b
n00b


Joined: 08 Jan 2006
Posts: 1

PostPosted: Sun Jan 08, 2006 9:27 pm    Post subject: kobject_register errors - a solution Reply with quote

I assume you have fixed your problem now. However, for the benefit of people like me, who stumble on this question because they are suffering from similar symptoms ...
A solution.
In my case, I had the old alsa drivers still in the /lib/modules directory. Rebuilding the kernel did not get rid of the old modules, and these were mucking up the 'depmod' step. I renamed the modules directory in /lib/modlues (never delete if you don't have to!) then rebuilt the kernel, which created a brand new modules directory with ONLY the modules needed.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum