linux下用mii-tool和ethtool 查看網(wǎng)線是否正確連接到網(wǎng)卡
成都創(chuàng)新互聯(lián)專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于網(wǎng)站設(shè)計(jì)制作、成都網(wǎng)站制作、聊城網(wǎng)絡(luò)推廣、小程序開發(fā)、聊城網(wǎng)絡(luò)營銷、聊城企業(yè)策劃、聊城品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運(yùn)營等,從售前售中售后,我們都將竭誠為您服務(wù),您的肯定,是我們最大的嘉獎(jiǎng);成都創(chuàng)新互聯(lián)為所有大學(xué)生創(chuàng)業(yè)者提供聊城建站搭建服務(wù),24小時(shí)服務(wù)熱線:028-86922220,官方網(wǎng)址:www.cdcxhl.com
輸入mii-tool可以查看網(wǎng)線是否連接到網(wǎng)卡
有時(shí)驅(qū)動(dòng)可能不支持會(huì)出錯(cuò)下列錯(cuò)誤
可以使用ethtool查看
Link detected: yes為正常no為失敗
mii-tool 的用法:
mii-tool 在更改網(wǎng)絡(luò)設(shè)備通信協(xié)商方式的方法比較簡(jiǎn)單,用 -v 參數(shù)來查看網(wǎng)絡(luò)接口的狀態(tài);看下面的例子;
mii-tool 更改網(wǎng)絡(luò)接口協(xié)商的方法;
[root@localhost ~]# mii-tool --help
usage: mii-tool [-VvRrwl] [-A media,... | -F media] [interface ...]
-V, --version display version information
-v, --verbose more verbose output 注:顯示網(wǎng)絡(luò)接口的信息;
-R, --reset reset MII to poweron state 注:重設(shè)MII到開啟狀態(tài);
-r, --restart restart autonegotiation 注:重啟自動(dòng)協(xié)商模式;
-w, --watch monitor for link status changes 注:查看網(wǎng)絡(luò)接口連接的狀態(tài)變化;
-l, --log with -w, write events to syslog 注:寫入事件到系統(tǒng)日志;
-A, --advertise=media,... advertise only specified media 注:指令特定的網(wǎng)絡(luò)接口;
-F, --force=media force specified media technology 注:更改網(wǎng)絡(luò)接口協(xié)商方式;
media: 100baseT4, 100baseTx-FD, 100baseTx-HD, 10baseT-FD, 10baseT-HD,
(to advertise both HD and FD) 100baseTx, 10baseT
example:
[at_Neal:root:~:]# mii-tool
eth0: negotiated 100baseTx-FD flow-control, link ok
eth1: no link
eth2: negotiated 100baseTx-FD flow-control, link ok
1
虛擬機(jī)菜單欄 --安裝VMware tools
2
然后在Red Hat Linux系統(tǒng)中彈出的cdrom窗口中
找到VMwaretools-9.6.0-1294478.tar.gz
3
然后右擊VMwaretools-9.6.0-1294478.tar.gz
點(diǎn)擊解壓到
4
然后在彈出的解壓縮窗口
里目標(biāo)地址/home/redhat/.gnom-desktop桌面的地址
然后確定
5
那么.gnom-desktop怎么知道的呢
可以直接在桌面右擊---新建文件夾
6
然后右擊新建的文件夾--屬性
7
然后就可以查看到位置了
8
好了接著上面說了 按了確定之后 正在從壓縮文件中解壓
9
然后這時(shí)桌面就多了一個(gè)vmware-tools-distrib文件夾出來
10
然后在桌面上右擊--新建終端
11
彈出終端窗口中輸入SU
SU命令在linux中可以這樣解釋
su命令,也被稱為“替代用戶”、“超級(jí)用戶”或“切換用戶”
12
輸入SU并且輸入完密碼之后
輸入CD .gnme-Desktop
CD跟windows的DOS命令一樣
13
進(jìn)入桌面后
再使用CD vmware-tools-distrib
意思就是使用CD 進(jìn)入在桌面上的vmware-tools-distrib文件夾
14
進(jìn)入了vmware-tools-distrib文件夾后 里面有一個(gè)vmware-install.pl文件
那個(gè)就使用./來安裝
./vmware-install.pl
15
出現(xiàn)[/USR/bin]之后一直開始按回車鍵
直接按到/dev/hdc...停止為止
16
到了/dev/hdc...之后再輸入reboot
重啟系統(tǒng)的意思
17
重啟后輸入賬號(hào)
18
重啟后輸入密碼
19
這時(shí)候屏幕變成全屏了這樣表示安裝TOOLS成了這時(shí)候可以往里面拉文件了
第1步:確保光盤已插入
第2步:安裝VMwareTools功能增加包(請(qǐng)用root用戶登陸系統(tǒng)):
創(chuàng)建/media/cdrom目錄:
[root@linuxprobe ~]# mkdir -p /media/cdrom
將光驅(qū)設(shè)備掛載到該目錄上:
[root@linuxprobe ~]# mount /dev/cdrom /media/cdrom
進(jìn)入到該掛載目錄:
[root@linuxprobe ~]# cd /media/cdrom
將功能增強(qiáng)包復(fù)制到/home目錄中:
[root@linuxprobe cdrom]# cp VMwareTools-9.9.0-2304977.tar.gz /home
進(jìn)入到/home目錄中:
[root@linuxprobe cdrom]# cd /home
解壓功能增強(qiáng)包:
root@linuxprobe home]# tar xzvf VMwareTools-9.9.0-2304977.tar.gz
vmware-tools-distrib/
vmware-tools-distrib/FILES
vmware-tools-distrib/doc/
vmware-tools-distrib/doc/open_source_licenses.txt
vmware-tools-distrib/doc/INSTALL
vmware-tools-distrib/doc/README
vmware-tools-distrib/installer/
vmware-tools-distrib/installer/services.sh
vmware-tools-distrib/installer/guestproxy-ssl.conf
vmware-tools-distrib/installer/thinprint.sh
vmware-tools-distrib/installer/upstart-job.conf
………………此處省略解壓過程細(xì)節(jié)………………
進(jìn)入解壓文件夾中:
[root@linuxprobe home]# cd vmware-tools-distrib/
運(yùn)行安裝腳本并加上參數(shù)-d,代表默認(rèn)安裝:
[root@linuxprobe vmware-tools-distrib]# ./vmware-install.pl -d
The installer has detected an existing installation of open-vm-tools on this
system and will not attempt to remove and replace these user-space
applications. It is recommended to use the open-vm-tools packages provided by
the operating system. If you do not want to use the existing installation of
open-vm-tools and attempt to install VMware Tools, you must uninstall the
open-vm-tools packages and re-run this installer.
The installer will next check if there are any missing kernel drivers. Type yes
if you want to do this, otherwise type no [yes]
………………省略部分安裝過程………………
當(dāng)您看到這個(gè)字樣后,重啟后即可正常使用VmwareTools啦。
Creating a new initrd boot image for the kernel.
Starting Virtual Printing daemon: done
Starting vmware-tools (via systemctl): [ OK ]
The configuration of VMware Tools 9.9.0 build-2304977 for Linux for this
running kernel completed successfully.
Enjoy,
--the VMware team
第3步:重新啟動(dòng)系統(tǒng)后生效:
[root@linuxprobe ~]# reboot
這個(gè)在《linux就該這么學(xué)》的第一章里有詳細(xì)介紹,你可以去看一下。希望對(duì)你有所幫助^-^
在Linux命令行模式安裝VMwareTools
1、首先啟動(dòng)CentOS7,在VMware中點(diǎn)擊上方“VM”,點(diǎn)擊“InstallVMwareTools...”(如已安裝則顯示“ReinstallVMwareTools...”)。
2、在命令行輸入“l(fā)s/dev”查看。
3、輸入“mkdir/mnt/cdrom”在/mnt目錄下新建一個(gè)名為cdrom的文件夾。