Package Details: mt7610u_wifi_sta 4606187-3

Git Clone URL: https://aur.archlinux.org/mt7610u_wifi_sta.git (read-only, click to copy)
Package Base: mt7610u_wifi_sta
Description: Kernel module for MediaTek MT7610U chipset featured in TP-Link Archer T2U and T2UH, TP-Link TL-WDN5200, ASUS USB-AC50, ASUS USB-AC51, Comcast Xfinity KXW02AAA, D-Link DWA-171 rev B1 and more
Upstream URL: https://github.com/Myria-de/mt7610u_wifi_sta_v3002_dpo_20130916
Licenses: GPL2
Submitter: annmuor
Maintainer: annmuor
Last Packager: annmuor
Votes: 6
Popularity: 0.000000
First Submitted: 2015-11-15 12:41 (UTC)
Last Updated: 2017-01-31 18:48 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

vintux commented on 2017-11-03 16:19 (UTC)

Hi, After using c4n/citizen's correction to pkgbuild, I am getting an error : `./include/linux/string.h:305:4: error: call to ‘__read_overflow2’ declared with attribute error: detected read beyond size of object passed as 2nd parameter` Any ideas?

a_manthey commented on 2017-04-12 20:25 (UTC)

Hi, i use 4.10.8-1-ARCH, TP-LINK Archer T1U last comment of c4n / citizen added to PKGBUILD makepkg yaourt -U mt7610u_wifi_sta-4606187-3-any.pkg.tar.xz modprobe mt7610u_sta modprobe -c | grep -i "2357.*0105" alias usb:v2357p0105d*dc*dsc*dp*ic*isc*ip*in* mt7610u_sta iw dev ra0 scan command failed: Device or resource busy (-16) dmesg .... [ 9799.684954] /home/andreas/software/mt7610u/mt7610u_wifi_sta/src/mt7610u_wifi_sta/os/linux/../../chips/mt76x0.c:2114 assert (pAd->TxPower[choffset].Channel == 36)failed [ 9799.716697] ERROR!!! [ 9799.716701] E2PROM: WRONG VERSION 0x2, should be 1 [ 9799.729084] mt76x0_read_tx_alc_info_from_eeprom: EEPROM_MT76x0_TEMPERATURE_OFFSET (0xD1) = 0xf8 [ 9799.729087] mt76x0_read_tx_alc_info_from_eeprom: TemperatureOffset = 0xfffffff8 [ 9799.729088] Temperature Tx ALC not enabled [ 9799.774439] 3. Phy Mode = 61 ...

c4n commented on 2017-04-01 15:20 (UTC)

@citizen Correction: find . -type f -exec sed -i 's/IEEE80211_NUM_BANDS/NUM_NL80211_BANDS/g' {} + find . -type f -exec sed -i 's/IEEE80211_BAND_2GHZ/NL80211_BAND_2GHZ/g' {} + find . -type f -exec sed -i 's/IEEE80211_BAND_5GHZ/NL80211_BAND_5GHZ/g' {} +

pestaa commented on 2017-02-14 19:06 (UTC)

@citizen, your fix helped me compile the source, but unfortunately, plugging in the T2U instantly freezes the computer (Manjaro with kernel 4.9.6-1). Where should I look for clues?

citizen commented on 2017-02-12 20:56 (UTC)

A quick and dirty solution to build the package on a recent kernel is to substitute the deprecated IEEE80211-fields with the new ones, in the PKGBUILD. Simply add the following into the build()-segment, right before the make invocation: build() { cd "${srcdir}/${pkgname}" patch -p1 < "${srcdir}/0001-fix-compile-against-kernel-4.6.patch" patch -p1 < "${srcdir}/0002-add-tplink-archer-t1u.patch" --- add below find . type -f -exec sed -i 's/IEEE80211_NUM_BANDS/NUM_NL80211_BANDS/g' {} + find . type -f -exec sed -i 's/IEEE80211_BAND_2GHZ/NL80211_BAND_2GHZ/g' {} + find . type -f -exec sed -i 's/IEEE80211_BAND_5GHZ/NL80211_BAND_5GHZ/g' {} + -- add above make -C "${srcdir}/${pkgname}" }

morosa commented on 2017-02-01 15:33 (UTC) (edited on 2017-02-01 15:42 (UTC) by morosa)

make[2]: *** [scripts/Makefile.build:289: /tmp/yaourt-tmp-ka/aur-mt7610u_wifi_sta/src/mt7610u_wifi_sta/os/linux/../../sta/auth_rsp.o] Błąd 1 make[2]: *** Oczekiwanie na niezakończone zadania.... make[2]: *** [scripts/Makefile.build:289: /tmp/yaourt-tmp-ka/aur-mt7610u_wifi_sta/src/mt7610u_wifi_sta/os/linux/../../os/linux/rt_profile.o] Błąd 1 make[2]: *** [scripts/Makefile.build:289: /tmp/yaourt-tmp-ka/aur-mt7610u_wifi_sta/src/mt7610u_wifi_sta/os/linux/../../sta/auth.o] Błąd 1 make[2]: *** [scripts/Makefile.build:289: /tmp/yaourt-tmp-ka/aur-mt7610u_wifi_sta/src/mt7610u_wifi_sta/os/linux/../../sta/assoc.o] Błąd 1 make[1]: *** [Makefile:1473: _module_/tmp/yaourt-tmp-ka/aur-mt7610u_wifi_sta/src/mt7610u_wifi_sta/os/linux] Błąd 2

annmuor commented on 2017-01-31 18:48 (UTC)

@klingt.net @julbrygd Done that

klingt.net commented on 2017-01-31 18:12 (UTC)

@julbrygd I would love to see this patch merged into the package!

julbrygd commented on 2017-01-02 10:51 (UTC)

Hi kreon, I created a Patch witch supports Archer T1U: cat 0002-add-tplink-archer-t1u.patch diff -Naur a/common/rtusb_dev_id.c b/common/rtusb_dev_id.c --- a/common/rtusb_dev_id.c 2016-12-25 17:32:31.643113348 +0100 +++ b/common/rtusb_dev_id.c 2016-12-25 17:34:05.131081813 +0100 @@ -42,6 +42,7 @@ {USB_DEVICE(0x7392,0xA711)}, /* Edimax 7711ULC/7711MAC */ {USB_DEVICE(0x7392,0xB711)}, /* Elecom WDC-433SU2M */ {USB_DEVICE(0x148F,0x761A)}, /* TP-LINK Archer T2UH */ + {USB_DEVICE(0x2357,0x0105)}, /* TP-LINK Archer T1U */ {USB_DEVICE(0x148F,0x760A)}, /* TP-LINK */ {USB_DEVICE(0x0B05,0x17D1)}, /* ASUS USB-AC51 */ {USB_DEVICE(0x0B05,0x17DB)}, /* ASUS USB-AC50 */ Can you add this to your pgkbuild?

mentatf commented on 2016-12-10 21:46 (UTC)

I confirm that, like @Hoeman42, this doesn't work anymore, build fails with error message: /tmp/yaourt-tmp-***/aur-mt7610u_wifi_sta/src/mt7610u_wifi_sta/include/cfg80211.h:35:49: error: ‘IEEE80211_NUM_BANDS’ undeclared here (not in a function)