Gadget mass storage passthrough2019 Community Moderator ElectionCan I make a USB port on my Linux computer look like a mass storage device?linux udev rule to load gadget module for client driverHaving a computer act as a virtual USB slave device rather than as a hostMIDI Linux Gadget Module (g_midi) with iPad on Raspberry PiDetect change in usb gadget stateRequired kernel modules / configuration for OTG host on OMAP3 based deviceKali Linux 2018 crash when connecting an USB deviceSafely remove USB device (of any type, not only block devices/mass storage)?Add new configs for USB gadget driver on-the-flyHow to cleanly remove a non-storage USB device
Why did the EU agree to delay the Brexit deadline?
Why can Carol Danvers change her suit colours in the first place?
Is it better practice to read straight from sheet music rather than memorize it?
Can I sign legal documents with a smiley face?
Open a doc from terminal, but not by its name
If a character has darkvision, can they see through an area of nonmagical darkness filled with lightly obscuring gas?
How to indicate a cut out for a product window
Aragorn's "guise" in the Orthanc Stone
Why electric field inside a cavity of a non-conducting sphere not zero?
Fear of getting stuck on one programming language / technology that is not used in my country
What is Cash Advance APR?
How could a planet have erratic days?
Is the U.S. Code copyrighted by the Government?
What are the purposes of autoencoders?
Must Legal Documents Be Siged In Standard Pen Colors?
250 Floor Tower
What was the exact wording from Ivanhoe of this advice on how to free yourself from slavery?
Why should universal income be universal?
Terse Method to Swap Lowest for Highest?
Is it possible to put a rectangle as background in the author section?
The IT department bottlenecks progress. How should I handle this?
Should I outline or discovery write my stories?
Is it possible to have a strip of cold climate in the middle of a planet?
What is this called? Old film camera viewer?
Gadget mass storage passthrough
2019 Community Moderator ElectionCan I make a USB port on my Linux computer look like a mass storage device?linux udev rule to load gadget module for client driverHaving a computer act as a virtual USB slave device rather than as a hostMIDI Linux Gadget Module (g_midi) with iPad on Raspberry PiDetect change in usb gadget stateRequired kernel modules / configuration for OTG host on OMAP3 based deviceKali Linux 2018 crash when connecting an USB deviceSafely remove USB device (of any type, not only block devices/mass storage)?Add new configs for USB gadget driver on-the-flyHow to cleanly remove a non-storage USB device
I'm using Yocto in kernel 4.14 (computer 1). I have two USB port :
Host : with a USB key (mass storage device) plugged
OTG : connected to another computer (computer 2)
################ ###############
|USB_KEY|----## COMPUTER 1 ##----## COMPUTER 2##---|screen, keyboard, ...
################ ###############
^ ^
USB link 1 USB link 2
I am trying to access the USB key connected on the computer 1 from the computer 2.
I use g_ether gadget with the USB link 2 and I should use another gadget module like a mass storage gadget.
Can the computer 1 passthrough to a mass storage gadget?
Thanks
kernel usb
add a comment |
I'm using Yocto in kernel 4.14 (computer 1). I have two USB port :
Host : with a USB key (mass storage device) plugged
OTG : connected to another computer (computer 2)
################ ###############
|USB_KEY|----## COMPUTER 1 ##----## COMPUTER 2##---|screen, keyboard, ...
################ ###############
^ ^
USB link 1 USB link 2
I am trying to access the USB key connected on the computer 1 from the computer 2.
I use g_ether gadget with the USB link 2 and I should use another gadget module like a mass storage gadget.
Can the computer 1 passthrough to a mass storage gadget?
Thanks
kernel usb
add a comment |
I'm using Yocto in kernel 4.14 (computer 1). I have two USB port :
Host : with a USB key (mass storage device) plugged
OTG : connected to another computer (computer 2)
################ ###############
|USB_KEY|----## COMPUTER 1 ##----## COMPUTER 2##---|screen, keyboard, ...
################ ###############
^ ^
USB link 1 USB link 2
I am trying to access the USB key connected on the computer 1 from the computer 2.
I use g_ether gadget with the USB link 2 and I should use another gadget module like a mass storage gadget.
Can the computer 1 passthrough to a mass storage gadget?
Thanks
kernel usb
I'm using Yocto in kernel 4.14 (computer 1). I have two USB port :
Host : with a USB key (mass storage device) plugged
OTG : connected to another computer (computer 2)
################ ###############
|USB_KEY|----## COMPUTER 1 ##----## COMPUTER 2##---|screen, keyboard, ...
################ ###############
^ ^
USB link 1 USB link 2
I am trying to access the USB key connected on the computer 1 from the computer 2.
I use g_ether gadget with the USB link 2 and I should use another gadget module like a mass storage gadget.
Can the computer 1 passthrough to a mass storage gadget?
Thanks
kernel usb
kernel usb
asked yesterday
rBealrBeal
61
61
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f507997%2fgadget-mass-storage-passthrough%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 Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f507997%2fgadget-mass-storage-passthrough%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