MSI 970 Gaming USB 3.0 drivers
I recently switched to Ubuntu, with intents to make it my main OS. So far I've managed to get everything working correctly except my USB 3 ports. No matter what I plug in (I've tried flash drives, portable hard drives, and wireless adaptors) it receives power, but is never detected by the system.
I'm assuming this problem is due to a missing driver for my motherboard, an MSI 970 gaming (http://us.msi.com/support/mb/970-GAMING.html).
There are no official linux drivers, but I was hoping someone here could point me to a site that might have some.
Thanks!
drivers usb msi
add a comment |
I recently switched to Ubuntu, with intents to make it my main OS. So far I've managed to get everything working correctly except my USB 3 ports. No matter what I plug in (I've tried flash drives, portable hard drives, and wireless adaptors) it receives power, but is never detected by the system.
I'm assuming this problem is due to a missing driver for my motherboard, an MSI 970 gaming (http://us.msi.com/support/mb/970-GAMING.html).
There are no official linux drivers, but I was hoping someone here could point me to a site that might have some.
Thanks!
drivers usb msi
I'm not sure if you'll find drivers for this anywhere. I suggest you submit a bug report to the kernel. It's a difficult process, but the Ubuntu kernel team will be happy to help. wiki.ubuntu.com/Kernel/Bugs
– Galgalesh
Mar 29 '15 at 17:57
add a comment |
I recently switched to Ubuntu, with intents to make it my main OS. So far I've managed to get everything working correctly except my USB 3 ports. No matter what I plug in (I've tried flash drives, portable hard drives, and wireless adaptors) it receives power, but is never detected by the system.
I'm assuming this problem is due to a missing driver for my motherboard, an MSI 970 gaming (http://us.msi.com/support/mb/970-GAMING.html).
There are no official linux drivers, but I was hoping someone here could point me to a site that might have some.
Thanks!
drivers usb msi
I recently switched to Ubuntu, with intents to make it my main OS. So far I've managed to get everything working correctly except my USB 3 ports. No matter what I plug in (I've tried flash drives, portable hard drives, and wireless adaptors) it receives power, but is never detected by the system.
I'm assuming this problem is due to a missing driver for my motherboard, an MSI 970 gaming (http://us.msi.com/support/mb/970-GAMING.html).
There are no official linux drivers, but I was hoping someone here could point me to a site that might have some.
Thanks!
drivers usb msi
drivers usb msi
asked Mar 29 '15 at 16:58
AlexAlex
111
111
I'm not sure if you'll find drivers for this anywhere. I suggest you submit a bug report to the kernel. It's a difficult process, but the Ubuntu kernel team will be happy to help. wiki.ubuntu.com/Kernel/Bugs
– Galgalesh
Mar 29 '15 at 17:57
add a comment |
I'm not sure if you'll find drivers for this anywhere. I suggest you submit a bug report to the kernel. It's a difficult process, but the Ubuntu kernel team will be happy to help. wiki.ubuntu.com/Kernel/Bugs
– Galgalesh
Mar 29 '15 at 17:57
I'm not sure if you'll find drivers for this anywhere. I suggest you submit a bug report to the kernel. It's a difficult process, but the Ubuntu kernel team will be happy to help. wiki.ubuntu.com/Kernel/Bugs
– Galgalesh
Mar 29 '15 at 17:57
I'm not sure if you'll find drivers for this anywhere. I suggest you submit a bug report to the kernel. It's a difficult process, but the Ubuntu kernel team will be happy to help. wiki.ubuntu.com/Kernel/Bugs
– Galgalesh
Mar 29 '15 at 17:57
add a comment |
1 Answer
1
active
oldest
votes
I had the same problem.
Resolved it by adding in /etc/default/grub
GRUB_CMDLINE_LINUX="iommu=soft"
Then sudo update-grub
, reboot and voilà!
1
While this may solve the issue, it would be nice if you explained what this new argument means.
– user323419
Sep 30 '15 at 22:07
add a comment |
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%2f602791%2fmsi-970-gaming-usb-3-0-drivers%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
I had the same problem.
Resolved it by adding in /etc/default/grub
GRUB_CMDLINE_LINUX="iommu=soft"
Then sudo update-grub
, reboot and voilà!
1
While this may solve the issue, it would be nice if you explained what this new argument means.
– user323419
Sep 30 '15 at 22:07
add a comment |
I had the same problem.
Resolved it by adding in /etc/default/grub
GRUB_CMDLINE_LINUX="iommu=soft"
Then sudo update-grub
, reboot and voilà!
1
While this may solve the issue, it would be nice if you explained what this new argument means.
– user323419
Sep 30 '15 at 22:07
add a comment |
I had the same problem.
Resolved it by adding in /etc/default/grub
GRUB_CMDLINE_LINUX="iommu=soft"
Then sudo update-grub
, reboot and voilà!
I had the same problem.
Resolved it by adding in /etc/default/grub
GRUB_CMDLINE_LINUX="iommu=soft"
Then sudo update-grub
, reboot and voilà!
edited Oct 1 '15 at 10:10
Nephente
3,83611020
3,83611020
answered Sep 30 '15 at 21:03
Speed HermanSpeed Herman
1
1
1
While this may solve the issue, it would be nice if you explained what this new argument means.
– user323419
Sep 30 '15 at 22:07
add a comment |
1
While this may solve the issue, it would be nice if you explained what this new argument means.
– user323419
Sep 30 '15 at 22:07
1
1
While this may solve the issue, it would be nice if you explained what this new argument means.
– user323419
Sep 30 '15 at 22:07
While this may solve the issue, it would be nice if you explained what this new argument means.
– user323419
Sep 30 '15 at 22:07
add a comment |
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%2f602791%2fmsi-970-gaming-usb-3-0-drivers%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
I'm not sure if you'll find drivers for this anywhere. I suggest you submit a bug report to the kernel. It's a difficult process, but the Ubuntu kernel team will be happy to help. wiki.ubuntu.com/Kernel/Bugs
– Galgalesh
Mar 29 '15 at 17:57