Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
User Journal

Journal Journal: Use Logitech DiNovo Edge dongle as a generic Bluetooth

link

Thanks to others who have posted all over the web, including this forum and others, I found out how to fix this, at least on my system.

  I did it with Setpoint already installed, but I don't know if this makes a difference.

Disconnect the usb dongle.

Push and hold down the connect button. Put the dongle back in the USB slot while still holding the button for at least 5 sec or so. It will now be recognized as a bluetooth device. I don't know if it's Windows or Setpoint, but new drivers will automatically be installed. The bluetooth icon shows up on the bottom right of the screen, and it's now an option in control panel. I still don't see a bluetooth option within the Setpoint software, though, but Windows can do the rest.

The keyboard now needs to be reconnected to the bluetooth hub. Go to the bluetooth setup screen. Enable discovery in the option tab, and click "add" in the device tab, then follow the wizard. I didn't use a passkey. When connecting, there's a tiny button on the back of the keyboard to press; a green bluetooth logo will flash on the front. It took maybe less than a minute for it to be recognized.

Adding additional bluetooth devices should follow the same steps I think. I'm getting a bluetooth headset to try out. Good luck to us both!

User Journal

Journal Journal: show ssl in the address bar

Dazu muss man die Pseudo-URL about:config aufrufen, wovor Firefox allerdings mit einem "Hier endet möglicherweise die Gewährleistung!" warnt. Nach dem eingeforderten Versprechen, vorsichtig zu sein, führt die Eingabe von identity im Suchfeld zur Einstellung browser.identity.ssl_domain_display deren Wert man von 0 auf 1 setzt.

http://www.heise.de/security/Richtig-verschluesseln-mit-Firefox-3--/artikel/132527/

User Journal

Journal Journal: make iPod ejectable

mount iPod and then say:
sudo chown egork /dev/sdc2
sudo chmod u+s `which eject`

Linux Business

Journal Journal: "Linux compartible" initiative, can community help vendors? 1

All the hardware I am using works with Linux. None of it comes with "Linux compatible" stamp on it. The information on compatibility has to be looked up on message boards or specialized web sites.
Why the vendors are afraid of confirming the compatibility?

I have heard that vendors do not want to confirm that their hardware works with Linux because they do not see it economical to offer Linux support line. Linux users market is still too small and the OS is too fractured. Well, if the hardware does work with Linux, why not state it and just let users know, that they may not count with customer support yet? This would be a great help for Linux users already.

I can imagine the main problem here is to legally exclude support while stating compatibility. Wouldn't it be a high time for Linux community to set up a framework legalese to lower the barriers for the vendors?

User Journal

Journal Journal: Fix slideshow in Picasa

http://picasa.google.com/linux/faq.html#19c
Change the Default Depth in xorg.conf

User Journal

Journal Journal: Get mp3 from flv

http://www.g33k.infinitesecond.net/weblog/archives/2008/02/23/convert-flv-to-mpg-and-mp3/
mplayer -dumpaudio $i.flv -dumpfile $i.mp3

Linuxcare

Journal Journal: Logitech diNovo Edge Keyboard under Linux Kubuntu 8.04

I have posted a request for support for the logitech diNovo Edge Keyboard under Linux.

  Ihre Frage wurde übermittelt
Die Referenznummer für Ihre Frage lautet '080504-001326'.

Sie sollten innerhalb des nächsten Geschäftstages eine Antwort von unserer Supportabteilung per E-Mail erhalten.

Wenn Sie Ihre Frage ergänzen oder stornieren möchten, können Sie sie im Bereich 'Eigenes Konto' dieser Site im Fragebereich aktualisieren.

To make the keyboard fully functional under Linux a few scancodes are requred.

The keys that I couldn't get codes for are:

        * "Phone" Key (Fn + F1)
        * Magnifying glass keys (along the left edge) (KEY_ZOOMRESET, KEY_ZOOMOUT, KEY_ZOOMIN)
        * A B C D keys (Fn + F9-F12)

Could you please post it on your website or email it to me to be posted online.
Thanks a lot for your support in advance!

Here you can find some further information if you wish.
http://www.staticmethod.net/articles/2008/01/29/configuring-dinovo-edge-in-linux/
Otherwise, here's the contents of my $HOME/.Xmodmap file:

keycode 160 = XF86AudioMute
keycode 176 = XF86AudioRaiseVolume
keycode 174 = XF86AudioLowerVolume
keycode 122 = XF86Search
keycode 144 = XF86AudioPrev
keycode 164 = XF86AudioStop
keycode 162 = XF86AudioPlay
keycode 153 = XF86AudioNext
keycode 236 = XF86Mail
keycode 130 = XF86HomePage
keycode 129 = XF86MenuPB
keycode 115 = XF86MenuKB

Egork Update 2009
As the page I am linking to is dead now I am including its snapshot from Google cache:

Posted by Chris Tue, 29 Jan 2008 15:39:00 GMT

I love my Logitech diNovo Edge keyboard, and I only recently got some of its special keys mapped and working in Linux. Doing this required using xev to gather the keycodes for the various special keys and functions on they keyboard and then setting up an Xmodmap file mapping these keycodes to various XF86 actions.

The keys that I couldnt get codes for are:

  • Phone Key (Fn + F1)
  • Magnifying glass keys (along the left edge)
  • A B C D keys (Fn + F9-F12)

Otherwise, heres the contents of my $HOME/.Xmodmap file:

keycode 160 = XF86AudioMute
keycode 176 = XF86AudioRaiseVolume
keycode 174 = XF86AudioLowerVolume
keycode 122 = XF86Search
keycode 144 = XF86AudioPrev
keycode 164 = XF86AudioStop
keycode 162 = XF86AudioPlay
keycode 153 = XF86AudioNext
keycode 236 = XF86Mail
keycode 130 = XF86HomePage
keycode 129 = XF86MenuPB
keycode 115 = XF86MenuKB

Then, if youre using KDE, you can the KDE Control Center -> Regional & Accessibility menus Keyboard Shortcuts or the Input Actions sections to map these new keys to events.

One important part is to make sure your .Xmodmap file is loaded when you log in, you can do this via a bash script in $HOME/.kde/Autostart that looks something like this:

#!/bin/bash
xmodmap ~/.Xmodmap

Also, I followed some instructions found here for general XModmap usage and help: Multimediakeys with .Xmodmap HOWTO

Comments

Leave a comment

  1. Sander 2 months later:

    Hi, I am planning on buying one of the DiNovo Edge keyboards for a Linux based media center. Using normal keys and mousepad, is it supported out of the box?

    Thanks!

  2. Diego 3 months later:

    Sander, It worked on Kubuntu just out of the box.

  3. http://kobylkin.com 3 months later:

    I have send a request for lacking scancodes to the Logitech. The reference number is 080504-001326. Apart from that this script http://powerman.name/soft/input event.html can detect KEYZOOMRESET, KEYZOOMOUT, KEYZOOMIN, but does not show the scancodes unfortunately.

  4. James Oswan 3 months later:

    take a Look at this.. www.hidpoint.com. Seems they have done all the Job. Just download and use it

  5. Jürgen Pfennig 5 months later:

    Hi This Hidpoint link is suspicious. The offer is apparently not OSS. The company does not even specify an address (which would be illegal in my contry). What makes you so sure that you dont install a keylogger? Their terms and conditions explicitly say that you are not allowed to diassemble the software. If had done so and had discovered some spy ware feature I would not be allowed to tell you.

  6. Chris 6 months later:

    Ill leave the hidpoint comment, may be interesting and might be legit (I cant vouch for them, I havent installed it). If someone sees this and knows more, please post it.

  7. Behni 7 months later:

    I watch just keyWatcher (http://criticalmass.sourceforge.net/keyWatcher.php , https://help.ubuntu.com/community/Logitech UltraXRemote) This provides some additional keycodes: KEY_ZOOMIN: 418, KEY_ZOOMOUT: 419, KEY_ZOOMRESET: 420

  8. Tom 8 months later:

    Hi I tried HIDPoint. They have done really a good work. I was not able to make my logitech devices work before in Ubuntu. I tried hidpoint software. It really made my logitech devices work.

  9. http://powerman.name/ 8 months later:

    InputEvent able to show keycodes. Just set $INPUTEVENTDEBUG before running it.

Linuxcare

Journal Journal: Amarok spdif passthrough

To enable passthrough over spdif in Amarok change the engine to alsa (not xine) and select a passthrough as the loudspeakers set up.

Slashdot Top Deals

"Why can't we ever attempt to solve a problem in this country without having a 'War' on it?" -- Rich Thomson, talk.politics.misc

Working...