在 Linux 下使用 水星MW150cus (RTL8188CUS芯片)無線網卡

Fedora (如果你不使用 PAE 內核,請去掉 PAE 字樣):
yum install gcc kernel-PAE kernel-PAE-devel kernel-headers dkms
Ubuntu:
apt-get install make gcc linux-kernel-devel linux-headers-`uname -r`

安裝原生驅動

注意:由于在 Linux 3.7 內核中已經去除了過時的 kernel_thread 函數,因此導致此驅動無法運行。到目前為止,此驅動沒有任何更新的計劃,所以…… 如果你的內核版本小于 Linux 3.7 才能安裝,否則,看下一章吧。

下載驅動

猛擊這里直達驅動下載頁面,要下載 RTL8188CUS 部分的 Unix (Linux) 驅動,但這個網頁的可讀性實在太差,因此給出超科學的朝內鏡像下載鏈接。

把默認驅動屏蔽

由于內核默認的(有問題的)驅動會與我們之后安裝的驅動沖突,因此,我們需要在這里禁止內核默認驅動自動加載:
echo "blacklist rtl8192cu" >> /etc/modprobe.d/blacklist.conf
echo "blacklist rtl8192c_common" >> /etc/modprobe.d/blacklist.conf
然后重啟,如果你發現無線網絡已經不能被系統識別了,那么就大功告成。

編譯安裝

接下來我們將下載好的源代碼解壓縮到任意目錄,假設是~/source/RTL8188C_8192C_USB_linux_v3.4.4_4749.20120806 執行:
cd ~/source/RTL8188C_8192C_USB_linux_v3.4.4_4749.20120806
chmod +x ./install.sh
sudo ./install.sh
編譯結束后,你的網絡管理器就應該能正常檢測并連接到無線網絡了。

轉載于:https://www.cnblogs.com/tianshangrenjian/archive/2013/03/06/2945345.html

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/274339.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/274339.shtml
英文地址,請注明出處:http://en.pswp.cn/news/274339.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

問題反饋模板_使用此模板可獲得更好,更有價值的UX反饋

問題反饋模板Feedback is an important part of UX design. To improve the work you do you need to be able to give and receive feedback. Receiving valuable feedback is for a very large part up to you.反饋是UX設計的重要組成部分。 為了改進您的工作,您需…

【轉載】Android Animation 簡介(官方文檔翻譯) ---- 翻譯的很好!

http://vaero.blog.51cto.com/4350852/849783轉載于:https://www.cnblogs.com/DonkeyTomy/articles/2945687.html

ubuntu 如何轉換 ppk ,連接 amazon ec2

轉 自 :http://www.ehow.com/how_8658327_convert-ppk-ssh-ubuntu.html1 Open a terminal window in Ubuntu, or log in if you are converting the keys on a remote Ubuntu server. 2 Type "sudo apt-get install putty-tools" at the terminal prompt …

iofd:文件描述符_文字很重要:談論設計時18個有意義的描述符

iofd:文件描述符As designers, many of us think we’re just visual creatures. But creating visuals is only half of the job. The other half is verbal communication — actually talking about design. Whether we’re showcasing our own work, giving or receiving c…

保護程序猿滴眼睛-----修改VS 2008 編輯器顏色 (修改 chrome瀏覽器的背景色)

前幾天更改了 chrome 的背景色后,雖然有些地方看起來不和諧,想百度的首頁,顯示出了大快的圖片區域,但是,整體感覺這個顏色設置真的對眼睛有一定保護作用。。。 所以,再順便修改一下 經常用的 vs2008 編輯器…

數據可視化 信息可視化_可視化哲學的黎明

數據可視化 信息可視化Note: this is the foreword of the book Data Visualization in Society (Amsterdam University Press, 2020)注意:這是《 社會中的數據可視化 》一書的前言 (阿姆斯特丹大學出版社,2020年) Geographer John Pickles once wrote …

HTTP 錯誤 404.2 - Not Found 由于 Web 服務器上的“ISAPI 和 CGI 限制”列表設置,無法提供您請求的頁面...

詳細錯誤:HTTP 錯誤 404.2 - Not Found. 由于 Web 服務器上的“ISAPI 和 CGI 限制”列表設置,無法提供您請求的頁面. 出現環境:win7 IIS7.0 解決辦法:IIS的根節點->右側“ISAPI和CGI限制”->把禁止的DotNet版本項設置為允許…

重口味動漫_每種口味的圖標樣式

重口味動漫The icons are, without a doubt, one of the most used graphic elements today in the interface design of digital products. And to make this statement with some degree of certainty, we do not even need a very robust statistical analysis. Just rememb…

JSP入門

一、什么是JSP? JSP(Java Server Pages)是由Sun Microsystems公司倡導、許多公司參與一起建立的一種動態網頁技術標準。JSP技術有點類似ASP技術,它是在傳統的網頁HTML文件(*.htm,*.html)中插入Java程序段(Scriptlet)和JSP標記(tag)&#xff0…

初學c++

看了兩章不到。。隨意記錄下。 #include<iostream> #include<string> using std::cout; using std::endl; double calculation(double a,double b,char op) {switch(op){case : return ab;case -:return a-b;case *:return a*b;case /:return a/b;}}double num0;do…

從頭開始vue創建項目_我正在以設計師的身份開始一個被動的收入項目。 從頭開始。...

從頭開始vue創建項目Do you ever read an article on Medium (or elsewhere) about passive income, side projects and big money making blogs? When I read such an article it looks like it is easy to do yourself if you just put in the work. To see if that is the …

Exaple2_1(顯示轉換)

public class Example2_1{ public static void main(String arg[]){ char ca; System.out.println(""c"unicode:"(int)c); System.out.println(":"); for(int i(int)c;i<c25;i){ System.out.println(""(char)i); } }}轉載于…

英國文化影響管理風格_文化如何影響用戶體驗

英國文化影響管理風格重點 (Top highlight)The Internet makes the world a smaller place. You can make money or gain users outside of your demographic with a digital product or service easier than a physical business. But, is selling the exact same design of t…

ubuntu12.04安裝教程

第一部分&#xff1a;準備Ubuntu12.04的啟動盤 Ubuntu支持可移動盤和CDROM安裝&#xff0c;筆者選擇后者。在Ubuntu官網http://www.ubuntu.org.cn/download/desktop下載Ubuntu鏡像文件(.iso)&#xff0c;通過光盤刻錄機將該鏡像文件刻錄到一張空白CD/DVD上。 第二部分&#xff…

element ui 空格_空格是您的UI朋友。 大量使用它。

element ui 空格Originally published at marcandrew.me on July 30th, 2020.最初于 2020 年7月30日 在 marcandrew.me 上 發布 。 Ah good old White Space. One of the simplest things to add to your designs to improve both your UIs, and user experience. Let me shar…

solaris 11 vim的安裝【轉】

轉自&#xff1a;http://www.itkee.com/os/detail-4a4.html 下面是安裝方法&#xff0c;拿出來分享一下 ①下載軟件的地方&#xff1a; ftp://ftp.sunfreeware.com/pub/freeware/intel/10/ http://artfiles.org/sunfreeware.com/pub/freeware/i386/10/ vim-7.2-sol10-x86-local…

看看老外是如何理解抽象類的

下面是我翻譯的關于幫助理解抽象類的例子。 這是一個例子幫助我們理解抽象類。在我看來這是一個非常簡單的方法。讓我們一起來看看下面的代碼&#xff1a; <?php class Fruit { private $color; public function eat() { //chew } publi…

qt 設計師縮放_重新設計縮放體驗

qt 設計師縮放With the COVID-19 pandemic hitting countries across the world, a lot of people have now switched to video meetings. Be it for your official meetings, webinars, entertainment sessions — video meetings are the new normal. We saw these video mee…

安卓應用部件_設計應用程序小部件的痛苦和喜悅

安卓應用部件Some people say widgets are a thing of the past, but recently we faced a market for which this was one of the main features users were asking for. A bit of googling showed there are not a lot of useful articles covering widget design (most info…

ASP.NET MVC3中的ViewBag動態性

在MVC 3中的有一個新的ViewBag 動態特性&#xff0c;它主要是為了從Controller到view進行傳值用的&#xff0c;類似有所使用的ViewData[] 字典類。對于ViewBag是如此的強大&#xff0c;意味著你能動態的set/get 值&#xff0c;增加任何數量的的額外字段而不需要強類型的檢測。…