четверг, 2 декабря 2010 г.

Wi-Fi DLink G650 + Ubuntu


Instructions for getting DWL-G650+ WiFi PCMCIA cards to work



Для настроки беспроводной сети с поддержкой шифрования WPA, нам потребуется доступ в интернет по проводной сети.

1. Устанавливаем пакет NetworkManager из менеджера пакетов Synaptic.
с установил
network-manager
network-manager-gnome
network-manager-pptp
После установки он посвится в трее справа ввреху.

2. Устанавливаем драйвера с Ndiswrapper
подробно тут http://ubuntuguide.org/wiki/Ubuntu:Edgy#How_to_install_Windows_Wireless_Drivers_.28Ndiswrapper.29

 2.1 Смотрим установли ли модуль acx.
        lsmod | grep acx
       Если да, то удалсем.
        sudo rmmod acx
        sudo mv /lib/modules/2.6.17-10-generic/kernel/drivers/net/wireless/acx /root/       #у вас может быть другая версия!

 2.2 Установка драйверов и ndiswrapper (необходимо указать ndiswrapper - utils - 1.8 )
       sudo apt-get install ndiswrapper-utils-1.8

 Для DWL-G650+ драйверов под linux нет, постому используем именно эту версию ftp://ftp.dlink.de/dwl/dwl-g650plus/archive/driver_software/DWL-g650plus_drv_revALL_204_ALL_en_040924.zip. Понадобится только GPLUS.inf файл от WindowsXP:
       sudo ndiswrapper -i /location_of_your_wireless_driver/your_driver.inf
       sudo ndiswrapper -l
       sudo modprobe ndiswrapper

 2.3 Установите ndiswrapper для загрузки при запуске
       sudo ndiswrapper -m

 2.4 Пропишите ndiswrapper в открывшийсс список
       gksudo gedit /etc/modules

3. Подключаем беспроводной адаптер и перезагружаемсс
     sudo shutdown -r now

После перезагрузки на сетевой карте должна загореться LED LINK.

4. По щелчку левой кн. мыши на иконке NetworkManager'a выбираем подключение к беспроводной сети.
т.к. мы хотим использовать WPA шифрование, выбираем в 'Беспроводнас безопасность' - 'WPA Персональный', тип - TKIP.
Вводим название SSID сети и пароль.

Надеюсь у вас все заработает.

ps

Instructions for getting DWL-G650+ WiFi PCMCIA cards to work


This page gives instructions how to get a D-Link AirPlus DWL-G650+ rev B1 WLAN PCMCIA card to work in Ubuntu Breezy.

Background


The card uses the ACX111 chipset, which only recently has got functional drivers (or at least one which supports WEP). These drivers can be found here, and instructions on installing them here.
Ubuntu 5.10 (Breezy Badger) includes this driver, so you do NOT need to compile the drivers to get the card to work. However, a firmware image needs to be uploaded every time the driver is initialised for the card to work. Apparently the driver itself works for multiple cards using the same chipset, but the firmware varies from card to card. At the very least, the firmware the ships with the linux-restricted-modules package in Breezy does not work with the DWL-G650+ card.
You might want to track the Ubuntu bug report regarding this issue

Upgrading the firmware


First, download the correct firmware image. The JonasFi collection at Acx100 wiki has the right version (1.2.0.30), as well as a link to the original driver. Uncompress the package (tar zxvf acx111-combo-firmware.tar.gz or unzip DWL-G650+_rev_Bx_Drv_v202.zip) and cd to the directory containing the right firmware image (either 1.2.0.30 or WinXP).
Ubuntu expects the firmware drivers to be in /lib/hotplug/firmware with a naming scheme like TIACX111.BIN-2.6.12-9-686. To copy the file to the correct place, issue the following command:
sudo cp FwRad16.bin /lib/hotplug/firmware/TIACX111.BIN-`uname -r`

After this, remove the driver (rmmod acx_pci), and hotplug should reload it automatically. If the card works, the Link led should lit up. Then you can proceed to configuring the networking.
https://help.ubuntu.com/community/WifiDocs/Device/DWL-G650+
. http://forum.ubuntu.ru/index.php?topic=6114.0
!0x to Vic





Smiley

Комментариев нет:

Отправить комментарий