-
Notifications
You must be signed in to change notification settings - Fork 9
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 and driver installation log and logbook #2
Comments
Henri, Thank you for the testing 🙏 Please attach |
make.log |
it's the minimum and that way one day my wifi card will have the wifi icon on linux. And to buy a PC with this kind of wifi card costs around €1,000. I could give you the pc model if you want. |
If you are interested in sponsoring the cost of a test machine, I would greatly appreciate that. Please contact me via email ( |
I've managed to get the Ubuntu packaging build for kernel 6.8 for focal running in my environment (TuxInvader/focal-mainline-builder#47) . Once I have the build successfully complete, I should be able to start figuring out the build issues and proceed ahead from there. |
I will must update the source for see the build. |
Signed-off-by: Samveen <[email protected]>
@henri26mobu I've managed to get the driver build:
Please check out the latest code, with the updated instruction to test |
I can see having to uninstall and reinstall because the source names aren't mt7902 for me, they're mt-7902-dkms. |
Yes. I needed to update the usage while getting it to work with dkms . As mentioned, I updated the instructions. Once you have managed to install the module, please test loading the module with |
Here are the logs : `henri26mobu@7902pop:/usr/src$ sudo dkms build --verbose -m mt7902 -v 0.0.1 Building module: { bash build.sh --kver 6.8.0-11-generic; } >> /var/lib/dkms/mt7902/0.0.1/build/make.log 2>&1 Signing module /var/lib/dkms/mt7902/0.0.1/build/mt76/mt7902/mt7902-common.ko Deprecated feature: REMAKE_INITRD (/var/lib/dkms/mt7902/0.0.1/source/dkms.conf) mt7902-common.ko.zst:
mt7902.ko.zst:
henri26mobu@7902pop:/usr/src$ sudo dkms status --verbose -m mt7902 -v 0.0.1 |
I have ASUS Vivobook M6500XV Laptop with mt7902 wireless adapter and archlinux with 6.8.1 kernel I have builded and installed mt7902 driver from this repo.
After load kernel module mt7902 wireless adapter doesn't work.
|
and also
|
As there is no firmware as of now, there is nothing much I can do to other than try and figure out where the firmware is. I have a few possiblities that I can try, but only if I can get detailed logs of the module loading. |
|
In my laptop I can to connect to WiFi from UEFI bios. Can this help? |
What are the 20 lines before this? I think I have a link to firmware drivers from asus website. Maybe we can try that. I'll update instructions in the README to download, extract and install the firmware. |
Before
other old events not related to the problem |
@tm4ig Updated code, and added firmware download and install script (see README for the updated intructions for firmware install)
Ok. |
After code update
|
@tm4ig From the log it seems that the firmware was loaded, but the device didn't respond as expected. Is that correct? |
@samveen |
Did the kernel oops trigger after firmware install, or no oops? |
There is no kernel oops after firmware install |
It's installed now and the driver should work, which is the next step in the task list. |
Errors when trying to build and install.
Install on the new ubuntu noble 24.04.
The text was updated successfully, but these errors were encountered: