Anthony96922 / mt7601u-ap

AP driver for MT7601U dongles
GNU General Public License v2.0
117 stars 49 forks source link

no device recognized #4

Closed Ralph-Ne closed 5 years ago

Ralph-Ne commented 7 years ago

Hello tanaka1892, compiling was successful, the driver is loaded (lsmod), but the device is not recognized after pluging in, see the output. [root@idefix ~]# [25934.332929] usb 2-1.3: new high-speed USB device number 3 using musb-hdrc [25934.474470] usb 2-1.3: New USB device found, idVendor=148f, idProduct=7601 [25934.481782] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [25934.489555] usb 2-1.3: Product: 802.11 n WLAN [25934.494182] usb 2-1.3: Manufacturer: MediaTek [25934.498782] usb 2-1.3: SerialNumber: 1.0 [25935.509421] mt7601Uap: loading out-of-tree module taints kernel. [25935.590014] rt2870: init [25935.625245] rt2870: probe of 2-1.3:1.0 failed with error -1 [25935.682661] usbcore: registered new interface driver rt2870 The device is a "sempre WU150-1" USB-stick. Any idea? Do you know whether is is generally possible that this stick works as AP? Thanks for your help! Kind regards, Ralph

Anthony96922 commented 5 years ago

Closing as the driver should be working for you now.

korealex commented 4 years ago

hi im having the same issue on armbian linux-headers-5.3.9-sunxi

[ 33.786296] usb0-vbus: disabling [ 87.556382] usb 4-1: new high-speed USB device number 2 using ehci-platform [ 87.723899] usb 4-1: New USB device found, idVendor=148f, idProduct=7601, bcdDevice= 0.00 [ 87.723917] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 87.723931] usb 4-1: Product: 802.11 n WLAN [ 87.723943] usb 4-1: Manufacturer: MediaTek [ 87.723956] usb 4-1: SerialNumber: 1.0 [ 87.727043] rt2870: probe of 4-1:1.0 failed with error -1

z59 commented 4 years ago

@korealex adding coherent_pool=2M to kernel parameters solves this problem

MT00x commented 3 years ago

@korealex adding coherent_pool=2M to kernel parameters solves this problem

you saved my day!