Dwa 131 драйвер linux

Dwa-131 Wireless adapter

Help me. Есть линукс и я, юзер винды. С горем пополам настроил проводное подключение, но разобраться с dwa131 не хватает знаний и гугла, поэтому я здесь На запрос dmesg|tail компуктер говорит что видит Product:Wireless N Nano USB Adapter На запрос iwconfig говорит Lo no wireless extensions Eth0 no wireless extensions

Какой линукс? Если дебиан/убунта/минт
sudo apt-get install firmware-realtek

В Debian при этом contrib non-free нужно подключить.

установил firmware-realtek, ifconfig говорит что как был eth0 и lo, так он и остался. версия Linux version 3.16.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03)

версия Linux version 3.16.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) надо ли подключать сюда то, что вы указали?

Передёрни wifi-модуль, перезагрузи компьютер.

Вынул-вставил модуль, после этого перезапустил

После процедуры ничего конфиг нового мне не сказал

Они могут уже быть подключены, раз

Да, и кинь вывод

Переходи на amd64. К теме треда не относится, но сейчас уже много софта, который не собирают под 32 бита.

Чип rtl8192eu. Драйвер к нему rtl8xxxu появился начиная с ядра 4.3: https://wireless.wiki.kernel.org/en/users/Drivers/rtl819x

Переходи на Debian 9.

Комп не мой, я Винду юзаю, а зверь с этим линуксом на борту имеет где-то 20 гигов диск, старик в общем. Лучше подскажи как подружить его с адаптером или как обновить ‘step by step’

Если это будет просто то подскажите как обновиться ‘step by step’

Пишу в тред просто для инфо, вдруг кому понадобится.

Debian 9 не спасает ситуацию. Для конкретно этой модели (D-Link DWA-131 rev E1) нужно это: https://github.com/Mange/rtl8192eu-linux-driver

Точно так же, как и для TP-Link TL-WN722N хардварной версии 3 вместо дебиановских фирмварей лучше использовать это: https://github.com/kimocoder/rtl8188eus/

Следовать инструкциям со всеми вытекающими (блеклист стоковых прошивок + отключение управления адаптерами в NetworkManager + установка wicd). Тогда эти девайсы работают стабильнее и без нареканий. Недавно купил себе обе железки, использую месяц, полет нормальный.

Вообще, печальная ситуация со всеми этими WiFi USB. Рекомендуют брать те, которые поддерживают опенсорц прошивки, а это означает, что в магазинах фиг купишь, только алиэкспресс и т.д.

У меня D-Link DWA-131 Rev E и Ubuntu 18.04. Исходя из WikiDev https://wikidevi.com/wiki/D-Link_DWA-131_rev_E1 адаптер построен на чипе Realtek RTL8192EU: $ usb-devices T: Bus=01 Lev=01 Prnt=01 Port=03 Cnt=02 Dev#= 3 Spd=480 MxCh= 0 D: Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=2001 ProdID=3319 Rev=02.00 C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=500mA I: If#= 0 Alt= 0 #EPs= 5 Cls=ff(vend.) Sub=ff Prot=ff Driver=rtl8192eu

$ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 2001:3319 D-Link Corp.

Перед сборкой модуля для ядра из исходников необходимо установить linux-headers-generic, build-essential и libelf-dev.

Источник

Dwa 131 драйвер linux

rtl8192eu linux drivers

Читайте также:  Windows корпоративная или профессиональная отличия

NOTE: This branch is based on Realtek’s driver versioned 4.4.1. master is based on 4.3.1.1 originally.

The official drivers for D-Link DWA-131 Rev E, with patches to keep it working on newer kernels. Also works on Rosewill RNX-N180UBE v2 N300 Wireless Adapter and TP-Link TL-WN821N V6.

NOTE: This is just a «mirror». I have no knowledge about this code or how it works. Expect no support from me or any contributors here. I just think GitHub is a nicer way of keeping track of this than random forum posts and precompiled binaries being sent by email. I don’t want someone else to have to spend 5 days of googling and compiling with random patches until it works.

Source for the official drivers

Official drivers were downloaded from D-Link Australia. D-Link USA and the european countries I checked only lists revision A and B. Australia lists all three.

GitHub will not link to the ftp:// schema. Raw link contents:

In addition, you can find the contents of this version in the initial commit of this repo: 1387cf623d54bc2caec533e72ee18ef3b6a1db29

You can see the applied patches, their sources and/or motivation by looking at the commits. The master branch will mostly be kept clean with a single commit per patch, except for Pull Requests. You can review commit by commit and then record the SHA in order to get a safe reference to use. As long as the SHA stays the same you know that what you get has been reviewed by you.

Note that updates to this README will show up as separate commits. I will not mix changes to this file with changes to the code in case you want to mirror this without the README.

Building and installing using DKMS

This tree supports Dynamic Kernel Module Support (DKMS), a system for generating kernel modules from out-of-tree kernel sources. It can be used to install/uninstall kernel modules, and the module will be automatically rebuilt from source when the kernel is upgraded (for example using your package manager).

Install DKMS and other required tools

  • for normal Linux systems

Clone this repository and change your directory to cloned path.

The Makefile is preconfigured to handle most x86/PC versions. However, if you are compiling for something other than an intel x86 architecture, you need to first select the platform.

  • for the Raspberry Pi, you need to set the I386 to n and the ARM_RPI to y:
  • for arm64 devices (e.g. Orange Pi PC 2):

Add the driver to DKMS. This will copy the source to a system directory so that it can used to rebuild the module on kernel upgrades.

Build and install the driver.

Distributions based on Debian & Ubuntu have RTL8XXXU driver present & running in kernelspace. To use our RTL8192EU driver, we need to blacklist RTL8XXXU.

Force RTL8192EU Driver to be active from boot.

Читайте также:  Linux расширение размера диска без потери данных

Newer versions of Ubuntu has weird plugging/replugging issue (Check #94). This includes weird idling issues, To fix this:

Update changes to Grub & initramfs

Reboot system to load new changes from newly generated initramfs.

Check that your kernel has loaded the right module:

You should see the line driver=8192eu

If you wish to uninstall the driver at a later point, use sudo dkms uninstall rtl8192eu/1.0. To completely remove the driver from DKMS use sudo dkms remove rtl8192eu/1.0 —all.

Reference: Intelbras IWA 3001 USB WiFi Adapter
Devices using the 8192eu chip can serve as decent access points, with speeds up to

Using hostapd to manage your AP, set the proper ht-capab field for this device, which is:

Optionally enable wideband, if you don’t have neighbours:
Note that while this will result in a increase in network throughput it may cause clients further away to fail connecting.
It may also make the device work better with repeaters repeating its signal.

HT_CAPAB=[HT40+][RX-STBC1][SHORT-GI-40][SHORT-GI-20][DSSS_CCK-40][MAX-AMSDU-7935] (for channels 1-7), or
HT_CAPAB=[HT40-][RX-STBC1][SHORT-GI-40][SHORT-GI-20][DSSS_CCK-40][MAX-AMSDU-7935] (for channels 5-13)

Changing transmit power

Currently there is no way to change transmit power in the driver with iw or iwconfig tools, as you would with other wireless devices.
The values returned by these tools are purely fictional on this driver. However, you can still manually change the transmit power at compile time by editing the file hal/rl8192e/rtl8192e_phycfg.c and changing the lines below:

  1. Fork repo
  2. Do your patch in a topic branch
  3. Open a pull request on GH, or send it by email to Magnus Bergmark .
  4. I’ll squash your commits when everything checks out and add it to master .

Copyright and licenses

The original code is copyrighted, but I don’t know by whom. The driver download does not contain license information; please open an issue if you are the copyright holder.

Most C files are licensed under GNU General Public License (GPL), version 2.

About

Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!)

Источник

Blogger не для чайников

DWA-131 — это маленький дюймовый по длине wifi-адаптер, изобретение Dlink на базе реалтековского чипа. В спецификации заявлено, что держит он до 150 мбит.
Вроде вещь классная, особенно для старых ноутбуков, где адаптером беспроводной сети и не пахнет.
Но Dlink — есть Dlink. Дёшево, глючно.
Этот адаптер мне достался от товарища по службе, он купил его для стационарного компьютера, но так и не смог настроить под Windows7. Потом я взял бубен и попытался ловить сети. Бесполезно. Сколько мы драйвера не ставили, даже меняли компьютер, адаптер так и не увидел ни одну сеть.

После этой истории «малютка» отправилась в стол до лучших времён, поскольку мы умудрились в офисной суматохе потерять кассово-товарный чек.

И вот спустя 8 месяцев нужда заставила меня пристегнуть его к usb порту старого ноутбука Rover, в котором как раз потребовался wi-fi. На ноутбуке была установлена Fedora 14, которую я относительно хорошо знаю.

Читайте также:  Как создать домен linux

Надо сказать, адаптер оказался в списке usb устройств без дополнительных бубнов ($ — обычный пользователь, # — root):
$ lsusb
Bus 001 Device 002: ID 07d1:3303 D-Link System DWA-131 802.11n Wireless N Nano Adapter(rev.A1) [Realtek RTL8192SU]

Но встроенная переключалка сетей не видела адаптер, следовательно драйвер не подцепился к девайсу.

Далее я в консоли установил необходимые инструменты для установки драйвера/прошивки:
# yum install kmod-staging unzip

Потом на всякий пожарный перечитал все модули:
# depmod -a

Скачал драйвер, ссылку на который нашёл в мейл-дебатах:
# wget http://au.billion.com/downloads/3011N/3011N_Linux_Driver.zip

Распаковал:
# unzip -j 3011N_Linux_Driver.zip «*rtl8192sfw.bin» -d RTL8192SU

И переместил в каталог с прошивками:
# mv RTL8192SU /lib/firmware/

Затем перезагрузка машины. С замиранием сердца проверяю в консоли все сетевые адаптеры:
# ifconfig -a

Вижу долгожданную wlan0.

Ура! И гномовская подключалка сетей заработала (сразу в Blogger) ↓

Пока все шаги вычислял опытным путём гугления, нашёл у буржуев мануал, с помощью которого добил установку D-Link System DWA-131 в Fedora и скорректировал данную заметку для тех, кому это только предстоит.

ps: До выполнения всех телодвижений, убедитесь, что в системе установлен репозиторий RPMFusion.

Источник

Ревизия устройства / /
rev. Ex Windows
10 — XP
01.02.2016 5.02 53.9 [MB] Скачать
Windows
8.1 — XP
02.11.2015 5.01 47.4 [MB] Скачать
Linux 03.07.2015 4.3.1.1 5.9 [MB] Скачать
rev. E1 Mac OS X
10.10 — 10.9
06.07.2015 2.3.3 2.5 [MB] Скачать

Драйверы для Wireless USB-адаптера D-Link DWA-131 под ОС Windows 10 — XP, Apple Macintosh OS X 10.10 — 10.9, Linux. Изделие очень маленькое по размеру. Если стикера с номером ревизии на корпусе не было, ищите его на коробочке-упаковке.

Сопроводительная документация также может вам пригодиться (pdf, русский / английский):

Источник

#1 — 25 мая 2011 в 16:34

Купил адаптер Dlink DWA-131
Внимательно не прочитал как дрова и куда.

А тут компеляция-то с понижением до ядра 2.6.32 а у меня то ядро 2.6.35-22
Короче фигню сделал.

Модем завелся на
$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan1 IEEE 802.11bg ESSID:»parkus» Nickname:»rtl_wifi»
Mode:Managed Frequency:2.462 GHz Access Point: 00:22:B0:C2:EB:99
Bit Rate:54 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=10/100 Signal level=10/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

Модем то с Bit Rate:150 Mb/s
А тут выдает не больше 54.

И все время показывает 10% сети.
А так сетка работает стабильно. Только че-то как-то все равно косячно.

Хотел удалить дрова и заново поставить по последней версии ядра.
Или как-то можно отредактировать не удаляя?

вошел в каталог где исходники дров лежат (там ведь make install стартовал) по команде sudo make uninstall пишет — типа здесь такого правила нет.

Как можно дрова перезалить посоветуйте, пожалуйста 🙂

Источник

Оцените статью