-
IP returned from `ip.address()` is the VM network adapter instead of the ethernet 'eth0' adapter.
Is there an option to set the adapter of choice?
OS: Linux 3.13-generic
-
### Describe the bug
I have flash latest snapshot to my Rock64 SBC.
SD: working as expected
EMMC: not working
I attached log below:
```
U-Boot 2024.07-OpenWrt-r27300-e7ea93e1e3 (Sep 05 2024 - …
-
For ToolTip.
```CS
public enum NicType
{
[Description("xxx")]
Ethernet,
[Description("xxx")]
Wlan,
[Description("xxx")]
Vm,
[Description("xxx")]
Ohter
}
…
-
反馈bug/问题模板,提建议请删除
## 1.关于你要提交的问题
Q:是否搜索了issue (使用 "x" 选择)
* [x] 没有类似的issue
## 2. 详细叙述
### (1) 具体问题
A:路由器间隔一段时间就会出现断网的现象,有线、无线一起中断,ping路由器无法ping通
我百度了一下,似乎是交换机驱动的问题,请问是这个原因吗?
如果是这个原因,…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
When system tried to boot with upstream PNOR, by the time it reaches to petitboot previous boot time console data(Skiboot and Skiroot messages) is getting overwritten with petitboot UI.
So users will…
-
For some reason it doesn't recognize my working WiFi device. My WiFi device =
description: Ethernet interface
product: Wireless 8260
vendor: Intel Corporation
…
-
### Description of the problem
I have a LLANO 2.5gbs network adapter (type c, with adapter to type A)
Device is recognize in info center after installing driver & restart NAS. However, it does not…
-
### Describe the bug
Hi,
I am running OpenWRT snapshot on FriendlyElec NanoPI R6S.
I have noted that `eth0` card (RTL8211F Gigabit Ethernet) is not working properly with VLAN configuration.
Ma…
-
### Description
### Steps to Reproduce
```
boolean reconnect() {
chipId = ESP.getEfuseMac();
char chipIdString[18];
snprintf(chipIdString, sizeof(chipIdString), "%04X%08X",…