个人工具

“UbuntuHelp:WifiDocs/Device/RTL8180L”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的2个中间版本)
第5行: 第5行:
 
00:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC (rev 20)
 
00:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC (rev 20)
 
</nowiki></pre>
 
</nowiki></pre>
In Ubuntu 6.10 (''Edgy Eft'') it is supported out of the box with a open-source driver. This driver supports unencrypted networks and WEP protected networks. However it looks like more advanced encryption (like WPA) is not available with open-source driver (see [http://www.archivesat.com/Ubuntu_user_technical_support/thread2369270.htm this] and [http://groups.google.com/group/alt.atheism/browse_frm/thread/d80ee719b0aae783/dc7b26f2d3183af8?lnk=st&q=ieee80211_rtl+wpa&rnum=1&hl=en#dc7b26f2d3183af8 this]).
+
In Ubuntu 6.10 (''Edgy Eft'') it is supported out of the box with a open-source driver. This driver supports unencrypted networks and WEP protected networks. However it looks like more advanced encryption (like WPA) is not available with open-source driver (see [http://www.archivesat.com/Ubuntu_user_technical_support/thread2369270.htm this] and [http://groups.google.com/group/alt.atheism/browse_frm/thread/d80ee719b0aae783/dc7b26f2d3183af8?lnk=st&q=ieee80211_rtl+wpa&rnum=1&hl=en#dc7b26f2d3183af8 this]).
 
However it is possible to install binary driver from Realtek with help of ndiswrapper and thus have access to more advanced encryption.
 
However it is possible to install binary driver from Realtek with help of ndiswrapper and thus have access to more advanced encryption.
 
Steps for instalation:
 
Steps for instalation:
# Install following packages: ndiswrapper-common ndiswrapper-utils-1.8 ndisgtk wpasupplicant network-manager network-manager-gnome.
+
<ol><li>Install following packages: ndiswrapper-common ndiswrapper-utils-1.8 ndisgtk wpasupplicant network-manager network-manager-gnome.
# Find a binary driver for Windows 98 Second Edition on [http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=26&PFid=5&Level=6&Conn=5&DownTypeID=3&GetDown=false&Downloads=true Realtek] site and download it ([ftp://202.65.194.211/cn/wlan/ndis5x-8180(173).zip direct link]).
+
</li><li>Find a binary driver for Windows 98 Second Edition on [http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=26&PFid=5&Level=6&Conn=5&DownTypeID=3&GetDown=false&Downloads=true Realtek] site and download it ([ftp://202.65.194.211/cn/wlan/ndis5x-8180(173).zip direct link]).
# Unpack downloaded zip file to /opt (root privileges might be required).
+
</li><li>Unpack downloaded zip file to /opt (root privileges might be required).
# Disable open-source driver (it will conflict with closed source). Open /etc/modprobe.d/blacklist file with text editor (eg. with gksudo gedit /etc/modprobe.d/blacklist). Then add the following two lines to the end of the list:
+
</li><li>Disable open-source driver (it will conflict with closed source). Open /etc/modprobe.d/blacklist file with text editor (eg. with gksudo gedit /etc/modprobe.d/blacklist). Then add the following two lines to the end of the list:</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
 
blacklist r818x
 
blacklist r818x
 
blacklist ieee80211_rtl  
 
blacklist ieee80211_rtl  
 
</nowiki></pre>
 
</nowiki></pre>
# Go to System->Adminsitration->Windows Wireless Drivers and install downloaded driver. More about installing ndiswrapper [https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper here]
+
<ol><li>Go to System->Adminsitration->Windows Wireless Drivers and install downloaded driver. More about installing ndiswrapper [[UbuntuHelp:WifiDocs/Driver/Ndiswrapper|here]]
# Use [https://help.ubuntu.com/community/WifiDocs/NetworkManager Network Manager] to configure access to your WPA protected network.
+
</li><li>Use [[UbuntuHelp:WifiDocs/NetworkManager|Network|Manager]] to configure access to your WPA protected network.</li></ol>
 +
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 18:08的最新版本

Realtek 8180L is a very common chip set found in many devices (eg. Acer Aspire 1356LCi laptop). It is identified with lspci command as

00:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC (rev 20)

In Ubuntu 6.10 (Edgy Eft) it is supported out of the box with a open-source driver. This driver supports unencrypted networks and WEP protected networks. However it looks like more advanced encryption (like WPA) is not available with open-source driver (see this and this). However it is possible to install binary driver from Realtek with help of ndiswrapper and thus have access to more advanced encryption. Steps for instalation:

  1. Install following packages: ndiswrapper-common ndiswrapper-utils-1.8 ndisgtk wpasupplicant network-manager network-manager-gnome.
  2. Find a binary driver for Windows 98 Second Edition on Realtek site and download it (direct link).
  3. Unpack downloaded zip file to /opt (root privileges might be required).
  4. Disable open-source driver (it will conflict with closed source). Open /etc/modprobe.d/blacklist file with text editor (eg. with gksudo gedit /etc/modprobe.d/blacklist). Then add the following two lines to the end of the list:
blacklist r818x
blacklist ieee80211_rtl 
  1. Go to System->Adminsitration->Windows Wireless Drivers and install downloaded driver. More about installing ndiswrapper here
  2. Use Network|Manager to configure access to your WPA protected network.