Are there chances for support ENE Technology SD card reader (UB6250)?
Hello. I downloaded Liquorix when I read, it solves a problem with some software (cameras etc.). I got in my laptop built-in SD card reader, listed by lsusb:
:: Code :: ID 0cf2:6250 ENE Technology, Inc. SD card reader (UB6250)Back to top |
|||||
This module is already part of the Linux kernel, in the staging tree. What happens if you type, modprobe keucr?
:: Code :: $ sudo modinfo keucr
filename: /lib/modules/3.3.0-7.dmz.1-liquorix-amd64/kernel/drivers/staging/keucr/keucr.ko license: GPL description: ENE USB Mass Storage driver for Linux author: Domao alias: usb:v0CF2p6250d*dc*dsc*dp*ic*isc*ip* alias: usb:v0CF2p6230d*dc*dsc*dp*ic*isc*ip* alias: usb:v058Fp6366d*dc*dsc*dp*ic*isc*ip* depends: scsi_mod staging: Y intree: Y vermagic: 3.3.0-7.dmz.1-liquorix-amd64 SMP preempt mod_unload modversions Back to top |
|||||
:: damentz wrote :: What happens if you type, modprobe keucr?[new user link] Of course I remembered to use sudo, and result of modinfo keucr is the same as yours, before and after modprobe. :( Now I see it's not a Liquorix or not Liquorix issue… I should look for help maybe on other places, but if You can and want to help me, I'll be glad. Back to top |
|||||
Your picture indicates to me that it's being detected, but that's all.
What happens if you look for the drive or SD card using gparted? It could just be that it's not exposing itself to udev properly and you'll have to mount any card inserted manually. If that's the case, you should try listing the contents of /dev to see if you see anything new after plugging in your SD card. Back to top |
|||||
hi
a google came up with the link below but a short summary without quote boxes with some culling ----------------------------------------------------- The drive is identified as 0cf2 ENE UB6250 id: 6250 the module is present in eneub6250.ko-ums /Lib/modules/3.2.0-0.bpo.1-486/kernel/drivers/usb/storage/ums-eneub6250.ko (this was kernel quoted above....yours will differ) But missing the firmware, as reported by udev in / dev / .udev / firmware-missing :: Code ::
$ ls /dev/.udev/firmware-missing ene-ub6250\x2fsd_init1.bin iwlwifi-1000-6.ucode that expects a file named x2fsd_init1.bin this leads to an error of I / O and the creation of the only device sdb, however unreadable. so try downloading the firmware dl.dropbox.com/u/1379722/linux-firmware/kernel-firmware-20111025git-1.7.1.noarch.rpm then unpack the rpm and extract the firmware to the target folder for firmware :: Code ::
sudo rpm2cpio kernel-firmware-20111025git-1.7.1.noarch.rpm | cpio -idmv sudo cp -r lib/firmware/ene-ub6250/ /lib/firmware/ and the translated page is translate.google.co.nz/translate?hl=en&sl=it&u=http://forum.debianizzati.org/viewtopic.php%3Fnomobile%3D1%26f%3D24%26t%3D45485%26start%3D15&ei=3ThVT83KPIHBiQfY0rz4Cw&sa=X&oi=translate&ct=result&resnum=2&ved=0CDMQ7gEwAQ&prev=/search%3Fq%3D3.2.0-0.bpo%2Bums_eneub6250%26hl%3Den%26client%3Dfirefox-a%26hs%3D2UM%26rls%3Dorg.mozilla:en-US:official%26prmd%3Dimvns Back to top |
|||||
Nice find aus9, that's that last piece to the puzzle. He has the module but is missing the firmware to utilize the hardware.
Back to top |
|||||
Great job, Guys. That was it! Now it works, thanks a lot! :)
Back to top |
|||||
All times are GMT - 8 Hours
|