Advertisement
Guest User

The things that a professional needs to see

a guest
Dec 2nd, 2021
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. Okay,why I write here?
  2. Cuz I got reeeeeaaaallllyyyy long text here.
  3.  
  4.  
  5. So,what I did:
  6. 1)Tried to compile drivers in chrooted Debian and failed.
  7. Make failed due non-existance kernel modules I guess:
  8.  
  9. make -C tools
  10. make[1]: Entering directory '/root/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
  11. gcc -g bin2h.c -o bin2h
  12. make[1]: Leaving directory '/root/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
  13. /root/mt7610u_wifi_sta_v3002_dpo_20130916/tools/bin2h
  14. chipset = mt7650u
  15. chipset = mt7630u
  16. chipset = mt7610u�\��H��M@�"��
  17. chipset = ��
  18. unknown chipset = ��
  19. Can't open write file /root/mt7610u_wifi_sta_v3002_dpo_20130916
  20. cp -f os/linux/Makefile.6 /root/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/Makefile
  21. make -C /lib/modules/3.10.49-10923522/build SUBDIRS=/root/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux modules
  22. make[1]: *** /lib/modules/3.10.49-10923522/build: No such file or directory. Stop.
  23. Makefile:393: recipe for target 'LINUX' failed
  24. make: *** [LINUX] Error 2
  25.  
  26.  
  27.  
  28.  
  29. 2)Tried using apt and installed linux-firmware but neither iwconfig not ifconfig showed interface.
  30.  
  31. Buuuutt.........
  32.  
  33.  
  34.  
  35. See what I got:
  36. 1)
  37. $ ls /lib/firmware | grep mt76
  38. mt7601u.bin
  39. mt7650.bin
  40. mt7662.bin
  41. mt7662_rom_patch.bin
  42.  
  43. *I copied them to /etc/firmware in my device cuz there was bin files of some wifi adapters*
  44.  
  45.  
  46.  
  47. 2)
  48. lsusb
  49. Bus 001 Device 008: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
  50. Bus 001 Device 002: ID 0a05:7211 Unknown Manufacturer hub #It is my multiport device. I use it to connect keyboard and mouse at the same time
  51. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  52.  
  53.  
  54. 3) Dmesg when connecting to usb port(only ones about wifi)
  55. dmesg -w
  56. [ 1345.623785] usb 1-1.4: new full-speed USB device number 9 using msm_hsusb_host
  57. [ 1345.735948] usb 1-1.4: No LPM exit latency info found. Power management will be impacted.
  58. [ 1345.738104] usb 1-1.4: not running at top speed; connect to a high speed hub
  59. [ 1345.757790] usb 1-1.4: New USB device found, idVendor=148f, idProduct=7601
  60. [ 1345.757842] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  61. [ 1345.757878] usb 1-1.4: Product: 802.11 n WLAN
  62. [ 1345.757912] usb 1-1.4: Manufacturer: MediaTek
  63. [ 1345.757946] usb 1-1.4: SerialNumber: 1.0
  64. [ 1347.249577] wlan: [11915:E :HDD] tdls_mgmt: dc:a7:c9 action 10, dialog_token 1 status 0, len = 0
  65. [ 1347.249776] wlan: [2675:E :PE ] [TDLS] action 10 (SIR_MAC_TDLS_DIS_REQ) -AP-> OTA
  66. [ 1351.669994] wlan: [2675:E :HDP] hdd_tx_rx_pkt_cnt_stat_timer_handler: Disable split scan
  67. [ 1351.767697] !@Sync 44 [12-02 16:37:10.119]
  68. [ 1352.281477] wlan: [2675:E :SME] sme_QosPmcDeviceStateUpdateInd: 7443: nothing to process in PMC state BMPS (6)
  69. [ 1352.281542] wlan: [2675:E :TL ] ----> CRegion 0, hRSSI -60, Alpha 5
  70. [ 1352.522564] reading ap_thm[19] [rc = 0] [adc_code = 33079]
  71.  
  72.  
  73. If you have any ideas,please,write me in android.stackexchange.com or in Discord.(due live Q/A)
  74. My Discord: Running Child#4633
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement