madalin9898
Posts: 16
Joined: Tue Dec 09, 2014 6:19 pm

wi-fi dongle

Tue Dec 09, 2014 8:11 pm

I wanna install wifi dongle on my rpi....but i don't have an ethernet cable....so i wonder ....can i install the wifi dongle offline ? (Sorry for my poor english)

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: wi-fi dongle

Tue Dec 09, 2014 8:55 pm

If you buy a wifi dongle that is supported, Google the forms for that (I have an Edimax nano wifi dongle which works great), then you don't have to download any driver since they are in there by default. Wpa_gui makes it easy to setup wifi.
There are 10 types of people: those who understand binary and those who don't.

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

Re: wi-fi dongle

Tue Dec 09, 2014 8:57 pm

madalin9898 wrote:I wanna install wifi dongle on my rpi....but i don't have an ethernet cable....so i wonder ....can i install the wifi dongle offline ? (Sorry for my poor english)
If you get a supported out-of-the-box USB Wireless Adaptor, then the Adaptor will be installed automatically:

http://elinux.org/RPi_USB_Wi-Fi_Adapters

http://www.ebay.co.uk/itm/221048809437

https://www.modmypi.com/raspberry-pi-ac ... networking
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

madalin9898
Posts: 16
Joined: Tue Dec 09, 2014 6:19 pm

Re: wi-fi dongle

Tue Dec 09, 2014 9:54 pm

I have Wi-Pi dongle...(the oficial Accesorry for raspberry pi .....so it works, no ?
thanks a lot guys for your answers

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

Re: wi-fi dongle

Tue Dec 09, 2014 9:59 pm

madalin9898 wrote:I have Wi-Pi dongle...(the oficial Accesorry for raspberry pi .....so it works, no ?
thanks a lot guys for your answers
It's based on the RT5370 so WILL work straight out of the box when you plug it in your RPi and configure the network SSID/password.

The only thing that's a pain with the RT5370 is that it defaults to power management on and will go to sleep when idle. You need to add

Code: Select all

wireless-power off
to your interfaces file to prevent that.
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.

madalin9898
Posts: 16
Joined: Tue Dec 09, 2014 6:19 pm

Re: wi-fi dongle

Tue Dec 09, 2014 10:21 pm

Thank you for everything

Return to “Beginners”