iPyrrebpsaR
Posts: 22
Joined: Fri Mar 27, 2015 12:48 am

Installing Miniature WiFi

Fri Mar 27, 2015 5:28 pm

I'm attempting to setup my Raspberry Pi using a Miniature WiFi 802.11b/g/n USB stick from REALTEK. The Quick installation guide that came with the stick is very confusing and difficult to follow. My wireless Desktop has Windows 7 installed and my internet provider is Sympatico. When I install the WiFi adapter onto my desktop the device status indicates that it is working properly. The directions for the software installation recommend downloading a .zip file from the REALTEK page and extract it onto my computer. There's no URL address and no file is name provided.

ktb
Posts: 1447
Joined: Fri Dec 26, 2014 7:53 pm

Re: Installing Miniature WiFi

Fri Mar 27, 2015 8:25 pm

You might need to compile the driver yourself. I guess it could be a power issue also (it might be resolved by simply adding max_usb_current=1 to /boot/config.txt).

However, we need to know the model of the WiFi adapter or which chipset it uses. How about a link to the product? We need more information if you expect us to assist you.

User avatar
rpdom
Posts: 17275
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Installing Miniature WiFi

Fri Mar 27, 2015 8:36 pm

One easy way to find out what the chipset is, is to look at the output of lsusb (That's "LSUSB", but not in capitals)

Code: Select all

pi@raspi3 ~ $ lsusb
Bus 001 Device 004: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
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. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Code: Select all

rpdom@raspi4:~$ lsusb
Bus 001 Device 002: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

iPyrrebpsaR
Posts: 22
Joined: Fri Mar 27, 2015 12:48 am

Re: Installing Miniature WiFi

Fri Mar 27, 2015 9:17 pm

ktb wrote:You might need to compile the driver yourself. I guess it could be a power issue also (it might be resolved by simply adding max_usb_current=1 to /boot/config.txt).

However, we need to know the model of the WiFi adapter or which chipset it uses. How about a link to the product? We need more information if you expect us to assist you.
Thanks for your prompt reply. The package it came in lists RASPI-081400 which I'm assuming is the Model https://www.creatroninc.com/search?cont ... it_search=

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Installing Miniature WiFi

Fri Mar 27, 2015 9:19 pm

What does your Raspberry Pi say if you plug in the WiFi dongle, open a LXTerminal window and type a lsusb # ell, ess, you, ess, bee command?
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Installing Miniature WiFi

Fri Mar 27, 2015 9:20 pm

iPyrrebpsaR wrote:
ktb wrote:You might need to compile the driver yourself. I guess it could be a power issue also (it might be resolved by simply adding max_usb_current=1 to /boot/config.txt).

However, we need to know the model of the WiFi adapter or which chipset it uses. How about a link to the product? We need more information if you expect us to assist you.
Thanks for your prompt reply. The package it came in lists RASPI-081400 which I'm assuming is the Model https://www.creatroninc.com/search?cont ... it_search=
Just plug it in and boot up the Operating System

Miniature WiFi 802.11b/g/n for Raspberry Pi
Part Number: RASPI-081400
Take advantage of the Raspberry Pi and Beagle Bone's USB port to add a low cost, but high-reliability wireless link. We tried half a dozen modules to find one that works well with the Pi and Bone without the need of recompiling any kernels.

https://www.creatroninc.com/product/min ... spberry-pi
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

ktb
Posts: 1447
Joined: Fri Dec 26, 2014 7:53 pm

Re: Installing Miniature WiFi

Fri Mar 27, 2015 9:32 pm

It looks like it's the same one Adafruit sells http://www.adafruit.com/products/814

iPyrrebpsaR
Posts: 22
Joined: Fri Mar 27, 2015 12:48 am

Re: Installing Miniature WiFi

Fri Mar 27, 2015 11:22 pm

DougieLawson wrote:What does your Raspberry Pi say if you plug in the WiFi dongle, open a LXTerminal window and type a lsusb # ell, ess, you, ess, bee command?
I was trying to operate my Raspberry Pi using my laptops mouse, keyboard and monitor but this doesn't seem to be a method a newbie should try. I'm going to try and locate another mouse, keyboard and monitor for my Raspberry Pi. I'll try your suggestion once I locate and install a separate monitor.

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Installing Miniature WiFi

Fri Mar 27, 2015 11:39 pm

iPyrrebpsaR wrote:
DougieLawson wrote:What does your Raspberry Pi say if you plug in the WiFi dongle, open a LXTerminal window and type a lsusb # ell, ess, you, ess, bee command?
I was trying to operate my Raspberry Pi using my laptops mouse, keyboard and monitor but this doesn't seem to be a method a newbie should try. I'm going to try and locate another mouse, keyboard and monitor for my Raspberry Pi. I'll try your suggestion once I locate and install a separate monitor.
It depends on Operating System installed, if Raspbian has been installed without NOBS installer / choser then SSH is enabled by default

http://www.raspberrypi.org/documentatio ... /README.md

This will give you access to the Raspbian CLi, it is all about learning......


Regards your comment about installing in Windows 7, totally irrelevent, Linux is different and the instruction you cited are not for the RPi :!:
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

iPyrrebpsaR
Posts: 22
Joined: Fri Mar 27, 2015 12:48 am

Re: Installing Miniature WiFi

Sat Mar 28, 2015 12:17 am

fruitoftheloom wrote:
iPyrrebpsaR wrote:
DougieLawson wrote:What does your Raspberry Pi say if you plug in the WiFi dongle, open a LXTerminal window and type a lsusb # ell, ess, you, ess, bee command?
I was trying to operate my Raspberry Pi using my laptops mouse, keyboard and monitor but this doesn't seem to be a method a newbie should try. I'm going to try and locate another mouse, keyboard and monitor for my Raspberry Pi. I'll try your suggestion once I locate and install a separate monitor.
It depends on Operating System installed, if Raspbian has been installed without NOBS installer / choser then SSH is enabled by default

http://www.raspberrypi.org/documentatio ... /README.md

This will give you access to the Raspbian CLi, it is all about learning......


Regards your comment about installing in Windows 7, totally irrelevent, Linux is different and the instruction you cited are not for the RPi :!:
Thanks for the information and the address to the SSH Readme file. Learning can be made a lot easier when someone who knows takes the time to get you looking in the right direction. Thanks

Return to “Beginners”