aleksander
aleksander
Hi! I have exactly the same problem: ``` [ 100.874586] usb 3-3: new high-speed USB device number 2 using xhci_hcd [ 101.468104] usb 3-3: reset high-speed USB device number 2...
The problem is in `mt7601u_phy_init` > `mt7601u_init_cal` > `mt7601u_mcu_calibrate(dev, MCU_CAL_RXIQ, 0)`. With this lines commented initialization ends successfully and interface appears. Don't know is it working or not.
@jrfabio, I want to solve this problem because I also have mt7601u based device with the same symptoms, so I believe @kuba-moo will suggest some way :) @kuba-moo, should I...
> did you check if the device works with calibration removed? Yes, device works without calibration. I successfully connected to my phone and loaded some web sites. Not sure about...
I found a cd-rom and cd contents is ``` ├── MTK WlanU │ ├── DPO_MT7601U_LinuxSTA_3.0.0.4_20130913.tar.bz2 └── RTL WlanU ├── RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911.zip ``` Archives contain sources with timestamps of 9.12.2013. Look like...
@romeumellobr @jguidini @drbeat This is the temporary solution I use for my mt7601u stick from aliexpress: 1. From `kernel.org` dowload linux kernel source corresponding to your working kernel. 2. Unpack...
@samatjain take a look on #90 for more preferable _kernel.h generation method (C array instead of C++11 raw string).
> Unfortunately xxd is Linux/macOS only. @samatjain I didn't mean to use xxd, but the output of your python3 script should be like the one from xxd (C array and...
@jramos, thank you! testing it right now.
There is no segfault with `naive_ralloc` so the problem is ralloc specific.