Page 1 of 1

Wifi Adapter

Posted: 25 Oct 2021, 12:35
by jassa
Hi,

I know you have a wifi adatper listed in your shop but the link doesn't seem to work. I need to get a usb wifi adapter for a Core 3 and so far I've tried a Netgear AC1200 and a D-Link DWA-171 but both options don't work out of the box. Do you have any recommendations from common manufacturers that I can easily access?

Re: Wifi Adapter

Posted: 25 Oct 2021, 12:45
by nicolaiB
Hi jassa,

any Linux 4.19 compatible USB wifi adapter (like the Edimax N150) should work with our hardware.

Nicolai

Re: Wifi Adapter

Posted: 03 Nov 2021, 06:22
by jassa
Hi Nic,

I purchased an Edimax N150. The bluetooth connects as soon as I plug it in but the wifi does not. I did some Googling and it looks like I may need to install a driver however I'm having issues installing it.

Do you know where I can find a compatible driver for this adapter? I'm using a RevPi Core 3.

Re: Wifi Adapter

Posted: 04 Nov 2021, 09:29
by nicolaiB
Hi jassa,

the N150 should work without any additional drivers. You can check if the device has been detected by the RevPi correctly with the following commands:

List all known network devices: ip link show

Scan for wireless networks on device wlan0: sudo iwlist wlan0 scan

Nicolai

Re: Wifi Adapter

Posted: 08 Nov 2021, 06:20
by jassa
Unfortunately sudo iwlist wlan0 scan returns this error: Interface doesn't support scanning.

I can see the Edimax device with lsusb.

Any ideas?

Re: Wifi Adapter

Posted: 08 Nov 2021, 10:02
by nicolaiB
Hi jassa,

which image version do you run (cat /etc/revpi/image-release)? What is the output of lsusb? Is the package firmware-realtek installed?

Here is the output of lsbusb of a working N150 in one of my test setups with the latest Buster image:

Code: Select all

Bus 001 Device 004: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
Nicolai

Re: Wifi Adapter

Posted: 30 Mar 2022, 13:37
by RiSpa
Hello,


I'm having the exact same issue as OP.

My system:
- RevPi Core 3+
- Edimax N 150 Wi-Fi 4 Nano USB Adapter

Answers to support questions:
- cat /etc/revpi/image-release:
2021-12-02-raspios-buster-armhf.img
- lsusb:
Bus 001 Device 005: ID 7392:b811 Edimax Technology Co., Ltd
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- sudo apt-get install firmware-realtek:
Reading package lists... Done
Building dependency tree
Reading state information... Done
firmware-realtek is already the newest version (1:20190114-2+rpt4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Additional information:
- no light on the Edimax adapter is on (or blinks)
- ifconfig: only shows eth0 and lo interfaces (no wlan0)

Any help is appreciated.


Thanks in advance,
RiSpa

Re: Wifi Adapter

Posted: 30 Mar 2022, 14:16
by nicolaiB
Hi RiSpa,

please share your /var/log/kern.log

Nicolai

Re: Wifi Adapter

Posted: 30 Mar 2022, 15:55
by RiSpa
That file exists but is completely empty.