Raspberry Pi Zero与USB/以太网加密狗
我看了看和看,在任何地方都找不到这个问题的答案!
我想将我的pi零连接到以太网电缆。我有一个USB/以太网加密狗。我有3个零,都有USB-Hub帽子。我插入加密狗并重新启动(这是我发现的每个视频所说的就是您要做的一切)。恢复后,以太网端口被确认,但不会获得IP地址。
这是Ifconfig所说的:
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:0e:c6:78:62:89 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
我能找到的唯一提示建议我需要将其添加到接口文件中:
auto eth0
allow-hotplug eth0
iface eth0 inet DHCP
但是这一切都没有改变。 DHCP客户端似乎没有运行(尽管它适用于WiFi)。但是,当我Google Google'DHCP设置Raspberry Pi Zero''我得到的所有如何设置服务器。
I have looked and looked and looked, I can't find an answer to this problem anywhere!
I want to connect my PI zero to an ethernet cable. I have a USB/Ethernet dongle. I have 3 zero's, all have USB-HUB hats. I plug in the dongle and reboot (which is what every video I've found says is all you have to do). When it comes back up, the ethernet port is recognized, but won't get an IP address.
Here's what ifconfig says:
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:0e:c6:78:62:89 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
The only hint I can find suggests I need to add this to the interfaces file:
auto eth0
allow-hotplug eth0
iface eth0 inet DHCP
But this changes nothing. It seems that the DHCP client is not running (although it works for the WiFi). But when I google 'DHCP setup raspberry pi zero' all I get it how to setup a server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很尴尬!
以太网电缆未插入
VERY Embarrassing!
The ethernet cable was not plugged in ????????♂️