From: Ian Campbell <Ian.Campbell@XenSource.com>
To: Tech Writer <TechWtr@handspun.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: Can't unbind PCI sound card
Date: Thu, 27 Sep 2007 14:44:42 +0100 [thread overview]
Message-ID: <1190900682.6562.5.camel@localhost.localdomain> (raw)
In-Reply-To: <00e901c8010b$63868f10$6501a8c0@warbler>
On Thu, 2007-09-27 at 09:36 -0400, Tech Writer wrote:
> I am definitely trying to unbind the PCI sound card. The "example" I
> included was one that I pulled off the web. I just re-read my initial
> note, and realized i just edited the web example. My exact command is
> this:
>
> echo -n 0000:00:0b.0 > /sys/bus/pci/drivers/ENS1371/unbind
>
> ... and this command just hangs.
My best guess would be that the device in in use and therefore it is
hanging waiting for the devices reference count to drop to zero before
it can unbind.
You probably need to find which process has the sound-device open, the
lsof tool might help here.
Ian.
prev parent reply other threads:[~2007-09-27 13:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-27 12:10 Can't unbind PCI sound card Tech Writer
2007-09-27 12:55 ` Ian Campbell
2007-09-27 13:36 ` Tech Writer
2007-09-27 13:44 ` Ian Campbell [this message]
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=1190900682.6562.5.camel@localhost.localdomain \
--to=ian.campbell@xensource.com \
--cc=TechWtr@handspun.com \
--cc=xen-devel@lists.xensource.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.