Find the answer to your Linux question:
Results 1 to 10 of 10
After Ubuntu gets to the desktop I always have to unhook the receiver from the doggle to get it to work, I had this fixed in 8.10 but the same ...
  1. #1
    Just Joined! sirmille's Avatar
    Join Date
    Mar 2008
    Posts
    80

    Logitech DiNovo Bluetooth Mouse KB Combo w/Ubuntu 9.04

    After Ubuntu gets to the desktop I always have to unhook the receiver from the doggle to get it to work, I had this fixed in 8.10 but the same fix doesn't seem to work in 9. Can anyone help, I've Googled and found links for fixes but to noobish to know what they're saying, appreciate any help, thanx!

  2. #2
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    maybe try this:

    sudo gedit /etc/rc.local
    password

    then add this before the exit 0

    sudo hciconfig hci0 up
    sudo hciconfig hci0 reset
    sudo hidd --connect <MAC_addr_mouse>
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  3. #3
    Just Joined! sirmille's Avatar
    Join Date
    Mar 2008
    Posts
    80
    Quote Originally Posted by jmadero View Post
    maybe try this:

    sudo gedit /etc/rc.local
    password

    then add this before the exit 0

    sudo hciconfig hci0 up
    sudo hciconfig hci0 reset
    sudo hidd --connect <MAC_addr_mouse>
    didn't work, hopefully whomever will fix this by final release.

  4. #4
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    just to verify, you did change the MAC_addr_mouse to your mac address right?
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  5. #5
    Just Joined! sirmille's Avatar
    Join Date
    Mar 2008
    Posts
    80
    Quote Originally Posted by jmadero View Post
    just to verify, you did change the MAC_addr_mouse to your mac address right?
    I opened up Terminal entered this command

    sudo gedit /etc/rc.local

    entered my password

    it opened another screen with a bunch of crap and this line exit 0 at the bottom.

    I added this

    sudo hciconfig hci0 up
    sudo hciconfig hci0 reset
    sudo hidd --connect <MAC_addr_mouse>


    before

    exit 0

    Is that what you told me or did I "F" it up

  6. #6
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    well MAC_addr_mouse refers to your mac address of your mouse. Every bluetooth device has a mac address similar to a phone number, with the code as is it wouldn't work. To get your mac address put your mouse in the open mode (usually a button on the mouse) and then run this command in terminal:

    sudo hidd --search

    if that doesn't work try

    hcitool scan
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  7. #7
    Just Joined! sirmille's Avatar
    Join Date
    Mar 2008
    Posts
    80
    Quote Originally Posted by jmadero View Post
    well MAC_addr_mouse refers to your mac address of your mouse. Every bluetooth device has a mac address similar to a phone number, with the code as is it wouldn't work. To get your mac address put your mouse in the open mode (usually a button on the mouse) and then run this command in terminal:

    sudo hidd --search

    if that doesn't work try

    hcitool scan
    OK I give that try thanx, let you know what happens

  8. #8
    Just Joined! sirmille's Avatar
    Join Date
    Mar 2008
    Posts
    80
    sudo hidd --search

    Result
    sudo: hidd: command not found


    hcitool scan

    Result
    Device is not available: No such device

  9. #9
    Just Joined! sirmille's Avatar
    Join Date
    Mar 2008
    Posts
    80

    Found a Fix

    The fix for me was to uninstall "bluez-utils" using Synaptic Packet Manager remove the "bluez-utils" package, your Logitech DiNovo Bluetooth Mouse KB Combo should work normally. Not to sure if this will effect other bluetooth devices (headsets, etc.) but it works for me, now mouse and KB come on at startup without me having to unplug and plugin the receiver.

  10. #10
    Just Joined!
    Join Date
    Jun 2008
    Posts
    1
    Quote Originally Posted by sirmille View Post
    The fix for me was to uninstall "bluez-utils" using Synaptic Packet Manager remove the "bluez-utils" package, your Logitech DiNovo Bluetooth Mouse KB Combo should work normally. Not to sure if this will effect other bluetooth devices (headsets, etc.) but it works for me, now mouse and KB come on at startup without me having to unplug and plugin the receiver.
    Same fix worked for a Logitech wireless Trackman Wheel that was not operable in Ubuntu 9.04. Thanks Sirmille!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...