linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: [Report about error: unknown bus]
Date: Wed, 20 Oct 2004 18:03:53 +0000	[thread overview]
Message-ID: <20041020180353.GC14063@vrfy.org> (raw)
In-Reply-To: <1098244606.7230.7.camel@blaze.homeip.net>

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]

On Wed, Oct 20, 2004 at 01:48:31PM -0400, Paul Blazejowski wrote:
> On Wed, 2004-10-20 at 19:05 +0200, Kay Sievers wrote:
> > 
> > Please let me know, which files are in this directory:
> >   "ls -l /sys/devices/pci0000:00/0000:00:0d.0/fw-host0"
> 
> 
> This is the output of the ls:
> 
> --> ls -l /sys/devices/pci0000:00/0000:00:0d.0/fw-host0
> total 0
> drwxr-xr-x  4 root root    0 2004-10-20 13:32 8a1cc7ffff0020ed/
> -rw-r--r--  1 root root 4096 2004-10-20 13:32 detach_state
> lrwxrwxrwx  1 root root    0 2004-10-20 13:32 host_id
> -> ../../../../devices/pci0000:00/0000:00:0d.0/fw-host0/8a1cc7ffff0020ed/
> -r--r--r--  1 root root 4096 2004-10-20 13:32 in_bus_reset
> lrwxrwxrwx  1 root root    0 2004-10-20 13:32 irm_id
> -> ../../../../devices/pci0000:00/0000:00:0d.0/fw-host0/8a1cc7ffff0020ed/
> -r--r--r--  1 root root 4096 2004-10-20 13:32 is_busmgr
> -r--r--r--  1 root root 4096 2004-10-20 13:32 is_cycmst
> -r--r--r--  1 root root 4096 2004-10-20 13:32 is_irm
> -r--r--r--  1 root root 4096 2004-10-20 13:32 is_root
> -r--r--r--  1 root root 4096 2004-10-20 13:32 node_count
> -r--r--r--  1 root root 4096 2004-10-20 13:32 nodes_active
> drwxr-xr-x  2 root root    0 2004-10-20 13:32 power/
> -r--r--r--  1 root root 4096 2004-10-20 13:32 selfid_count

This should fix the bus error and the /class/net/tun* wait error.
Greg, please apply.

Thanks,
Kay

[-- Attachment #2: wait-fixes.patch --]
[-- Type: text/plain, Size: 754 bytes --]

===== udev_sysfs.c 1.1 vs edited =====
--- 1.1/udev_sysfs.c	2004-10-19 03:50:52 +02:00
+++ edited/udev_sysfs.c	2004-10-20 20:02:09 +02:00
@@ -167,6 +167,7 @@
 		{ .subsystem = "net",		.device = "dummy" },
 		{ .subsystem = "net",		.device = "irda" },
 		{ .subsystem = "net",		.device = "ppp" },
+		{ .subsystem = "net",		.device = "tun" },
 		{ .subsystem = "ppp",		.device = NULL },
 		{ .subsystem = "sound",		.device = NULL },
 		{ .subsystem = "printer",	.device = "lp" },
@@ -247,7 +248,8 @@
 		{ .bus = "pci",		.file = "vendor" },
 		{ .bus = "platform",	.file = "detach_state" },
 		{ .bus = "i2c",		.file = "detach_state" },
-		{ NULL }
+		{ .bus = "ieee1394",	.file = "host_id" },
+		{ NULL, NULL }
 	};
 	struct bus_file *busfile;
 	int loop;

  parent reply	other threads:[~2004-10-20 18:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-20  3:56 [Report about error: unknown bus] Paul Blazejowski
2004-10-20  4:27 ` Kay Sievers
2004-10-20  5:33 ` Paul Blazejowski
2004-10-20 13:17 ` Kay Sievers
2004-10-20 17:05 ` Kay Sievers
2004-10-20 17:44 ` Paul Blazejowski
2004-10-20 17:48 ` Paul Blazejowski
2004-10-20 18:03 ` Kay Sievers [this message]
2004-10-20 20:44 ` Kay Sievers
2004-10-21  4:15 ` Paul Blazejowski
2004-10-21  8:11 ` Kay Sievers
2004-10-21 18:40 ` Paul Blazejowski
2004-10-21 19:58 ` Kay Sievers
2004-10-21 20:28 ` Paul Blazejowski

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=20041020180353.GC14063@vrfy.org \
    --to=kay.sievers@vrfy.org \
    --cc=linux-hotplug@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).