Yes, the problem still exists.

$ gnome-power-bugreport.sh
Distro version:       DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.04
DISTRIB_CODENAME=feisty
DISTRIB_DESCRIPTION="Ubuntu 7.04"
Kernel version:       2.6.20-16-generic
HAL version:          0.5.9
System manufacturer:  Dell Inc.
System version:       missing
System product:       OptiPlex GX620
AC adapter present:   no
Battery present:      yes
Laptop panel present: no
CPU scaling present:  no
Battery Information:
  battery.charge_level.current = 100  (0x64)  (int)
  battery.charge_level.percentage = 100  (0x64)  (int)
  battery.charge_level.unit = 'percent'  (string)
  battery.model = 'TRIPP LITE UPS '  (string)
  battery.present = true  (bool)
  battery.rechargeable.is_charging = true  (bool)
  battery.rechargeable.is_discharging = false  (bool)
  battery.remaining_time = 1395  (0x573)  (int)
  battery.reporting.current = 100  (0x64)  (int)
  battery.reporting.percentage = 100  (0x64)  (int)
  battery.reporting.technology = 'PbAc'  (string)
  battery.reporting.unit = 'percent'  (string)
  battery.serial = 'FW-2263 E '  (string)
  battery.technology = 'lead-acid'  (string)
  battery.type = 'ups'  (string)


$ hal-find-by-capability --capability "battery"
/org/freedesktop/Hal/devices/usb_device_9ae_2007_FW_2263_E_if0_hiddev


$ hal-find-by-capability --capability "battery" | xargs -n 1 hal-device
udi = '/org/freedesktop/Hal/devices/usb_device_9ae_2007_FW_2263_E_if0_hiddev'
  linux.device_file = '/dev/hiddev0'  (string)
  battery.model = 'TRIPP LITE UPS '  (string)
  battery.serial = 'FW-2263 E '  (string)
  battery.rechargeable.is_charging = true  (bool)
  battery.present = true  (bool)
  battery.type = 'ups'  (string)
  hiddev.product = 'Tripp Lite  TRIPP LITE UPS '  (string)
  battery.charge_level.percentage = 100  (0x64)  (int)
  battery.reporting.percentage = 100  (0x64)  (int)
  info.capabilities = { 'hiddev', 'battery' } (string list)
  hiddev.device = '/dev/hiddev0'  (string)
  info.udi = 
'/org/freedesktop/Hal/devices/usb_device_9ae_2007_FW_2263_E_if0_hiddev'  
(string)
  battery.technology = 'lead-acid'  (string)
  linux.subsystem = 'usb'  (string)
  battery.charge_level.unit = 'percent'  (string)
  battery.reporting.technology = 'PbAc'  (string)
  battery.remaining_time = 1395  (0x573)  (int)
  battery.reporting.unit = 'percent'  (string)
  info.product = 'Tripp Lite  TRIPP LITE UPS '  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  hiddev.application_pages = { 'Power Device Page' } (string list)
  linux.sysfs_path = '/sys/class/usb/hiddev0'  (string)
  info.addons = { 'hald-addon-hid-ups' } (string list)
  info.category = 'hiddev'  (string)
  battery.reporting.current = 100  (0x64)  (int)
  battery.charge_level.current = 100  (0x64)  (int)
  info.parent = 
'/org/freedesktop/Hal/devices/usb_device_9ae_2007_FW_2263_E_if0'  (string)
  battery.rechargeable.is_discharging = false  (bool)


$ hal-find-by-capability --capability "battery" | xargs -t -n 1 
hal-get-property --key battery.rechargeable.is_charging --udi
hal-get-property --key battery.rechargeable.is_charging --udi 
/org/freedesktop/Hal/devices/usb_device_9ae_2007_FW_2263_E_if0_hiddev
true

There were no text output from the 'lshal -m' or the 'dbus-monitor'
command.

-- 
Power Management Status icon displays incorrectly for Tripp Lite UPS
https://bugs.launchpad.net/bugs/66835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to