Memory card not working

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I have a Dell XPS 15 9560 running Ubuntu 18.04 and I can't seem to get the memory card working. Everything I've tried, looking at other threads on here and elsewhere, but to no avail. Below is the details:



 $ lspci -vvnn -s 03:00.0
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)
Subsystem: Dell RTS525A PCI Express Card Reader [1028:07be]
Physical Slot: 1
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 135
Region 1: Memory at ed400000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: rtsx_pci
Kernel modules: rtsx_pci

$ lsmod | grep rtsx
rtsx_usb 20480 0
rtsx_pci_ms 20480 0
memstick 16384 1 rtsx_pci_ms
rtsx_pci_sdmmc 24576 0
rtsx_pci 57344 2 rtsx_pci_sdmmc,rtsx_pci_ms

$ ls -la /dev | grep mmc
$ sudo rmmod rtsx_pci_sdmmc rtsx_pci_ms rtsx_pci
$ sudo modprobe rtsx_pci
$ ls -la /dev | grep mmc


Based on the above, it's quite clear the module is loaded and ready, but the memory card is not seen by the kernel.



Other people seem to have success by inserting the memory card before boot, but that doesn't seem to work for me.



From memory this worked fine in 17.10.



Any help or pointers would be much appreciated.







share|improve this question



















  • Yes! I've tried multiple SD cards, none of them work on my laptop, but work on other machines. All the ones I've tried are SDHC
    – Hosh Sadiq
    Jun 7 at 20:58










  • SD vs SDHC should not be a problem, as Dell dell.com/en-us/shop/dell-laptops/xps-15/spd/xps-15-9560-laptop says it works. My apologies for the red herring.
    – K7AAY
    Jun 7 at 22:34














up vote
0
down vote

favorite












I have a Dell XPS 15 9560 running Ubuntu 18.04 and I can't seem to get the memory card working. Everything I've tried, looking at other threads on here and elsewhere, but to no avail. Below is the details:



 $ lspci -vvnn -s 03:00.0
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)
Subsystem: Dell RTS525A PCI Express Card Reader [1028:07be]
Physical Slot: 1
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 135
Region 1: Memory at ed400000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: rtsx_pci
Kernel modules: rtsx_pci

$ lsmod | grep rtsx
rtsx_usb 20480 0
rtsx_pci_ms 20480 0
memstick 16384 1 rtsx_pci_ms
rtsx_pci_sdmmc 24576 0
rtsx_pci 57344 2 rtsx_pci_sdmmc,rtsx_pci_ms

$ ls -la /dev | grep mmc
$ sudo rmmod rtsx_pci_sdmmc rtsx_pci_ms rtsx_pci
$ sudo modprobe rtsx_pci
$ ls -la /dev | grep mmc


Based on the above, it's quite clear the module is loaded and ready, but the memory card is not seen by the kernel.



Other people seem to have success by inserting the memory card before boot, but that doesn't seem to work for me.



From memory this worked fine in 17.10.



Any help or pointers would be much appreciated.







share|improve this question



















  • Yes! I've tried multiple SD cards, none of them work on my laptop, but work on other machines. All the ones I've tried are SDHC
    – Hosh Sadiq
    Jun 7 at 20:58










  • SD vs SDHC should not be a problem, as Dell dell.com/en-us/shop/dell-laptops/xps-15/spd/xps-15-9560-laptop says it works. My apologies for the red herring.
    – K7AAY
    Jun 7 at 22:34












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a Dell XPS 15 9560 running Ubuntu 18.04 and I can't seem to get the memory card working. Everything I've tried, looking at other threads on here and elsewhere, but to no avail. Below is the details:



 $ lspci -vvnn -s 03:00.0
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)
Subsystem: Dell RTS525A PCI Express Card Reader [1028:07be]
Physical Slot: 1
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 135
Region 1: Memory at ed400000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: rtsx_pci
Kernel modules: rtsx_pci

$ lsmod | grep rtsx
rtsx_usb 20480 0
rtsx_pci_ms 20480 0
memstick 16384 1 rtsx_pci_ms
rtsx_pci_sdmmc 24576 0
rtsx_pci 57344 2 rtsx_pci_sdmmc,rtsx_pci_ms

$ ls -la /dev | grep mmc
$ sudo rmmod rtsx_pci_sdmmc rtsx_pci_ms rtsx_pci
$ sudo modprobe rtsx_pci
$ ls -la /dev | grep mmc


Based on the above, it's quite clear the module is loaded and ready, but the memory card is not seen by the kernel.



Other people seem to have success by inserting the memory card before boot, but that doesn't seem to work for me.



From memory this worked fine in 17.10.



Any help or pointers would be much appreciated.







share|improve this question











I have a Dell XPS 15 9560 running Ubuntu 18.04 and I can't seem to get the memory card working. Everything I've tried, looking at other threads on here and elsewhere, but to no avail. Below is the details:



 $ lspci -vvnn -s 03:00.0
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)
Subsystem: Dell RTS525A PCI Express Card Reader [1028:07be]
Physical Slot: 1
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 135
Region 1: Memory at ed400000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: rtsx_pci
Kernel modules: rtsx_pci

$ lsmod | grep rtsx
rtsx_usb 20480 0
rtsx_pci_ms 20480 0
memstick 16384 1 rtsx_pci_ms
rtsx_pci_sdmmc 24576 0
rtsx_pci 57344 2 rtsx_pci_sdmmc,rtsx_pci_ms

$ ls -la /dev | grep mmc
$ sudo rmmod rtsx_pci_sdmmc rtsx_pci_ms rtsx_pci
$ sudo modprobe rtsx_pci
$ ls -la /dev | grep mmc


Based on the above, it's quite clear the module is loaded and ready, but the memory card is not seen by the kernel.



Other people seem to have success by inserting the memory card before boot, but that doesn't seem to work for me.



From memory this worked fine in 17.10.



Any help or pointers would be much appreciated.









share|improve this question










share|improve this question




share|improve this question









asked Jun 6 at 21:43









Hosh Sadiq

55111




55111











  • Yes! I've tried multiple SD cards, none of them work on my laptop, but work on other machines. All the ones I've tried are SDHC
    – Hosh Sadiq
    Jun 7 at 20:58










  • SD vs SDHC should not be a problem, as Dell dell.com/en-us/shop/dell-laptops/xps-15/spd/xps-15-9560-laptop says it works. My apologies for the red herring.
    – K7AAY
    Jun 7 at 22:34
















  • Yes! I've tried multiple SD cards, none of them work on my laptop, but work on other machines. All the ones I've tried are SDHC
    – Hosh Sadiq
    Jun 7 at 20:58










  • SD vs SDHC should not be a problem, as Dell dell.com/en-us/shop/dell-laptops/xps-15/spd/xps-15-9560-laptop says it works. My apologies for the red herring.
    – K7AAY
    Jun 7 at 22:34















Yes! I've tried multiple SD cards, none of them work on my laptop, but work on other machines. All the ones I've tried are SDHC
– Hosh Sadiq
Jun 7 at 20:58




Yes! I've tried multiple SD cards, none of them work on my laptop, but work on other machines. All the ones I've tried are SDHC
– Hosh Sadiq
Jun 7 at 20:58












SD vs SDHC should not be a problem, as Dell dell.com/en-us/shop/dell-laptops/xps-15/spd/xps-15-9560-laptop says it works. My apologies for the red herring.
– K7AAY
Jun 7 at 22:34




SD vs SDHC should not be a problem, as Dell dell.com/en-us/shop/dell-laptops/xps-15/spd/xps-15-9560-laptop says it works. My apologies for the red herring.
– K7AAY
Jun 7 at 22:34















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1044300%2fmemory-card-not-working%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1044300%2fmemory-card-not-working%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491