7612u icon indicating copy to clipboard operation
7612u copied to clipboard

mt7612u Debian AP mode

Open rjcamatos opened this issue 2 years ago • 3 comments

I,

Under Debian kernel 5.10 AP hostapd hang after client stay connected around 5 minutes and can't connect again. Some one know how to correct this?

Best Regards.

rjcamatos avatar Dec 04 '22 11:12 rjcamatos

Have you disabled USB Scatter Gather? What do the logs say?

sudo -i
echo "options mt76_usb disable_usb_sg=1" >> /etc/modprobe.d/mt76_usb.conf
exit
sudo reboot

Check to see if it worked.

cat /sys/module/mt76_usb/parameters/disable_usb_sg
should be "Y"

amisix avatar Dec 04 '22 18:12 amisix

Tanks amisix ... Already disabled ... But i found what was causing connection drop, it was NetworkManager service, disabled since i don't use it and now it rocks

Tanks :)

rjcamatos avatar Dec 04 '22 20:12 rjcamatos

Have you disabled USB Scatter Gather? What do the logs say?

sudo -i
echo "options mt76_usb disable_usb_sg=1" >> /etc/modprobe.d/mt76_usb.conf
exit
sudo reboot

Check to see if it worked.

cat /sys/module/mt76_usb/parameters/disable_usb_sg
should be "Y"

Already disabled .. It was conflicg with NetworkManager service

Tanks

rjcamatos avatar Dec 04 '22 20:12 rjcamatos