LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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
  Search this Thread
Old 06-07-2006, 04:27 AM   #16
_gnomm
Member
 
Registered: Nov 2005
Location: IL
Distribution: Slackware
Posts: 53

Original Poster
Rep: Reputation: 15

i didn't try it yet, a little busy, and have some probs with my ISP so internet at home is down,but on weekend i think everything will be ready and i'll try it out, i need it working!!!!!
i think i'll have some questions!!!

thanks a lot for you assistance!!!
 
Old 06-07-2006, 10:19 AM   #17
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116
Quote:
Originally Posted by drkstr
I have it working 100% now so feel free to ask if you need any help.
Hi drkstr!

How about writing a quick HOWTO on what you found out here in this thread? You've made me mighty curious.

Eric
 
Old 06-07-2006, 02:00 PM   #18
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Getting bluez to work on Slackware

Good Idea, all the information is kind of fragmented and goes back and forth, so I will put it all together to sum it up.

moved guide to LQ tutorials section here

Last edited by drkstr; 06-15-2006 at 08:21 PM.
 
Old 06-08-2006, 04:30 AM   #19
_gnomm
Member
 
Registered: Nov 2005
Location: IL
Distribution: Slackware
Posts: 53

Original Poster
Rep: Reputation: 15
GOOD WORK drkstr!!!!!!!!!!!

i'll try it!! thanks a lot!!!!!
 
Old 06-09-2006, 06:02 PM   #20
_gnomm
Member
 
Registered: Nov 2005
Location: IL
Distribution: Slackware
Posts: 53

Original Poster
Rep: Reputation: 15
ok i did it!!!

everything was fine but...

root@gnom:~# /etc/rc.d/rc.bluetooth start
which: no hid2hci in (/sbin:/bin:/usr/sbin:/usr/bin)
Starting Bluetooth subsystem: hcid sdpdCan't open HIDP control socket: Protocol not supported
hiddCan't open RFCOMM control socket: Protocol not supported
rfcomm.
root@gnom:~#
 
Old 06-09-2006, 06:05 PM   #21
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
you need to enable both of those in your kernel as modules.

regards,
...drkstr

**edit**
more specificly:
Code:
<M> Bluetooth subsystem support
  <M> L2CAP protocol support
  <M> RFCOMM protocol support
    <*> RFCOMM TTY support
  Bluetooth device drivers --->
    <M> HCI USB driver

Last edited by drkstr; 06-09-2006 at 06:07 PM.
 
Old 06-12-2006, 09:18 AM   #22
_gnomm
Member
 
Registered: Nov 2005
Location: IL
Distribution: Slackware
Posts: 53

Original Poster
Rep: Reputation: 15
ok, it works!!!

i can see my phone and phone can see my system, but, kdebluetooth is not working!! and how to pair devices??and to send files to each other??

in other systems kdebluetooth makes it all, is it possible in slackware and how??
 
Old 06-12-2006, 10:22 AM   #23
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
It depends on your phone. Not all manufacturers release the specs to their devices. For instance, I have a nokia 9300 which does not have native Linux support. Thankfully, Rudolph Koenig developed support for my device (and a few others) with p3nfs. Be warned though, this is pretty hard to set up and only works on the commands line. Search the web to see if there are any gui tools that support your device. A few that come to mind are 'plptools' and 'kandy' (which comes with KDE). If you are unsure, let me know what device you have and maybe I can find something for you.

regards,
...drkstr

**edit**
Quote:
in other systems kdebluetooth makes it all, is it possible in slackware and how??
Are you saying you got kdebluetooth to work with your phone on other distros? If so, let me know and I'll see if I can figure out why it's not working in Slackware.

Last edited by drkstr; 06-12-2006 at 10:23 AM.
 
Old 06-12-2006, 11:25 AM   #24
_gnomm
Member
 
Registered: Nov 2005
Location: IL
Distribution: Slackware
Posts: 53

Original Poster
Rep: Reputation: 15
i have nokia 6680 and samsung e720 anyway...

as i told before in mandriva 2006 i installed:

kde-bluetooth
bluez-libs
bluez-utils

i plug in my device and it works, i pull it off and plugg again and it works!!! with out typing any commands!!!with default kernel!
that is all!!



i make the right click on file and send it to bluetooth device..
it gives me to choose from avaliable devices, what ever bluetooth device it be!!
almost the same way i send files back to computer!!
 
Old 06-12-2006, 02:23 PM   #25
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Quote:
i have nokia 6680 and samsung e720 anyway...

as i told before in mandriva 2006 i installed:
Sorry been awhile since I read the first post.

I have updated the guide I wrote to give directions for installing kdebluetooth but I ran into a snag with QT. It does not support dynamic instalation directories which prevents you from building it into a package. You can do a regular 'make install', or you can wait until later tonight when I come up with a work around and update the guide again.

I strongly recomend waiting since I havn't had time to test it yet.

regards,
...drkstr
 
Old 06-12-2006, 02:53 PM   #26
_gnomm
Member
 
Registered: Nov 2005
Location: IL
Distribution: Slackware
Posts: 53

Original Poster
Rep: Reputation: 15
ok, take your time!!!!!

thank you again for your help!!!

do you need this? or it's just an interest?
 
Old 06-12-2006, 05:19 PM   #27
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Quote:
do you need this? or it's just an interest?
kdebluetooth does not support my phone, but I am always willing to spend the time proving that you can do anything on Slackware that you can do on other distros.

FYI:
I am rebuilding QT right now on my home computer. I'll see how it turns out when I get home from work. Be fare warned though, it takes an ungodly amount of time to compile. The first time I went though it took about an hour on my PIV 2.8 Ghz!

I'll update the guide again once I get kdebluetooth running but I will need your help debugging since I have no way of testing if it works or not. Just make sure you run kdebluetooth from the command line so you can report any errors, if any.

regards,
...drkstr
 
Old 06-12-2006, 05:50 PM   #28
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Quote:
Originally Posted by _gnomm
i plug in my device and it works, i pull it off and plugg again and it works!!! with out typing any commands!!!with default kernel!
that is all!!
As you will find out, every kernel is different. What one distro includes in its kernel build is not neccesarily in another distros kernel build.

This is a prime example of this. Bluetooth kernel options are not enabled in the standard kernel configs in Slackware, but obviously are in your previous distro. That is a prime reason why the very first thing I do after a fresh install is to recompile my kernel, enabling what I need, and disabling what I do not. Again, bluetooth support comes to mind. As does my specific video, chipset, ports, filesystems, network, wireless, sound, etc.
 
Old 06-13-2006, 04:35 AM   #29
_gnomm
Member
 
Registered: Nov 2005
Location: IL
Distribution: Slackware
Posts: 53

Original Poster
Rep: Reputation: 15
ok, i'm ready for help, and ready to compile with my 2000 Mhz laptop all night long!!!

just tell me the commands and a full guide, how and what to do, because i installed linux 6 months before and it takes time to understand how it works and why... but i want to know!!!and i'll try to understand!!!!


Quote:
As you will find out, every kernel is different. What one distro includes in its kernel build is not neccesarily in another distros kernel build
i've already understood this, and i don't know how many times i've already compiled it, and it's a little copmlicated to make some things in my laptop working such as hibirnate or standby, and fan,wifi and so on, but i'm trying and some day i'll do it with your help i hope!!!!
 
Old 06-13-2006, 05:10 AM   #30
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
OK, well as it turns out, building kdebluetooth is a little bit more work then I had thought since it uses newer parts of KDE that were not implemented in Slackware-10.2. I was just about to rebuild my entire KDE from the ground up when I realized it would probably be easier to just upgrade KDE from slackware-current. I am still working out a few kinks in building kdebluetooth but if you want to get started upgrading KDE I'll give you some basic instructions in the mean time.

note: I have been able to upgrade to the current KDE and it seems to be running OK, but I can't grantee it's stability. Upgrading to the current KDE requires you to upgrade some key system dependencies with it. You might want to make sure you have backed up any important data before doing this.

added these instructions to the guide here

More to come!
...drkstr

Last edited by drkstr; 06-13-2006 at 12:04 PM.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
CN-500 - Bluetooth® USB Adapter 10m runnerpaul Linux - Newbie 1 04-04-2006 08:47 PM
Bluetooth headset and USB adapter psychobyte Linux - Hardware 1 11-20-2005 06:24 PM
A good USB bluetooth adapter sendas4 Linux - Hardware 1 09-27-2005 10:12 AM
Belkin USB Bluetooth adapter + Linux psychobyte Linux - Hardware 1 01-18-2005 06:22 PM
Inatalling a USB Bluetooth Adapter vivekiyer Linux - Hardware 1 08-26-2003 07:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:15 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration