Solved usb wifi doesn't work

Hello!
I have USB wifi:

dmesg output:
Code:
ugen3.2: <ZyDAS USB2.0 WLAN> at usbus3
zyd0 on uhub1
zyd0: <ZyDAS USB2.0 WLAN, rev 2.00/48.10, addr 2> on usbus3
driver has loaded into the kernel:
Code:
5 1 0xffffffff82234000 12d47 if_zyd.ko
But it didn't show up in ifconfig(8)...

I have read that system upgrade sometimes help, but I already have last version - 11.1.

Any suggestions?..
 
Last edited by a moderator:
Thank you!
Problem solved.
Code:
% sysctl net.wlan.devices
net.wlan.devices: zyd0
and
Code:
%ifconfig wlan0 create wlandev zyd0
successfully create wlan0 interface.

And why they have removed wifi devices from ifconfig again?
 
Last edited by a moderator:
Back
Top