CentOS 7 安裝及設定

來源:互聯網
上載者:User

標籤:centos7 安裝及設定

思路:隨身碟安裝CentOS7 Minimal,然後再安裝KDE。


1.隨身碟安裝CentOS7 Minimal

    參考隨身碟安裝RHEL;


2.安裝X Window System

[[email protected] root]# yum groupinstall "X Window System"


3.安裝KDE

[[email protected] root]# yum groupinstall KDE


4.啟動X Window System

[[email protected] root]# startx


5.切換到KDE環境

[[email protected] root]# init 5


6.刪除KDE內建軟體;

[[email protected] root]# yum remove kdepim    #kdepim軟體包中包含korganizer,akregator,kmail,knode,knotes,kontact,kpilot等軟體[[email protected] root]# cd /usr/share/applications[[email protected] applications]# tar -czvf kde4.tar.gz ./kde4/[[email protected] applications]# rm kde4 -Rf        #禁用KDE內建的所有軟體


7.安裝無線網卡驅動

    1.查看無線網卡型號

[[email protected] root]# lspci | grep Broadcom     #查看無線網卡版本02:00.0 Network controllet: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)

    2.下載網卡驅動檔案:http://www.broadcom.com/support/802.11/linux_sta.php(README.txt為安裝說明)

[[email protected] Download]# yum install kernel-headers kernel-devel gcc        #安裝需要的組件[[email protected] Download]# tar -xzvf hybrid-v***.tar.gz        #解壓下載的驅動檔案[[email protected] Download]# make        #編譯[[email protected] Download]# …………        #編譯資訊[[email protected] Download]# make install            #安裝驅動程式[[email protected] Download]# depmod `uname -r`       #構建模組依賴[[email protected] Download]# modprobe wl             #裝載驅動模組

    此時,無線網卡就已經可以使用。

    

參考:

http://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom

本文出自 “Think Different” 部落格,謝絕轉載!

CentOS 7 安裝及設定

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.