Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Wifi and keyboard/mouse problems
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Wifi and keyboard/mouse problems
13th Jan, 2013, 09:41 AM
Post: #1
juniperz Offline
Registered
Posts: 14
Joined: Jan 2013
Reputation: 0
Wifi and keyboard/mouse problems
I used XBian on my Pi a few months ago (XBian0.8) and was very impressed - it streamed video and music from my Synology NAS over wifi (Edimax EW-7811UN) and I could control it with a Logitech wireless keyboard and mouse with their USB "Unifying Receiver". No need for a powered hub - all just worked.

Today I decided to try XBian 1.0 Alpha 4 with the fancy Windows installer. It booted perfectly, but the keyboard and mouse wouldn't work. I took the receiver and mouse to a Windows PC - all worked fne. Rebooted the RPi - nothing.
Got a powered hub and wired keyboard & mouse - rebooted.
Input devices work - but no wifi shows up in the Network-Manager in Programs! That wasn't even there last time I used XBian...

So I am stuck - the wifi adapter used to work out-of-the-box (as did the Logitech stuff) and now nothing seems to. Have drivers that used to be in by default, been removed? I remember that when I first booted (today) with the Logitech USB receiver in place, the boot info that scrolls up the screen did include successful references to Logitech, so it was certainly recognised.

Any clues please? Thanks.
Find all posts by this user
Quote this message in a reply
13th Jan, 2013, 12:33 PM
Post: #2
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
Wifi and keyboard/mouse problems
SSH -> xbian-config (will auto pop up) -> System -> network. you can set up your wifi easily there. (drivers are included by default)

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
13th Jan, 2013, 06:53 PM
Post: #3
juniperz Offline
Registered
Posts: 14
Joined: Jan 2013
Reputation: 0
RE: Wifi and keyboard/mouse problems
Thanks, will give that a try later.
Find all posts by this user
Quote this message in a reply
13th Jan, 2013, 09:23 PM
Post: #4
juniperz Offline
Registered
Posts: 14
Joined: Jan 2013
Reputation: 0
RE: Wifi and keyboard/mouse problems
Hmm... Installed MobaXterm and can SSH into the Pi, but
sudo xbian-config
just gives
This program requires the dialog package: apt-get install dialog
I then try
sudo apt-get install dialog
and I get
Reading package lists... Error!
E: Problem parsing dependency Breaks
E: Error occurred while processing libc6-dev (NewVersion2)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.


Spot the linux noobie and first-tims SSHer eh? Got to start somewhere...
All googling seems to suggest that just doing xbian-config should bring up the xbian-config panel.
Find all posts by this user
Quote this message in a reply
14th Jan, 2013, 05:55 AM
Post: #5
juniperz Offline
Registered
Posts: 14
Joined: Jan 2013
Reputation: 0
RE: Wifi and keyboard/mouse problems
Any hints tonight would be much appreciated, as I am not going to be home again until Thursday night... Thanks.
Find all posts by this user
Quote this message in a reply
14th Jan, 2013, 05:59 AM
Post: #6
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Wifi and keyboard/mouse problems
Try this

Code:
sudo rm /var/lib/apt/lists/* -vf
sudo dpkg --clear-avail
sudo apt-get update

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
14th Jan, 2013, 06:06 AM
Post: #7
juniperz Offline
Registered
Posts: 14
Joined: Jan 2013
Reputation: 0
RE: Wifi and keyboard/mouse problems
Thanks but,
xbian@xbian:~# sudo rm /var/lib/apt/lists/* -vf
Just gives
rm: cannot remove `/var/lib/apt/lists/partial': Is a directory
Find all posts by this user
Quote this message in a reply
14th Jan, 2013, 06:15 AM
Post: #8
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Wifi and keyboard/mouse problems
That shouldn't be a problem, however if this does not fix it try this
Code:
sudo rm /var/lib/apt/lists/* -vfr
instead of this
Code:
sudo rm /var/lib/apt/lists/* -vf

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
14th Jan, 2013, 06:29 AM
Post: #9
juniperz Offline
Registered
Posts: 14
Joined: Jan 2013
Reputation: 0
RE: Wifi and keyboard/mouse problems
Thanks - that did it.
Now the forum won't let me post, saying it is spam...
How do you get the Code paste box? Maybe it relates to that? Anyway the 23 install failed with
Code:
Reading package lists... Error!
E: Problem parsing dependency Breaks
E: Error occurred while processing libc6-dev (NewVersion2)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.

(wheezy/rpi armhf Packages [14 B]  )
Find all posts by this user
Quote this message in a reply
14th Jan, 2013, 07:01 AM
Post: #10
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Wifi and keyboard/mouse problems
I added the code tags to your post, press the edit button on your post to see how this can be done

Can you try this?
Code:
sudo rm /var/lib/apt/lists/* -vfr
sudo dpkg --clear-avail
sudo apt-get clean all
sudo apt-get update
sudo dpkg --configure -a

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
14th Jan, 2013, 08:24 AM
Post: #11
bradleyss Offline
Registered
Posts: 1
Joined: Jan 2013
Reputation: 0
RE: Wifi and keyboard/mouse problems
Hello - I am the OP, and somewhat amazed that I have been banned with this:
Your forum account is currently banned. Ban Reason: Automatically banned by the Akismet system for spamming.
Ban will be lifted: Never
I don't know why. Apart from using plain English, all I did was paste in text (using code tags) from SSH, saying the Koenkk's help worked until line 4, at which point the error repeated just as in my post at Today 06:29 AM
I would be interested to know what was supposed to have constituted spam, and why I received a life time ban.
Find all posts by this user
Quote this message in a reply
14th Jan, 2013, 08:28 AM
Post: #12
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Wifi and keyboard/mouse problems
Our spam filter is sometimes to strict, we will unlock your account asap.

Done

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
14th Jan, 2013, 08:40 AM
Post: #13
juniperz Offline
Registered
Posts: 14
Joined: Jan 2013
Reputation: 0
RE: Wifi and keyboard/mouse problems
   
(14th Jan, 2013 08:28 AM)CurlyMo Wrote:  Our spam filter is sometimes to strict, we will unlock your account asap.

Done

Thanks CurlyMo.
Daren't paste any text in now, so will try an image instead. Still stuck and would appreciate help:
Find all posts by this user
Quote this message in a reply
14th Jan, 2013, 05:09 PM
Post: #14
raspberry_pd Offline
Registered
Posts: 97
Joined: Dec 2012
Reputation: 6
RE: Wifi and keyboard/mouse problems
(14th Jan, 2013 08:40 AM)juniperz Wrote:  
(14th Jan, 2013 08:28 AM)CurlyMo Wrote:  Our spam filter is sometimes to strict, we will unlock your account asap.

Done

Thanks CurlyMo.
Daren't paste any text in now, so will try an image instead. Still stuck and would appreciate help:

This might not be much help but I have seen similar problems when running apt and the already-suggested:

Code:
sudo rm /var/lib/apt/lists/* -vfr

fixed it.
Find all posts by this user
Quote this message in a reply
14th Jan, 2013, 05:49 PM
Post: #15
juniperz Offline
Registered
Posts: 14
Joined: Jan 2013
Reputation: 0
RE: Wifi and keyboard/mouse problems
Thanks raspberry_pd, though that is the 1st of the 5 lines that Koenkk suggested, so I have tried that...
(Edit - you realise that).
I am almost tempted to go back to 0.8 that I had working very well once.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [split] Wifi and keyboard/mouse problems eno423 4 13,910 23rd Mar, 2013 06:10 AM
Last Post: eno423

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 10th May, 2025, 08:10 AM Powered By MyBB, © 2002-2025 MyBB Group.