Summary: | sys-apps/hal-0.5.7.1 isn't properly detecting my sata cdrom properties | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Travis Hansen <travisghansen> |
Component: | Current packages | Assignee: | Project Gentopia <gentopia> |
Status: | VERIFIED NEEDINFO | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Travis Hansen
2006-08-18 10:10:20 UTC
# udi = '/org/freedesktop/Hal/devices/storage_model_DVD__RW_DW_Q58A' # info.addons = {'hald-addon-storage'} (string list) # block.storage_device = '/org/freedesktop/Hal/devices/storage_model_DVD__RW_DW_Q58A' (string) # info.udi = '/org/freedesktop/Hal/devices/storage_model_DVD__RW_DW_Q58A' (string) # storage.cdrom.write_speeds = {'4234'} (string list) # storage.cdrom.write_speed = 4234 (0x108a) (int) # storage.cdrom.read_speed = 4234 (0x108a) (int) # storage.cdrom.support_media_changed = true (bool) # storage.cdrom.hddvdrw = false (bool) # storage.cdrom.hddvdr = false (bool) # storage.cdrom.hddvd = false (bool) # storage.cdrom.bdre = false (bool) # storage.cdrom.bdr = false (bool) # storage.cdrom.bd = false (bool) # storage.cdrom.dvdplusrdl = true (bool) # storage.cdrom.dvdplusrw = true (bool) # storage.cdrom.dvdplusr = true (bool) # storage.cdrom.dvdram = false (bool) # storage.cdrom.dvdrw = false (bool) # storage.cdrom.dvdr = true (bool) # storage.cdrom.dvd = true (bool) # storage.cdrom.cdrw = true (bool) # storage.cdrom.cdr = true (bool) # storage.requires_eject = true (bool) # storage.hotpluggable = false (bool) # info.capabilities = {'storage', 'block', 'storage.cdrom'} (string list) # info.category = 'storage' (string) # info.product = 'DVD+-RW DW-Q58A' (string) # info.vendor = 'SONY' (string) # storage.removable = true (bool) # storage.physical_device = '/org/freedesktop/Hal/devices/pci_8086_27c4_scsi_host_scsi_device_lun0' (string) # storage.lun = 0 (0x0) (int) # storage.firmware_version = 'UDS2' (string) # storage.vendor = 'SONY' (string) # storage.model = 'DVD+-RW DW-Q58A' (string) # storage.drive_type = 'cdrom' (string) # storage.automount_enabled_hint = true (bool) # storage.media_check_enabled = true (bool) # storage.no_partitions_hint = true (bool) # storage.bus = 'scsi' (string) # block.is_volume = false (bool) # block.minor = 0 (0x0) (int) # block.major = 11 (0xb) (int) # block.device = '/dev/sr0' (string) # linux.hotplug_type = 3 (0x3) (int) # info.parent = '/org/freedesktop/Hal/devices/pci_8086_27c4_scsi_host_scsi_device_lun0' (string) # linux.sysfs_path_device = '/sys/block/sr0' (string) # linux.sysfs_path = '/sys/block/sr0' (string) # Pastebin of hal 0.5.7 dvd-rw drive # udi = '/org/freedesktop/Hal/devices/pci_8086_27c4_scsi_host_scsi_device_lun0' # info.udi = '/org/freedesktop/Hal/devices/pci_8086_27c4_scsi_host_scsi_device_lun0' (string) # linux.subsystem = 'scsi' (string) # linux.hotplug_type = 1 (0x1) (int) # scsi.type = 'cdrom' (string) # scsi.vendor = 'SONY' (string) # scsi.model = 'DVD+-RW DW-Q58A' (string) # info.product = 'SCSI Device' (string) # info.linux.driver = 'sr' (string) # scsi.lun = 0 (0x0) (int) # scsi.target = 0 (0x0) (int) # scsi.bus = 0 (0x0) (int) # scsi.host = 1 (0x1) (int) # info.parent = '/org/freedesktop/Hal/devices/pci_8086_27c4_scsi_host' (string) # info.bus = 'scsi' (string) # linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1f.2/host1/target1:0:0/1:0:0:0' (string) # linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.2/host1/target1:0:0/1:0:0:0' (string) Pastebin from 0.5.7.1 It's a CD-ROM only correct? No write capabilities? (In reply to comment #2) > It's a CD-ROM only correct? No write capabilities? > DVD-RW See the first couple lines from comment #1 (which is from the working 5.7) Is this resolved with -r3 and latest udev 104-r9 ? It's working ok with hal-0.5.7.1-r4 and udev-104-r9. |