Sjoerd Simons wrote:
Please tail -f .xsession-errors or if that doesn't give usefull output run
gnome-volume-manager byhand in your gnome session.

Sjoerd

Good Morning Sjoerd, hope you managed to sleep more than my kids let me :)

here is tail -f (hope it makes sense to you and I am also appending the output of syslog where you see what udev does.

Thank you and take care,
Bob

PS I am very very confused Joerd. For some reason this morning the udev rule does not appear to be triggering and the /dev/usbkey* device therefore not created. this is even though the memkey is the same of the rule. I am therefore also appending the rule and the udevinfo.

tail -f .xsession-errors upon insertion of memkey

libhal.c 911 : Error sending msg: No property info.capabilities on device with id /org/freedesktop/Hal/devices/usb_device_8ec_11_200_-1_0206430D0A001CBC
libhal.c 911 : Error sending msg: No property info.capabilities on device with id /org/freedesktop/Hal/devices/usb_device_8ec_11_200_-1_0206430D0A001CBC
manager.c/818: New Device: /org/freedesktop/Hal/devices/usb_usb_device_8ec_11_200_-1_0206430D0A001CBC_0
libhal.c 911 : Error sending msg: No property info.capabilities on device with id /org/freedesktop/Hal/devices/usb_usb_device_8ec_11_200_-1_0206430D0A001CBC_0
libhal.c 911 : Error sending msg: No property info.capabilities on device with id /org/freedesktop/Hal/devices/usb_usb_device_8ec_11_200_-1_0206430D0A001CBC_0
manager.c/818: New Device: /org/freedesktop/Hal/devices/scsi_host_0
manager.c/818: New Device: /org/freedesktop/Hal/devices/scsi_0_0_0_0
libhal.c 911 : Error sending msg: No property info.capabilities on device with id /org/freedesktop/Hal/devices/scsi_0_0_0_0
libhal.c 911 : Error sending msg: No property info.capabilities on device with id /org/freedesktop/Hal/devices/scsi_0_0_0_0


syslog tracing the same event

Mar 23 07:20:16 localhost kernel: USB Mass Storage support registered.
Mar 23 07:20:16 localhost usb.agent[8101]: usb-storage: loaded successfullyMar 23 07:20:16 localhost kernel: usb-storage: device found at 2
Mar 23 07:20:16 localhost kernel: usb-storage: waiting for device to settle before scanning
Mar 23 07:20:21 localhost kernel: Vendor: IBM Model: Memory Key Rev: 3.04
Mar 23 07:20:21 localhost kernel: Type: Direct-Access ANSI SCSI revision: 00
Mar 23 07:20:21 localhost kernel: SCSI device sda: 127840 512-byte hdwr sectors
(65 MB)
Mar 23 07:20:21 localhost kernel: sda: assuming Write Enabled
Mar 23 07:20:21 localhost kernel: sda: assuming drive cache: write through
Mar 23 07:20:21 localhost kernel: SCSI device sda: 127840 512-byte hdwr sectors
(65 MB)
Mar 23 07:20:21 localhost kernel: sda: assuming Write Enabled
Mar 23 07:20:21 localhost kernel: sda: assuming drive cache: write through
Mar 23 07:20:21 localhost kernel: sda: sda1
Mar 23 07:20:21 localhost kernel: Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Mar 23 07:20:21 localhost kernel: usb-storage: device scan complete
Mar 23 07:20:21 localhost scsi.agent[8170]: sd_mod: loaded sucessfully (for disk)


[EMAIL PROTECTED]:/etc/udev/rules.d$ ls -l 00.ibm.64m.usbkey.rules
-rw-r--r-- 1 root root 117 2005-03-21 11:26 00.ibm.64m.usbkey.rules
[EMAIL PROTECTED]:/etc/udev/rules.d$ cat 00.ibm.64m.usbkey.rules
BUS="usb", SYSFS{manufacturer}="IBM", SYSFS{serial}="0206430D0A001CBC",SYMLINK="usbkey%n", GROUP="disk", MODE="0660"


t40:/etc/udev/rules.d# udevinfo -a -p /sys/block/sda/sda1
looking at the device chain at

(...snip ...)

'/sys/devices/pci0000:00/0000:00:1d.1/usb2/2-1' :
    BUS="usb"
    ID="2-1"
    DRIVER="usb"
    SYSFS{bConfigurationValue}="1"
    SYSFS{bDeviceClass}="00"
    SYSFS{bDeviceProtocol}="00"
    SYSFS{bDeviceSubClass}="00"
    SYSFS{bMaxPower}=" 94mA"
    SYSFS{bNumConfigurations}="1"
    SYSFS{bNumInterfaces}=" 1"
    SYSFS{bcdDevice}="0200"
    SYSFS{bmAttributes}="80"
    SYSFS{detach_state}="0"
    SYSFS{devnum}="3"
    SYSFS{idProduct}="0011"
    SYSFS{idVendor}="08ec"
    SYSFS{manufacturer}="IBM"
    SYSFS{maxchild}="0"
    SYSFS{product}="USB 2.0 Memory Key"
    SYSFS{serial}="0206430D0A001CBC"
    SYSFS{speed}="12"
    SYSFS{version}=" 2.00"



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to