PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 23, 2012, 05:23:41 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Thinkpad bluetooth mouse !! SOLVED :)  (Read 835 times)
paf077
Full Member
***
Offline Offline

Posts: 78


« on: December 10, 2011, 11:59:15 AM »

Hi everyone,
 I just came back from a 4 year hiatus. In the last 2 weeks I have tried 4 or 5 distros, and decided to come back to arguably the best one. So I installed 2011.9 as dual boot with win xp which I must use for work. If i can get everything working in virtualbox I'll get rid of the dual boot.
 Now for my problem, I can't get my bluetooth  mouse working. The bluedevil pops up if I move the mouse and when I click "authorise and trust" it doesn't do anything. If i try to configure it, the add device does not see it even if it's in discovery mode.
I have searched the forums, but the only solution I found does not work. If someone can give me specific instructions to get it working I'd be very happy.  I got my touchpad to work with Tex's tips. Smiley But I have not found a soloution for my mouse.

System is as follows:  
Lenovo Thinkpad T500, Intel 2.53 ghz dual core, 3 gigs DDR3 memory,  Ati Hd3650 mobility, 750 gb Seagate 7200rpm hdd, intel 5300bgn wifi, bluetooth, and a Thinkpad bluetooth 3 button + scroll mouse.

Paf.
Logged
rubentje1991
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 2052


Rubenum Parvus MCMXCI


« Reply #1 on: December 10, 2011, 01:07:18 PM »

Is it possible to give the link containing the advice "that didn't work" (=> then we know what you've already tried)  Smiley
Logged
paf077
Full Member
***
Offline Offline

Posts: 78


« Reply #2 on: December 10, 2011, 07:03:31 PM »

It's this post where he says it just started when he checked it in dolphin.

http://www.pclinuxos.com/forum/index.php/topic,92874.0.html


Paf
Logged
AndrzejL
PCLinuxOS Tester
Super Villain
*******
Offline Offline

Posts: 11992


Registered Linux User #490933


WWW
« Reply #3 on: December 10, 2011, 07:38:57 PM »

One thing I would recommend is to see if the bluetoothd is running. Actually just start it by issuing:

Code:
su -c "bluetoothd -u"

Next I would check if there is a pairing button on the mouse. Most of the mouses have a button that You hold for x amount of time and then they become visible for the bluetooth stack. Once You are sure that the mouse is visible for the bluetooth device run this command:

Code:
hcitool scan

Quote
[andrzejl@icsserver ~]$ hcitool scan
Scanning ...
        00:1C:35:62:88:83       AndrzejL N73
[andrzejl@icsserver ~]$

as You can see it found my phone without a problem.

Once You confirmed that the mouse is detected try pairing it with the BlueDevil.

Just in case You are wondering - those are all the bluetooth packages I have installed:

Quote
[andrzejl@icsserver ~]$ rpm -qa | grep blue
python-pybluez-0.18-2pclos2011
bluez-4.93-2pclos2011
libbluez3-4.93-2pclos2011
bluez-firmware-1.2-1pclos2010
gnome-bluetooth-2.32.0-1pclos2010
bluedevil-1.1-2pclos2011
bluez-pin-0.30-12pclos2010
pulseaudio-module-bluetooth-0.9.23-1pclos2011
libbluedevil1-1.8.1-2pclos2011
[andrzejl@icsserver ~]$

I actually do not own a bluetooth mouse so I cannot help more but I hope that I have helped at least a bit.

Regards.

Andy
Logged

paf077
Full Member
***
Offline Offline

Posts: 78


« Reply #4 on: December 11, 2011, 06:24:06 AM »

Yes the bluetooth stack is running, the bluedevil sees the mouse and asks to trust and authorise, but it won't pair. the pairing button is on the bottom of the mouse  but it still doesn't pair up. I'll check which pakages are installed and report back. The funny thing is that it works fine on other distros in live-cd mode, Fedora, another distro, Mint, OpenSuse, and Knoppix. So i was sure it would work on PCLinuxOS.

Thanks Andy for the reply,

Paf
Logged
paf077
Full Member
***
Offline Offline

Posts: 78


« Reply #5 on: December 11, 2011, 07:24:11 AM »

There's something wrong somewhere because PCC and Dolphin see it "Thinkpad Bluetooth Laser Mouse with enhanced data rate ll. Blue devil sees it also but it won't connect. I uninstalled Blue Devil packages rebooted and re-installed Blue Devil, of which there are only 2, Rebooted.  It's still the same.

Here are the packages on my system

Code:
[paul@localhost ~]$ rpm -qa | grep blue
bluedevil-1.1-2pclos2011
bluez-pin-0.30-12pclos2010
libbluez3-4.93-2pclos2011
bluez-firmware-1.2-1pclos2010
libbluedevil1-1.8.1-2pclos2011
bluez-4.93-2pclos2011
[paul@localhost ~]$

Can somebody tell me what I'm missing here???

Paf
Logged
AS
Global Moderator
Hero Member
*****
Offline Offline

Posts: 4075

Have a nice ... night!


« Reply #6 on: December 11, 2011, 07:57:13 AM »

There's something wrong somewhere because PCC and Dolphin see it "Thinkpad Bluetooth Laser Mouse with enhanced data rate ll. Blue devil sees it also but it won't connect. I uninstalled Blue Devil packages rebooted and re-installed Blue Devil, of which there are only 2, Rebooted.  It's still the same.

Here are the packages on my system

Code:
[paul@localhost ~]$ rpm -qa | grep blue
bluedevil-1.1-2pclos2011
bluez-pin-0.30-12pclos2010
libbluez3-4.93-2pclos2011
bluez-firmware-1.2-1pclos2010
libbluedevil1-1.8.1-2pclos2011
bluez-4.93-2pclos2011
[paul@localhost ~]$

Can somebody tell me what I'm missing here???

Paf

Very probably you are not missing anything, I have the same set installed:

Quote
rpm -qa | grep blue
bluez-firmware-1.2-1pclos2010
bluedevil-1.1-2pclos2011
bluez-4.93-2pclos2011
bluez-pin-0.30-12pclos2010
libbluez3-4.93-2pclos2011
libbluedevil1-1.8.1-2pclos2011

I also have had some issue setting the bluetooth mouse, try to ignore the messages that request for authorization, press the discover button on mouse, and go to straight to the bluetooth applet, there right click the mouse and select "Add Device".

AS
Logged
timeth
Hero Member
*****
Offline Offline

Posts: 789


Location: Japan, but I'm Aussie > G'day mate! See?


« Reply #7 on: December 11, 2011, 08:07:19 AM »

Hey paf077,

I had A LOT of trouble with my Thinkpad and my bluetooth mouse. Same problem you described with Blue devil.

The bluedevil pops up if I move the mouse and when I click "authorise and trust" it doesn't do anything. If i try to configure it, the add device does not see it even if it's in discovery mode.


I got it working when I tried Blueman instead of Blue devil.
Logged

宜しくお願いします > Yoroshiku Onegaishimasu > I humbly and respectfully ask for your kindness.  |   My graphics blog
paf077
Full Member
***
Offline Offline

Posts: 78


« Reply #8 on: December 11, 2011, 10:48:21 AM »

Quote
Hey paf077,

I had A LOT of trouble with my Thinkpad and my bluetooth mouse. Same problem you described with Blue devil.

Quote from: paf077 on Yesterday at 11:59:15 AM
The bluedevil pops up if I move the mouse and when I click "authorise and trust" it doesn't do anything. If i try to configure it, the add device does not see it even if it's in discovery mode.


I got it working when I tried Blueman instead of Blue devil.

Thank You very much timeth .  Grin

I installed Blueman and it found it and it Works!!!

 Now to see if I can get Win Xp to work in Virtualbox...and get rid of the dual boot.
 

NB. This  should be added to the Tips and Tricks  thread. 

Paf
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM