LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 11-24-2009, 04:27 AM   #1
drgr33n
LQ Newbie
 
Registered: Dec 2008
Distribution: Slackware 13-current x86_64
Posts: 13

Rep: Reputation: 1
kbluetooth4 for slackware 13-current


Here's a little guide and the slackbuilds for kbluetooth4 and its dependents.

First you are going to have to remove the old bluez-libs and bluez-utils packages. Bluez have merged both these packages into one.

All SlackBuilds have been optimized for x86_64. Change to suit your needs...

UPDATE!!!:
All SlackBuilds have now been fixed. Sorry me rushing things again lol
Fixed doinst.sh and SlackBuild in bluez to copy all the configuration files to /etc/bluetooth.
Added libusb-1* udev was not able to start the bluetooth daemon with the old legacy package.

Click here to download the packages.

Please build and install libusb and openobex before trying to compile the other packages.

PS:

You may want to make a symlink to the daemon startup scripts as if you have a internal bluetooth adapter it will initialize before the udev daemon and the bluetooth daemon will fail to load. Alternatively just start the bluetooth daemon from terminal.


Screenshot ..

Last edited by drgr33n; 11-25-2009 at 06:14 PM.
 
Old 11-24-2009, 04:47 AM   #2
sahko
Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 986

Rep: Reputation: Disabled
kdebluetooth4 AFAIK needs updated bluez packages as well as obex-data-server (not yet in Slackware)
 
Old 11-24-2009, 06:02 AM   #3
drgr33n
LQ Newbie
 
Registered: Dec 2008
Distribution: Slackware 13-current x86_64
Posts: 13

Original Poster
Rep: Reputation: 1
Everything is included in the first post. If you would like to try it out let me know how you get on. Cheers

Last edited by drgr33n; 11-24-2009 at 07:39 AM.
 
Old 11-24-2009, 02:35 PM   #4
dolphin77
Member
 
Registered: May 2009
Posts: 185

Rep: Reputation: 53
Thanks for the above... This is still something in my 'todo' 'totry' list

But why not this app: http://kde-apps.org/content/show.php...content=112110

Not sure, but kdebluetooth seems down for a while. and this looks like a renewed project...
 
Old 11-24-2009, 05:44 PM   #5
drgr33n
LQ Newbie
 
Registered: Dec 2008
Distribution: Slackware 13-current x86_64
Posts: 13

Original Poster
Rep: Reputation: 1
Hey dolphin77,

The link you provided is kbluetooth Just noticed there is a newer version, I'll update the package TY

Last edited by drgr33n; 11-24-2009 at 05:55 PM.
 
Old 11-24-2009, 06:30 PM   #6
sahko
Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 986

Rep: Reputation: Disabled
I just noticed you are talking about kbluetooth, not kdebluetooth http://kde-apps.org/content/show.php...?content=84761
 
Old 11-24-2009, 07:25 PM   #7
drgr33n
LQ Newbie
 
Registered: Dec 2008
Distribution: Slackware 13-current x86_64
Posts: 13

Original Poster
Rep: Reputation: 1
Hey again sahko. Yes I was talking about kbluetooth sorry I got confused because of the two being so similar.

Its all a bit confusing because there's kdebluetooth, kbluetooth and kbluetooth4 over on gitorious :/

Still both need the bluez-4* and obex packages.
 
Old 11-24-2009, 11:54 PM   #8
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,857

Rep: Reputation: Disabled
drgr33n:

I mailed you about this. All things considered, not bad at all. I've got a "works for me" bluez4 stack (with blueman, a gtk app) up and running here, so I was curious as to any differences in your stuff and mine. Aside from style issues and a few minor nits here and there, we pretty much arrived to the same place from different directions, and that's a good sign :-)

I don't think it's necessary to have bluetoothd start at boot any more (so no need for rc.bluetooth), but I addressed that in the email, so we can continue this conversation there - I just wanted to offer some public kudos first :-)
 
Old 11-25-2009, 01:37 AM   #9
brixtoncalling
Member
 
Registered: Jul 2008
Location: British Columbia
Distribution: Slackware current
Posts: 403

Rep: Reputation: 66
Thanks for the scripts!

However, when I run kbluetooth4, I get errors like:
Code:
QDBusConnection: error: could not send message to service "org.bluez" path "" interface "org.freedesktop.DBus.Introspectable" member "Introspect"
QDBusConnection: error: could not send message to service "org.bluez" path "" interface "org.bluez.Adapter" member "ListDevices"
QDBusObjectPath: invalid path ""
QDBusConnection: error: could not send message to service "org.bluez" path "" interface "org.freedesktop.DBus.Introspectable" member "Introspect"
QDBusConnection: error: could not send message to service "org.bluez" path "" interface "org.bluez.Adapter" member "ListDevices"
QDBusConnection: error: could not send message to service "org.bluez" path "" interface "org.bluez.Adapter" member "StartDiscovery"
QDBusConnection: error: could not send message to service "org.bluez" path "" interface "org.bluez.Adapter" member "StopDiscovery"
QDBusConnection: error: could not send message to service "org.bluez" path "" interface "org.bluez.Adapter" member "StopDiscovery"
I don't get an icon in the task bar unless I run rc.bluetooth and in that case the icon is just jumbled pixels. No bluetooth devices are ever detected.
 
Old 11-25-2009, 02:09 AM   #10
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,857

Rep: Reputation: Disabled
I get that same thing here with kbluetooth; that's why I use blueman :-)

I'm not *sure* about this, but *maybe* rebuilding kde with bluez4 installed will fix that. I've had more important things on my TODO list, so I haven't had a chance to find out...
 
Old 11-25-2009, 02:46 AM   #11
brixtoncalling
Member
 
Registered: Jul 2008
Location: British Columbia
Distribution: Slackware current
Posts: 403

Rep: Reputation: 66
Quote:
Originally Posted by rworkman View Post
I'm not *sure* about this, but *maybe* rebuilding kde with bluez4 installed will fix that.
Yikes! No thanks... Do you have a SlackBuild available for blueman?
 
Old 11-25-2009, 03:08 AM   #12
uppman
Member
 
Registered: Jul 2008
Location: Stockholm, Sweden
Distribution: Slackware 13.1 32-bit
Posts: 145

Rep: Reputation: 24
Good job!

I have tried to get kbluetooth working before but never succeded. Hopefully it will work with your stuff.

/Magnus
 
Old 11-25-2009, 03:08 AM   #13
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,857

Rep: Reputation: Disabled
http://connie.slackware.com/~rworkman/blueman/
 
Old 11-25-2009, 03:09 AM   #14
dolphin77
Member
 
Registered: May 2009
Posts: 185

Rep: Reputation: 53
rlworkman:

Why not publish working solution (I understood, it is bluez4 + gtk app blueman) on slackbuilds.org?

best regards,
Vladimir

EDIT: oops, you already posted while I was typing. Thank you.

Last edited by dolphin77; 11-25-2009 at 03:12 AM.
 
Old 11-25-2009, 05:28 AM   #15
drgr33n
LQ Newbie
 
Registered: Dec 2008
Distribution: Slackware 13-current x86_64
Posts: 13

Original Poster
Rep: Reputation: 1
@ rworkman,

EDIT: Sorry rworkman I found your email in my spam folder I've mailed you back.

lol we were thinking down the same lines on rc.bluetooth too I wasn't sure if it was necessary to add rc.bluetooth to start the daemon at startup ?. I left it as a matter of convenience and lack of testing

@ everyone else

As for the error's I don't know if I will carry on with kbluetooth or also go down the blueman route?. kbluetooth seemed fine on my system but as I'm testing I'm finding more than a few issues as its far from a finished project.

Cheers,

Zarren

Last edited by drgr33n; 11-25-2009 at 06:46 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Making Slackware and Slackware Derivative Linux Distros Speak Your Language LXer Syndicated Linux News 0 01-29-2009 12:30 AM
Kbluetooth4 not working, any alternatives? HackTidus Linux - Software 2 01-06-2009 03:52 AM
About Slackware 9.1 boot disk?? ftp://ftp.kpn.be/pub/linux/slackware/slackware-9.1-is AL3OMDAH Slackware 4 04-18-2007 09:54 AM


All times are GMT -5. The time now is 08:10 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration