Rt3070 driver kali linux

I’ve downloaded latest Kali Linux (amd64) and installed it on VMware Workstation 10. After installation I upgraded Kali’s kernel headers to the latest version (now I have v3.16).

apt-get update && apt-get install build-essential linux-headers-$(uname -r) 

Now I want to install my Alfa-AWUS036H wireless USB device to Kali. My device chipset is: rt3070. -> ralink (mediatek) company. I went to MediaTek | RT3070 to download latest version of this chip. When you check the extracted files of the downloaded driver you see many conditions for kernel 2.4 or 2.6 versions (meaning that it’s an old driver and I think should change some code in that project). Please help me step by step to install my wireless USB device on Kali. I also found this thread with no help: How do I install the Ralink RT3070 wireless driver? When should I run this command (and why rt5370sta instead of rt3070 ):

  1. apt-get update && apt-get install build-essential linux-headers-$(uname -r)
  2. I went to this path /os/linux/config.mk and changed these lines:
HAS_WPA_SUPPLICANT=y HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y 
/* pOSFSInfo->fsuid = current_fsuid(); */ /* pOSFSInfo->fsgid = current_fsgid(); */ pOSFSInfo->fsuid = *(int *) & current_fsuid(); pOSFSInfo->fsgid = *(int *) & current_fsgid(); 

My Problems:

  1. After updating Kali’s kernel headers and connecting the USB device to Kali I have ERROR for 802.11g WLAN usb wireless driver and nothing happens.
  2. After these commands

Also I had many warnings about unsigned variable and some errors during installation (before step 3) and because of those warnings and errors I did step 3 and after rebooting and connecting the USB device to Kali I still have ERROR for 802.11g WLAN USB wireless driver and nothing happens.

  • Which parts of the driver’s project should I change and how can I load the driver?
  • Should I load driver manually, or after connecting does it load automatically?
  • Should I use x86 OS and change my OS?

Источник

Суть: купил у китайцев Alpha Ralink RT3070l хотел установить драйвера, но какие бы не ставил одна и та же ошибка выполняю так:

Читал все что гуглится и делал, но не получилось, т.к. я новичёк… помогите разобраться, желательно по подробнее учитывая мои начальные(нулевые) знания

Есть мнение, что наплыв какиров связан с отмечаемой сегодня датой.

А если серьезно, то вывод lspci -k в студию.

Заголовки ядра установлены?

Для начала выкинь Kali из головы и поставь Ubuntu/Xubuntu/Kubuntu.

Для начала Windows ставят

Это уже не «новичек», но ещё и не «новичок».

Наверно, наиболее полезный совет в этом треде.

Не будь источником растления для неокрепших умов.

На сайте Linux.org.ru нужно код заключать в теги, если код маленький. Если код большой, загружай его на pastebin, а сюда — короткую ссылку

Либо, если выбрана разметка LORCODE:

Пожалуйста, отредактируй исходное сообщение.

Что касается твоей проблемы. Доустанови пакет linux-headers. И ещё: не нужно делать sudo make . Делай обычный make , а потом sudo make install

Поправь права: sudo chown -R a1:users /home/a1/RT3070

lspci -k

a1@kali:~$ sudo chown -R a1:users /home/a1/RT3070 [sudo] пароль для a1: a1@kali:~$ 

Да брось..максимум впн+тор, ну или чуть саморегов палки))

Для тех, кто найдёт эту тему, по RT3070:
У чипа 2 интерфейса, usb и pci-e. Драйвер не знает как подключен чип, ему надо это явно указать.
p.s. Как это делается я не помню, и гуглить за вас конечно не буду.

RT3070

Зато подсказка хорошая. Благодарю…

Фууу какая гадость, да ну её в болото

Этож что мне теперь программистом linux стать, что бы драйвер установить. https://www.osp.ru/pcworld/2010/02/13001015/

А ты уверен, что твой порт проброшен в виртуалку?

Это их профессиональный праздник, да.

Запиши кали на флешку и загрузись с нее. Выполни lsusb и выложи выхлоп сюда.

Читал все что гуглится и делал, но не получилось, т.к. я новичёк… помогите разобраться, желательно по подробнее учитывая мои начальные(нулевые) знания

Скачивает Ubuntu и устанавливаешь. Тебе Kali Linux ненужон.

a1@kali:~$ lsusb Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 004: ID 0e0f:0008 VMware, Inc. VMware Virtual USB Mouse Bus 001 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub Bus 001 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 

Значит, пробрось нужный порт туда. Как это сделать — завистит от используемой виртуальной машины.

WMvare 15.5.2 build-15785246

может есть ссылка на мануал?

Нет, если честно 🙂 Сам я виртуализацией не особо интересуюсь, по этому особых сведений не имею.

Слишком большой мануал(не нашел), можно точнее указать?

Ты выбрал узкоспециализированный дистрибутив, явно не заточенный для новичков. В связи с тем что он узкоспециализированный — специалистов по нему очень мало. Даже тут. Используй Ubuntu. aircrack-ng/wifite/или чем там ломают вафлю можно установить и туда. И да, под виртуалкой делать это — дохлый номер.

# apt install firmware-ralink

Спасибо! Вам большое! Как написали не сработало

a1@kali:~$ apt install firmware-ralink E: Не удалось открыть файл блокировки /var/lib/dpkg/lock-frontend - open (13: Отказано в доступе) E: Невозможно получить блокировку внешнего интерфейса dpkg (/var/lib/dpkg/lock-frontend); у вас есть права суперпользователя? 
a1@kali:~$ sudo apt install firmware-ralink [sudo] пароль для a1: Чтение списков пакетов… Готово Построение дерева зависимостей Чтение информации о состоянии… Готово Следующие пакеты устанавливались автоматически и больше не требуются: clusterd libboost-python1.67.0 libemu2 libfuse3-3 python-aes python-certifi python-cffi-backend python-colorama python-configparser python-cryptography python-editorconfig python-enum34 python-future python-idna python-ipaddress python-jsbeautifier python-olefile python-openssl python-peepdf python-pil python-pylibemu python-pyv8 python-requests python-six python-urllib3 Для их удаления используйте «sudo apt autoremove». Следующие НОВЫЕ пакеты будут установлены: firmware-ralink Обновлено 0 пакетов, установлено 1 новых пакетов, для удаления отмечено 0 пакетов, и 23 пакетов не обновлено. Необходимо скачать 18,8 kB архивов. После данной операции объём занятого дискового пространства возрастёт на 24,6 kB. Пол:1 http://mirror-1.truenetwork.ru/kali kali-rolling/non-free i386 firmware-ralink all 20190717-2 [18,8 kB] Получено 18,8 kB за 3с (6 455 B/s) Выбор ранее не выбранного пакета firmware-ralink. (Чтение базы данных … на данный момент установлено 301379 файлов и каталогов.) Подготовка к распаковке …/firmware-ralink_20190717-2_all.deb … Распаковывается firmware-ralink (20190717-2) … Настраивается пакет firmware-ralink (20190717-2) … 

Источник

Unix & Linux: Help to install the Ralink RT3070 wireless driver on kali?

I’ve downloaded latest Kali Linux (amd64) and installed it on VMware Workstation 10. After installation I upgraded Kali’s kernel headers to the latest version (now I have v3.16).

apt-get update && apt-get install build-essential linux-headers-$(uname -r) 

Now I want to install my Alfa-AWUS036H wireless USB device to Kali. My device chipset is: rt3070. -> ralink (mediatek) company. I went to MediaTek | RT3070 to download latest version of this chip. When you check the extracted files of the downloaded driver you see many conditions for kernel 2.4 or 2.6 versions (meaning that it’s an old driver and I think should change some code in that project). Please help me step by step to install my wireless USB device on Kali. I also found this thread with no help: How do I install the Ralink RT3070 wireless driver? When should I run this command (and why rt5370sta instead of rt3070 ):

  1. apt-get update && apt-get install build-essential linux-headers-$(uname -r)
  2. I went to this path /os/linux/config.mk and changed these lines:
HAS_WPA_SUPPLICANT=y HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y 
/* pOSFSInfo->fsuid = current_fsuid(); */ /* pOSFSInfo->fsgid = current_fsgid(); */ pOSFSInfo->fsuid = *(int *) & current_fsuid(); pOSFSInfo->fsgid = *(int *) & current_fsgid(); 

My Problems:

  1. After updating Kali’s kernel headers and connecting the USB device to Kali I have ERROR for 802.11g WLAN usb wireless driver and nothing happens.
  2. After these commands

Also I had many warnings about unsigned variable and some errors during installation (before step 3) and because of those warnings and errors I did step 3 and after rebooting and connecting the USB device to Kali I still have ERROR for 802.11g WLAN USB wireless driver and nothing happens.

  • Which parts of the driver’s project should I change and how can I load the driver?
  • Should I load driver manually, or after connecting does it load automatically?
  • Should I use x86 OS and change my OS?

Источник

Fielding is offlineMember

I had problems with kali Linux just because don’t exist or is difficult to find a driver for the RTL8812AU in monitor and injection modes.
So I desisted.

Now I have bought another usb adaptor :

Biwond AW1200 with chipset Ralink RT3070.

Is this driver include in Kali Linux with monitor and injection options ?
Can I get anyway and where ?

undersc0re is offlineMember

QuoteOriginally Posted by Fielding View Post

Nobody knows ? . Is a matter of google ? Don’t need human intervention ?

_defalt is offlineSenior Member

You should use a search function in Community How tos forum. Your wifi adapter is popular so there are threads exist which tell you how to do that. I’ve to do the same if I search answer for your problem.

Fielding is offlineMember

_defalt : who need a member forum if Google is everywhere.
You don’t even put a link.
Are you sure is the aproppiate for a «helping» forum ?
I am unexperienced user.

Fielding is offlineMember

QuoteOriginally Posted by undersc0re View Post

_defalt is offlineSenior Member

QuoteOriginally Posted by Fielding View Post

_defalt : who need a member forum if Google is everywhere.
You don’t even put a link.
Are you sure is the aproppiate for a «helping» forum ?
I am unexperienced user.

I was replying in hurry so i didn’t put a link of that sub forum which is visible in the index. Though i mentioned the correct name. Even google will show you the popular search result of here. If you can’t make little effort from your side you can’t expect others to make efforts for you.

Источник

Читайте также:  Linux pipe no buffer
Оцените статью
Adblock
detector