In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "what is the method of Cubieboard sharing computer WIFI". The content of the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "what is the WIFI method of Cubieboard sharing computer".
My environment: win7 64-bit (PC) Linaro (Cubieboard)
First of all, you need to connect the debug cable of CB to your computer, and then connect to the com port to configure your CB linaro (I like to use PUTTY to connect COM port). Make sure you have installed the wire driver first.
Check your computer's IP and gateway (mine is 192.168.1.103 and the gateway is 192.168.1.1). Then find the corresponding COM port, connect ssh to CB, and configure eth0 as static IP, which is the same network segment as your computer (192.168.1.99). Do the following:
Vi / etc/network/interfaces
Edit the configuration file and modify the configuration of eth0 to:
Auto eth0
Iface eth0 inet static
Address 192.168.1.99 # change this to the IP where you want to set CB
Gateway 192.168.1.1 # change this to your gateway address
Netmask 255.255.255.0
Then plug in the network cable, or you can plug it in before. At this point, if you look inside the network connection, the local connection is already getting the address. Regardless of him, press the ctrl key to select your wireless connection and local connection at the same time. Right-click and select "Bridge".
After waiting for the bridge to be connected, a "bridge" will be generated.
Restart the network on CB: service networking restart
Then open eth0: ifup eth0
Then ifconfig to see if your IP is the IP you configured. If not, try restarting cb and then ifup eth0.
If nothing happens, your IP is correct and the ping public network is connected ~ Congratulations, you can unplug the debug cable and connect through IP.
Thank you for your reading, the above is the content of "what is the method of Cubieboard sharing computer WIFI". After the study of this article, I believe you have a deeper understanding of what the method of Cubieboard sharing computer WIFI is, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.