Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
05-29-2017, 06:25 AM
|
#1
|
Senior Member
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,849
Rep: 
|
RealTek RTS5286 PCI Express Card Reader trouble
Hya
A card reader on my laptop (Debian testing amd64 4.9.6-r1t) does not work. I remember this card reader worked quite a while ago. There is not much trouble with this module with web search.
lspci says
Code:
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5286 PCI Express Card Reader (rev 01)
Its driver is rtsx_pci, which is built in.
lshw reads:
Code:
description: Unassigned class
product: RTS5286 PCI Express Card Reader
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list
configuration: driver=rtsx_pci latency=0
resources: irq:26 memory:f7400000-f740ffff
syslog reads:
Code:
May 29 19:45:44 Pen15guin kernel: [ 1.243097] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 26
But nothing happens when card is inserted. (dmesg stays quiet!!)
Other usb ports work well (mouse, memory stick)
I guess that a correct kernel module recognizes hardware, and has irq assigned.
Why nothing happens? Could this be hardware failure??
I appreciate any suggestion.
Thanks in advance
|
|
|
05-29-2017, 03:29 PM
|
#2
|
Moderator
Registered: Mar 2008
Posts: 22,361
|
Supposed to be in these kernels. https://cateee.net/lkddb/web-lkddb/MFD_RTSX_PCI.html
That doesn't mean your kernel has it or is using it correctly. See what modprobe command shows. May have to blacklist or add in.
Just for grin's I'd try a few live media booted distro's to see what they do. We tend to assume the card reader is OK and the sd card is OK but not proven yet.
Last edited by jefro; 05-29-2017 at 03:30 PM.
|
|
|
05-29-2017, 07:08 PM
|
#3
|
Senior Member
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,849
Original Poster
Rep: 
|
Hya
Thanks for your reply.
With 4.9.6-rt1,
I have tried both kernel-built-in and module. None of them works. modprobe says irq message only (shown in message #1), no error.
I also tried with kernel 4.8.11-rt5 without success.
I will update.
cheers
|
|
|
05-29-2017, 08:19 PM
|
#4
|
Moderator
Registered: Mar 2008
Posts: 22,361
|
Last edited by jefro; 05-29-2017 at 08:21 PM.
|
|
|
06-12-2017, 01:25 AM
|
#5
|
Senior Member
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,849
Original Poster
Rep: 
|
Hya
Apology for delay.
I followed the links. Not much progress.
Using rts_pstor (from github) did not resolve. (compiled well, no error on load. But did not work with the reader.)
I will update
cheers.
|
|
|
06-13-2017, 10:39 PM
|
#6
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
Some of the Realtek card readers are in "staging drivers" in the kernel config, and may not be enabled by default.
|
|
|
06-14-2017, 02:08 AM
|
#7
|
Senior Member
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,849
Original Poster
Rep: 
|
Hya
Thanks for your post.
I checked the one under staging driver (rts5208) without success.
I also checked old kernels, 3.16.7-ckt11 4.8.11-rt5, without success.
I will update,
cheers
|
|
|
06-15-2017, 07:43 PM
|
#8
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
Here it's in staging: http://cateee.net/lkddb/web-lkddb/RTS5208.html
Try
Code:
$ grep 5208 /boot/config-kernel_version
and see if it's enabled.
|
|
|
06-19-2017, 06:39 AM
|
#9
|
Senior Member
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,849
Original Poster
Rep: 
|
Hya
Thanks for your post.
Yes, it was there. When I modprobe'd the module, a message saying that something like "use rtsx_pci" appeared.
|
|
|
06-19-2017, 03:33 PM
|
#10
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
OK, good. We're getting closer.
|
|
|
02-11-2019, 06:36 AM
|
#11
|
LQ Newbie
Registered: Feb 2019
Posts: 2
Rep: 
|
Anyone found a solution for this problem?
I got the same issue with the same sd card on my Dell latitude 7490 running Debian Buster
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
Subsystem: Dell RTS525A PCI Express Card Reader
Flags: bus master, fast devsel, latency 0, IRQ 122
Memory at ec100000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: rtsx_pci
Kernel modules: rtsx_pci
[237795.943201] mmc0: error -110 whilst initialising SD card
[237797.287292] mmc0: error -110 whilst initialising SD card
[237798.631138] mmc0: error -110 whilst initialising SD card
[238571.451304] mmc0: error -110 whilst initialising SD card
[238572.791318] mmc0: error -110 whilst initialising SD card
[238574.147231] mmc0: error -110 whilst initialising SD card
[241374.559189] mmc0: error -110 whilst initialising SD card
[241375.903203] mmc0: error -110 whilst initialising SD card
[241377.247141] mmc0: error -110 whilst initialising SD card
|
|
|
02-12-2019, 02:12 AM
|
#12
|
Senior Member
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,849
Original Poster
Rep: 
|
Hya,
For some reason, (after several system upgrades), the card reader works, if rtsx_pci is loaded. (need to modprobe rtsx_pci when not loaded)
Even when precompiled image is used, situation is same.
My penguin does not complain as yours, (-110... SD card).
cheers
|
|
|
02-12-2019, 05:02 AM
|
#13
|
LQ Newbie
Registered: Feb 2019
Posts: 2
Rep: 
|
Quote:
Originally Posted by kaz2100
Hya,
For some reason, (after several system upgrades), the card reader works, if rtsx_pci is loaded. (need to modprobe rtsx_pci when not loaded)
Even when precompiled image is used, situation is same.
My penguin does not complain as yours, (-110... SD card).
cheers
|
What distro do you use? I run Debian Buster non-free
|
|
|
02-13-2019, 01:39 AM
|
#14
|
Senior Member
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,849
Original Poster
Rep: 
|
Hya
Debian buster(amd64)
cheers
|
|
|
10-19-2021, 09:36 PM
|
#15
|
Senior Member
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,849
Original Poster
Rep: 
|
After a long interval, the card slot is dead again.
Current system, Debian testing, kernel 5.10
Even when rtsx_pci is loaded, nothing happens, (no trace in syslog, messges, kern.log...)
|
|
|
All times are GMT -5. The time now is 04:21 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|