Javier Marcet

Results 24 comments of Javier Marcet

I see, I uploaded them to my dropbox: [https://www.dropbox.com/s/69vjsxoslu8d3xp/master.log?dl=0](url) [https://www.dropbox.com/s/egas3xuxkaawlzf/master-concurrent.log?dl=0](url) [https://www.dropbox.com/s/r2xmkvw5vkx45xv/master-concurrent-dualmac.log?dl=0](url) [https://www.dropbox.com/s/g04tbpze6zktw01/master-concurrent-dualmac%2B.log?dl=0](url) I am getting on a plane in a couple hours, I'll check it tonight or tomorrow morning.

``` 7175 static void rollback_registered_many(struct list_head *head) 7176 { 7177 › struct net_device *dev, *tmp; 7178 › LIST_HEAD(close_head); 7179 7180 › BUG_ON(dev_boot_phase); 7181 › ASSERT_RTNL(); 7182 7183 › list_for_each_entry_safe(dev, tmp,...

Where can I get those commits? This repo hasn't been updated since Dec. 7th

There is a small error in the first of your commits, the double brackets have to go: ``` diff --git a/hal/rtl8192d_rf6052.c b/hal/rtl8192d_rf6052.c index a224e00..f1821c5 100644 --- a/hal/rtl8192d_rf6052.c +++ b/hal/rtl8192d_rf6052.c @@...

I just tested a new build with your latest commits but I don't see any new output in the logs, still the same error codes -95 and -19

Great. Yeah, I expected them too, but there was none. I'll check again with a new build. The external firmware is not used, is it? In the sources it's configured...

I got some more info. I have been running the new build, I still don't see any debugging output. I located the script which sets up wireless mac80211 connections `https://github.com/openwrt/openwrt/blob/master/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh`...

Sigh. I am still trying to trace back both errors. In kernel 4.14 my device is recognized as a singlephy-singlemac, even when you do get two phys and two macs...

I just built and run it: ``` [ 16.919473] r8192du: EEPROM type is E-FUSE, Unknown CUT chip, ChipValue 0x33cc [ 17.284064] r8192du: MacPhyMode: SINGLEMAC_SINGLEPHY [ 17.284192] Chip Version ID: VERSION_NORMAL_CHIP_92D_D_CUT_SINGLEPHY....

I just saw the new branch you pushed. I built it and am running it, I see lots of debugging output, but nothing noteworthy `https://www.dropbox.com/s/35rj6vsl3ljdsfz/20180223-4.4.18-boot.log` Really interesting your findings. With...