From mboxrd@z Thu Jan 1 00:00:00 1970 From: shyam Date: Tue, 04 Jan 2005 08:23:07 +0000 Subject: wait_for_sysfs problem Message-Id: <41DA4F9B.7050008@multitech.co.in> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hi, This is my first port to the group. I have an exar modem Card for which I am supporting the driver for 2.6.x kernel. The driver which I use works fine with kernel 2.6.5 ( fedora core 2 ) distribution but does not work with kernel 2.6.9( fedora core 3 which I understand incorporates the udev feature. Also I observe that the device which is in the pci slot has a symbolic link to the "serial" driver which is in /sys/bus/pci/drivers/serial. So i am concerned that this serial driver gets installed and registers with the device before my driver. Can i write a udev rule such that my driver gets loaded and gets the symbolic link to the device in the /sys/bus/pci/driver// directory. Now during the registration of the driver I get the following /var/log/message . wait_for_sysfs[3794]: either wait_for_sysfs (udev039) needs an update to handle the device '/class/tty/cum25' properly ( class specific file unavailable) as the sysfs-support of your device driver needs to be fixed, please report to . ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ 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