-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Help wanted with usb something or other, I don't really know the cause of the problem. And maybe other, explained at the bottom. #11708
Comments
Well the first one does indeed seem quite similar, I did try today to update qmk to the latest version, but I'll try to downgrade with the same one tomorrow. Well regardless of if it works, thank you. |
Try adding this to your rules.mk file: Or you could try building against 0.10.54 - just before the additional endpoint was added. |
I almost completely forgot I asked here, so thank you for still answering. But
Seems to have worked so far, although I have only tried replugging it a couple of times and pressing reset a couple of times. I still haven't tested if it changes anything when I turn off the computer tho. But thank you so much for your help @MajorKoos ! |
You may have issues in the bios with that config, but it depends on your bios. |
Well it's not like I go into the bios often anyway. This makes it so much easier to use the keyboard. Once again, thank you so much. Now the only problem I have is the rgb matrix not turning off. It is late for me though, so I'll check again tomorrow if it's just that I commented out the rgb off on sleep line or something |
In what context? When the computer sleeps? Or when you use a key to disable it? |
If it's about while the computer is sleeping, try defining |
Right, the And, when I say it doesn't turn off, I do mean when the computer sleeps. |
Are there any hubs, etc. between your keyboard and your computer? |
No, it's a direct connection. But there is the horrible possibility that the hardware is wrong... |
Oh - wait - the MCU (atmega32a) on discipline uses vusb; it is a known issue that suspend_power_down / suspend_wakeup_init are never called on vusb. It's something we plan to work on shortly. |
Okay, thank you so much for your help! Then I guess I'll need to keep a lookout on when it gets updated. Nice to know I didn't use any money on a project that can't be fixed :) I don't really know, but I guess I should close it? |
Can you try the code in this branch: https://github.com/spidey3/qmk_firmware/tree/fix/vusb_suspend |
Sure I'd be glad to help! Soo, I tried to install the fork you linked in two different ways. 1, by just overwriting the files inside the qmk firmware directory and 2, just removing the entire directory and replacing it. To then run qmk setup again. But both times gave me |
I would have done: |
Right, so I tried the first one, but it gave me |
Can we switch to Discord for this discussion? |
Sure, which channel? |
Meet me in #firmware |
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. |
This issue has been automatically closed because it has not had activity in the last 30 days. If this issue is still valid, re-open the issue and let us know. |
Well then, I am very much new to using github outside of just my own repositories, and I have very recently gotten help with 1/3 of my issues. So if I'm doing something wrong, do tell me.
Soo, the problem, and the last two I am guessing they aren't bugs, but rather my own fault, and even worse, one of them may actually not even be a problem with qmk....
My keyboard is based on coseyfannituttis discipline https://github.com/coseyfannitutti/discipline and my own pcb design https://oshwlab.com/malte.linde.neveling/discipline#P3
Now, I'm not expecting help with it if the problem comes from the pcb, but it shouldn't even be the problem as I kept almost all usb components the same as the original discipline.
Second possible problem source would probably be the bootloader, and it should also be the same one that the discipline uses found here https://github.com/coseyfannitutti/USBaspLoader/tree/atmega32a So I don't expect it to be the problem either, but I have barely any experience in the hardware side of programming.
Lastly, it could be qmk, and well, I have no idea there https://github.com/Kycklingris/keyboard
Now, I have no idea if I should be creating another issue for the second problem, so I wont write about it in detail, unless asked to, but basically, I have followed all the tutorials about the rgb matrix, and found several issues, and done them, but the light backlight still wont turn off when my pc is off. Although I guess it could probably be related to the issue above.
The text was updated successfully, but these errors were encountered: