element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Connection issues [Solved with SOLUTION]
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 4 replies
  • Subscribers 706 subscribers
  • Views 1309 views
  • Users 0 members are here
  • firmware
  • research
  • terminal
  • internet
  • help
  • helpme
  • element14
  • pi
  • rasbian
  • zyxel
  • wi-fi
  • usb
  • zyxel_nwd2105
  • raspberry_pi
  • learning
  • faq
  • raspberrypi
  • wicd
  • ralink
  • rpi
  • elinux
  • verified
  • adapter
  • wi_fi
  • wireless
  • dongle
  • nwd2105
  • solution
  • wheezy
  • browser
  • sudo
  • raspberry;
Related

Connection issues [Solved with SOLUTION]

e14 Contributor
e14 Contributor over 14 years ago

Hi all,

 

I recently managed to get my Raspberry Pi up and running with the newest Operating System, 'Rasbian Wheezy' and everything including the mouse, keyboard and monitor seem to be working perfectly with the exception of my dongle. I can connect to the internet with no problems at all using an Ethernet cable, but my dongle fails to give me Wi-fi access. Whenever I access wicd no results come up and I'm left with no wi-fi access.

 

My dongle is the Zyxel NWD2105 which has been verified according to elinux and other Raspberry Pi users so I'm sure the actual dongle isn't the problem. I successfully installed both the drivers and wicd before using my dongle, and I tried both rebooting and reconnecting my dongle. I used the following code to install the drivers and wcid:

 

sudo apt-get update

sudo apt-get install firmware-ralink

sudo apt-get install wicd

 

They all managed to install with no problems whatsoever and I even tried removing and installing the ralink firmware again but that still didn't get my dongle to work. So the question is, how can I get my dongle to work? I know it's possible for it to work because other Raspberry Pi users have the exact same dongle and they manage to connect to the internet. However, I did see on a different forum, someone use

 

sudo aptitude -t squeeze-backports install firmware-realtek

 

in their code as well as the code I used into their terminal to get the dongle working. I didn't attempt this code because I assume it's for the the 'Squeeze' operating system, not the 'Wheezy' Operating System but is their an alternative to this code that I should be using for the 'Wheezy' Operating System? I'm grateful for any suggestions/solutions to get my dongle working and if any additional information is needed, just ask.

 

------------------------------------------------------------------------------------------------UPDATE--------------------------------------------------------------------------------------------------------

 

Thanks to a fellow member on the element14 forums I successfully managed to solve the dongle problem. If anyone reading this wants to know the solution to the problem, do the following:

 

  1. Replace your current image on your SD card with adafruit's image
  2. Install wicd on your Raspberry Pi by typing 'sudo apt-get install wicd' into the terminal
  3. Restart your Pi by typing in 'sudo reboot' into the terminal
  4. Open the wicd software by clicking on the 'start' menu and go to 'internet' and then 'wicd network manager'
  5. You should have multiple routers to connect to and it should be working now. To enter your password for the network click 'properties' and type in your SSID's password (basically the password you use to connect to your router) into the 'key' box

 

I hope this helps.

  • Sign in to reply
  • Cancel
Parents
  • wallarug
    wallarug over 14 years ago

    I could not get my Ralink Card to work either.

     

    What is the wicd software you installed?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to wallarug

    That's a shame to hear and that wicd software is a program for the Raspberry Pi which basically displays all the possible Wi-fi connections you can connect to. If your dongle is fully functional then you should see a list of possible Wi-fi possibilities but mine doesn't display any (which is probably due to my firmware not being installed correctly). Just type in

     

    sudo apt-get install wicd

     

    into the terminal and reboot your Pi to get the software up and running. Just click the start bar, click 'internet' and the wicd network manager program should be there. If your dongle is fully functional and your firmware is successfully installed, then you should be able to find multiple Wi-fi connections. So are you running Rasbian Wheezy too?

     


    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to wallarug

    That's a shame to hear and that wicd software is a program for the Raspberry Pi which basically displays all the possible Wi-fi connections you can connect to. If your dongle is fully functional then you should see a list of possible Wi-fi possibilities but mine doesn't display any (which is probably due to my firmware not being installed correctly). Just type in

     

    sudo apt-get install wicd

     

    into the terminal and reboot your Pi to get the software up and running. Just click the start bar, click 'internet' and the wicd network manager program should be there. If your dongle is fully functional and your firmware is successfully installed, then you should be able to find multiple Wi-fi connections. So are you running Rasbian Wheezy too?

     


    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • wallarug
    wallarug over 14 years ago in reply to e14 Contributor

    Yes, but I can't install the drivers that cam with the device.  There was too much linux Jargon that I couldn't understand.

    This is my post: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=45&t=13482&p=141143#p141143

    And: http://www.element14.com/community/thread/18605?tstart=0

     

    no-one could solve this.  I just need someone who understands linux and knows where the files/directories are located.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to wallarug

    Hmmm, I post on the Raspberry Pi forums too and annoyingly I got no replies. Hopefully a solution to the Ralink driver issue will arise.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube