Model: B
Distro: Debian “squeeze” 19-04-2012,
Power Source: motorola androidcharger
Keyboard works: Yes, but almost every key sticks
Touchpad works: Yes, just fine
Nothing in other USB socket.
just pluged it in and it worked
Re: Logitech Wireless Touch Keyboard K400: Does it work for
I got my Pi on Friday and bought a K400 at Wal-Mart on Saturday (not having read this thread) because I figured if it didn't work I could just return it. It does work and is a fantastic match for the π IMHO.
Though being a Yank I did have a heck of time finding the @ symbol since the keyboard mapping default on the Debian image is set to Limey in the image. I'm new to linux and didn't have time to figure out how to fix it. I've googled it (on my regularly scheduled break time of course) and have come up with in-putting "dpkg-reconfigure keyboard-configuration" ... can anyone if this is the correct way to do it? I also found the command "dpkg-reconfigure console-data" but as I'm stuck at work I can't test it out at the moment.
Though being a Yank I did have a heck of time finding the @ symbol since the keyboard mapping default on the Debian image is set to Limey in the image. I'm new to linux and didn't have time to figure out how to fix it. I've googled it (on my regularly scheduled break time of course) and have come up with in-putting "dpkg-reconfigure keyboard-configuration" ... can anyone if this is the correct way to do it? I also found the command "dpkg-reconfigure console-data" but as I'm stuck at work I can't test it out at the moment.
Re: Logitech Wireless Touch Keyboard K400: Does it work for
NOTE: The command "sudo dpkg-reconfigure keyboard-configuration"
does the trick. You have to go through a bunch of screens and then re-boot. When you re-boot it will take longer than normal for your system to boot while it changes the keymapping. Once that's done though you're good to go and you get $ and all of the other things where they should to be. :p
does the trick. You have to go through a bunch of screens and then re-boot. When you re-boot it will take longer than normal for your system to boot while it changes the keymapping. Once that's done though you're good to go and you get $ and all of the other things where they should to be. :p
Re: Logitech Wireless Touch Keyboard K400: Does it work for
i have now a powered usb-hub and no more problems regarding stickykeys
- SQLEinstein
- Posts: 13
- Joined: Thu Jul 19, 2012 4:13 pm
Re: Logitech Wireless Touch Keyboard K400: Does it work for
Logitech K400 wireless keyboard works perfectly for me. Plug and play.
My Setup:
Model: B
Distro: 2012-07-15-wheezy-raspbian
SD = Duracell 16GB SDHC Class 10 Memory Card (DU-SD1016G-C)
Power Source: IPhone 4 wall charger with a micro usb to usb cable.
Keyboard works: Yes
Touchpad works: Yes
Notes: Also works perfectly on RASPBMC
My Setup:
Model: B
Distro: 2012-07-15-wheezy-raspbian
SD = Duracell 16GB SDHC Class 10 Memory Card (DU-SD1016G-C)
Power Source: IPhone 4 wall charger with a micro usb to usb cable.
Keyboard works: Yes
Touchpad works: Yes
Notes: Also works perfectly on RASPBMC
Re: Logitech Wireless Touch Keyboard K400: Does it work for
Yep, K400 works a dream for me.
Saves the need to crouch in front of my tv with a wired keyboard and mouse.. (Like I used to with my spectrum 30 years ago.. Although that did bring back some fond memories..)
Saves the need to crouch in front of my tv with a wired keyboard and mouse.. (Like I used to with my spectrum 30 years ago.. Although that did bring back some fond memories..)
Re: Logitech Wireless Touch Keyboard K400: Does it work for
How exactly did you change the keyboard? As in what layout?
Re: Logitech Wireless Touch Keyboard K400: Does it work for
If you are using the latest Raspbian "wheezy" image, and are in the UK you don't actually have to change anything at all,but if you aren't, then there is an option in the initial raspi-config menu where you can make any country specific changes.FX4 wrote:How exactly did you change the keyboard? As in what layout?
Re: Logitech Wireless Touch Keyboard K400: Does it work for
I am in the U.S.
-
- Posts: 6
- Joined: Wed Aug 15, 2012 10:45 pm
Re: Logitech Wireless Touch Keyboard K400: Does it work for
anybody have problems with double quotes mine outputs a @ instead of " when i press "
-
- Posts: 1090
- Joined: Sun Sep 25, 2011 11:44 am
- Location: Potters Bar, United Kingdom
- Contact: Website
Re: Logitech Wireless Touch Keyboard K400: Does it work for
It sounds as if you have a US keyboard, and the Pi is configured for a UK one (that is the default for most of the Pi distributions). If using Rapbian distribution then runningrjm27trekkie wrote:anybody have problems with double quotes mine outputs a @ instead of " when i press "
Code: Select all
sudo raspi-config
Re: Logitech Wireless Touch Keyboard K400: Does it work for
Everything seems to work however mine keeps defaulting back to a US layout whereas I want the UK layout.
I have tried raspi-config and dpkg-reconfig... but it seems that during boot the keyboard is perhaps not seen and defaults to a US layout.....this corresponds with the fact that I have to remove and reinsert the usb dongle for the keyboard to be recognised after boot.
Any suggestions?
I have tried raspi-config and dpkg-reconfig... but it seems that during boot the keyboard is perhaps not seen and defaults to a US layout.....this corresponds with the fact that I have to remove and reinsert the usb dongle for the keyboard to be recognised after boot.
Any suggestions?
-
- Posts: 2
- Joined: Thu Aug 23, 2012 7:38 am
Re: Logitech Wireless Touch Keyboard K400: Does it work for
Hi,
My K400 works from beginning fine.
The only problem is that I cant set it to german keyboard layout.
I´ve done many times the sudo raspi-config to set it up and the pi remembers the settings but I have allways the english layout.
Any ideas community?
My K400 works from beginning fine.
The only problem is that I cant set it to german keyboard layout.
I´ve done many times the sudo raspi-config to set it up and the pi remembers the settings but I have allways the english layout.
Any ideas community?
-
- Posts: 319
- Joined: Sun Aug 19, 2012 5:56 am
- Location: Finland
Re: Logitech Wireless Touch Keyboard K400: Does it work for
There was/is a bug (not restricted to the Pi) with the X window system and the keyboard layout. When outside of X you will get the layout that you set. When in X, you get the UK layout.mitchel1220 wrote:Hi,
The only problem is that I cant set it to german keyboard layout.
I´ve done many times the sudo raspi-config to set it up and the pi remembers the settings but I have allways the english layout.
Any ideas community?
If this is your problem, there is a workaroud. Create a file called .xsessionrc in your home directory and put the following text in it (I'm guessing that the identifier for the German keyboard map is "de"):
Code: Select all
setxkbmap de
-
- Posts: 2
- Joined: Thu Aug 23, 2012 7:38 am
Re: Logitech Wireless Touch Keyboard K400: Does it work for
Thanks Sleep Mode zZ
That was the solution !
That was the solution !
Re: Logitech Wireless Touch Keyboard K400: Does it work for
I just got a K400 and it seems to work fine. But I already had dwc_otg.speed=1 at the end of the line in /boot/cmdline.txt to eliminate dropped or sticky keys and dropped mouse clicks with older Logitech di Novo Edge wireless keyboard.
Rev 2.0 model B
2012-10-18-wheezy-raspian image and: sudo apt-get update && sudo apt-get dist-upgrade
sudo rpi-update
Linux rpi10 3.2.27+ #307 PREEMPT Mon Nov 26 23:22:29 GMT 2012 armv6l GNU/Linux
Adafruit 501 5.25 V 1 A (T1/T2: 5.00 V +/- 0.01 V)
Rev 2.0 model B
2012-10-18-wheezy-raspian image and: sudo apt-get update && sudo apt-get dist-upgrade
sudo rpi-update
Linux rpi10 3.2.27+ #307 PREEMPT Mon Nov 26 23:22:29 GMT 2012 armv6l GNU/Linux
Adafruit 501 5.25 V 1 A (T1/T2: 5.00 V +/- 0.01 V)
Re: Logitech Wireless Touch Keyboard K400: Does it work for
I also have to remove and reinsert the usb dongle after boot. Anyone can help with this problem?spadger wrote:Everything seems to work however mine keeps defaulting back to a US layout whereas I want the UK layout.
I have tried raspi-config and dpkg-reconfig... but it seems that during boot the keyboard is perhaps not seen and defaults to a US layout.....this corresponds with the fact that I have to remove and reinsert the usb dongle for the keyboard to be recognised after boot.
Any suggestions?
-
- Posts: 381
- Joined: Tue May 29, 2012 2:51 pm
- Location: Lincolnshire UK
Re: Logitech Wireless Touch Keyboard K400: Does it work for
Hiicarokun wrote:I also have to remove and reinsert the usb dongle after boot. Anyone can help with this problem?spadger wrote:Everything seems to work however mine keeps defaulting back to a US layout whereas I want the UK layout.
I have tried raspi-config and dpkg-reconfig... but it seems that during boot the keyboard is perhaps not seen and defaults to a US layout.....this corresponds with the fact that I have to remove and reinsert the usb dongle for the keyboard to be recognised after boot.
Any suggestions?
Which distro and version are you using? I have found it works perfectly with Raspbian v3.6.11.
Cheers
Paul
Procrastination - The Thief of Time.
Re: Logitech Wireless Touch Keyboard K400: Does it work for
PaulCheffus wrote:icarokun wrote:I also have to remove and reinsert the usb dongle after boot. Anyone can help with this problem?spadger wrote:Everything seems to work however mine keeps defaulting back to a US layout whereas I want the UK layout.
I have tried raspi-config and dpkg-reconfig... but it seems that during boot the keyboard is perhaps not seen and defaults to a US layout.....this corresponds with the fact that I have to remove and reinsert the usb dongle for the keyboard to be recognised after boot.
Any suggestions?
Hi
Which distro and version are you using? I have found it works perfectly with Raspbian v3.6.11.
Cheers
Paul
I am using latest raspbian.
Regards.
-
- Posts: 381
- Joined: Tue May 29, 2012 2:51 pm
- Location: Lincolnshire UK
Re: Logitech Wireless Touch Keyboard K400: Does it work for
icarokun wrote:
Hi
Which distro and version are you using? I have found it works perfectly with Raspbian v3.6.11.
Cheers
Paul
I am using latest raspbian.
Regards.[/quote]
Hi
Have you got the workaround in place? I found that the workaround used with 3.2.27 required me to unplug and plug in the keyboard dongle with v3.6.11. Removing the workaround fixed it.
Cheers
Paul
Procrastination - The Thief of Time.
Re: Logitech Wireless Touch Keyboard K400: Does it work for
HiPaulCheffus wrote:icarokun wrote:
Hi
Which distro and version are you using? I have found it works perfectly with Raspbian v3.6.11.
Cheers
Paul
I am using latest raspbian.
Regards.
Have you got the workaround in place? I found that the workaround used with 3.2.27 required me to unplug and plug in the keyboard dongle with v3.6.11. Removing the workaround fixed it.
Cheers
Paul[/quote]
Sorry, I did't know about a workaround. How it works?
Thanks for you help Paul.
Regards
-
- Posts: 381
- Joined: Tue May 29, 2012 2:51 pm
- Location: Lincolnshire UK
Re: Logitech Wireless Touch Keyboard K400: Does it work for
Hiicarokun wrote:
Sorry, I did't know about a workaround. How it works?
Thanks for you help Paul.
Regards
This is the workaround but I found it isn't required for v3.6 and actually has the opposite effect
http://www.raspberrypi.org/phpBB3/viewt ... 39#p191054
Cheers
Paul
Procrastination - The Thief of Time.
Re: Logitech Wireless Touch Keyboard K400: Does it work for
My K400 worked straight away after 1st installation and boot.
But it stopped working after doing the "expand_rootfs" command in raspi-config to expand root partition to fill my 16GB SD card, and i had to reconfigure the keyboard settings to make it work again.
I use the 2012-12-16-wheezy-raspbian OS.
But it stopped working after doing the "expand_rootfs" command in raspi-config to expand root partition to fill my 16GB SD card, and i had to reconfigure the keyboard settings to make it work again.
I use the 2012-12-16-wheezy-raspbian OS.
Re: Logitech Wireless Touch Keyboard K400: Does it work for
Okay guys I haven't read through all the posts but I thought I would give you my experience with the k400 keyboard in case it may help anyone with the same issues I had. I am running my pi off a 4 port usb hub I got from radioshack with raspbian wheezy. It works fine for me although after initial it doesn't pick up the keyboard again. But, it seems that if you move around on the trackpad before the login appears, it will pick up the keyboard (previously I would have to unplug the usb dongle and plug it back in). So I'm guessing that perhaps the dongle searches for input at startup and when it doesn't recieve anything, it rejects or can't pick it up until it's restarted (unplugged and replugged). My apologies if this has already been posted.
Re: Logitech Wireless Touch Keyboard K400: Does it work for
How i got my K400 to work: to put things short, it all comes down to a good power supply with an usb hub. The long story is this: in my initial setup (pi only, no usb hub) the K400 keyboard only worked intermittedly. Even adding a hub did not help. After that, i soldered an y-cable and supplied hub and raspberry directly from the power supply. (Adding tantal capacitors on the way) This got keyboard and touchpad working. When i started using overclocking, it worked in all modes except turbo-mode. Finally i opened the hub and upgraded the power deglitching. My hub came with 100uF standard capacitors, which seemed to be a little poor for the K400. I have replaced the capacitor at the power input with an 220uF type, using a quality that is used for switching power supplies. On top of that, i have 10uF ceramic capacitors (smd) directly at the usb connectors. Keyboard and touchpad now work without any problems with my raspi in turbo mode. (Including an edimax wifi-adapter, connected to the same hub) The downside: i cannot close the case of my hub any more 
