From: Greg KH <greg@kroah.com>
To: Ranjeet Shetye <ranjeet.shetye2@zultys.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [OOPS] Linux-2.6.0-test5-bk
Date: Thu, 11 Sep 2003 13:28:48 -0700 [thread overview]
Message-ID: <20030911202848.GA14031@kroah.com> (raw)
In-Reply-To: <1063311985.1328.101.camel@ranjeet-pc2.zultys.com>
On Thu, Sep 11, 2003 at 01:26:26PM -0700, Ranjeet Shetye wrote:
> On Wed, 2003-09-10 at 19:40, Greg KH wrote:
> > On Wed, Sep 10, 2003 at 05:36:51PM -0700, Ranjeet Shetye wrote:
> > > On Wed, 2003-09-10 at 17:24, Greg KH wrote:
> > > > On Wed, Sep 10, 2003 at 05:19:05PM -0700, Ranjeet Shetye wrote:
> > > > >
> > > > > Your changes fixed the issue. Thanks a lot for your help. I still get
> > > > > this call trace, but no more OOPS on bootup.
> > > > >
> > > > > kobject_register failed for Ensoniq AudioPCI (-17)
> > > > > Call Trace:
> > > > > [<c026f45c>] kobject_register+0x50/0x59
> > > > > [<c02f8003>] bus_add_driver+0x4c/0xaf
> > > > > [<c02f8453>] driver_register+0x31/0x35
> > > > > [<c027c3bf>] pci_populate_driver_dir+0x29/0x2b
> > > > > [<c027c491>] pci_register_driver+0x5e/0x83
> > > > > [<c06a145f>] alsa_card_ens137x_init+0x15/0x41
> > > > > [<c068475a>] do_initcalls+0x2a/0x97
> > > > > [<c012e920>] init_workqueues+0x12/0x2a
> > > > > [<c01050a3>] init+0x39/0x196
> > > > > [<c010506a>] init+0x0/0x196
> > > > > [<c0108f31>] kernel_thread_helper+0x5/0xb
> > > >
> > > > Odds are that the pci driver is trying to register 2 drivers with the
> > > > pci core with the same name. What does /sys/bus/pci/drivers show?
> > >
> > > I didn't find a /proc/sys/bus/pci/drivers, but I did find a
> > > /proc/bus/pci/devices - which is what I am guessing you meant. If you
> > > did in fact mean '/proc/sys/bus/pci/drivers' then I dont have any such
> > > file. In fact I dont have a bus sub-directory under /proc/sys/
> >
> > No, look at what I asked for above, "/sys/bus/pci..." I don't care about
> > /proc at all :)
> >
> > sysfs is mounted at /sys.
>
> Actually I don't know what part I am missing, but I dont have a /sys
> directory at all. That's why I assumed you might be referring to
> /proc/sys. I've attached my .config. Is there some option I need to turn
> on ? I looked and couldn't find it. (The fs/Makefile has a obj-y for
> sysfs and there is no CONFIG_ parameter in any file in fs/sysfs). I dont
> have a top level /sys directory. Is that the problem ? How do i get my
> sysfs running ?
mkdir /sys
mount -t sysfs none /sys
thanks,
greg k-h
next prev parent reply other threads:[~2003-09-11 20:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-10 22:16 [OOPS] Linux-2.6.0-test5-bk Ranjeet Shetye
2003-09-10 22:46 ` Andrew Morton
2003-09-11 0:19 ` Ranjeet Shetye
2003-09-11 0:24 ` Greg KH
2003-09-11 0:36 ` Ranjeet Shetye
2003-09-11 2:40 ` Greg KH
2003-09-11 20:26 ` Ranjeet Shetye
2003-09-11 20:28 ` Greg KH [this message]
2003-09-11 20:43 ` Ranjeet Shetye
2003-09-13 19:55 ` Adam Belay
2003-09-10 23:25 ` Greg KH
2003-09-11 0:20 ` Ranjeet Shetye
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=20030911202848.GA14031@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ranjeet.shetye2@zultys.com \
/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 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.