[Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-05-11 Thread Launchpad Bug Tracker
[Expired for checkbox (Ubuntu) because there has been no activity for 60 days.] ** Changed in: checkbox (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-12 Thread Brendan Donegan
Hi Greg, When you get a chance can you run this script as well? import dbus bus = dbus.SystemBus() ud_mgr_obj = bus.get_object(org.freedesktop.UDisks, /org/freedesktop/UDisks) ud_mgr = dbus.Interface(ud_mgr_obj, org.freedesktop.UDisks) for dev in ud_mgr.EnumerateDevices(): try:

Re: [Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-06 Thread Brendan Donegan
On 05/03/12 19:17, Jeff Lane wrote: On 03/03/2012 01:42 PM, Brendan Donegan wrote: I'm curious to know what kind of icon displays on the launcher when the card is inserted? Is it an SD card icon or a plain old disk icon? If it's an SD card icon that would be good, as at least *someone* knows

[Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-06 Thread Brendan Donegan
If we just add test for the scsi category then the test may pick up any hard disk, not necessarily one with an SD card reader on it. I want to have a look at the system to see if UDisks has some way of telling the difference, but currently it isn't accessible in the lab. -- You received this bug

[Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-05 Thread Greg Vallande
Hi Brendan, I just tested this and yes it appears as a regular disk not on the USB or sdio bus. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944939 Title: [Lenovo e320] Checkbox fails to

Re: [Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-05 Thread Jeff Lane
On 03/03/2012 01:42 PM, Brendan Donegan wrote: I'm curious to know what kind of icon displays on the launcher when the card is inserted? Is it an SD card icon or a plain old disk icon? If it's an SD card icon that would be good, as at least *someone* knows how to tell that an SD card reader is

[Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-05 Thread Tim Chen
This controller is Realtek Semiconductor Co., Ltd.: RTS5116 PCI Express Card Reader with module, sdhci-pci. I like to give it a try but there's no system in Taipei adapted this controller. This controller can be seen on several Lenovo systems as below.

[Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-03 Thread Brendan Donegan
I'm curious to know what kind of icon displays on the launcher when the card is inserted? Is it an SD card icon or a plain old disk icon? If it's an SD card icon that would be good, as at least *someone* knows how to tell that an SD card reader is on the SCSI bus. If it's a plain old disk then

[Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-02 Thread Greg Vallande
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944939 Title: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine To manage notifications about this bug go to:

[Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-02 Thread Greg Vallande
** Attachment added: Syslog (e320) https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/944939/+attachment/2801787/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944939 Title:

[Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-02 Thread Greg Vallande
** Attachment added: checkbox-certlog https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/944939/+attachment/2801796/+files/checkbox-certification.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-02 Thread Greg Vallande
Update: I ran the following per roadmr's suggestion to try and narrow down what is going on here: import dbus bus = dbus.SystemBus() umo=bus.get_object('org.freedesktop.UDisks','/org/freedesktop/UDisks') um = dbus.Interface(umo,'org.freedesktop.UDisks') for dev in um.EnumerateDevices(): do

[Bug 944939] Re: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test works fine

2012-03-02 Thread Greg Vallande
** Changed in: checkbox (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944939 Title: [Lenovo e320] Checkbox fails to detect the SD and SDHC - Manual test