element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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 Pi 1 B USB not recognising keyboard or mouse
  • 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
  • State Suggested Answer
  • Replies 9 replies
  • Answers 4 answers
  • Subscribers 663 subscribers
  • Views 2860 views
  • Users 0 members are here
  • raspberry_pi
Related

Pi 1 B USB not recognising keyboard or mouse

vfwfw
vfwfw over 6 years ago

I have a Raspberry Pi 1B and the USB has stopped recognising my mouse and keyboard. I have checked that the USB ports are getting 5v power, and when I boot up I don't see any error messages, but neither mouse or keyboard works. I have tried using a powered USB hub as well, but that doesn't work either. Any suggestions?

  • Sign in to reply
  • Cancel
Parents
  • clem57
    0 clem57 over 6 years ago

    I think this may apply here. Just maybe the USB was put asleep. Do you have SSH installed and available? If not, you will need it for this to work:

    https://raspberrypi.stackexchange.com/questions/44194/usb-ports-stop-working-after-a-week-needs-restart

    Sorry no guarantees vfwfw

    Clem

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • clem57
    0 clem57 over 6 years ago

    I think this may apply here. Just maybe the USB was put asleep. Do you have SSH installed and available? If not, you will need it for this to work:

    https://raspberrypi.stackexchange.com/questions/44194/usb-ports-stop-working-after-a-week-needs-restart

    Sorry no guarantees vfwfw

    Clem

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • vfwfw
    0 vfwfw over 6 years ago in reply to clem57

    Clem, I have tried SSH but I can't get it to connect to my network. I think the ethernet port isn't being recognised either. I have tested the USB ports and they appear to be getting 5v power, but I'm not sure how to test the ethernet port to see if it's getting power. Is there some way to test that?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • colporteur
    0 colporteur over 6 years ago in reply to vfwfw

    You indicate you have SSH. How have you determine the IP address for the Pi?

     

    Sean

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • vfwfw
    0 vfwfw over 6 years ago in reply to colporteur

    I stated that I have 'tried' to use SSH, but unsuccessfully as the ethernet port does not seem to be recognised.

     

    When I connect the PI via ethernet cable and boot up the PI, it is not present in my router, so therefore can't determine the IP address.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Gough Lui
    0 Gough Lui over 6 years ago in reply to vfwfw

    As I mentioned earlier, I suspect your SMSC LAN chip has failed as it's responsible for the USB to Ethernet and USB hub functionality on the Raspberry Pi Model B.

     

    If you change to a known good image and still cannot get a network link, perhaps plug in keyboard/mouse/HDMI and check the output of dmesg, ifconfig and lsusb. If the SMSC/Microchip LAN chip does not show up or has no active link, that's a good symptom that the chip has failed. Likewise, if the downstream attached peripherals do not work or do not show up, that's also a sign.

     

    If you wish to salvage it, you could "kind of" turn it into a Model A by removing the SMSC LAN chip altogether and trying to bridge the D- and D+ lines coming into the chip to one of the USB ports (as the A is basically sans SMSC LAN chip, hence single port straight from the SoC), assuming that the SoC has not been damaged.

     

    - Gough

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • colporteur
    0 colporteur over 6 years ago in reply to Gough Lui

    Your response gives me confidence you have sufficient knowledge to troubleshoot networking the Pi. I didn't want to go into a configuration diatribe to have you ask the question what is an IP address.

     

    It appears from your description the Pi is setup to get an IP address from a DHCP source on the network verses manually configured IP. It has failed to get an address, therefore it is unable to provide SSH connection.

     

    Here is my quick summary. The Pi is not recognizing devices connected to the USB port. The Pi Ethernet port is not receiving an IP address. The Pi was working and is not a result of a recent change (i.e. I replaced the USB keyboard).

     

    If we follow

    Gough Lui commentary the next step is a O/S reload. Build a replacement image on a separate SD. Do not use the card that is part of the problem child. Follow those steps that gives you the confidence of a solid image install. The assumption is you have done this before with success. Don't change any variables like trying the latest O/S. Use what has worked in the past.

     

    If the SD card images is unsuccessful in the problem child, try the same card on another Pi. The second test knowledge will re-enforce the understanding it appears to be a hardware issue.

     

    Sean

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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 © 2025 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.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube