Bug 646761 - 0cf2:6250 ENE Technology, Inc. card reader not supported
Summary: 0cf2:6250 ENE Technology, Inc. card reader not supported
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 19
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-26 07:22 UTC by Volodymir
Modified: 2013-04-05 16:37 UTC (History)
9 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-04-05 16:37:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Sources of working cardreader driver, taken from launchpad. (63.65 KB, application/x-gzip)
2010-11-12 18:50 UTC, Volodymir
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Launchpad 530277 0 None None None Never

Description Volodymir 2010-10-26 07:22:42 UTC
Description of problem:

USB BUS DEVICE UNSUPPORTED: 0cf2:6250 ENE Technology, Inc. card reader unsupported

Version-Release number of selected component (if applicable): 2.6.32

How reproducible: 
Insert SD card in ENE cardreader.

Actual results:
Nothing happens.

Expected results:
A new SD card device to be mounted and to appear on desktop (or at least to be created in /dev). 

Additional info:
Actively discussed Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/530277

Comment 1 Volodymir 2010-10-26 14:20:25 UTC
AFAIK, here is Linpus Moblin source code for ENE cardreader driver.
http://ftp.twaren.net/Linux/Linpus/Acer_Linpus_Moblin_Lite/srpms/linpus-customize/kernel/driver-src/cardreader/ENE/

Comment 2 Bug Zapper 2010-11-03 09:18:42 UTC
This message is a reminder that Fedora 12 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 12.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '12'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 12's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 12 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Volodymir 2010-11-12 18:50:43 UTC
Created attachment 460127 [details]
Sources of working cardreader driver, taken from launchpad.

Comment 4 trailfodder 2011-05-09 04:33:12 UTC
Corrective action taken to resolve issue of SD card reader not recognized in Fedora 14.

Netbook:  Acer Aspireone D255E
OS:  Fedora 14, kernel 2.6.35.12-90.fc14.i686

/var/log/messages indicated the following when installing (and subsequent removal of) SD card in card reader:

May  8 18:37:34 intrepid kernel: [ 7156.261127] usb 1-5: new high speed USB device using ehci_hcd and address 4
May  8 18:37:35 intrepid kernel: [ 7156.376660] usb 1-5: New USB device found, idVendor=0cf2, idProduct=6250
May  8 18:37:35 intrepid kernel: [ 7156.376675] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=4
May  8 18:37:35 intrepid kernel: [ 7156.376686] usb 1-5: Product: UB6250
May  8 18:37:35 intrepid kernel: [ 7156.376693] usb 1-5: Manufacturer: ENE Flash 
May  8 18:37:35 intrepid kernel: [ 7156.376701] usb 1-5: SerialNumber: 606569746801
May  8 18:40:00 intrepid kernel: [ 7301.651118] usb 1-5: USB disconnect, address 4

Corrective action taken:
1.  Download https://launchpadlibrarian.net/58302715/keucr.tgz
2.  Extract object to ~/Downloads/keucr
3.  FROM ~/Downloads/keucr subdirectory, as root:
3a.  make -C /lib/modules/`uname -r`/build M=`pwd` clean
3b.  make -C /lib/modules/`uname -r`/build M=`pwd` modules
3c.  make -C /lib/modules/`uname -r`/build M=`pwd` modules_install

/var/log/messages of SD installation following the above steps:
May  8 21:25:36 intrepid kernel: [ 3749.167213] usb 1-5: new high speed USB device using ehci_hcd and address 6
May  8 21:25:37 intrepid kernel: [ 3749.282684] usb 1-5: New USB device found, idVendor=0cf2, idProduct=6250
May  8 21:25:37 intrepid kernel: [ 3749.282698] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=4
May  8 21:25:37 intrepid kernel: [ 3749.282709] usb 1-5: Product: UB6250       
May  8 21:25:37 intrepid kernel: [ 3749.282717] usb 1-5: Manufacturer: ENE Flash  
May  8 21:25:37 intrepid kernel: [ 3749.282724] usb 1-5: SerialNumber: 606569746801
May  8 21:25:37 intrepid kernel: [ 3749.284183] usb --- eucr_probe
May  8 21:25:37 intrepid kernel: [ 3749.287731] usb --- associate_dev
May  8 21:25:37 intrepid kernel: [ 3749.287748] usb --- get_device_info
May  8 21:25:37 intrepid kernel: [ 3749.287757] usb --- get_transport
May  8 21:25:37 intrepid kernel: [ 3749.287765] usb --- get_protocol
May  8 21:25:37 intrepid kernel: [ 3749.287775] us->pusb_dev->descriptor.idVendor = cf2
May  8 21:25:37 intrepid kernel: [ 3749.287785] us->pusb_dev->descriptor.idProduct = 6250
May  8 21:25:37 intrepid kernel: [ 3749.287794] usb --- get_pipes
May  8 21:25:37 intrepid kernel: [ 3749.287803] usb --- usb_stor_acquire_resources
May  8 21:25:37 intrepid kernel: [ 3749.287955] scsi6 : SCSI emulation for USB Mass Storage devices
May  8 21:25:37 intrepid kernel: [ 3749.288472] usb --- usb_stor_control_thread
May  8 21:25:37 intrepid kernel: [ 3749.291375] usb --- usb_stor_scan_thread
May  8 21:25:37 intrepid kernel: [ 3749.291388] EUCR : device found at 6
May  8 21:25:38 intrepid kernel: [ 3750.291454] EUCR : device scan complete
May  8 21:25:38 intrepid kernel: [ 3750.291644] scsi cmd 12 --- SCSIOP_INQUIRY
May  8 21:25:38 intrepid kernel: [ 3750.291654] --- Init Media ---
May  8 21:25:38 intrepid kernel: [ 3750.292024] MiscReg03 = 1
May  8 21:25:38 intrepid kernel: [ 3750.292031] transport --- ENE_SDInit
May  8 21:25:38 intrepid kernel: [ 3750.292038] SD_INIT1_PATTERN
May  8 21:25:38 intrepid kernel: [ 3750.403315] SD_INIT2_PATTERN
May  8 21:25:38 intrepid kernel: [ 3750.412542] Insert     = 1
May  8 21:25:38 intrepid kernel: [ 3750.412551] Ready      = 1
May  8 21:25:38 intrepid kernel: [ 3750.412558] IsMMC      = 0
May  8 21:25:38 intrepid kernel: [ 3750.412563] HiCapacity = 0
May  8 21:25:38 intrepid kernel: [ 3750.412569] HiSpeed    = 0
May  8 21:25:38 intrepid kernel: [ 3750.412574] WtP        = 0
May  8 21:25:38 intrepid kernel: [ 3750.412697] scsi 6:0:0:0: Direct-Access     USB2.0   CardReader       0100 PQ: 0 ANSI: 2
May  8 21:25:38 intrepid kernel: [ 3750.418127] scsi cmd 25 --- SCSIOP_READ_CAPACITY
May  8 21:25:38 intrepid kernel: [ 3750.418140] SD_SCSI_Read_Capacity
May  8 21:25:38 intrepid kernel: [ 3750.418149] bl_len = 200
May  8 21:25:38 intrepid kernel: [ 3750.418158] bl_num = 3c93ff
May  8 21:25:38 intrepid kernel: [ 3750.418236] sd 6:0:0:0: [sdb] 3970048 512-byte logical blocks: (2.03 GB/1.89 GiB)
May  8 21:25:38 intrepid kernel: [ 3750.418321] scsi cmd 1A --- SCSIOP_MODE_SENSE
May  8 21:25:38 intrepid kernel: [ 3750.418382] sd 6:0:0:0: [sdb] Write Protect is off
May  8 21:25:38 intrepid kernel: [ 3750.418407] sd 6:0:0:0: [sdb] Assuming drive cache: write through
May  8 21:25:38 intrepid kernel: [ 3750.428842] sd 6:0:0:0: Attached scsi generic sg1 type 0
May  8 21:25:38 intrepid kernel: [ 3750.435908] scsi cmd 1E --- SCSIOP_ALLOW_MEDIUM_REMOVAL
May  8 21:25:38 intrepid kernel: [ 3750.435917] transport --- BuildSenseBuffer
May  8 21:25:38 intrepid kernel: [ 3750.436875] scsi cmd 25 --- SCSIOP_READ_CAPACITY
May  8 21:25:38 intrepid kernel: [ 3750.436883] SD_SCSI_Read_Capacity
May  8 21:25:38 intrepid kernel: [ 3750.436889] bl_len = 200
May  8 21:25:38 intrepid kernel: [ 3750.436894] bl_num = 3c93ff
May  8 21:25:38 intrepid kernel: [ 3750.437132] scsi cmd 1A --- SCSIOP_MODE_SENSE
May  8 21:25:38 intrepid kernel: [ 3750.437183] sd 6:0:0:0: [sdb] Assuming drive cache: write through
May  8 21:25:38 intrepid kernel: [ 3750.437213]  sdb:SD_RW_PATTERN
May  8 21:25:38 intrepid kernel: [ 3750.445838]  sdb1
May  8 21:25:38 intrepid kernel: [ 3750.446543] scsi cmd 25 --- SCSIOP_READ_CAPACITY
May  8 21:25:38 intrepid kernel: [ 3750.446551] SD_SCSI_Read_Capacity
May  8 21:25:38 intrepid kernel: [ 3750.446556] bl_len = 200
May  8 21:25:38 intrepid kernel: [ 3750.446561] bl_num = 3c93ff
May  8 21:25:38 intrepid kernel: [ 3750.446642] scsi cmd 1A --- SCSIOP_MODE_SENSE
May  8 21:25:38 intrepid kernel: [ 3750.446684] sd 6:0:0:0: [sdb] Assuming drive cache: write through
May  8 21:25:38 intrepid kernel: [ 3750.446695] sd 6:0:0:0: [sdb] Attached SCSI removable disk

Comment 5 Josh Boyer 2011-08-24 16:19:10 UTC
The attached driver is in staging.  If it makes it out of staging we'll enable it in the kernel.

Comment 6 Fedora End Of Life 2013-04-03 18:43:22 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle.
Changing version to '19'.

(As we did not run this process for some time, it could affect also pre-Fedora 19 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19


Note You need to log in before you can comment on or make changes to this bug.