Memory card not working
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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.
drivers 18.04 xps mmc memory-card
add a comment |Â
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.
drivers 18.04 xps mmc memory-card
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
add a comment |Â
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.
drivers 18.04 xps mmc memory-card
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.
drivers 18.04 xps mmc memory-card
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
add a comment |Â
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
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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