»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 09-19-2003, 10:56 PM   #1 (permalink)
Registered User
 
meanguy21's Avatar
 
Join Date: Jan 2002
Posts: 255
meanguy21 is on a distinguished road
bluez , help im stuck!!!!

hey guys, after a long long reading process
i was finally able to my blue tooth work in linux
if i
root@gentoo linux # hcitool scan
Scanning ...
00:60:57:76D:5E MeanGuy

it shows my nokia 3650 cellphone.
but now what do i do? i mean i really dont know where to go ;/ i need to send files to my cellphone and recieve files from it via the blue tooth ;/ anyone can help?

meanguy21 is offline   Reply With Quote
Old 09-19-2003, 11:00 PM   #2 (permalink)
Registered User
 
Join Date: Oct 2001
Location: TOO close to Wash DC
Posts: 7,956
vass0922 is on a distinguished road
did you mount the device?

witha command something like
mnt -someflags /dev/??? /mnt/bluetooth

or osmething like that?
You have to mount the device to be able to copy data to it.
__________________
<< Insert exceedingly large and overly verbose message of how 1337 you are here including full specs of every vehicle you've ever driven and PC you've owned >>
vass0922 is offline   Reply With Quote
Old 09-20-2003, 08:08 PM   #3 (permalink)
Registered User
 
meanguy21's Avatar
 
Join Date: Jan 2002
Posts: 255
meanguy21 is on a distinguished road
dude, thanx for the help really, i appreaciate it , done a search over here, for like a whole day. i did post something in the gentoo forum , but not much to be honest. i feel like there are too many clueless people over there. here's my post over there. i managed to do half of it , i mean i was finally able to make the blue tooth successfully scans and find my cellphone

http://forums.gentoo.org/viewtopic.p...ighlight=bluez

i asked the question over there and answered half of it, my problem revolves around rfcomm ;/ it doesn't connect me at all i could paste the output if u want.
i even checked their homepage. rfcomm and created ttyU1 and ttyU2 in /dev/
well the steps are simple. but they dont work

HELP!!!!
meanguy21 is offline   Reply With Quote
Old 09-20-2003, 09:14 PM   #4 (permalink)
Registered User
 
meanguy21's Avatar
 
Join Date: Jan 2002
Posts: 255
meanguy21 is on a distinguished road
hmmm, well, for some reason , i didn't apply the patch, cuz i dont know how.

http://www.frasunek.com/HOWTO-Nokia7650-Bluetooth.txt
its explained in step 6, but i dont know which file i should place this code in ;/
any idea?
i'll go see where i can put it in.
meanguy21 is offline   Reply With Quote
Old 09-20-2003, 10:49 PM   #5 (permalink)
Registered User
 
meanguy21's Avatar
 
Join Date: Jan 2002
Posts: 255
meanguy21 is on a distinguished road
actually, i found out that the ussp-push i got is already patched. and its working.
and now im trying

http://www.holtmann.org/linux/bluetooth/rfcomm.html

well, downloaded the script for generating ttyU , loaded the modules,
now when im running root@gentoo bluetooth # rfcomm 0 00:60:57:76D:5E 10
i'd get
RFCOMM configuration utility ver 2.3
Usage:
rfcomm [options] <command> <dev>
and the rest of the help menu.
if i do this ...

root@gentoo bluetooth # rfcomm connect 00:60:57:76D:5E 10
Can't connect RFCOMM socket: Host is down

and the output of hcitool browse is.

sdptool browse 00:60:57:76D:5E
Browsing 00:60:57:76D:5E ...
Service Name: Fax
Service RecHandle: 0x10000
Service Class ID List:
"Fax" (0x1111)
"Generic Telephony" (0x1204)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Fax" (0x1111)
Version: 0x0100

Service Name: Dial-up Networking
Service RecHandle: 0x10001
Service Class ID List:
"Dialup Networking" (0x1103)
"Generic Networking" (0x1201)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100

Service Name: OBEX File Transfer
Service RecHandle: 0x10002
Service Class ID List:
"OBEX File Transfer" (0x1106)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 10
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX File Transfer" (0x1106)
Version: 0x0100

Service Name: Bluetooth Serial Port
Service RecHandle: 0x10003
Service Class ID List:
"Serial Port" (0x1101)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 2
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100

Service Name: Handsfree Audio Gateway
Service RecHandle: 0x10004
Service Class ID List:
"" (0x111f)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 3
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"" (0x111e)
Version: 0x0100

Service Name: OBEX Object Push
Service RecHandle: 0x10005
Service Class ID List:
"OBEX Object Push" (0x1105)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 9
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX Object Push" (0x1105)
Version: 0x0100

which means its working, specially when i do
root@gentoo bluetooth # hcitool scan
Scanning ...
00:60:57:76D:5E MeanGuy
---------
incase u're wondering. the ussp-push error is
root@gentoo bluetooth # ./ussp-push /dev/ttyU0 ussp-push ussp-push
pushing file ussp-push
name=ussp-push, size=16447
Registered transport

set user data

created new objext
Can' t open tty: No such device
Link broken!

started a new request
Error while doing OBEX_HandleInput()
Connection return code: -1, id: 0
Can' t open tty: No such device
Link broken!
Error while doing OBEX_HandleInput()unable to connect to the server
--- i can also ping the phone
root@gentoo bluetooth # l2ping 00:60:57:76D:5E
Ping: 00:60:57:76D:5E from 00:10C:E9:5E:3D (data size 20) ...
0 bytes from 00:60:57:76D:5E id 200 time 34.70ms
0 bytes from 00:60:57:76D:5E id 201 time 30.79ms
2 sent, 2 received, 0% loss
-----------
it seems like a permission problem.
if anyone can help i'd appreciate it. i think i'll post something in gentoo forum, incase i get lucky ;/
im still looking though.
meanguy21 is offline   Reply With Quote
Old 09-21-2003, 12:34 AM   #6 (permalink)
Registered User
 
meanguy21's Avatar
 
Join Date: Jan 2002
Posts: 255
meanguy21 is on a distinguished road
umm, never mind.
thanx for the help
i encountered that rfcomm connect 1 00:60:57:76D:5E 10
Can't create RFCOMM TTY: Address already in use

so i tried rfcomm0,1,and then 2 worked.
finally. i can sleep
meanguy21 is offline   Reply With Quote
Old 09-21-2003, 06:51 PM   #7 (permalink)
Registered User
 
strangerstill's Avatar
 
Join Date: Oct 2001
Posts: 1,565
strangerstill is on a distinguished road
(drops by) Wow - you got BlueZ working!

I spent ages trying to get all that to work, then gave up and tried Affix instead. However, they seem to have stopped developing that so when I mov to the 2.6 kernel I'll probably use BlueZ again...
strangerstill is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 05:18 AM.