From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Wed, 20 Oct 2004 18:03:53 +0000 Subject: Re: [Report about error: unknown bus] Message-Id: <20041020180353.GC14063@vrfy.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="45Z9DzgjV8m4Oswq" List-Id: References: <1098244606.7230.7.camel@blaze.homeip.net> In-Reply-To: <1098244606.7230.7.camel@blaze.homeip.net> To: linux-hotplug@vger.kernel.org --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="wait-fixes.patch" ===== 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; --45Z9DzgjV8m4Oswq-- ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel