[SOLVED] SD card reader doesn't work (MX-16 on DELL Latitude 3150)

Report Bugs, Issues and non- package Requests
Message
Author
User avatar
JLS727
Posts: 40
Joined: Sat May 02, 2015 4:18 pm

Re: SD card reader doesn't work (MX-16 on DELL Latitude 3150)

#21 Post by JLS727 »

I have tried that work around, but it doesn't work on my computer. Thanks for the suggestion.

User avatar
Stevo
Developer
Posts: 12838
Joined: Fri Dec 15, 2006 8:07 pm

Re: SD card reader doesn't work (MX-16 on DELL Latitude 3150)

#22 Post by Stevo »

For the original poster, this link says to rebuild the initramfs once the conf file with the quirk parameter is created:

Code: Select all

sudo update-initramfs -u
Back in 2010, he also used a different quirk for the 02 Micro card reader and the kernel for that time:

Code: Select all

sdhci debug_quirks=0x40

User avatar
MX-16_fan
Posts: 331
Joined: Mon Feb 13, 2017 12:09 pm

Re: SD card reader doesn't work (MX-16 on DELL Latitude 3150)

#23 Post by MX-16_fan »

@Stevo:
Stevo wrote:For the original poster, this link says to rebuild the initramfs once the conf file with the quirk parameter is created:

Code: Select all

sudo update-initramfs -u
Back in 2010, he also used a different quirk for the 02 Micro card reader and the kernel for that time:

Code: Select all

sdhci debug_quirks=0x40
Thanks a lot for the hint, Stevo. I have to work on a different machine right now but I'll get back to the DELL concerning the SDXC issue as soon as my tasks on the other machine are finished.


Greetings, Joe

mihail_bc
Posts: 37
Joined: Sun May 21, 2017 4:24 pm

Re: SD card reader doesn't work (MX-16 on DELL Latitude 3150)

#24 Post by mihail_bc »

works fine on my 6430 latitude.

User avatar
MX-16_fan
Posts: 331
Joined: Mon Feb 13, 2017 12:09 pm

Re: SD card reader doesn't work (MX-16 on DELL Latitude 3150)

#25 Post by MX-16_fan »

@JLS727:
JLS727 wrote:Yesterday I installed the latest kernel from the test repo using MX Tools on my Latitude 3160. My computer would not even boot. It just kept giving errors due to SD card reader when trying to startup. I had to boot into the old kernel, which works except it does not recognize my sd card reader with an sd card larger than 32 gig. I finally was able to remove the new kernel by using synaptic and updating my grub menu. I was very surprised that a much newer kernel would work so badly on my hardware. :frown:
Same experience here. In the meantime I tested all newer Liquorix kernels available by now (I think the newest was 4.12). Still got an error message on booting up, concerning the card reader ("unknown").Plus with some kernels the whole system froze after a while. I wouldn't have thought that newer kernels work so badly either.


Greetings, and have a nice weekend, Joe

User avatar
MX-16_fan
Posts: 331
Joined: Mon Feb 13, 2017 12:09 pm

Re: SD card reader doesn't work (MX-16 on DELL Latitude 3150)

#26 Post by MX-16_fan »

@all:

Just noticed that strangely enough Ubuntu seems to support all O2 Micro SD card readers out of the box: https://certification.ubuntu.com/catalo ... 17%3A8520/. Any guesses about how they managed to get it running?


Greetings, Joe

User avatar
Jerry3904
Administrator
Posts: 21956
Joined: Wed Jul 19, 2006 6:13 am

Re: SD card reader doesn't work (MX-16 on DELL Latitude 3150)

#27 Post by Jerry3904 »

Based on Stretch?
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
MX-16_fan
Posts: 331
Joined: Mon Feb 13, 2017 12:09 pm

Re: SD card reader doesn't work (MX-16 on DELL Latitude 3150)

#28 Post by MX-16_fan »

@Jerry3904:
Jerry3904 wrote:Based on Stretch?
I'm not sure. Ubuntu 17.04 employs a 4.11 kernel, so this is no way newer than what is available in the MX-16 Test Repo. What do you think?


Greetings, and have a nice Sunday, Joe

User avatar
MX-16_fan
Posts: 331
Joined: Mon Feb 13, 2017 12:09 pm

Re: SD card reader doesn't work (MX-16 on DELL Latitude 3150)

#29 Post by MX-16_fan »

DOUBLE ENTRY - SORRY. PLEASE DELETE. THANK YOU.
Last edited by MX-16_fan on Mon Aug 07, 2017 3:52 am, edited 1 time in total.

User avatar
MX-16_fan
Posts: 331
Joined: Mon Feb 13, 2017 12:09 pm

Re: SD card reader doesn't work (MX-16 on DELL Latitude 3150)

#30 Post by MX-16_fan »

@Stevo, @all:
Stevo wrote:For the original poster, this link says to rebuild the initramfs once the conf file with the quirk parameter is created:

Code: Select all

sudo update-initramfs -u
Back in 2010, he also used a different quirk for the 02 Micro card reader and the kernel for that time:

Code: Select all

sdhci debug_quirks=0x40

Thanks! To sum up, here's what I'll try out:

* Go to /etc/modprobe.d/, and create a file named "sd-card-fix.conf" there:

Code: Select all

sudo leafpad /etc/modprobe.d/sd-card-fix.conf
* Put the following line into that file: options sdhci debug_quirks2="0x10000" (instead of the frequently recommended "0x04", cf. https://bugzilla.kernel.org/show_bug.cgi?id=109231#c3).
* Save it.
* Rebuild the initramfs:

Code: Select all

sudo update-initramfs -u
* Reboot.

I'll report on the results.


Greetings, Joe
Last edited by MX-16_fan on Mon Aug 07, 2017 4:06 am, edited 1 time in total.

Post Reply

Return to “Bugs and Non-Package Requests Forum”