Skip to content
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

ubuntu no wlan0 device #1

Open
leaez opened this issue Dec 11, 2024 · 2 comments
Open

ubuntu no wlan0 device #1

leaez opened this issue Dec 11, 2024 · 2 comments

Comments

@leaez
Copy link

leaez commented Dec 11, 2024

lsusb got:
Bus 001 Device 002: ID 2310:1a2b SciIncX 802.11n NIC

run :sudo insmod zt9101_ztopmac_usb.ko cfg=./wifi.cfg

lsmod
Module Size Used by
zt9101_ztopmac_usb 548864 0

dmesg:
[ 1644.273742] [D]

                <ZTOP WIFI DRV INSMOD>

[ 1644.273743] [D]HIF INIT*
[ 1644.273744] [I]Driver Ver:V1.2.xxx.xxxxxxxx
[ 1644.273744] [I]Kernel_version: 6.6.23
[ 1644.273760] [I]fw: ./fw/ZT9101_fw_c1ab8ba.bin
[ 1644.273761] [I]fw1: ./fw/ZT9101V30_fw_8546b3a.bin
[ 1644.273762] [I]ifname: wlan0
[ 1644.273763] [I]if2name: p2p0
[ 1644.273776] [D][_ndev_notifier_cb:756]ndev:0000000075f6ffcf
[ 1644.273778] [D][_ndev_notifier_cb:756]ndev:0000000075f6ffcf
[ 1644.273779] [D][_ndev_notifier_cb:756]ndev:000000006145f1f5
[ 1644.273781] [D][_ndev_notifier_cb:756]ndev:00000000341130cd
[ 1644.273782] [D][_ndev_notifier_cb:756]ndev:00000000341130cd
[ 1644.273783] [D][_ndev_notifier_cb:756]ndev:0000000052b9b536
[ 1644.273783] [D][_ndev_notifier_cb:756]ndev:0000000052b9b536
[ 1644.273784] [D][_ndev_notifier_cb:756]ndev:000000001179f56f
[ 1644.273785] [D][_ndev_notifier_cb:756]ndev:000000001179f56f
[ 1644.273786] [D][_ndev_notifier_cb:756]ndev:000000006921e47a
[ 1644.273786] [D][_ndev_notifier_cb:756]ndev:000000006921e47a
[ 1644.273787] [D][_ndev_notifier_cb:756]ndev:00000000b6a67573
[ 1644.273788] [D][_ndev_notifier_cb:756]ndev:00000000b6a67573
[ 1644.273788] [D][_ndev_notifier_cb:756]ndev:000000006c7f1fef
[ 1644.273789] [D][_ndev_notifier_cb:756]ndev:000000000f59bb74
[ 1644.273790] [D][_ndev_notifier_cb:756]ndev:000000000f59bb74
[ 1644.273791] [D][_ndev_notifier_cb:756]ndev:00000000f76e8fcc
[ 1644.273792] [D][usb_init:1123][usb] usb_init!!

[ 1644.273835] usbcore: registered new interface driver zt9101_ztopmac_usb

but ifconfig no wlan0 found!

@leaez
Copy link
Author

leaez commented Dec 11, 2024

Does the device with PID 1a2b not support it yet!

@yjun123
Copy link
Owner

yjun123 commented Dec 12, 2024

USB_DEVICE_AND_INTERFACE_INFO(0x2310, 0x9086, 0xff, 0xff, 0xff),

Judging from the code, the device with the PID of 1a2b is indeed not supported.
As a test, you can add the PID /VID of your device and see if it works or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants