LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-15-2023, 04:22 AM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,746

Rep: Reputation: 256Reputation: 256Reputation: 256
Realtek USB Wireless Dongle


Hello,

I would like to ask if linux can support this usb wifi dongle.

Code:
Linux pi 4.9.41-v7+ #1023 SMP Tue Aug 8 16:00:15 BST 2017 armv7l GNU/Linux
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt:Machine model: Raspberry Pi 3 Model B Rev 1.2
Code:
[ 1286.677651] usb 1-1.2: new low-speed USB device number 10 using dwc_otg
[ 1286.821908] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c03d
[ 1286.821923] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1286.821931] usb 1-1.2: Product: USB-PS/2 Optical Mouse
[ 1286.821939] usb 1-1.2: Manufacturer: Logitech
[ 1286.837005] input: Logitech USB-PS/2 Optical Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C03D.0004/input/input3
[ 1286.838282] hid-generic 0003:046D:C03D.0004: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-3f980000.usb-1.2/input0
[ 1288.467650] usb 1-1.4: new high-speed USB device number 11 using dwc_otg
[ 1288.598496] usb 1-1.4: New USB device found, idVendor=2357, idProduct=0109
[ 1288.598511] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1288.598519] usb 1-1.4: Product: 802.11n NIC 
[ 1288.598527] usb 1-1.4: Manufacturer: Realtek 
[ 1288.598534] usb 1-1.4: SerialNumber: 00e04c000001
Kind regards
X.
 
Old 06-15-2023, 05:37 AM   #2
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: One main distro, & some smaller ones casually.
Posts: 5,862

Rep: Reputation: Disabled
Depends what chip it uses, & whether your ARM7 kernel actually has a driver for it.
 
Old 06-15-2023, 06:05 AM   #3
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,153

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
That looks like a Realtek RTL8192EU
I don't know if your Raspberry Pi linux from August 2017(!) supports it.
 
Old 06-15-2023, 08:29 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,889
Blog Entries: 28

Rep: Reputation: 6344Reputation: 6344Reputation: 6344Reputation: 6344Reputation: 6344Reputation: 6344Reputation: 6344Reputation: 6344Reputation: 6344Reputation: 6344Reputation: 6344
A web search for Realtek RTL8192EU linux turns up a number of links claiming to say that you can get drivers for that chipset.

I have no way of testing them.
 
Old 06-15-2023, 11:06 PM   #5
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,746

Original Poster
Rep: Reputation: 256Reputation: 256Reputation: 256
It is this image ... wget -c --no-check-certificate "https://downloads.raspberrypi.org/raspbian/images/raspbian-2017-08-17/2017-08-16-raspbian-stretch.zip"
 
Old 06-18-2023, 01:50 PM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,530

Rep: Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604
Quote:
Originally Posted by frankbell View Post
A web search for Realtek RTL8192EU linux turns up a number of links claiming to say that you can get drivers for that chipset.

I have no way of testing them.
AFAIK, that one is in the kernel. There's some realtek module where you can compile in loads of those things and that's one of them.
 
Old 06-20-2023, 01:16 AM   #7
Sauerland
Member
 
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 247

Rep: Reputation: Disabled
Quote:
[ 1288.598496] usb 1-1.4: New USB device found, idVendor=2357, idProduct=0109
Its in the Kernel:
Quote:
lkddb usb 2357 0109 .. .. .. ff ff ff 0000 ffff : CONFIG_RTL8XXXU CONFIG_WLAN CONFIG_WLAN_VENDOR_REALTEK : drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c # in 4.9–4.20, 5.0–5.19, 6.0–6.3, 6.4-rc+HEAD
https://cateee.net/lkddb/web-lkddb/RTL8XXXU.html
 
1 members found this post helpful.
Old 06-20-2023, 05:21 AM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,530

Rep: Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604Reputation: 2604
Quote:
Originally Posted by Sauerland View Post
Good. I'd gone out on a limb there, but it means I'm not going senile - yet!
 
Old 06-23-2023, 01:06 AM   #9
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,746

Original Poster
Rep: Reputation: 256Reputation: 256Reputation: 256
http://ftp.debian.org/debian/pool/no...30.orig.tar.xz <-- maybe this would be needed?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Realtek RTL8761B USB Dongle not working anomalyLuna Linux - Hardware 3 10-14-2021 08:33 PM
Realtek RTL872DE driver horrors - wanna go USB wifi dongle! Recommendations please! atom6502 Linux - Networking 5 07-31-2018 08:35 PM
LXer: Getting Realtek 8188EU Wireless Adapters to work in Linux (and possibly other wireless Realtek chipsets!) LXer Syndicated Linux News 0 02-04-2017 10:06 PM
how to connect to internet via usb dongle (MPS internet dongle) on Fedora 16 O.S danibhai Linux - Newbie 1 07-30-2012 11:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration