SD card is not being recognised by ubuntu 18.04
I am new to Ubuntu (18.04), trying to do partition of my SD card for Xilinx FPGA by following this link. I was able to alter the partition table successfully but couldn't create the filesystems on the new partitions for some unknown reasons. I have then rebooted the system to see if that works but the SD card was not being recognised by the system since then.
I have tried the following commands to unload and reload the device drivers to detect the sd card automatically but those did not work.
sudo modprobe -r r852
sudo modprobe -r sdhci_pci
sudo modprobe r852
sudo modprobe sdhci_pci
I am getting this output when I tried dmesg-w
output
and this is the output when I try lsblk
Any suggestions?
Your help would be very appreciated.
drivers partitioning sd-card
|
show 4 more comments
I am new to Ubuntu (18.04), trying to do partition of my SD card for Xilinx FPGA by following this link. I was able to alter the partition table successfully but couldn't create the filesystems on the new partitions for some unknown reasons. I have then rebooted the system to see if that works but the SD card was not being recognised by the system since then.
I have tried the following commands to unload and reload the device drivers to detect the sd card automatically but those did not work.
sudo modprobe -r r852
sudo modprobe -r sdhci_pci
sudo modprobe r852
sudo modprobe sdhci_pci
I am getting this output when I tried dmesg-w
output
and this is the output when I try lsblk
Any suggestions?
Your help would be very appreciated.
drivers partitioning sd-card
open a terminal and type indmesg -wthan plug in your sd card. this should cause some new dmesg output. That information might help to see if your device is beeing detected from the system and what kind of errors might occur during detection. An easy way to handle partitions is usinggpartedbtw.
– AlexOnLinux
Feb 12 at 9:20
@AlexOnLinux Yes I can see the device has been detected when I use dmesg -w command. But I don't understand what kind of error might have happened to this because there are tonnes of messages. one of them is - "cannot verify signal voltage switch". Can it be a file-system error on the sd card? Because I got stuck when I was trying to create file-systems on the new partitions.
– antenna007
Feb 12 at 9:58
i dont know. copy&paste the output here or in pastebin.com
– AlexOnLinux
Feb 12 at 10:11
the Output error link is broken
– AlexOnLinux
Feb 12 at 11:37
@AlexOnLinux Tried to fix that. Can you see it now?
– antenna007
Feb 12 at 11:42
|
show 4 more comments
I am new to Ubuntu (18.04), trying to do partition of my SD card for Xilinx FPGA by following this link. I was able to alter the partition table successfully but couldn't create the filesystems on the new partitions for some unknown reasons. I have then rebooted the system to see if that works but the SD card was not being recognised by the system since then.
I have tried the following commands to unload and reload the device drivers to detect the sd card automatically but those did not work.
sudo modprobe -r r852
sudo modprobe -r sdhci_pci
sudo modprobe r852
sudo modprobe sdhci_pci
I am getting this output when I tried dmesg-w
output
and this is the output when I try lsblk
Any suggestions?
Your help would be very appreciated.
drivers partitioning sd-card
I am new to Ubuntu (18.04), trying to do partition of my SD card for Xilinx FPGA by following this link. I was able to alter the partition table successfully but couldn't create the filesystems on the new partitions for some unknown reasons. I have then rebooted the system to see if that works but the SD card was not being recognised by the system since then.
I have tried the following commands to unload and reload the device drivers to detect the sd card automatically but those did not work.
sudo modprobe -r r852
sudo modprobe -r sdhci_pci
sudo modprobe r852
sudo modprobe sdhci_pci
I am getting this output when I tried dmesg-w
output
and this is the output when I try lsblk
Any suggestions?
Your help would be very appreciated.
drivers partitioning sd-card
drivers partitioning sd-card
edited Feb 12 at 13:20
antenna007
asked Feb 12 at 9:13
antenna007antenna007
11
11
open a terminal and type indmesg -wthan plug in your sd card. this should cause some new dmesg output. That information might help to see if your device is beeing detected from the system and what kind of errors might occur during detection. An easy way to handle partitions is usinggpartedbtw.
– AlexOnLinux
Feb 12 at 9:20
@AlexOnLinux Yes I can see the device has been detected when I use dmesg -w command. But I don't understand what kind of error might have happened to this because there are tonnes of messages. one of them is - "cannot verify signal voltage switch". Can it be a file-system error on the sd card? Because I got stuck when I was trying to create file-systems on the new partitions.
– antenna007
Feb 12 at 9:58
i dont know. copy&paste the output here or in pastebin.com
– AlexOnLinux
Feb 12 at 10:11
the Output error link is broken
– AlexOnLinux
Feb 12 at 11:37
@AlexOnLinux Tried to fix that. Can you see it now?
– antenna007
Feb 12 at 11:42
|
show 4 more comments
open a terminal and type indmesg -wthan plug in your sd card. this should cause some new dmesg output. That information might help to see if your device is beeing detected from the system and what kind of errors might occur during detection. An easy way to handle partitions is usinggpartedbtw.
– AlexOnLinux
Feb 12 at 9:20
@AlexOnLinux Yes I can see the device has been detected when I use dmesg -w command. But I don't understand what kind of error might have happened to this because there are tonnes of messages. one of them is - "cannot verify signal voltage switch". Can it be a file-system error on the sd card? Because I got stuck when I was trying to create file-systems on the new partitions.
– antenna007
Feb 12 at 9:58
i dont know. copy&paste the output here or in pastebin.com
– AlexOnLinux
Feb 12 at 10:11
the Output error link is broken
– AlexOnLinux
Feb 12 at 11:37
@AlexOnLinux Tried to fix that. Can you see it now?
– antenna007
Feb 12 at 11:42
open a terminal and type in
dmesg -w than plug in your sd card. this should cause some new dmesg output. That information might help to see if your device is beeing detected from the system and what kind of errors might occur during detection. An easy way to handle partitions is using gparted btw.– AlexOnLinux
Feb 12 at 9:20
open a terminal and type in
dmesg -w than plug in your sd card. this should cause some new dmesg output. That information might help to see if your device is beeing detected from the system and what kind of errors might occur during detection. An easy way to handle partitions is using gparted btw.– AlexOnLinux
Feb 12 at 9:20
@AlexOnLinux Yes I can see the device has been detected when I use dmesg -w command. But I don't understand what kind of error might have happened to this because there are tonnes of messages. one of them is - "cannot verify signal voltage switch". Can it be a file-system error on the sd card? Because I got stuck when I was trying to create file-systems on the new partitions.
– antenna007
Feb 12 at 9:58
@AlexOnLinux Yes I can see the device has been detected when I use dmesg -w command. But I don't understand what kind of error might have happened to this because there are tonnes of messages. one of them is - "cannot verify signal voltage switch". Can it be a file-system error on the sd card? Because I got stuck when I was trying to create file-systems on the new partitions.
– antenna007
Feb 12 at 9:58
i dont know. copy&paste the output here or in pastebin.com
– AlexOnLinux
Feb 12 at 10:11
i dont know. copy&paste the output here or in pastebin.com
– AlexOnLinux
Feb 12 at 10:11
the Output error link is broken
– AlexOnLinux
Feb 12 at 11:37
the Output error link is broken
– AlexOnLinux
Feb 12 at 11:37
@AlexOnLinux Tried to fix that. Can you see it now?
– antenna007
Feb 12 at 11:42
@AlexOnLinux Tried to fix that. Can you see it now?
– antenna007
Feb 12 at 11:42
|
show 4 more comments
0
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',
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117611%2fsd-card-is-not-being-recognised-by-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117611%2fsd-card-is-not-being-recognised-by-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
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
open a terminal and type in
dmesg -wthan plug in your sd card. this should cause some new dmesg output. That information might help to see if your device is beeing detected from the system and what kind of errors might occur during detection. An easy way to handle partitions is usinggpartedbtw.– AlexOnLinux
Feb 12 at 9:20
@AlexOnLinux Yes I can see the device has been detected when I use dmesg -w command. But I don't understand what kind of error might have happened to this because there are tonnes of messages. one of them is - "cannot verify signal voltage switch". Can it be a file-system error on the sd card? Because I got stuck when I was trying to create file-systems on the new partitions.
– antenna007
Feb 12 at 9:58
i dont know. copy&paste the output here or in pastebin.com
– AlexOnLinux
Feb 12 at 10:11
the Output error link is broken
– AlexOnLinux
Feb 12 at 11:37
@AlexOnLinux Tried to fix that. Can you see it now?
– antenna007
Feb 12 at 11:42