Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB Bus crash? #29

Closed
guisacouto opened this issue Jun 4, 2012 · 5 comments
Closed

USB Bus crash? #29

guisacouto opened this issue Jun 4, 2012 · 5 comments

Comments

@guisacouto
Copy link

When I'm downloading a torrent, after sometime, the external hard driver just stops responding, and the wifi dongle also stops working. If I disconnect and connect the hard drive its detected fine. Transmission also crashes when this happens but I guess thats due to the fact that the hard drive is not responding any more and it timeout or something.

here is the dmesg: http://pastebin.com/Y4mnP709

@hexameron
Copy link

http://blog.galemin.com/2011/05/linux-kernel-2-6-39
-codesourcery-2011-03-41-alignment-exception/

@hexameron
Copy link

Sorry, that was not very helpful.... There is a kernel bug at the end of mm/alignment.c that needs fixing:

 /* ARMv6K and ARMv7 use fault status 3 (0b00011) as Access Flag section
 * fault, not as alignment error.
 *
 * TODO: handle ARMv6K properly. Runtime check for 'K' extension is
 * needed.*/

if (cpu_architecture() <= CPU_ARCH_ARMv6) {
hook_fault_code(3, do_alignment, SIGBUS, BUS_ADRALN,
"alignment exception");

@guisacouto
Copy link
Author

But this bug is known right? Do you think it's this what's causing my problem?

@hexameron
Copy link

Yes and no, a lot of people seem to be getting similar problems.

There is certainly a patch in the Linux Kernel which was only applied to V7 CPUs but should be applied to V6K as well, so there is a bug that could be fixed, but I don`t understand what difference that might make. The more I look at it the more confused I become.

Anything you say here gets emailed to Eben and Dom, so if it is important it will get fixed.

@guisacouto
Copy link
Author

Oh ok! Didn't know about the notifications do Eben and Dom; nice to hear that:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants