SD card reader not working on Debian












0














I'm using Debian for about 6 months and my card reader never worked. I tried several solutions I found online with no luck.



How can I make it work?



Here's the output generated by lspci



00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 660] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK106 HDMI Audio Controller (rev a1)
03:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8892 (rev 10)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)


And the output from lsusb



Bus 002 Device 005: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader Controller
Bus 002 Device 003: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 056a:0302 Wacom Co., Ltd
Bus 001 Device 004: ID 045e:028e Microsoft Corp. Xbox360 Controller
Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


dmesg when I insert a card:



[74699.879295] ufs was compiled with read-only support, can't be mounted as read-write
[74896.798080] ufs was compiled with read-only support, can't be mounted as read-write
[74923.089671] sd 7:0:0:0: [sdc] No Caching mode page found
[74923.089677] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[74923.092706] sd 7:0:0:0: [sdc] No Caching mode page found
[74923.092711] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[74923.105427] sdc: sdc1 sdc2 sdc3
[74923.105895] ufs was compiled with read-only support, can't be mounted as read-write
[74999.985570] sdc: detected capacity change from 15707668480 to 0
[76189.915019] systemd-hostnamed[2816]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!









share|improve this question
























  • What's the dmesg output when you insert a card?
    – ernie
    Apr 15 '14 at 19:09










  • @ernie I just posted it.
    – 2013Asker
    Apr 15 '14 at 19:16






  • 3




    Looks like the card reader is working, you just can't mount the filesystem read/write. Have you tried mounting it manually with just read, e.g. sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt/point/here? Or tried a different card that's not in UFS?
    – ernie
    Apr 15 '14 at 19:28










  • @ernie think you can write it as an answer.... will be helpful for other people to found your answer
    – Philippe Gachoud
    Aug 31 at 11:23










  • sure . . . it was really just a stab in the dark, and it's not 100% clear that that's the answer, but I'll throw it out there.
    – ernie
    Sep 4 at 22:44
















0














I'm using Debian for about 6 months and my card reader never worked. I tried several solutions I found online with no luck.



How can I make it work?



Here's the output generated by lspci



00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 660] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK106 HDMI Audio Controller (rev a1)
03:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8892 (rev 10)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)


And the output from lsusb



Bus 002 Device 005: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader Controller
Bus 002 Device 003: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 056a:0302 Wacom Co., Ltd
Bus 001 Device 004: ID 045e:028e Microsoft Corp. Xbox360 Controller
Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


dmesg when I insert a card:



[74699.879295] ufs was compiled with read-only support, can't be mounted as read-write
[74896.798080] ufs was compiled with read-only support, can't be mounted as read-write
[74923.089671] sd 7:0:0:0: [sdc] No Caching mode page found
[74923.089677] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[74923.092706] sd 7:0:0:0: [sdc] No Caching mode page found
[74923.092711] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[74923.105427] sdc: sdc1 sdc2 sdc3
[74923.105895] ufs was compiled with read-only support, can't be mounted as read-write
[74999.985570] sdc: detected capacity change from 15707668480 to 0
[76189.915019] systemd-hostnamed[2816]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!









share|improve this question
























  • What's the dmesg output when you insert a card?
    – ernie
    Apr 15 '14 at 19:09










  • @ernie I just posted it.
    – 2013Asker
    Apr 15 '14 at 19:16






  • 3




    Looks like the card reader is working, you just can't mount the filesystem read/write. Have you tried mounting it manually with just read, e.g. sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt/point/here? Or tried a different card that's not in UFS?
    – ernie
    Apr 15 '14 at 19:28










  • @ernie think you can write it as an answer.... will be helpful for other people to found your answer
    – Philippe Gachoud
    Aug 31 at 11:23










  • sure . . . it was really just a stab in the dark, and it's not 100% clear that that's the answer, but I'll throw it out there.
    – ernie
    Sep 4 at 22:44














0












0








0







I'm using Debian for about 6 months and my card reader never worked. I tried several solutions I found online with no luck.



How can I make it work?



Here's the output generated by lspci



00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 660] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK106 HDMI Audio Controller (rev a1)
03:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8892 (rev 10)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)


And the output from lsusb



Bus 002 Device 005: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader Controller
Bus 002 Device 003: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 056a:0302 Wacom Co., Ltd
Bus 001 Device 004: ID 045e:028e Microsoft Corp. Xbox360 Controller
Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


dmesg when I insert a card:



[74699.879295] ufs was compiled with read-only support, can't be mounted as read-write
[74896.798080] ufs was compiled with read-only support, can't be mounted as read-write
[74923.089671] sd 7:0:0:0: [sdc] No Caching mode page found
[74923.089677] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[74923.092706] sd 7:0:0:0: [sdc] No Caching mode page found
[74923.092711] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[74923.105427] sdc: sdc1 sdc2 sdc3
[74923.105895] ufs was compiled with read-only support, can't be mounted as read-write
[74999.985570] sdc: detected capacity change from 15707668480 to 0
[76189.915019] systemd-hostnamed[2816]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!









share|improve this question















I'm using Debian for about 6 months and my card reader never worked. I tried several solutions I found online with no luck.



How can I make it work?



Here's the output generated by lspci



00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 660] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK106 HDMI Audio Controller (rev a1)
03:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8892 (rev 10)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)


And the output from lsusb



Bus 002 Device 005: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader Controller
Bus 002 Device 003: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 056a:0302 Wacom Co., Ltd
Bus 001 Device 004: ID 045e:028e Microsoft Corp. Xbox360 Controller
Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


dmesg when I insert a card:



[74699.879295] ufs was compiled with read-only support, can't be mounted as read-write
[74896.798080] ufs was compiled with read-only support, can't be mounted as read-write
[74923.089671] sd 7:0:0:0: [sdc] No Caching mode page found
[74923.089677] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[74923.092706] sd 7:0:0:0: [sdc] No Caching mode page found
[74923.092711] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[74923.105427] sdc: sdc1 sdc2 sdc3
[74923.105895] ufs was compiled with read-only support, can't be mounted as read-write
[74999.985570] sdc: detected capacity change from 15707668480 to 0
[76189.915019] systemd-hostnamed[2816]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!






linux sd-card card-reader






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 15 '14 at 19:14

























asked Apr 15 '14 at 18:56









2013Asker

10113




10113












  • What's the dmesg output when you insert a card?
    – ernie
    Apr 15 '14 at 19:09










  • @ernie I just posted it.
    – 2013Asker
    Apr 15 '14 at 19:16






  • 3




    Looks like the card reader is working, you just can't mount the filesystem read/write. Have you tried mounting it manually with just read, e.g. sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt/point/here? Or tried a different card that's not in UFS?
    – ernie
    Apr 15 '14 at 19:28










  • @ernie think you can write it as an answer.... will be helpful for other people to found your answer
    – Philippe Gachoud
    Aug 31 at 11:23










  • sure . . . it was really just a stab in the dark, and it's not 100% clear that that's the answer, but I'll throw it out there.
    – ernie
    Sep 4 at 22:44


















  • What's the dmesg output when you insert a card?
    – ernie
    Apr 15 '14 at 19:09










  • @ernie I just posted it.
    – 2013Asker
    Apr 15 '14 at 19:16






  • 3




    Looks like the card reader is working, you just can't mount the filesystem read/write. Have you tried mounting it manually with just read, e.g. sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt/point/here? Or tried a different card that's not in UFS?
    – ernie
    Apr 15 '14 at 19:28










  • @ernie think you can write it as an answer.... will be helpful for other people to found your answer
    – Philippe Gachoud
    Aug 31 at 11:23










  • sure . . . it was really just a stab in the dark, and it's not 100% clear that that's the answer, but I'll throw it out there.
    – ernie
    Sep 4 at 22:44
















What's the dmesg output when you insert a card?
– ernie
Apr 15 '14 at 19:09




What's the dmesg output when you insert a card?
– ernie
Apr 15 '14 at 19:09












@ernie I just posted it.
– 2013Asker
Apr 15 '14 at 19:16




@ernie I just posted it.
– 2013Asker
Apr 15 '14 at 19:16




3




3




Looks like the card reader is working, you just can't mount the filesystem read/write. Have you tried mounting it manually with just read, e.g. sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt/point/here? Or tried a different card that's not in UFS?
– ernie
Apr 15 '14 at 19:28




Looks like the card reader is working, you just can't mount the filesystem read/write. Have you tried mounting it manually with just read, e.g. sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt/point/here? Or tried a different card that's not in UFS?
– ernie
Apr 15 '14 at 19:28












@ernie think you can write it as an answer.... will be helpful for other people to found your answer
– Philippe Gachoud
Aug 31 at 11:23




@ernie think you can write it as an answer.... will be helpful for other people to found your answer
– Philippe Gachoud
Aug 31 at 11:23












sure . . . it was really just a stab in the dark, and it's not 100% clear that that's the answer, but I'll throw it out there.
– ernie
Sep 4 at 22:44




sure . . . it was really just a stab in the dark, and it's not 100% clear that that's the answer, but I'll throw it out there.
– ernie
Sep 4 at 22:44










1 Answer
1






active

oldest

votes


















0














Looks like the card reader is working, you just can't mount the filesystem read/write. Have you tried mounting it manually with just read, e.g. sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt/point/here? Or tried a different card that's not in UFS?






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f742123%2fsd-card-reader-not-working-on-debian%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Looks like the card reader is working, you just can't mount the filesystem read/write. Have you tried mounting it manually with just read, e.g. sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt/point/here? Or tried a different card that's not in UFS?






    share|improve this answer


























      0














      Looks like the card reader is working, you just can't mount the filesystem read/write. Have you tried mounting it manually with just read, e.g. sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt/point/here? Or tried a different card that's not in UFS?






      share|improve this answer
























        0












        0








        0






        Looks like the card reader is working, you just can't mount the filesystem read/write. Have you tried mounting it manually with just read, e.g. sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt/point/here? Or tried a different card that's not in UFS?






        share|improve this answer












        Looks like the card reader is working, you just can't mount the filesystem read/write. Have you tried mounting it manually with just read, e.g. sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt/point/here? Or tried a different card that's not in UFS?







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Sep 4 at 22:44









        ernie

        5,51821927




        5,51821927






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f742123%2fsd-card-reader-not-working-on-debian%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            "Incorrect syntax near the keyword 'ON'. (on update cascade, on delete cascade,)

            If I really need a card on my start hand, how many mulligans make sense? [duplicate]

            Alcedinidae