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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-15-2023, 04:22 AM
|
#1
|
Senior Member
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,746
|
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.
|
|
|
06-15-2023, 05:37 AM
|
#2
|
LQ Guru
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: One main distro, & some smaller ones casually.
Posts: 5,862
Rep: 
|
Depends what chip it uses, & whether your ARM7 kernel actually has a driver for it.
|
|
|
06-15-2023, 06:05 AM
|
#3
|
LQ 5k Club
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,153
|
That looks like a Realtek RTL8192EU
I don't know if your Raspberry Pi linux from August 2017(!) supports it.
|
|
|
06-15-2023, 08:29 PM
|
#4
|
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
|
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.
|
|
|
06-15-2023, 11:06 PM
|
#5
|
Senior Member
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,746
Original Poster
|
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"
|
|
|
06-18-2023, 01:50 PM
|
#6
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,530
|
Quote:
Originally Posted by frankbell
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.
|
|
|
06-20-2023, 01:16 AM
|
#7
|
Member
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 247
Rep: 
|
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.
|
06-20-2023, 05:21 AM
|
#8
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,530
|
Quote:
Originally Posted by Sauerland
|
Good. I'd gone out on a limb there, but it means I'm not going senile - yet! 
|
|
|
06-23-2023, 01:06 AM
|
#9
|
Senior Member
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,746
Original Poster
|
|
|
|
All times are GMT -5. The time now is 05:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|