[Bug 254123] Re: Bluetooth not working on Intrepid

2008-11-04 Thread kervel
hello i was using a small python script to connect to the internet via
my phone using bluetooth PAN. however, it doesn't work anymore in
intrepid.

a closer look shows that the DBUS api of bluez is completely broken on
my system:

$ python
 import dbus
 bus = dbus.SystemBus()
 manager = dbus.Interface(bus.get_object('org.bluez', '/org/bluez'), 
 'org.bluez.Manager')
 foo = manager.DefaultAdapter()
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method 
DefaultAdapter with signature  on interface org.bluez.Manager doesn't 
exist

while in DBUS manager.c i find this (MANAGER_INTERFACE is defined to
org.bluez.Manager):

static GDBusMethodTable manager_methods[] = {
{ DefaultAdapter, , o,default_adapter },
{ FindAdapter,s,o,find_adapter},
{ ListAdapters,   , ao,   list_adapters   },
{ }
};
dbus_bool_t manager_init(DBusConnection *conn, const char *path)
{
connection = conn;

return g_dbus_register_interface(conn, /, MANAGER_INTERFACE,
manager_methods, manager_signals,
NULL, NULL, NULL);
}

so according to me it should work.
is there anything missing from my system ? i guess this is what breaks several 
bluetooth utils on my system. Whatever method or interface i try, i get the 
same error.


btw this is the python script i use to connect to my phone:
- snip -
#!/usr/bin/python
import dbus
bus = dbus.SystemBus()
manager = dbus.Interface(bus.get_object('org.bluez', '/org/bluez'), 
'org.bluez.Manager')
conn = manager.ActivateService('network')
network = dbus.Interface(bus.get_object(conn, '/org/bluez/network'), 
'org.bluez.network.Manager')
try:
  path =  network.ListConnections()[0]
except:
  path = network.CreateConnection('00:17:83:3D:CC:1E', 'NAP')
print path
connection = dbus.Interface (bus.get_object(conn, path), 
'org.bluez.network.Connection')
connection.Connect()
#now dhclient should run on the bnep0 interface automatically and internet 
should work
-- snip 


greetings,
Frank

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-11-04 Thread kervel
nevermind my previous comment ... the DBUS api changed from 3.X to 4.X
and seems i need a whole new way of accessing DBUS ... i'll have to
rewrite my script.

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-11-03 Thread Gletscher
bluetooth was just workin fine in beta, now in the intrepid release I
dont have the blue icon, though the daemon is running, also firing the
input wizard by hand I have to find it doesnt do anything.. bluez is
completely broken

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-10-27 Thread isecore
I would like my bluetooth back!

When doing sudo /etc/init.d/bluetooth restart the icon pops up in the
tray, but daemon.log shows this:

Oct 27 13:21:49 superbeast bluetoothd[12391]: Bluetooth daemon
Oct 27 13:21:49 superbeast bluetoothd[12391]: Starting SDP server
Oct 27 13:21:49 superbeast bluetoothd[12391]: Starting experimental netlink 
support
Oct 27 13:21:49 superbeast bluetoothd[12391]: Failed to find Bluetooth netlink 
family
Oct 27 13:21:49 superbeast bluetoothd[12391]: Can't init plugin 
/usr/lib/bluetooth/plugins/netlink.so
Oct 27 13:21:49 superbeast bluetoothd[12391]: bridge pan0 created
Oct 27 13:21:49 superbeast bluetoothd[12391]: HCI dev 0 registered
Oct 27 13:21:49 superbeast bluetoothd[12391]: HCI dev 0 already up
Oct 27 13:21:54 superbeast bluetoothd[12391]: Can't read version info for 
/org/bluez/hci0: Connection timed out (110)
Oct 27 13:21:54 superbeast bluetoothd[12391]: Starting security manager 0
Oct 27 13:21:59 superbeast bluetoothd[12398]: Can't set link policy on hci0: 
Connection timed out (110)

huh?

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-10-06 Thread Karol Hevessy
I have the same problem. Bluetooth file transfer to and from my mobile phone 
doesn't work anymore after I upgraded from hardy to intrepid. Detection of the 
mobile phone seems to be working. I'm using an USB bluetooth stick for file 
transfer,
Bus 005 Device 002: ID 1131:1001 Integrated System Solution Corp. KY-BT100 
Bluetooth Adapter
The usb device name probably changed since hardy but I'm not sure about that.
When trying to send a file to a mobile phone I get the following error message:
Service search failed
After i press 'again' i get the following error message:
Method CreateBluetoothSession with signature ssb on interface 
org.openobex.Manager doesn't exist
When attempting to send a file from my mobile phone to PC, the PC is not 
detected.
Needless to say the bluetooth adapter is not damaged because it works under 
windows and ubuntu hardy.
Feel free to ask for any further info.
Please help.

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-10-06 Thread Saïvann Carignan
Karol Hevessy : Can you open a new bug report with all these details so
we can gather needed informations about your problem? Thanks for your
feedback.

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-10-06 Thread Karol Hevessy
This is in my opinion a real problem.

** Changed in: bluez-utils (Ubuntu)
   Status: Invalid = New

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-10-06 Thread Karol Hevessy
I'm sorry, I made a mistake. This bug was invalid after all. I made a
new bug report.

** Changed in: bluez-utils (Ubuntu)
   Status: New = Invalid

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-10-06 Thread Saïvann Carignan
Karol Hevessy : Thanks! can you give the link to your new bug report?

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-09-09 Thread Onkar Shinde
Tom,

Can you please specify which part of the bluetooth functionality is not
working - File transfer, input (keyboard/mouse), audio or serial
connection (using phone as modem)?

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-09-09 Thread Tom Imhof
Hi Onkar,

in the meantime I found out that my problem really was a hardware issue.
The built in bluetooth adapter on my laptop must have died  just around
the time I upgraded to Intrepid.

I re-installed Hardy and found that the bluetooth adapter did not work
there either - it did work before, so I was almost sure that I must have
been experiencing a hardware issue. To prove it to myself and also to
re-enable bluetooth for me, I bought a bluetooth USB device - plugged it
in and everything was fine.

So, I upgraded again to Intrepid - bluetooth was not working again, the
adapter was found, though.

I had to install the new splitted packages to get everything up and
running again.

so, as far as I am concerned, the issue can be closed. However - users
will be puzzled due to the missing bluetooth packages, so I would
recommend to have the dist-upgrade install them automatically.

cheers
tom

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-09-09 Thread Saïvann Carignan
Marking the bug as invalid

** Changed in: bluez-utils (Ubuntu)
   Importance: High = Undecided
   Status: Confirmed = Invalid
   Target: ubuntu-8.10 = None

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-09-08 Thread Timo Jyrinki
Interestingly some of the (new, splitted) Bluetooth packages are in
universe and not installed by default: bluez-input, bluez-network,
bluez-pcmcia-support, bluez-serial. Not that my Bluetooth mouse would
work even with those.

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-08-15 Thread Saïvann Carignan
I confirm this bug report. However, bluetooth is in fact not completely
broken. It is still possible to use a bluetooth mouse using hcitool and
hidd. /etc/init.d/bluetooth start and bluez/bluetooth messages in system
logs looks sain (identical to Hardy).

According to the fact that it affect all bluetooth hardware and that it
is related to a core ubuntu package, I set the importance to High.


** Changed in: bluez-utils (Ubuntu)
   Importance: Undecided = High
   Status: New = Confirmed
   Target: None = ubuntu-8.10

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-08-12 Thread Tom Imhof
Hello,

is anybody taking care of this? Please let me know, if you need more details.
Thanks,
tom

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-08-01 Thread Tom Imhof
daemon log gives a bit more information - screenshot attached.
cheers
tom


** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/16488914/Screenshot.png

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-08-01 Thread Tom Imhof
As a side note, this has also been reported on the Ubuntu Forums:
http://ubuntuforums.org/showthread.php?p=5506936

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs