Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-11-2007, 11:51 AM
|
#1
|
|
LQ Newbie
Registered: Feb 2007
Location: UK England
Distribution: SimplyMEPIS 7.0
Posts: 21
Rep:
|
How Do I Get My Bluetooth Dongle Working?
Hello
I can't seem to get my bluetooth USB Dongle working. I'd like to be able to send & receive files from my mobile fone.
When trying to connect it I get the following error messages:
' Failed to connect to the SDP server.
Please make sure that sdpd is running;
without it, other devices will not be able to find out
which services your computer offers. '
Can someone please help?
I need to know how to connect to this ' SDP server ' so my bluetooth device is recognized.
I'm running Mepis 6.0 on x86 AMD Athlon machine with 486mb Ram.
Thanks
|
|
|
|
03-16-2007, 11:52 AM
|
#2
|
|
Member
Registered: Apr 2005
Location: Massachusetts, USA
Distribution: debian,ubuntu,slackware
Posts: 110
Rep:
|
Well, you need sdpd (sdp daemon) to be running. Fire up a console (konsole, gnome-terminal, what have you), su to root, and then try running sdpd, /etc/init.d/sdpd. If neither one works you will have to install the sdp daemon. I believe mepis uses apt? If so, apt-get install sdpd might do the trick.
Once that's running, try the bluetooth again. Bluetooth was rather tricky to setup, but lots of fun to play with 
|
|
|
|
03-17-2007, 07:36 AM
|
#3
|
|
LQ Newbie
Registered: Feb 2007
Location: UK England
Distribution: SimplyMEPIS 7.0
Posts: 21
Original Poster
Rep:
|
Quote:
|
Originally Posted by pokemaster
Well, you need sdpd (sdp daemon) to be running. Fire up a console (konsole, gnome-terminal, what have you), su to root, and then try running sdpd, /etc/init.d/sdpd. If neither one works you will have to install the sdp daemon. I believe mepis uses apt? If so, apt-get install sdpd might do the trick.
Once that's running, try the bluetooth again. Bluetooth was rather tricky to setup, but lots of fun to play with 
|
Hi, I tried apt-get install sdpd but get this message in konsole 'Couldn't find package sdpd'
When I tried to run sdpd using /etc/init.d/sdpd, it says no such file or directory exists.
any other suggestions please?
|
|
|
|
03-17-2007, 09:44 AM
|
#4
|
|
Member
Registered: Apr 2005
Location: Massachusetts, USA
Distribution: debian,ubuntu,slackware
Posts: 110
Rep:
|
Are you running debian? ubuntu?
try apt-getting bluez-sdp.
|
|
|
|
03-18-2007, 10:58 AM
|
#5
|
|
LQ Newbie
Registered: Feb 2007
Location: UK England
Distribution: SimplyMEPIS 7.0
Posts: 21
Original Poster
Rep:
|
Quote:
|
Originally Posted by pokemaster
Are you running debian? ubuntu?
try apt-getting bluez-sdp.
|
root@1[shahid]# apt-get install bluez-sdp
Reading package lists... Done
Building dependency tree... Done
Package bluez-sdp is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
bluez-utils
E: Package bluez-sdp has no installation candidate
Hmm? sounds like theirs a similar package already existing. I really don't know what to do with this..
Someone please help! I'm running Mepis 6.0
|
|
|
|
03-18-2007, 11:50 AM
|
#6
|
|
Member
Registered: Apr 2005
Location: Massachusetts, USA
Distribution: debian,ubuntu,slackware
Posts: 110
Rep:
|
this means that the sdpd program is in the bluez-utils package. Try installing that one, then look for your sdp program.
|
|
|
|
03-19-2007, 04:20 AM
|
#7
|
|
LQ Newbie
Registered: Feb 2007
Location: UK England
Distribution: SimplyMEPIS 7.0
Posts: 21
Original Poster
Rep:
|
root@1[shahid]# apt-get install bluez-utils
Reading package lists... Done
Building dependency tree... Done
bluez-utils is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
root@1[shahid]#
Sounds like thats also already installed, but why can't I still find SDPD?
|
|
|
|
03-19-2007, 08:47 AM
|
#8
|
|
Member
Registered: Apr 2005
Location: Massachusetts, USA
Distribution: debian,ubuntu,slackware
Posts: 110
Rep:
|
OK, I'm stumped -- my last thought is that your path isn't right.
I'm on a stock debian system, also with bluez-utils already installed, and sdpd is located at /usr/sbin/sdpd
How are you logging in as root? Maybe your env isn't being updated and /usr/sbin isn't in your path? Being debian based, I think the packages for Mepis ought to be similar, if not identical, to the stock debian packages.
Edit:
Try
Code:
dpkg-query -L bluez-utils | grep sdpd
if you don't find sdpd in /usr/sbin
Last edited by pokemaster; 03-19-2007 at 08:48 AM.
|
|
|
|
03-20-2007, 09:38 AM
|
#9
|
|
LQ Newbie
Registered: Feb 2007
Location: UK England
Distribution: SimplyMEPIS 7.0
Posts: 21
Original Poster
Rep:
|
Dumped Mepis
Quote:
|
Originally Posted by pokemaster
OK, I'm stumped -- my last thought is that your path isn't right.
I'm on a stock debian system, also with bluez-utils already installed, and sdpd is located at /usr/sbin/sdpd
How are you logging in as root? Maybe your env isn't being updated and /usr/sbin isn't in your path? Being debian based, I think the packages for Mepis ought to be similar, if not identical, to the stock debian packages.
Edit:
Try
Code:
dpkg-query -L bluez-utils | grep sdpd
if you don't find sdpd in /usr/sbin
|
I was logging in as root as su. Mepis is an awesome linux operating system, but i just couldn't get bluetooth working for some reason & I could have actually lived without it but hated having to boot into XP.
I've now wiped my Mepis 6.0 install and replaced it with kubuntu at first which was nice, but involved too much configuring although bluetooth just worked on kubuntu.
Have erased Kubuntu 6.10 & replaced with Suse 10.2 which is absolutely beautiful to work in, haven't tested my bluetooth on that yet but will later & i'm sure it'll work fine.
But goodbye to Mepis I still think its a great operating system, very nice indeed.
I'll see how i go with Suse for a while now.
Thanks to everyone who contributed to this thread without your help I'd be hopeless & stuck!
Best Wishes
Shahid
|
|
|
|
03-20-2007, 10:42 AM
|
#10
|
|
Member
Registered: Nov 2006
Location: Lancashire, United Kingdom
Distribution: Slackware 13
Posts: 243
Rep:
|
Well, I just have to say, you shouldn't have changed distros.
You would have had much more satisfaction when you finally figured out how to use bluetooth in Mepis. My opinion on SUSE, well, I won't go there.
|
|
|
|
03-21-2007, 08:17 AM
|
#11
|
|
Member
Registered: Apr 2005
Location: Massachusetts, USA
Distribution: debian,ubuntu,slackware
Posts: 110
Rep:
|
SUSe, IMHO is a great distro for newbies and people who love eye candy and hate the terminal (and those afraid of M$ lawsuits).
If something is too much work, what's wrong with switching distros? I believe wholeheartedly that you would have gotten more satisfaction out of making it work, johngreenwood, but that's just not for everyone.
|
|
|
|
03-21-2007, 08:51 AM
|
#12
|
|
Member
Registered: Nov 2006
Location: Lancashire, United Kingdom
Distribution: Slackware 13
Posts: 243
Rep:
|
Quote:
|
Originally Posted by pokemaster
If something is too much work, what's wrong with switching distros?
|
So what you are saying is, bluetooth is too hard to get working on distro1, so you switch to distro2. With distro2 bluetooth is working fine, but you can't get your printer to work, so you go to distro3, printer works fine in distro3, but bluetooth doesn't, but you need your printer more so you make the compromise. Then you realise that distro3 just keeps crashing all the time, so next is distro4, where nothing works but it doesn't crash.
Is that what you are saying? That when you need to use bluetooth you install a distro, then for printer you install another distro, etc.
Well, there is always dual (or more) booting.
|
|
|
|
06-23-2007, 07:51 AM
|
#13
|
|
LQ Newbie
Registered: Jun 2007
Posts: 1
Rep:
|
It looks like sdpd is not longer used. Invoking
hcid -s
can be used to enable the internal SDP server,
and at least for me the problem seems to be solved.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:16 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|