09-19-2012, 10:16 AM
Hi
I'm using latest release (Generic PVR 2.0 1.95.7) on a Lenovo Q180 booting from a USB stick.
Everything works beautifully except for I cannot get OpenELEC to see cards in the integrated Realtek SD/xD/MS card reader (RTS5139). It seems to find and mount them okay when booting a Live Ubuntu 12.04 USB stick in the same machine.
OpenELEC (1.95.7 Generic):
Ubuntu (lubuntu 12.04 x64 booted from USB):
I know my comparison is a bit apples and oranges, however it looks like the card reader is identified differently but more significantly the openelec doesn't seem to try any SCSI emulation which is occurring in Ubuntu.
Does anyone have any idea of why this could be happening? Many thanks.
I'm using latest release (Generic PVR 2.0 1.95.7) on a Lenovo Q180 booting from a USB stick.
Everything works beautifully except for I cannot get OpenELEC to see cards in the integrated Realtek SD/xD/MS card reader (RTS5139). It seems to find and mount them okay when booting a Live Ubuntu 12.04 USB stick in the same machine.
OpenELEC (1.95.7 Generic):
Code:
# lsusb | grep "Realtek"
Bus 001 Device 005: ID 0bda:0139 Realtek Semiconductor Corp. Card reader
# dmesg | grep "scsi"
[ 0.806231] iscsi: registered transport (tcp)
[ 0.959494] scsi0 : ata_piix
[ 0.959671] scsi1 : ata_piix
[ 1.637566] scsi2 : usb-storage 1-3:1.0
[ 2.639134] scsi 2:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 0 CCS
[ 2.640133] sd 2:0:0:0: Attached scsi generic sg0 type 0
# ls /dev/sd*
/dev/sda /dev/sda1 /dev/sda2
Ubuntu (lubuntu 12.04 x64 booted from USB):
Code:
$ lsusb |grep "Realtek"
Bus 001 Device 004: ID 0bda:0139 Realtek Semiconductor Corp.
$ dmesg|grep "scsi"
[ 1.254639] scsi0 : ata_piix
[ 1.254818] scsi1 : ata_piix
[ 1.723629] scsi2 : usb-storage 1-3:1.0
[ 2.722309] scsi 2:0:0:0: Direct-Access USB DISK 2.0
PMAP PQ: 0 ANSI: 0 CCS
[ 2.723392] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 2.768229] scsi3 : usb-storage 6-2:1.0
[ 3.891428] scsi 3:0:0:0: Direct-Access Kingston DT 101 G2
PMAP PQ: 0 ANSI: 0 CCS
[ 3.892586] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 10.897085] scsi4 : SCSI emulation for RTS5139 USB card reader
[ 10.897848] scsi 4:0:0:0: Direct-Access Generic- xD/SD/M.S.
1.00 PQ: 0 ANSI: 0 CCS
[ 10.900866] sd 4:0:0:0: Attached scsi generic sg2 type 0
I know my comparison is a bit apples and oranges, however it looks like the card reader is identified differently but more significantly the openelec doesn't seem to try any SCSI emulation which is occurring in Ubuntu.
Does anyone have any idea of why this could be happening? Many thanks.