samveen / mt7902-dkms

Cloning the MT9721 driver into the MT702 driver in the hopes of getting something running.
GNU General Public License v3.0
29 stars 5 forks source link

Wifi not loaded #7

Open danieltkach opened 3 months ago

danieltkach commented 3 months ago

Hi Samveen. I followed all the step, and the device is still not working. I get this:

lsmod | grep mt7902

mt7902 24576 0 mt7902_common 86016 1 mt7902 mt792x_lib 77824 2 mt7902,mt7902_common mt76_connac_lib 106496 3 mt792x_lib,mt7902,mt7902_common mt76 139264 4 mt792x_lib,mt7902,mt7902_common,mt76_connac_lib mac80211 1417216 5 mt792x_lib,mt76,mt7902_common,rtl8xxxu,mt76_connac_lib cfg80211 1339392 5 mt76,mt7902_common,mac80211,rtl8xxxu,mt76_connac_lib

I have no idea what else to try. Any guidance? I don't mind testing this out until it works. Let me know what you need, if logs or anything. Thanks. This is the system I'm on: https://linux-hardware.org/?probe=85fdc28bdc

samveen commented 3 months ago

@danieltkach Daniel, As stated in #1 , this code is a copy of the driver for the mt7921, renamed. However the simple renaming and association with the PCI IDs of the mt7902 did not succeed in making things work for the testers.

More details in #5 and #2

danieltkach commented 3 months ago

@danieltkach Daniel, As stated in #1 , this code is a copy of the driver for the mt7921, renamed. However the simple renaming and association with the PCI IDs of the mt7902 did not succeed in making things work for the testers.

More details in #5 and #2

So what's the solution then? What can we do?

samveen commented 2 months ago

@danieltkach More testing please? Just merged a large commit by @DarkMatter-999 that adds a lot of debugging.