Deokgyu Yang
Deokgyu Yang
Hello, thank you for the reporting. By your post now I understand why he put `--force` to the DKMS configs. - https://github.com/awesometic/realtek-r8152-dkms/pull/20 But it also has an issue.. What happened...
With the new kernel, it needs to be compiled again for the signature of the module. Re-installing the package you did performs this job, so maybe it might work rebuilding...
Hi, Thanks for the fixes It seems there are two changes in this PR. - Added `--force` option to `dkms` command usage - Change from `strlcpy` to `strscpy` Could you...
Then I should merge this PR as soon as possible for those who want the new kernel. @desrod , could you please let me know the reason of that `--force`...
Hi, Changing string copy function to `strscpy` is confirmed by Realtek, they did it on its new driver. I referred an issue related to the function to this PR. But...
Hello, Thanks for your contribution :) It'd be nice if it supports more devices. But how can we test if it is working? Do you have Synology? I mean, if...
Ah okay, Then how about making a commit only for supporting the other devices? Seems this change has other things like: https://github.com/bb-qq/r8152/commit/1f24cbbce59db74f7aeef2458d76ae209c753af4 If you want, you can make a new...
Thank you :) I am glad to hear that my r8125-dkms also works great for you. Then, I will look into the changes to apply only supporting the additional devices....
Sorry for the inconvenience. I will test it on my kernel 6.8 system soon.
How did you upgrade the package? Using Debian package file or the script the repo includes?