lwfinger / rtw89-BT

Out-of-kernel driver for Realtek BT devices found in rtw89 devides.
67 stars 9 forks source link

Ubuntu 6.5 Build Errors #23

Closed JacobWurtz closed 7 months ago

JacobWurtz commented 7 months ago

I'm seeing the following build errors when attempting to make: Screenshot from 2024-01-16 08-51-21

Output from lsusb: Screenshot from 2024-01-16 08-51-45

Installed firmware: Screenshot from 2024-01-16 08-53-42

Output from uname -r (ubuntu 22.04): Screenshot from 2024-01-16 08-52-53

Looks like some of the files are correctly compiling, but it's choking on at least one.

For more context, the issue I'm facing is non-functional bluetooth on a tp link network card. The bluetooth is "on", but can't actually detect or connect to anything. I'm hoping that this driver will do the trick (rtw89 worked beautifully for my network card), as long as I can get it to compile.

JacobWurtz commented 7 months ago

As a side note, thank you very much for owning and maintaining this repo. This is really fantastic work!

lwfinger commented 7 months ago

This problem was a bit trickier than most. On my system, the missing globals were being loaded from the underlying kernel, thus no error. Do a 'giit pull' and report back.

JacobWurtz commented 7 months ago

Progress, but not quite there yet. Screenshot from 2024-01-16 11-12-36

Thank you for the quick response. Let me know if I can provide anything else to help narrow it down.

lwfinger commented 7 months ago

Try again. I made another fix.

JacobWurtz commented 7 months ago

That did the trick. Not only did the build work, but it has solved my bluetooth issue.

Thank you so much for all your help! You're doing fantastic work out here.