Forum
Wifi and keyboard/mouse problems - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Hardware (/forum-7.html)
+--- Forum: Peripherals (/forum-27.html)
+--- Thread: Wifi and keyboard/mouse problems (/thread-255.html)

Pages: 1 2


Wifi and keyboard/mouse problems - juniperz - 13th Jan, 2013 09:41 AM

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.


Wifi and keyboard/mouse problems - Koenkk - 13th Jan, 2013 12:33 PM

SSH -> xbian-config (will auto pop up) -> System -> network. you can set up your wifi easily there. (drivers are included by default)


RE: Wifi and keyboard/mouse problems - juniperz - 13th Jan, 2013 06:53 PM

Thanks, will give that a try later.


RE: Wifi and keyboard/mouse problems - juniperz - 13th Jan, 2013 09:23 PM

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.


RE: Wifi and keyboard/mouse problems - juniperz - 14th Jan, 2013 05:55 AM

Any hints tonight would be much appreciated, as I am not going to be home again until Thursday night... Thanks.


RE: Wifi and keyboard/mouse problems - Koenkk - 14th Jan, 2013 05:59 AM

Try this

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



RE: Wifi and keyboard/mouse problems - juniperz - 14th Jan, 2013 06:06 AM

Thanks but,
xbian@xbian:~# sudo rm /var/lib/apt/lists/* -vf
Just gives
rm: cannot remove `/var/lib/apt/lists/partial': Is a directory


RE: Wifi and keyboard/mouse problems - Koenkk - 14th Jan, 2013 06:15 AM

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



RE: Wifi and keyboard/mouse problems - juniperz - 14th Jan, 2013 06:29 AM

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]  )



RE: Wifi and keyboard/mouse problems - Koenkk - 14th Jan, 2013 07:01 AM

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



RE: Wifi and keyboard/mouse problems - bradleyss - 14th Jan, 2013 08:24 AM

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.


RE: Wifi and keyboard/mouse problems - CurlyMo - 14th Jan, 2013 08:28 AM

Our spam filter is sometimes to strict, we will unlock your account asap.

Done


RE: Wifi and keyboard/mouse problems - juniperz - 14th Jan, 2013 08:40 AM

[attachment=36]
(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:


RE: Wifi and keyboard/mouse problems - raspberry_pd - 14th Jan, 2013 05:09 PM

(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.


RE: Wifi and keyboard/mouse problems - juniperz - 14th Jan, 2013 05:49 PM

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.