USB NAK problem with unaligned dataUnable to mount 1TB USB external HDD - ErrorUSB 2.0 ports don't work on...

All ASCII characters with a given bit count

Should the Product Owner dictate what info the UI needs to display?

What is purpose of DB Browser(dbbrowser.aspx) under admin tool?

Von Neumann Extractor - Which bit is retained?

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

How to not starve gigantic beasts

How bug prioritization works in agile projects vs non agile

Combinatorics problem, right solution?

How do I check if a string is entirely made of the same substring?

What *exactly* is electrical current, voltage, and resistance?

How do I reattach a shelf to the wall when it ripped out of the wall?

Check if a string is entirely made of the same substring

Is there really no use for MD5 anymore?

Contradiction proof for inequality of P and NP?

Extracting Dirichlet series coefficients

What is the term for a person whose job is to place products on shelves in stores?

What does MLD stand for?

How can I get rid of an unhelpful parallel branch when unpivoting a single row?

Can a Bard use the Spell Glyph option of the Glyph of Warding spell and cast a known spell into the glyph?

Why do games have consumables?

Nails holding drywall

Island of Knights, Knaves and Spies

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

Creating a chemical industry from a medieval tech level without petroleum



USB NAK problem with unaligned data


Unable to mount 1TB USB external HDD - ErrorUSB 2.0 ports don't work on Sony VAIO S series laptopUSB 3.0 causing weird problem for the systemMount problem with 64gb microSDXClibusb does not transfer all USB 3.0 bulk endpoint packetsHow to Clean USB Pendrive with installed ubuntu gnome 16.4 encrypted (with passphrase) that wont mountExternal Hard Disk not recognised on USB 3 portAny reason, why a data transfer from one external USB-3 disk to another external USB-3 disk may be slow?Two USB Cameras Causes USB FailureLost Data in Cut-Paste transfer






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







-2















In USB 2.0 when data is aligned in multiples of 512 data transfer works fine . But when it is unaligned for ex 1508 or 1505 we are seeing NAK after two short packets . first 512 and second 512 there is no NAK , but in next data bytes 484 seeing NAK.
what could be issue here or data size should be aligned ?










share|improve this question







New contributor




RakesH H is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • How is your question related to Ubuntu? Please clarify.

    – DK Bose
    14 hours ago


















-2















In USB 2.0 when data is aligned in multiples of 512 data transfer works fine . But when it is unaligned for ex 1508 or 1505 we are seeing NAK after two short packets . first 512 and second 512 there is no NAK , but in next data bytes 484 seeing NAK.
what could be issue here or data size should be aligned ?










share|improve this question







New contributor




RakesH H is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • How is your question related to Ubuntu? Please clarify.

    – DK Bose
    14 hours ago














-2












-2








-2








In USB 2.0 when data is aligned in multiples of 512 data transfer works fine . But when it is unaligned for ex 1508 or 1505 we are seeing NAK after two short packets . first 512 and second 512 there is no NAK , but in next data bytes 484 seeing NAK.
what could be issue here or data size should be aligned ?










share|improve this question







New contributor




RakesH H is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












In USB 2.0 when data is aligned in multiples of 512 data transfer works fine . But when it is unaligned for ex 1508 or 1505 we are seeing NAK after two short packets . first 512 and second 512 there is no NAK , but in next data bytes 484 seeing NAK.
what could be issue here or data size should be aligned ?







usb






share|improve this question







New contributor




RakesH H is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




RakesH H is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




RakesH H is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 14 hours ago









RakesH HRakesH H

1




1




New contributor




RakesH H is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





RakesH H is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






RakesH H is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • How is your question related to Ubuntu? Please clarify.

    – DK Bose
    14 hours ago



















  • How is your question related to Ubuntu? Please clarify.

    – DK Bose
    14 hours ago

















How is your question related to Ubuntu? Please clarify.

– DK Bose
14 hours ago





How is your question related to Ubuntu? Please clarify.

– DK Bose
14 hours ago










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
});


}
});






RakesH H is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138041%2fusb-nak-problem-with-unaligned-data%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








RakesH H is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















RakesH H is a new contributor. Be nice, and check out our Code of Conduct.













RakesH H is a new contributor. Be nice, and check out our Code of Conduct.












RakesH H is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138041%2fusb-nak-problem-with-unaligned-data%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

Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...