I am trying to enable monitoring mode for a USB wifi dongle with the RTL8188CUS chipset on a raspberry pi model b+ (or any raspberry pi for that matter).
$ lsusb
Bus 001 Device 005: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN…
I have Rapberri pi module. It is "Raspberry Pi 1 model B+" and it has Rapbian installed on it
OS Version: Installed OS is Rapbian Jessie (2015-11-21-raspbian-jessie.img)
"Linux Raspberry pi 4.1.13+ #826 PREEMPT Fri Nov 13 20:13:22 GMT 2015 armv6l…
Some time ago i was here asking for help regarding how to set up a RPi with a realtek rtl8188CUS based dongle (TRENDNET TEW-648UBM) as access point
As reported in the link above, everything was working fine, until the sd card started to throw out…
I would configure my Rapsberry Pi B to create a WiFi network in bridge mode (without DHCP daemon on raspberry).
I followed this Guide Use Your Raspberry Pi as WiFi Bridge.
My wlan adtpater is Alpa AWUS036H and this is lsusb output:
Bus 001 Device…
I'm trying to use one of these to boost my networking speed on a Raspberry Pi 2 Model B.
Arch Linux ARM correctly detects the USB hub, but fails to detect the Ethernet port. ifconfig does not show any new interfaces (It should show eth1).
This…
I got Raspberry Pi 2 as my birthday gift (woohoo), I then download:
RASPBIAN (Debian Wheezy) (2015-02-16)
After booting into Linux, I'm not seeing wlan0 when I issue ifconfig, I also seeing following message after issuing dmesg:
R8188EU: ERROR…
I'm trying to follow Wireless Setup - ArchWiki to set up my WiFi, yet running into some issues:
[root@alarmpi ~]# dmesg | grep -i rtl8192cu
[ 7.697779] usbcore: registered new interface driver rtl8192cu
[root@alarmpi ~]# lsmod | grep…
I've extracted driver from cd that came with my wireless card and modified it to build on kernel versions up to 4.15. Thanks to similar drivers already patched for new kernels it was an easy task. I've added RPI_ARM platform to Makefile. Even with…
I am currently trying to make my USB dongle work on the Pi.
I have seen a lot of posts about this dongle, and I am sure it will work, but following all the posts I have found never gives me the same result.
First, I checked lsusb:
pi@retropie ~ $…
I have a TL-WN725N v2 WiFi adapter and I can't get it working on Raspberry Pi running Arch Linux. Linux kernel version is 3.18.5-1-ARCH #1.
Some time ago, to make this adapter working, it was necessary to compile driver for every kernel version. Now…
I have bought this external usb wifi antenna for my raspberry pi 3B+ that I would like to use instead the default one.
I see it is based on the realtek chipset as shown in dmesg
158816.385007] usb 1-1.1.3: new high-speed USB device number 7 using…
My usb wifi adapter is not working on my raspberry pi zero. PS: Im new to Linux.
The adapter is called "Realtek RLT8192EU 802.11n Network Adapter".
The adapter works fine on windows 10 but not on Linux. According to the manual I have to install the…
In the latest Raspbian I found the firmware-realtek package is already installed. It should provide the drivers for RTL8188EU/EE WiFi dongles.
When I insert such a dongle dmesg shows:
[ 152.651026] usb 1-1.2: new high-speed USB device number 8…
I am using a raspberry Pi 2 with a Realtek wifi dongle using 8188eufw firmware downloaded from here
I have run lsusb and it registered my dongle. The problem is that when I plug the dongle in it disconnects my other usb devices such as my mouse and…