Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183684 - Problems with obex in >=kdebluetooth-1.0_beta3
Summary: Problems with obex in >=kdebluetooth-1.0_beta3
Status: RESOLVED DUPLICATE of bug 276455
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on: 190296 276455
Blocks:
  Show dependency tree
 
Reported: 2007-06-29 21:21 UTC by Vladimir Pouzanov
Modified: 2009-10-20 19:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Pouzanov 2007-06-29 21:21:35 UTC
net-wireless/bluez-libs-3.11
net-wireless/bluez-utils-3.11-r2 (cups -debug -examples hal -old-daemons -test-programs usb)
app-mobilephone/obexftp-0.21 (bluetooth -debug nls perl python -swig -tcl)
net-wireless/kdebluetooth-1.0_beta3 (-arts -debug -elibc_FreeBSD -xinerama)

sdp scan of other devices does not show any services, palm cannot connect to desktop via pand anymore, desktop doesn't accept files via obex, outgoing ppp via rfcomm is broken too. It seems that the only working thing is l2ping.

Reproducible: Always

Steps to Reproduce:
Comment 1 Dick Marinus 2007-06-30 07:50:24 UTC
please try hcitool scan (for a few times), does it show you your devices?

Could you please send us your rfcomm.conf?

Have you restarted bluetooth, are no old daemons running anymore (like sdpd)?
Comment 2 Vladimir Pouzanov 2007-06-30 09:53:37 UTC
hcitool scan works. sdptool too, and after scanning my mobile with it, I've got the recodrs in kdebluetooth browser (however clicking on ObexFTP results in "Unknown error -1344463800").

Here's my rfcomm:
rfcomm0 {
        bind yes;
        device 00:**:**:**:**:CB;
        channel 1;
        comment "Mobile";
}

I don't have any old daemons running, and I have already rebooted my pc several times.
Comment 3 Dick Marinus 2007-06-30 10:32:14 UTC
okay, that rfcomm.conf looks right, is RFCOMM_ENABLE still enabled in /etc/conf.d/bluetooth?

could you try to use obexftp -b 00:12:D1:88:XX:XX -l on your OBEX device?

I'm not using the kdebluetooth daemon so it might be all related to kdebluetooth...

PAND is replaced by a service, I haven't looked into it yet but it is described here: http://wiki.bluez.org/wiki/Network

Try the examples...
Comment 4 Vladimir Pouzanov 2007-06-30 10:37:57 UTC
RFCOMM_ENABLE=true

# obexftp -b 00:**:**:**:**:CB -l
Browsing 00:**:**:**:**:CB ...
Channel: 5
Connecting...failed: connect
Still trying to connect
Connecting...failed: connect
Still trying to connect
...
Comment 5 Vladimir Kirillov 2007-07-01 18:32:22 UTC
same thing

|=>obexftp -b -p somefile.txt
Scanning ...
Using   ***      proger:/dev/mobile
Browsing *** ...
Channel: 7
Connecting...failed: connect
Still trying to connect
Connecting...failed: connect
Still trying to connect
Connecting...failed: connect
Still trying to connect
Comment 6 Dick Marinus 2007-07-01 18:54:59 UTC
you can try another bluetooth channel by specifying -B

do you have a valid pin / authorization agent running? If it is possible you might want to try the applet from bluez-gnome.

you can get some debugging information by sniffing with hcidump
Comment 7 Vladimir Pouzanov 2007-07-01 19:13:07 UTC
After re-pairing PC with mobile (kbluetooth SIGSEGV'ed in the process) I was able to use obexftp. KDE's obex2:/ is working too. Outgoing rfcomm is magically fixed too.

Still I can't transfer anything over obex to PC, dun and pan are not working.
Comment 8 Vladimir Pouzanov 2007-07-01 19:20:51 UTC
quick update: sdptool browse shows no services on my Palm, and obexftp doesn't work. Still I can transfer files from mobile to palm.
Comment 9 Petteri Räty (RETIRED) gentoo-dev 2007-08-26 13:17:00 UTC
(In reply to comment #8)
> quick update: sdptool browse shows no services on my Palm, and obexftp doesn't
> work. Still I can transfer files from mobile to palm.
> 

Will commit 3.15 later today, could you please give a status update on if this is still an issue.
Comment 10 Vladimir Pouzanov 2007-08-26 14:09:05 UTC
Currently running:
net-wireless/bluez-libs-3.14
net-wireless/bluez-utils-3.14
net-wireless/kdebluetooth-1.0_beta3
dev-libs/openobex-1.3

obexftp transfers work correctly. I was able to browse my mobile from both KDE obex2:// and console obexftp. Outgoing ppp connection is working. Incoming ppp connection (aka dun) is working also, but I had to start dund by hand (that should be handled buy bluetooth runscript).

Incoming file transfers do not work. Outgoing obex push transfers do not work.
Comment 11 Petteri Räty (RETIRED) gentoo-dev 2007-08-26 14:28:08 UTC
Our kdebluetooth version is a couple releases behind so maybe upgrading it helps.
Comment 12 Vladimir Pouzanov 2007-08-26 15:47:47 UTC
net-wireless/kdebluetooth-1.0_beta6 still lacks required functionality. net-wireless/kdebluetooth-1.0_beta2-r2 (with old obex://) seem to work ok with last bluez-{libs,utils}.
Comment 13 Petteri Räty (RETIRED) gentoo-dev 2007-08-26 16:06:29 UTC
18:01 < dgollub> Betelgeuse: obex push is broken in the kdebleutooth beta releases... we dropped the obex push code which was a mix up of two different obex implenetation/wrappers - it's planned to make
                 use of the obex transfer service... we didn't started yet on the implementation. kio_obex2 is also known to have some issues - again we plan to make use of the obex transfer serivce
                 instead of a own implementation.

Will have to wait for upstream to get it working.
Comment 14 Samuli Suominen (RETIRED) gentoo-dev 2009-10-20 19:37:44 UTC

*** This bug has been marked as a duplicate of bug 276455 ***