* (no subject)
@ 2003-05-22 19:49 Curtis Lehman
2003-05-22 21:10 ` Greg KH
` (15 more replies)
0 siblings, 16 replies; 17+ messages in thread
From: Curtis Lehman @ 2003-05-22 19:49 UTC (permalink / raw)
To: linux-hotplug
Hi,
I have been trying to load the latest RPM modules for hotplug but I have run into a problem with the rpm manager. It won't seem to install the latest hotplug rpm packages. I think it has something to do with the fact that they have been broken out to two packages. I am running on Redhat 9.0. I have tried searching through the hotplug developers mailing list, but know one seems to have had this problem before. I am not real strong in the RPM usage department, so I would appreciate any suggestions on how to get the package installed. I was afraid to force the removal of the old package given the dependencies. Below is an output of what I have tried.
Thanks,
Curt
[root@localhost hotplug]# uname -a
Linux localhost.localdomain 2.4.20-13.9 #1 Mon May 12 10:55:37 EDT 2003 i686 i686 i386 GNU/Linux
[root@localhost hotplug]# rpm -v -i hotplug-2003_05_01-1.noarch.rpm
warning: hotplug-2003_05_01-1.noarch.rpm: V3 DSA signature: NOKEY, key ID db2dfb29
error: Failed dependencies:
hotplug-base >= 2003_05_01 is needed by hotplug-2003_05_01-1
[root@localhost hotplug]# rpm -v -i hotplug-base-2003_05_01-1.noarch.rpm
warning: hotplug-base-2003_05_01-1.noarch.rpm: V3 DSA signature: NOKEY, key ID db2dfb29
Preparing packages for installation...
file /sbin/hotplug from install of hotplug-base-2003_05_01-1 conflicts with file from package hotplug-2002_04_01-17
[root@localhost hotplug]# rpm -v -q hotplug
hotplug-2002_04_01-17
[root@localhost hotplug]# rpm -v -e hotplug-2002_04_01-17
error: Failed dependencies:
hotplug >= 2001_04_24-9 is needed by (installed) kernel-pcmcia-cs-3.1.31-13
hotplug >= 2001_04_24-13 is needed by (installed) gphoto2-2.1.0-7
-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
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
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman @ 2003-05-22 21:10 ` Greg KH 2003-05-22 22:41 ` Curtis Lehman ` (14 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: Greg KH @ 2003-05-22 21:10 UTC (permalink / raw) To: linux-hotplug On Thu, May 22, 2003 at 01:49:31PM -0600, Curtis Lehman wrote: > Hi, > > I have been trying to load the latest RPM modules for hotplug > but I have run into a problem with the rpm manager. It won't seem to > install the latest hotplug rpm packages. I think it has something to > do with the fact that they have been broken out to two packages. I am > running on Redhat 9.0. I have tried searching through the hotplug > developers mailing list, but know one seems to have had this problem > before. I am not real strong in the RPM usage department, so I would > appreciate any suggestions on how to get the package installed. I was > afraid to force the removal of the old package given the dependencies. > Below is an output of what I have tried. Try loading both of them at the same time: rpm -Uhv hotplug-2003_05_01-1.noarch.rpm hotplug-base-2003_05_01-1.noarch.rpm It does seem that -2003_05_01-1 is detected as an "older" package. I thought I would not have this problem with the way I named the versions, but I guess not. Anyone have any ideas about that? thanks, greg k-h ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* RE: (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman 2003-05-22 21:10 ` Greg KH @ 2003-05-22 22:41 ` Curtis Lehman 2003-05-23 1:03 ` Johannes Erdfelt ` (13 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: Curtis Lehman @ 2003-05-22 22:41 UTC (permalink / raw) To: linux-hotplug Hi Greg, Erik had sent me a similar idea. I got around the problem by doing: rpm -U hotplug-base-2003_05_01-1.noarch.rpm hotplug-2003_05_01-1.noarch.rpm Everything installed and seemed to work after that. I'm sorry I don't announce this to the whole group. I didn't notice that Erik's e-mail to me and my reply where to each other and not the group. Later, Curt -----Original Message----- From: Greg KH [mailto:greg@kroah.com] Sent: Thursday, May 22, 2003 3:11 PM To: Curtis Lehman Cc: linux-hotplug-devel@lists.sourceforge.net Subject: Re: (no subject) On Thu, May 22, 2003 at 01:49:31PM -0600, Curtis Lehman wrote: > Hi, > > I have been trying to load the latest RPM modules for hotplug > but I have run into a problem with the rpm manager. It won't seem to > install the latest hotplug rpm packages. I think it has something to > do with the fact that they have been broken out to two packages. I am > running on Redhat 9.0. I have tried searching through the hotplug > developers mailing list, but know one seems to have had this problem > before. I am not real strong in the RPM usage department, so I would > appreciate any suggestions on how to get the package installed. I was > afraid to force the removal of the old package given the dependencies. > Below is an output of what I have tried. Try loading both of them at the same time: rpm -Uhv hotplug-2003_05_01-1.noarch.rpm hotplug-base-2003_05_01-1.noarch.rpm It does seem that -2003_05_01-1 is detected as an "older" package. I thought I would not have this problem with the way I named the versions, but I guess not. Anyone have any ideas about that? thanks, greg k-h ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman 2003-05-22 21:10 ` Greg KH 2003-05-22 22:41 ` Curtis Lehman @ 2003-05-23 1:03 ` Johannes Erdfelt 2003-05-23 22:19 ` Greg KH ` (12 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: Johannes Erdfelt @ 2003-05-23 1:03 UTC (permalink / raw) To: linux-hotplug On Thu, May 22, 2003, Greg KH <greg@kroah.com> wrote: > On Thu, May 22, 2003 at 01:49:31PM -0600, Curtis Lehman wrote: > > Hi, > > > > I have been trying to load the latest RPM modules for hotplug > > but I have run into a problem with the rpm manager. It won't seem to > > install the latest hotplug rpm packages. I think it has something to > > do with the fact that they have been broken out to two packages. I am > > running on Redhat 9.0. I have tried searching through the hotplug > > developers mailing list, but know one seems to have had this problem > > before. I am not real strong in the RPM usage department, so I would > > appreciate any suggestions on how to get the package installed. I was > > afraid to force the removal of the old package given the dependencies. > > Below is an output of what I have tried. > > Try loading both of them at the same time: > rpm -Uhv hotplug-2003_05_01-1.noarch.rpm hotplug-base-2003_05_01-1.noarch.rpm > > It does seem that -2003_05_01-1 is detected as an "older" package. I > thought I would not have this problem with the way I named the versions, > but I guess not. Anyone have any ideas about that? It doesn't look like that to me. It just looks like a dependancy problem where you need to specify both packages on the same command line like you suggested. None of the error messages suggest that rpm thinks the 2003_05_01 package is older. JE ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (2 preceding siblings ...) 2003-05-23 1:03 ` Johannes Erdfelt @ 2003-05-23 22:19 ` Greg KH 2004-02-16 15:15 ` christophe.varoqui ` (11 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: Greg KH @ 2003-05-23 22:19 UTC (permalink / raw) To: linux-hotplug On Thu, May 22, 2003 at 09:03:10PM -0400, Johannes Erdfelt wrote: > On Thu, May 22, 2003, Greg KH <greg@kroah.com> wrote: > > On Thu, May 22, 2003 at 01:49:31PM -0600, Curtis Lehman wrote: > > > Hi, > > > > > > I have been trying to load the latest RPM modules for hotplug > > > but I have run into a problem with the rpm manager. It won't seem to > > > install the latest hotplug rpm packages. I think it has something to > > > do with the fact that they have been broken out to two packages. I am > > > running on Redhat 9.0. I have tried searching through the hotplug > > > developers mailing list, but know one seems to have had this problem > > > before. I am not real strong in the RPM usage department, so I would > > > appreciate any suggestions on how to get the package installed. I was > > > afraid to force the removal of the old package given the dependencies. > > > Below is an output of what I have tried. > > > > Try loading both of them at the same time: > > rpm -Uhv hotplug-2003_05_01-1.noarch.rpm hotplug-base-2003_05_01-1.noarch.rpm > > > > It does seem that -2003_05_01-1 is detected as an "older" package. I > > thought I would not have this problem with the way I named the versions, > > but I guess not. Anyone have any ideas about that? > > It doesn't look like that to me. It just looks like a dependancy problem > where you need to specify both packages on the same command line like > you suggested. > > None of the error messages suggest that rpm thinks the 2003_05_01 > package is older. No, that's not shown in these messages, I saw it when I installed the packages on one of my boxes. Hm, the rpm version of apt keeps wanting to install the old version of hotplug too, I'll look into this... thanks, greg k-h ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (3 preceding siblings ...) 2003-05-23 22:19 ` Greg KH @ 2004-02-16 15:15 ` christophe.varoqui 2004-10-09 13:36 ` Emilia Greenberg ` (10 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: christophe.varoqui @ 2004-02-16 15:15 UTC (permalink / raw) To: linux-scsi, dm-devel, linux-lvm, linux-hotplug-devel Hello, I would like to submit this doc to your criticism. Beware, the english will certainly be awful, as I'm not anglozone native. I will take any guidance about what to do to make it useful for the widest audiance. http://christophe.varoqui.free.fr/multipath.html regards, cvaroqui -- ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id\x1356&alloc_id438&opÌk _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (4 preceding siblings ...) 2004-02-16 15:15 ` christophe.varoqui @ 2004-10-09 13:36 ` Emilia Greenberg 2004-12-04 11:58 ` pablarribas ` (9 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: Emilia Greenberg @ 2004-10-09 13:36 UTC (permalink / raw) To: linux-hotplug Hi again, Here is Emilia Greenberg. I write to you because we are accepting your mortgage application. Our office confirms you can get a $220.000 lo¿n for a $252.00 per month payment. Approval process will take 1 minute, so please fill out the form on our website: http://commandant-allowance.webrefi.net Thank you. Best Regards Emilia Greenberg First Account Manager ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_idU88&alloc_id\x12065&op=click _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (5 preceding siblings ...) 2004-10-09 13:36 ` Emilia Greenberg @ 2004-12-04 11:58 ` pablarribas 2004-12-05 2:58 ` Kay Sievers ` (8 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: pablarribas @ 2004-12-04 11:58 UTC (permalink / raw) To: linux-hotplug Another wait_for_sysfs error. I came across this one trying to make the atmelwlan sourceforge driver: Dec 3 13:29:40 localhost kernel: usb 1-1: new full speed USB device using address 4 Dec 3 13:29:40 localhost kernel: usb vendor/product\x1371/13 Dec 3 13:29:40 localhost kernel: usbvnet5_2958: driver version 2.0.1.0, compiled Dec 3 2004 11:46:34 (dbg_mask x0) Dec 3 13:29:40 localhost kernel: MAC addr 00:08:A1:6B:8B:B6 firmware 1.103.0.175 Dec 3 13:29:41 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:29:45 localhost last message repeated 6 times Dec 3 13:29:46 localhost wait_for_sysfs[3626]: either wait_for_sysfs (udev 039) needs an update to handle the device '/class/net/atml0' properly (no device symlink) or the sysfs-support of your device's driver needs to be fixed, please report to <linux-hotplug-devel@lists.sourceforge.net> Dec 3 13:29:46 localhost kernel: ip_tables: (C) 2000-2002 Netfilter core team Dec 3 13:29:46 localhost dhclient: sit0: unknown hardware address type 776 Dec 3 13:29:46 localhost kernel: -> vnet_open(atml0) Dec 3 13:29:46 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:29:47 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:29:47 localhost dhclient: sit0: unknown hardware address type 776 Dec 3 13:29:47 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:29:48 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:29:49 localhost dhclient: DHCPDISCOVER on atml0 to 255.255.255.255 port 67 interval 4 Dec 3 13:29:49 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:29:52 localhost last message repeated 4 times Dec 3 13:29:53 localhost dhclient: DHCPDISCOVER on atml0 to 255.255.255.255 port 67 interval 8 Dec 3 13:29:53 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:30:00 localhost last message repeated 9 times Dec 3 13:30:01 localhost dhclient: DHCPDISCOVER on atml0 to 255.255.255.255 port 67 interval 9 Dec 3 13:30:01 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:30:09 localhost last message repeated 10 times Dec 3 13:30:10 localhost dhclient: DHCPDISCOVER on atml0 to 255.255.255.255 port 67 interval 18 Dec 3 13:30:10 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:30:27 localhost last message repeated 20 times Dec 3 13:30:28 localhost dhclient: DHCPDISCOVER on atml0 to 255.255.255.255 port 67 interval 11 Dec 3 13:30:28 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:30:38 localhost last message repeated 13 times Dec 3 13:30:39 localhost dhclient: DHCPDISCOVER on atml0 to 255.255.255.255 port 67 interval 11 Dec 3 13:30:39 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:30:49 localhost last message repeated 12 times Dec 3 13:30:50 localhost dhclient: No DHCPOFFERS received. Dec 3 13:30:50 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... Dec 3 13:31:21 localhost last message repeated 39 times Dec 3 13:32:22 localhost last message repeated 75 times Dec 3 13:33:23 localhost last message repeated 76 times Dec 3 13:34:24 localhost last message repeated 76 times What can I do to make it work? (If there is something...) Thanks ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (6 preceding siblings ...) 2004-12-04 11:58 ` pablarribas @ 2004-12-05 2:58 ` Kay Sievers 2005-04-05 18:58 ` craig ` (7 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: Kay Sievers @ 2004-12-05 2:58 UTC (permalink / raw) To: linux-hotplug On Sat, 2004-12-04 at 12:58 +0100, pablarribas@vodafone.es wrote: > Another wait_for_sysfs error. I came across this one trying to make the atmelwlan sourceforge driver: > Dec 3 13:29:40 localhost kernel: usb 1-1: new full speed USB device using address 4 > Dec 3 13:29:40 localhost kernel: usb vendor/product\x1371/13 > Dec 3 13:29:40 localhost kernel: usbvnet5_2958: driver version 2.0.1.0, compiled Dec 3 2004 11:46:34 (dbg_mask x0) > Dec 3 13:29:40 localhost kernel: MAC addr 00:08:A1:6B:8B:B6 firmware 1.103.0.175 > Dec 3 13:29:41 localhost kernel: Sending Authentication Request with Transaction Sequence Number:1... > Dec 3 13:29:45 localhost last message repeated 6 times > Dec 3 13:29:46 localhost wait_for_sysfs[3626]: either wait_for_sysfs (udev 039) needs an update to handle the device '/class/net/atml0' properly (no device symlink) or the sysfs-support of your device's driver needs to be fixed, please report to <linux-hotplug-devel@lists.sourceforge.net> > What can I do to make it work? (If there is something...) The message is unrelated to your nonworking device. A later versions of udev will not print it. Thanks and good luck, Kay ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (7 preceding siblings ...) 2004-12-05 2:58 ` Kay Sievers @ 2005-04-05 18:58 ` craig 2005-04-05 20:23 ` Patrick Mansfield ` (6 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: craig @ 2005-04-05 18:58 UTC (permalink / raw) To: linux-hotplug Hello! I am trying to get this card (Xircom CEM56 Ethernet/Modem) to work: Apr 5 20:17:16 copper cardmgr[6692]: socket 1: Xircom CEM56 Ethernet/Modem Apr 5 20:17:16 copper cardmgr[6692]: executing: 'modprobe xirc2ps_cs' Apr 5 20:17:16 copper cardmgr[6692]: executing: 'modprobe serial_cs' Apr 5 20:17:16 copper wait_for_sysfs[16006]: error: unknown bus, please report to <linux-hotplug-devel@lists.sourceforge.net> 'pcmcia' Apr 5 20:17:16 copper wait_for_sysfs[16006]: either wait_for_sysfs (udev 045) needs an update to handle the device '/devices/pci0000:00/0000:00:0b.1/1.0' properly (unknown bus) or the sysfs-support of your device's driver needs to be fixed, please report to <linux-hotplug-devel@lists.sourceforge.net> Apr 5 20:17:19 copper eth%d: MII link partner: 05e1 Apr 5 20:17:19 copper eth%d: MII selected Apr 5 20:17:19 copper cardmgr[6692]: executing: './network start eth0' Apr 5 20:17:19 copper eth%d: media 100BaseT, silicon revision 5 Apr 5 20:17:19 copper eth0: Xircom: port 0x300, irq 10, hwaddr 00:10:A4:D1:52:11 Apr 5 20:17:19 copper ttyS3 at I/O 0x2e8 (irq = 10) is a 16550A Apr 5 20:17:19 copper wait_for_sysfs[16028]: error: unknown bus, please report to <linux-hotplug-devel@lists.sourceforge.net> 'pcmcia' Apr 5 20:17:19 copper wait_for_sysfs[16060]: error: unknown bus, please report to <linux-hotplug-devel@lists.sourceforge.net> 'pcmcia' Apr 5 20:17:19 copper wait_for_sysfs[16060]: either wait_for_sysfs (udev 045) needs an update to handle the device '/devices/pci0000:00/0000:00:0b.1/1.1' properly (unknown bus) or the sysfs-support of your device's driver needs to be fixed, please report to <linux-hotplug-devel@lists.sourceforge.net> Apr 5 20:17:20 copper cardmgr[6692]: + * WARNING: "net.eth0" has already been started. Apr 5 20:17:20 copper rc-scripts: WARNING: "net.eth0" has already been started. Apr 5 20:17:20 copper cardmgr[6692]: executing: './serial start eth0' Apr 5 20:17:20 copper cardmgr[6692]: + expr: syntax error Apr 5 20:17:20 copper cardmgr[6692]: + ./MAKEDEV eth0 Apr 5 20:17:20 copper cardmgr[6692]: + ./serial: line 1: ./MAKEDEV: No such file or directory Apr 5 20:17:22 copper eth0: MII link partner: 05e1 Apr 5 20:17:22 copper eth0: MII selected Apr 5 20:17:22 copper eth0: media 100BaseT, silicon revision 5 Well, there are some errors, but LAN still works. Though I have no idea how to use the modem... /dev/ttyS0 and /dev/ttyS1 do not work (I tried with minicom). Craig ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (8 preceding siblings ...) 2005-04-05 18:58 ` craig @ 2005-04-05 20:23 ` Patrick Mansfield 2005-05-04 17:30 ` Layne Garrett Pedersen ` (5 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: Patrick Mansfield @ 2005-04-05 20:23 UTC (permalink / raw) To: linux-hotplug This has been covered multiple times: http://search.gmane.org/search.php?query=needs+an+update+to+handle+the+device&email=kay.sievers%40vrfy.org&group=gmane.linux.hotplug.devel&sortÚte On Tue, Apr 05, 2005 at 08:58:57PM +0200, craig@haquarter.de wrote: > report to <linux-hotplug-devel@lists.sourceforge.net> 'pcmcia' > Apr 5 20:17:16 copper wait_for_sysfs[16006]: either wait_for_sysfs (udev > 045) needs an update to handle the device > '/devices/pci0000:00/0000:00:0b.1/1.0' properly (unknown bus) or the ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (9 preceding siblings ...) 2005-04-05 20:23 ` Patrick Mansfield @ 2005-05-04 17:30 ` Layne Garrett Pedersen 2005-05-04 17:40 ` Kay Sievers ` (4 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: Layne Garrett Pedersen @ 2005-05-04 17:30 UTC (permalink / raw) To: linux-hotplug Can you give me more information on the following error? " io wait_for_sysfs[5797]: either wait_for_sysfs (udev 039) needs an update to handle the device '/class/scsi_device' properly (no device symlink) or the sysfs-support of your device's driver needs to be fixed, please report to <linux-hotplug-devel@lists.sourceforge.net> " best regards, Layne Pedersen ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (10 preceding siblings ...) 2005-05-04 17:30 ` Layne Garrett Pedersen @ 2005-05-04 17:40 ` Kay Sievers 2005-05-06 13:27 ` Victor Riquelme Durán ` (3 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: Kay Sievers @ 2005-05-04 17:40 UTC (permalink / raw) To: linux-hotplug On Wed, 2005-05-04 at 11:30 -0600, Layne Garrett Pedersen wrote: > Can you give me more information on the following error? Sure, update your ancient udev version and this will go away. > " > io wait_for_sysfs[5797]: either wait_for_sysfs (udev 039) needs > an update to handle the device '/class/scsi_device' properly (no device > symlink) or the sysfs-support of your device's driver needs to be fixed, > please report to <linux-hotplug-devel@lists.sourceforge.net> > " Kay ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (11 preceding siblings ...) 2005-05-04 17:40 ` Kay Sievers @ 2005-05-06 13:27 ` Victor Riquelme Durán 2005-05-16 22:50 ` Kay Sievers ` (2 subsequent siblings) 15 siblings, 0 replies; 17+ messages in thread From: Victor Riquelme Durán @ 2005-05-06 13:27 UTC (permalink / raw) To: linux-hotplug [-- Attachment #1: Type: text/plain, Size: 16663 bytes --] Hello, Can you help me, what is It? Victor Riquelme Durán <mailto:vriquelme@ctr.cl> vriquelme@ctr.cl /var/log/messages May 6 09:14:36 r-matriz wait_for_sysfs[2739]: either wait_for_sysfs (udev 039) needs an update to handle the device '/class/net/eth5.318' properly (no device symlink) or the sysfs-support of your device's driver needs to be fixed, please report to <linux-hotplug-devel@lists.sourceforge.net> May 6 09:14:36 r-matriz wait_for_sysfs[2733]: either wait_for_sysfs (udev 039) needs an update to handle the device '/class/net/eth4.343' properly (no device symlink) or the sysfs-support of your device's driver needs to be fixed, please report to linux-hotplug-devel@lists.sourceforge.net [root@r-matriz log]# cat dmesg Linux version 2.6.9-1.667 (bhcompile@tweety.build.redhat.com) (gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)) #1 Tue Nov 2 14:41:25 EST 2004 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000000ffc0000 (usable) BIOS-e820: 000000000ffc0000 - 000000000fff8000 (ACPI data) BIOS-e820: 000000000fff8000 - 0000000010000000 (ACPI NVS) BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) BIOS-e820: 00000000ffb80000 - 00000000ffc00000 (reserved) BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) 0MB HIGHMEM available. 255MB LOWMEM available. zapping low mappings. On node 0 totalpages: 65472 DMA zone: 4096 pages, LIFO batch:1 Normal zone: 61376 pages, LIFO batch:14 HighMem zone: 0 pages, LIFO batch:1 DMI 2.3 present. ACPI: RSDP (v000 AMI ) @ 0x000ff980 ACPI: RSDT (v001 D850MV MV85010A 0x20011114 MSFT 0x00001011) @ 0x0fff0000 ACPI: FADT (v001 D850MV MV85010A 0x20011114 MSFT 0x00001011) @ 0x0fff1000 ACPI: MADT (v001 D850MV MV85010A 0x20011114 MSFT 0x00001011) @ 0x0ffe36ef ACPI: DSDT (v001 D850MV MV85010A 0x00000004 MSFT 0x0100000b) @ 0x00000000 ACPI: PM-Timer IO Port: 0x408 Built 1 zonelists Kernel command line: ro root=LABEL=/1 rhgb quiet mapped 4G/4G trampoline to ffff4000. Initializing CPU#0 CPU 0 irqstacks, hard=023d5000 soft=023d4000 PID hash table entries: 1024 (order: 10, 16384 bytes) Detected 1595.329 MHz processor. Using tsc for high-res timesource Console: colour VGA+ 80x25 Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Memory: 255176k/261888k available (2068k kernel code, 6092k reserved, 647k data, 144k init, 0k highmem) Calibrating delay loop... 3145.72 BogoMIPS (lpj=1572864) Security Scaffold v1.0.0 initialized SELinux: Initializing. SELinux: Starting in permissive mode There is already a security framework initialized, register_security failed. selinux_register_security: Registering secondary module capability Capability LSM initialized as secondary Mount-cache hash table entries: 512 (order: 0, 4096 bytes) CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000 CPU: Trace cache: 12K uops, L1 D cache: 8K CPU: L2 cache: 256K CPU: After all inits, caps: 3febf3ff 00000000 00000000 00000080 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. CPU0: Intel P4/Xeon Extended MCE MSRs (12) available CPU: Intel(R) Pentium(R) 4 CPU 1.60GHz stepping 02 Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Checking 'hlt' instruction... OK. ACPI: IRQ9 SCI: Level Trigger. checking if image is initramfs... it is Freeing initrd memory: 387k freed NET: Registered protocol family 16 PCI: PCI BIOS revision 2.10 entry at 0xfda95, last bus=4 PCI: Using configuration type 1 mtrr: v2.0 (20020519) ACPI: Subsystem revision 20040816 ACPI: Interpreter enabled ACPI: Using PIC for interrupt routing ACPI: PCI Root Bridge [PCI0] (00:00) PCI: Probing PCI hardware (bus 00) PCI: Transparent bridge - 0000:00:1e.0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT] ACPI: Power Resource [FDDP] (off) ACPI: Power Resource [URP1] (off) ACPI: Power Resource [URP2] (off) ACPI: Power Resource [LPTP] (off) ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) Linux Plug and Play Support v0.97 (c) Adam Belay usbcore: registered new driver usbfs usbcore: registered new driver hub PCI: Using ACPI for IRQ routing ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5 ACPI: PCI interrupt 0000:00:1f.2[D] -> GSI 5 (level, low) -> IRQ 5 ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9 ACPI: PCI interrupt 0000:00:1f.3[B] -> GSI 9 (level, low) -> IRQ 9 ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10 ACPI: PCI interrupt 0000:00:1f.4[C] -> GSI 10 (level, low) -> IRQ 10 ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 9 (level, low) -> IRQ 9 ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 11 (level, low) -> IRQ 11 ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11 ACPI: PCI interrupt 0000:02:08.0[A] -> GSI 11 (level, low) -> IRQ 11 ACPI: PCI interrupt 0000:03:04.0[A] -> GSI 9 (level, low) -> IRQ 9 ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 11 ACPI: PCI interrupt 0000:03:05.0[A] -> GSI 11 (level, low) -> IRQ 11 ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 11 ACPI: PCI interrupt 0000:03:06.0[A] -> GSI 11 (level, low) -> IRQ 11 ACPI: PCI interrupt 0000:03:07.0[A] -> GSI 10 (level, low) -> IRQ 10 ACPI: PCI interrupt 0000:04:04.0[A] -> GSI 11 (level, low) -> IRQ 11 ACPI: PCI interrupt 0000:04:05.0[A] -> GSI 11 (level, low) -> IRQ 11 ACPI: PCI interrupt 0000:04:06.0[A] -> GSI 10 (level, low) -> IRQ 10 ACPI: PCI interrupt 0000:04:07.0[A] -> GSI 9 (level, low) -> IRQ 9 apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac) apm: overridden by ACPI. audit: initializing netlink socket (disabled) audit(1115370816.277:0): initialized Total HugeTLB memory allocated, 0 VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) SELinux: Registering netfilter hooks Initializing Cryptographic API ksign: Installing public key data Loading keyring - Added public key 6ECDA687281A73E5 - User ID: Red Hat, Inc. (Kernel Module GPG key) pci_hotplug: PCI Hot Plug PCI Core version: 0.5 vesafb: probe of vesafb0 failed with error -6 ACPI: Processor [CPU1] (supports C1) isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found Real Time Clock Driver v1.12 Linux agpgart interface v0.100 (c) Dave Jones agpgart: Detected an Intel i850 Chipset. agpgart: Maximum main memory to use for agp memory: 203M agpgart: AGP aperture is 64M @ 0xf8000000 serio: i8042 AUX port at 0x60,0x64 irq 12 serio: i8042 KBD port at 0x60,0x64 irq 1 Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize divert: not allocating divert_blk for non-ethernet device lo Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ICH2: IDE controller at PCI slot 0000:00:1f.1 ICH2: chipset revision 4 ICH2: not 100% native mode: will probe irqs later ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:pio Probing IDE interface ide0... hda: WDC WD400EB-00CPF0, ATA DISK drive Using cfq io scheduler ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Probing IDE interface ide1... hdc: CD-ROM 56X/AKH, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 Probing IDE interface ide2... ide2: Wait for ready failed before probe ! Probing IDE interface ide3... ide3: Wait for ready failed before probe ! Probing IDE interface ide4... ide4: Wait for ready failed before probe ! Probing IDE interface ide5... ide5: Wait for ready failed before probe ! hda: max request size: 128KiB hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100) hda: cache flushes not supported hda: hda1 hda2 hda3 hda4 < hda5 hda6 > hdc: ATAPI 52X CD-ROM drive, 192kB Cache, DMA Uniform CD-ROM driver Revision: 3.20 ide-floppy driver 0.99.newide usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.0:USB HID core driver mice: PS/2 mouse device common for all mice input: AT Translated Set 2 keyboard on isa0060/serio0 input: PS/2 Logitech Mouse on isa0060/serio1 md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27 NET: Registered protocol family 2 IP: routing cache hash table of 512 buckets, 16Kbytes TCP: Hash tables configured (established 16384 bind 4681) Initializing IPsec netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 ACPI: (supports S0 S1 S4 S5) ACPI wakeup devices: PBTN PCI1 NEC0 NEC1 NEC2 UAR1 UAR2 USB USB2 AC9 SMB Freeing unused kernel memory: 144k freed kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. security: 3 users, 4 roles, 280 types, 16 bools security: 53 classes, 5494 rules SELinux: Completing initialization. SELinux: Setting up existing superblocks. SELinux: initialized (dev hda2, type ext3), uses xattr SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts SELinux: initialized (dev mqueue, type mqueue), not configured for labeling SELinux: initialized (dev hugetlbfs, type hugetlbfs), not configured for labeling SELinux: initialized (dev devpts, type devpts), uses transition SIDs SELinux: initialized (dev eventpollfs, type eventpollfs), uses genfs_contexts SELinux: initialized (dev pipefs, type pipefs), uses task SIDs SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts SELinux: initialized (dev sockfs, type sockfs), uses task SIDs SELinux: initialized (dev proc, type proc), uses genfs_contexts SELinux: initialized (dev bdev, type bdev), uses genfs_contexts SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts inserting floppy driver for 2.6.9-1.667 Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 sundance.c:v1.01+LK1.09a 10-Jul-2003 Written by Donald Becker http://www.scyld.com/network/sundance.html ACPI: PCI interrupt 0000:03:04.0[A] -> GSI 9 (level, low) -> IRQ 9 divert: allocating divert_blk for eth0 eth0: D-Link DFE-580TX 4 port Server Adapter at 0xbc00, 00:0d:88:c5:b4:14, IRQ 9. eth0: MII PHY found at address 1, status 0x7829 advertising 01e1. ACPI: PCI interrupt 0000:03:05.0[A] -> GSI 11 (level, low) -> IRQ 11 divert: allocating divert_blk for eth1 eth1: D-Link DFE-580TX 4 port Server Adapter at 0xb880, 00:0d:88:c5:b4:15, IRQ 11. eth1: MII PHY found at address 1, status 0x7829 advertising 01e1. ACPI: PCI interrupt 0000:03:06.0[A] -> GSI 11 (level, low) -> IRQ 11 divert: allocating divert_blk for eth2 eth2: D-Link DFE-580TX 4 port Server Adapter at 0xb800, 00:0d:88:c5:b4:16, IRQ 11. eth2: MII PHY found at address 1, status 0x7829 advertising 01e1. ACPI: PCI interrupt 0000:03:07.0[A] -> GSI 10 (level, low) -> IRQ 10 divert: allocating divert_blk for eth3 eth3: D-Link DFE-580TX 4 port Server Adapter at 0xb480, 00:0d:88:c5:b4:17, IRQ 10. eth3: MII PHY found at address 1, status 0x7829 advertising 01e1. ACPI: PCI interrupt 0000:04:04.0[A] -> GSI 11 (level, low) -> IRQ 11 divert: allocating divert_blk for eth4 eth4: D-Link DFE-580TX 4 port Server Adapter at 0xcc00, 00:0d:88:c5:b4:24, IRQ 11. eth4: MII PHY found at address 1, status 0x7829 advertising 01e1. ACPI: PCI interrupt 0000:04:05.0[A] -> GSI 11 (level, low) -> IRQ 11 divert: allocating divert_blk for eth5 eth5: D-Link DFE-580TX 4 port Server Adapter at 0xc880, 00:0d:88:c5:b4:25, IRQ 11. eth5: MII PHY found at address 1, status 0x7829 advertising 01e1. ACPI: PCI interrupt 0000:04:06.0[A] -> GSI 10 (level, low) -> IRQ 10 divert: allocating divert_blk for eth6 eth6: D-Link DFE-580TX 4 port Server Adapter at 0xc800, 00:0d:88:c5:b4:26, IRQ 10. eth6: MII PHY found at address 1, status 0x7829 advertising 01e1. ACPI: PCI interrupt 0000:04:07.0[A] -> GSI 9 (level, low) -> IRQ 9 divert: allocating divert_blk for eth7 eth7: D-Link DFE-580TX 4 port Server Adapter at 0xc480, 00:0d:88:c5:b4:27, IRQ 9. eth7: MII PHY found at address 1, status 0x7829 advertising 01e1. e100: Intel(R) PRO/100 Network Driver, 3.0.27-k2-NAPI e100: Copyright(c) 1999-2004 Intel Corporation ACPI: PCI interrupt 0000:02:08.0[A] -> GSI 11 (level, low) -> IRQ 11 divert: allocating divert_blk for eth8 e100: eth8: e100_probe: addr 0xfeaff000, irq 11, MAC addr 00:03:47:EC:34:60 ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 9 (level, low) -> IRQ 9 PCI: Setting latency timer of device 0000:00:1f.5 to 64 intel8x0_measure_ac97_clock: measured 49314 usecs intel8x0: clocking to 41136 hw_random hardware driver 1.0.0 loaded USB Universal Host Controller Interface driver v2.2 ACPI: PCI interrupt 0000:00:1f.2[D] -> GSI 5 (level, low) -> IRQ 5 uhci_hcd 0000:00:1f.2: UHCI Host Controller PCI: Setting latency timer of device 0000:00:1f.2 to 64 uhci_hcd 0000:00:1f.2: irq 5, io base 0000ef40 SELinux: initialized (dev usbdevfs, type usbdevfs), uses genfs_contexts uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1 hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected ACPI: PCI interrupt 0000:00:1f.4[C] -> GSI 10 (level, low) -> IRQ 10 uhci_hcd 0000:00:1f.4: UHCI Host Controller PCI: Setting latency timer of device 0000:00:1f.4 to 64 uhci_hcd 0000:00:1f.4: irq 10, io base 0000ef80 uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2 hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. usb 2-2: new full speed USB device using address 2 hub 2-2:1.0: USB hub found hub 2-2:1.0: 4 ports detected ACPI: Power Button (FF) [PWRF] EXT3 FS on hda2, internal journal device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm@uk.sistina.com cdrom: open failed. kjournald starting. Commit interval 5 seconds EXT3 FS on hda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. SELinux: initialized (dev hda1, type ext3), uses xattr SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs kjournald starting. Commit interval 5 seconds EXT3 FS on hda3, internal journal EXT3-fs: mounted filesystem with ordered data mode. SELinux: initialized (dev hda3, type ext3), uses xattr kjournald starting. Commit interval 5 seconds EXT3 FS on hda5, internal journal EXT3-fs: mounted filesystem with ordered data mode. SELinux: initialized (dev hda5, type ext3), uses xattr Adding 522072k swap on /dev/hda6. Priority:-1 extents:1 SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts [-- Attachment #2: Type: text/html, Size: 62284 bytes --] ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (12 preceding siblings ...) 2005-05-06 13:27 ` Victor Riquelme Durán @ 2005-05-16 22:50 ` Kay Sievers 2005-06-02 11:52 ` Rajat Jain 2005-06-05 7:21 ` shubhrangam 15 siblings, 0 replies; 17+ messages in thread From: Kay Sievers @ 2005-05-16 22:50 UTC (permalink / raw) To: linux-hotplug On Fri, 2005-05-06 at 09:27 -0400, Victor Riquelme Durán wrote: > Can you help me, what is It? Get your udev package updated and this will go away. Kay ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id\x16344&opÌk _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (13 preceding siblings ...) 2005-05-16 22:50 ` Kay Sievers @ 2005-06-02 11:52 ` Rajat Jain 2005-06-05 7:21 ` shubhrangam 15 siblings, 0 replies; 17+ messages in thread From: Rajat Jain @ 2005-06-02 11:52 UTC (permalink / raw) To: linux-hotplug Hi, I'm using 2.6 Kernel. I'm having a (Hot-pluggable) Qlogic HBA plugged into a PCI Express Slot. I want to fake an hot-unplug event for this HBA, without physically removing it from the slot. Basically what I want is that while the HBA is still physically present at the slot, I want to fire a command / program that would fake the hot-unplug event for this slot, and thus will deregister the HBA from Linux. Ideally, I want to do this from userspace. But if it is not possible, then I can go for a kernel module as well. I think that this feature was made available by "Fake PCI Hot plug controller Driver", but I believe that can only be used if my system does not have REAL hot-plugging slots. Can "Fake PCI Hot-plug Controller Driver" and "PCI Express Hot-plug Controller Driver" Co-exist ??? (So that I can manually give fake unplug event and THEN remove the device; While hot-plugging, I want PCI Express HPC driver to take care of every thing) Is it possible to do what I am trying to do? TIA, Rajat __________________________________ Discover Yahoo! Find restaurants, movies, travel and more fun for the weekend. Check it out! http://discover.yahoo.com/weekend.html ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
* (no subject) 2003-05-22 19:49 (no subject) Curtis Lehman ` (14 preceding siblings ...) 2005-06-02 11:52 ` Rajat Jain @ 2005-06-05 7:21 ` shubhrangam 15 siblings, 0 replies; 17+ messages in thread From: shubhrangam @ 2005-06-05 7:21 UTC (permalink / raw) To: linux-hotplug ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r _______________________________________________ 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 ^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2005-06-05 7:21 UTC | newest] Thread overview: 17+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-05-22 19:49 (no subject) Curtis Lehman 2003-05-22 21:10 ` Greg KH 2003-05-22 22:41 ` Curtis Lehman 2003-05-23 1:03 ` Johannes Erdfelt 2003-05-23 22:19 ` Greg KH 2004-02-16 15:15 ` christophe.varoqui 2004-10-09 13:36 ` Emilia Greenberg 2004-12-04 11:58 ` pablarribas 2004-12-05 2:58 ` Kay Sievers 2005-04-05 18:58 ` craig 2005-04-05 20:23 ` Patrick Mansfield 2005-05-04 17:30 ` Layne Garrett Pedersen 2005-05-04 17:40 ` Kay Sievers 2005-05-06 13:27 ` Victor Riquelme Durán 2005-05-16 22:50 ` Kay Sievers 2005-06-02 11:52 ` Rajat Jain 2005-06-05 7:21 ` shubhrangam
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).