-
Notifications
You must be signed in to change notification settings - Fork 108
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
Build failed from install.sh on 18.04 #145
Comments
I get a similar result. I'm trying to get bluetooth working on a pavilion G6 with Realtek rtl8192ce: sean@hp: |
I came across the same issue on a ThinkPad X121e running KDE neon (Ubuntu 18.04 under the hood):
I hope this isn't the end of the Linux road for this otherwise still perfectly fine device. |
@STPKITT and others, are you running distribution kernels or custom kernels of some sort? It looks like the detection didn't notice you were on Ubuntu (maybe KDE Neon doesn't use the Canonical kernel) so might have picked the wrong branch. You can try building ubuntu-18.04 (and tell the script no when it offers to switch you). If it builds it will most likely work, but there's always the risk of kernel panic so have a USB rescue image ready just in case |
I’m using Ubuntu mate 18.04. But even if I select that branch (see my previous message) it still fails.
Sean
… On 14 Jul 2020, at 18:46, Ben Porter ***@***.***> wrote:
@STPKITT and others, are you running distribution kernels or custom kernels of some sort?
It looks like the detection didn't notice you were on Ubuntu (maybe KDE Neon doesn't use the Canonical kernel) so might have picked the wrong branch. You can try building ubuntu-18.04 (and tell the script no when it offers to switch you).
If it builds it will most likely work, but there's always the risk of kernel panic so have a USB rescue image ready just in case
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Thanks for answering this issue!
and when doing
Is that the issue, that being 18.04**.1** it means an additional branch for .1 is needed? |
I just wanted to let you guys know that I currently have it working again by manually installing kernel 5.4.15-050415-generic and switching the branch to that. |
Great! I’ll try it. Does Bluetooth work?
Sean
… On 5 Aug 2020, at 23:49, STPKITT ***@***.***> wrote:
I just wanted to let you guys know that I currently have it working again by manually installing kernel 5.4.15-050415-generic and switching the branch to that.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I didn't try Bluetooth so you need to try it yourself and maybe report your findings here :-) |
Hi all, I managed to install the 5.4.15 kernel with |
you can add -Wno-incompatible-pointer-types to extra flags in makefile to suppress the error. |
Good afternoon! Am on Ubuntu 18.04 and trying to install this driver but getting a build error. I downloaded the zip from https://github.com/FreedomBen/rtl8188ce-linux-driver/tree/ubuntu-18.04 and ran the install.sh script.
Below is my terminal output from when it tried to compile:
The text was updated successfully, but these errors were encountered: