-
Notifications
You must be signed in to change notification settings - Fork 4
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
Using dm9601-bug.patch #1
Comments
Hi Javary, The patch applies to the linux kernel source from: The process will be something like the following: If you are compiling on the rpi, skip step 6. This should put the correct source tarball in /usr/src. You would then skip step 1.
Let me know how you go. Also depending on your version I could just send you my usbnet.ko binary and it might just work. |
If you're successful, perhaps you could write a readme so that others can easily apply the patch. |
Thanks a lot for this extra help! I'll definitely try what you are suggesting. |
Hi, I tried it yesterday on Raspbery Zero and latest Raspbian, some hints for others: I also get the Found: |
According to that previous blogpost, the make process takes about 11hrs. Also have a look at raspberrypi/linux#1045 |
I’m trying to follow your manual, but after the command „patch -p1 < ../rpi_patches/dm9601-bug.patch", I get the following error. Don't know what to do.. patching file drivers/net/usb/usbnet.c Can you please help? |
Hi PvdGulik - This patch is now 7 years old, so it's quite likely it doesn't apply cleanly anymore. Are you sure it's still needed? (I haven't tested this configuration for a long time now) I would expect that this bug was fixed upstream. |
In fact - yes it does look like this has been properly fixed upstream: |
Hello kmtaylor, thanks for your response. I have two of those DM9601 USB-network hub. Both looses the connection after a few minutes. I really don't know why. Thats why I thought this would be the solution. Bu most likely it is not the problem. Can you help me to find out where the problem is? Thanks! |
Hi,
I am an experienced developer, but a complete newbie when it comes to drivers, kernel modules and so on. I have recently bought a DM9601 USB-to-ethernet adapter (you know, these extra cheap but extra crappy adapters). And of course, I get frequent kernel panics with it. I'd like to try your fix, but I have no clue on how to use it...
I guess I should build a driver with your change included somewhere in /somewhere/drivers/net/usb/usbnet.c. But could you please provide a hint on how to do so? Which source exactly should I download to apply this fix? Should I compile a whole new kernel? Or compile just a few drivers? And how to enable them afterwards?
(note: I am using Raspbian (Debian for ARM on a Raspberry Pi))
Thank you very much for providing this patch, and thanks in advance for the extra help you could give me :)
The text was updated successfully, but these errors were encountered: