设备中断90内存0x434000934fff是什么?
从ifconfig命令
这是否说明了网络问题?,我们需要在操作系统linux上检查什么?
ifconfig -a
RX errors 1971059972 dropped 503931 overruns 65 frame 1971059907
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 90 memory 0x96000000-967fffff
RX errors 0 dropped 0 overruns 0 frame 0
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 102 memory 0x95000000-957fffff
RX errors 0 dropped 0 overruns 0 frame 0
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
RX errors 0 dropped 0 overruns 0 frame 0
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
RX errors 0 dropped 0 overruns 0 frame 0发布于 2017-10-04 01:29:35
这是查找错误信息的一种非常糟糕的方法。不是每个字串“错误”的意思都是“错误”。“中断”一词恰好包含“错误”。并非ifconfig命令的所有输出都是错误消息。毕竟,它确实实现了报表接口配置。
https://unix.stackexchange.com/questions/395862
复制相似问题