Comment 12 for bug 184944

Revision history for this message
Olivier Blanc (olivier-blanc) wrote :

I do have the same problem.
Here are the information required :

Before insertion :

olivier@bibi-3:~$ gvfs-mount -li
Drive(0): Lecteur de stockage de masse
  Type: GProxyDrive (GProxyVolumeMonitorHal)
  ids:
   hal-udi: '/org/freedesktop/Hal/devices/storage_serial_SATA_WDC_WD800BEVS_2_WD_WXEY07195309'
   unix-device: '/dev/sda'
  themed icons: [drive-removable-media] [drive-removable] [drive]
  is_media_removable=0
  has_media=1
  is_media_check_automatic=0
  can_poll_for_media=0
  can_eject=0
  Volume(0): ACER
    Type: GProxyVolume (GProxyVolumeMonitorHal)
    ids:
     uuid: 'B0E0100EE00FDA0C'
     hal-udi: '/org/freedesktop/Hal/devices/volume_uuid_B0E0100EE00FDA0C'
     unix-device: '/dev/sda2'
     label: 'ACER'
    uuid=B0E0100EE00FDA0C
    themed icons: [drive-removable-media] [drive-removable] [drive]
    can_mount=1
    can_eject=0
Drive(1): Lecteur CD-RW/DVD-ROM
  Type: GProxyDrive (GProxyVolumeMonitorHal)
  ids:
   hal-udi: '/org/freedesktop/Hal/devices/storage_model_CD_RW_CRX880A'
   unix-device: '/dev/sr0'
  themed icons: [drive-optical-recorder] [drive-optical] [drive]
  is_media_removable=1
  has_media=0
  is_media_check_automatic=1
  can_poll_for_media=1
  can_eject=1

After insertion :

olivier@bibi-3:~$ gvfs-mount -li
Drive(0): Lecteur de stockage de masse
  Type: GProxyDrive (GProxyVolumeMonitorHal)
  ids:
   hal-udi: '/org/freedesktop/Hal/devices/storage_serial_SATA_WDC_WD800BEVS_2_WD_WXEY07195309'
   unix-device: '/dev/sda'
  themed icons: [drive-removable-media] [drive-removable] [drive]
  is_media_removable=0
  has_media=1
  is_media_check_automatic=0
  can_poll_for_media=0
  can_eject=0
  Volume(0): ACER
    Type: GProxyVolume (GProxyVolumeMonitorHal)
    ids:
     uuid: 'B0E0100EE00FDA0C'
     hal-udi: '/org/freedesktop/Hal/devices/volume_uuid_B0E0100EE00FDA0C'
     unix-device: '/dev/sda2'
     label: 'ACER'
    uuid=B0E0100EE00FDA0C
    themed icons: [drive-removable-media] [drive-removable] [drive]
    can_mount=1
    can_eject=0
Drive(1): Lecteur CD-RW/DVD-ROM
  Type: GProxyDrive (GProxyVolumeMonitorHal)
  ids:
   hal-udi: '/org/freedesktop/Hal/devices/storage_model_CD_RW_CRX880A'
   unix-device: '/dev/sr0'
  themed icons: [drive-optical-recorder] [drive-optical] [drive]
  is_media_removable=1
  has_media=0
  is_media_check_automatic=1
  can_poll_for_media=1
  can_eject=1

Here is the trace of lshal --monitor :
olivier@bibi-3:~/trav/workspace/deploiement/outils-virtualisation$ lshal --monitor

Start monitoring devicelist:
-------------------------------------------------
15:17:21.877: pci_104c_803b_mmc_host added
15:17:25.030: computer_power_supply_battery_BAT0 property battery.voltage.current = 12496 (0x30d0)
15:18:09.979: pci_104c_803b_mmc_host removed

Can I provide mode informations ?

Thanks for your help

Olivier