-
Notifications
You must be signed in to change notification settings - Fork 33
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
Missing ../crypto/bio/bss_file.c at the make install step #53
Comments
Update: If I run
So clearly the error is caused by whatever the Please let me know if you have any insights on this. |
Very similar issue to/Duplicate of #45 |
I also have this problem. |
@GabeIggy I simply refunded my A50 tablet and swapped it for a Huion of the same price. I'd suggest you to do this asap. I'll close this issue and list "refund-and-replace" as the workaround once I receive it and can confirm that the Huion is a usable tablet on linux, since no one seems to be active on these threads about missing bss_file.c. The Huion is supposed to have more functionality as well, and works with Windows/android/linux; whereas the veikk windows driver couldn't be installed on my windows machine for some reason and I can't be asked to contact veikk about it after already having messed with this linux driver for 2 hours. |
@OceanNuclear just to be clear, I ain't affiliated with this driver, I do not represent the view of the author of this driver or veikk.
They aren't suppose to output anything. If they did, it would mean something wrong happen, eg:
They aren't really error, it a message that says you are missing the signing key It shouldn't matter if you really successfully disabled SecureBoot, in other words, it should be properly installed already at this step.
I am calling bluff here or your system is mess up,
Fun fact, this is a 3rd party unofficial driver for linux, Not contacting veikk (who would have commercial reason to provide support) for your windows problem because the third party driver didn't respond to you (who don't have any obligation to help you at all) is fairly stupid if you ask me. |
@OceanNuclear TLDL: you installed it properly already, otherwise it would have thrown an error like the issue #45 you linked:
That "error" you mention can be ignored, it just means it wasn't signed, it didn't throw the above error, meaning it installed properly. |
I'm perfectly aware of this, thank you very much. However I use Linux as my main work station so even if I were to successfully install the driver on windows after wasting another day of correspondence with the official veikk tech support side, I will still have to turn off Linux -> turn on Windows -> save the hand-drawn file -> turn off windows -> turn back on Linux to continue editing every time I want to draw something. That would really defeat the point of getting the tablet, which was to make hand-drawing easier, not harder.
My system might have been quite messed up at one point, I'll admit. If it was successfully installed, then I'm confused as to why (My assumption is that once the driver is installed I should be able to plug and play; and since it doesn't plug and play, I thought the driver wasn't installed correctly.) |
There should be a fallback driver even when you didn't install this, I assume it was the same on windows? That is a sign of a faulty device.
I assume you did restart the system after installing?
If you mean it didn't show up in lsusb, there could be a number of reason,
|
Yep, it was the same on Windows. So perhaps it was a faulty device but I didn't know of it.
Restarted multiple times, with secure boot and without. None of those times worked. I brought it off amazon, so it's very likely from the vendor veikk themselves. Regardless, I have already returned the tablet, and ordered a different one. Should arrive next week. |
Closing issue as it might have been a hardware problem, not a software problem (See comment above). Workaround: order new tablet (Huion, or try your luck with veikk again). Huion H610ProV2 has the same specs and price, and can be used on android phones as well. The installation of that driver went smoothly. Also if you're using ubuntu, Wacom tablets are reported to work straight out-of-the-box without any of this trouble of driver installation, so you may consider that instead. Other notes: when a functional tablet (i.e. my Huion) is plugged into linux, |
Just to clarify, all tablet should work out of the box, running in fallback mouse mode using the From https://everything-is-sheep.herokuapp.com/posts/veikk-linux-driver-v3-notes , too lazy to convert to GFM table.
Even Wacom should require driver installation for pressure detection. Just a note, Ubuntu 14.04 has known issues.
@OceanNuclear I take it that you were require to install some driver for the Huion too. |
@asl97 Thanks for helping respond when I was busy. @OceanNuclear I agree, the most telltale sign of something fishy going on was the fact that |
Hi, I was trying to follow the instructions in the README, and got through the
make
step with no problem. I got thesudo make all install clean
step, but encountered issue #3 (Required key not available
) so I went ahead and disabled SecureBoot, and now I'm here.While SecureBoot is disabled I re-ran
make
andmake all install clean
, but theinstall
step threw some errors:Here are my terminal outputs:
I noticed that this is very similar to the bug raised in #27 , which was said to be solved and closed. But obviously that's not the case.
I tried to follow the advice in #27 and run the
sudo depmod
andsudo modprobe veikk
(both of which returned no output in the terminal) and triedsudo make all install clean
again. Still, same error.The text was updated successfully, but these errors were encountered: