* Bluez 4.101 @ 2012-08-16 0:26 John Tobias 2012-08-16 1:16 ` Chan-yeol Park 0 siblings, 1 reply; 8+ messages in thread From: John Tobias @ 2012-08-16 0:26 UTC (permalink / raw) To: linux-bluetooth Hi All, I downloaded the latest Bluez 4.101, compiled and installed on my machine. After executing the command (/usr/sbin/bluetoothd -n -d), it returned "bluetoothd[15067]: mgmt setup failed: Invalid argument." I am just wondering what are the missing key on my build?. Regards, John ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bluez 4.101 2012-08-16 0:26 Bluez 4.101 John Tobias @ 2012-08-16 1:16 ` Chan-yeol Park [not found] ` <CACUGKYOkxtCP_VgYtKWvSYHTb__m2rMCGujOAh6rKDXXYXLWZQ@mail.gmail.com> 0 siblings, 1 reply; 8+ messages in thread From: Chan-yeol Park @ 2012-08-16 1:16 UTC (permalink / raw) To: John Tobias; +Cc: linux-bluetooth Hi John On 08/16/2012 09:26 AM, John Tobias wrote: > Hi All, > > I downloaded the latest Bluez 4.101, compiled and installed on my > machine. After executing the command (/usr/sbin/bluetoothd -n -d), it > returned "bluetoothd[15067]: mgmt setup failed: Invalid argument." > I am just wondering what are the missing key on my build?. It looks like that your kernel doesn't support mgmt interface. Which version of kernel do you use? Regards chanyeol ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <CACUGKYOkxtCP_VgYtKWvSYHTb__m2rMCGujOAh6rKDXXYXLWZQ@mail.gmail.com>]
* Re: Bluez 4.101 [not found] ` <CACUGKYOkxtCP_VgYtKWvSYHTb__m2rMCGujOAh6rKDXXYXLWZQ@mail.gmail.com> @ 2012-08-16 2:54 ` John Tobias 2012-08-16 10:57 ` Anderson Lizardo 0 siblings, 1 reply; 8+ messages in thread From: John Tobias @ 2012-08-16 2:54 UTC (permalink / raw) To: Chan-yeol Park; +Cc: linux-bluetooth Let me take it back. I used the kernel from ubuntu 12.04. Regards, john On Wed, Aug 15, 2012 at 7:19 PM, John Tobias <john.tobias.ph@gmail.com> wrote: > > Hi Chanyeol, > > I used the kernel wl12xx-2012-07-18 from this release > http://git.kernel.org/?p=linux/kernel/git/luca/wl12xx.git;a=summary > May I know what kernel should I use?. > > Regards, > > John > > > On Wed, Aug 15, 2012 at 6:16 PM, Chan-yeol Park > <chanyeol.park@samsung.com> wrote: >> >> Hi John >> >> >> On 08/16/2012 09:26 AM, John Tobias wrote: >>> >>> Hi All, >>> >>> I downloaded the latest Bluez 4.101, compiled and installed on my >>> machine. After executing the command (/usr/sbin/bluetoothd -n -d), it >>> returned "bluetoothd[15067]: mgmt setup failed: Invalid argument." >>> I am just wondering what are the missing key on my build?. >> >> It looks like that your kernel doesn't support mgmt interface. >> Which version of kernel do you use? >> >> Regards >> chanyeol > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bluez 4.101 2012-08-16 2:54 ` John Tobias @ 2012-08-16 10:57 ` Anderson Lizardo 2012-08-16 15:38 ` John Tobias 0 siblings, 1 reply; 8+ messages in thread From: Anderson Lizardo @ 2012-08-16 10:57 UTC (permalink / raw) To: John Tobias; +Cc: Chan-yeol Park, linux-bluetooth Hi John, On Wed, Aug 15, 2012 at 10:54 PM, John Tobias <john.tobias.ph@gmail.com> wrote: > Let me take it back. I used the kernel from ubuntu 12.04. You need at least 3.4.0 to use latest BlueZ (although the latest kernel version is always recommended for development). Ubuntu 12.04 has 3.2.0. Best Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bluez 4.101 2012-08-16 10:57 ` Anderson Lizardo @ 2012-08-16 15:38 ` John Tobias 2012-08-16 15:57 ` Anderson Lizardo 0 siblings, 1 reply; 8+ messages in thread From: John Tobias @ 2012-08-16 15:38 UTC (permalink / raw) To: Anderson Lizardo; +Cc: Chan-yeol Park, linux-bluetooth Hi Anderson, Thanks for the info. May I know the difference between bluetooth.git and bluetooth-next.git repo?. Thanks On Thu, Aug 16, 2012 at 3:57 AM, Anderson Lizardo <anderson.lizardo@openbossa.org> wrote: > Hi John, > > On Wed, Aug 15, 2012 at 10:54 PM, John Tobias <john.tobias.ph@gmail.com> wrote: >> Let me take it back. I used the kernel from ubuntu 12.04. > > You need at least 3.4.0 to use latest BlueZ (although the latest > kernel version is always recommended for development). Ubuntu 12.04 > has 3.2.0. > > Best Regards, > -- > Anderson Lizardo > Instituto Nokia de Tecnologia - INdT > Manaus - Brazil ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bluez 4.101 2012-08-16 15:38 ` John Tobias @ 2012-08-16 15:57 ` Anderson Lizardo 2012-08-17 7:07 ` Andrei Emeltchenko 2012-08-17 18:15 ` John Tobias 0 siblings, 2 replies; 8+ messages in thread From: Anderson Lizardo @ 2012-08-16 15:57 UTC (permalink / raw) To: John Tobias; +Cc: Chan-yeol Park, linux-bluetooth On Thu, Aug 16, 2012 at 11:38 AM, John Tobias <john.tobias.ph@gmail.com> wrote: > Hi Anderson, > > Thanks for the info. > May I know the difference between bluetooth.git and bluetooth-next.git repo?. I may be wrong, but I think it is like this: bluetooth-next.git contains what is going to the next kernel release cycle. E.g. if we are on 3.6-rc1, what is currently on bluetooth-next will probably enter upstream on 3.7. It may be less stable than bluetooth.git. bluetooth.git is for the current release cycle (i.e., will enter on 3.6). Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bluez 4.101 2012-08-16 15:57 ` Anderson Lizardo @ 2012-08-17 7:07 ` Andrei Emeltchenko 2012-08-17 18:15 ` John Tobias 1 sibling, 0 replies; 8+ messages in thread From: Andrei Emeltchenko @ 2012-08-17 7:07 UTC (permalink / raw) Cc: linux-bluetooth Hi, On Thu, Aug 16, 2012 at 11:57:46AM -0400, Anderson Lizardo wrote: > On Thu, Aug 16, 2012 at 11:38 AM, John Tobias <john.tobias.ph@gmail.com> wrote: > > Hi Anderson, > > > > Thanks for the info. > > May I know the difference between bluetooth.git and bluetooth-next.git repo?. > > I may be wrong, but I think it is like this: > > bluetooth-next.git contains what is going to the next kernel release > cycle. E.g. if we are on 3.6-rc1, what is currently on bluetooth-next BTW: Gustavo, when we rebase to 3.6-rc1 ? Best regards Andrei Emeltchenko ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Bluez 4.101 2012-08-16 15:57 ` Anderson Lizardo 2012-08-17 7:07 ` Andrei Emeltchenko @ 2012-08-17 18:15 ` John Tobias 1 sibling, 0 replies; 8+ messages in thread From: John Tobias @ 2012-08-17 18:15 UTC (permalink / raw) To: Anderson Lizardo; +Cc: Chan-yeol Park, linux-bluetooth Hi Guys, Do you have some references how to create a profile, publish a service for bluetooth le using bluez?. Regards, John On Thu, Aug 16, 2012 at 8:57 AM, Anderson Lizardo <anderson.lizardo@openbossa.org> wrote: > On Thu, Aug 16, 2012 at 11:38 AM, John Tobias <john.tobias.ph@gmail.com> wrote: >> Hi Anderson, >> >> Thanks for the info. >> May I know the difference between bluetooth.git and bluetooth-next.git repo?. > > I may be wrong, but I think it is like this: > > bluetooth-next.git contains what is going to the next kernel release > cycle. E.g. if we are on 3.6-rc1, what is currently on bluetooth-next > will probably enter upstream on 3.7. It may be less stable than > bluetooth.git. > > bluetooth.git is for the current release cycle (i.e., will enter on 3.6). > > Regards, > -- > Anderson Lizardo > Instituto Nokia de Tecnologia - INdT > Manaus - Brazil ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-08-17 18:15 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 0:26 Bluez 4.101 John Tobias
2012-08-16 1:16 ` Chan-yeol Park
[not found] ` <CACUGKYOkxtCP_VgYtKWvSYHTb__m2rMCGujOAh6rKDXXYXLWZQ@mail.gmail.com>
2012-08-16 2:54 ` John Tobias
2012-08-16 10:57 ` Anderson Lizardo
2012-08-16 15:38 ` John Tobias
2012-08-16 15:57 ` Anderson Lizardo
2012-08-17 7:07 ` Andrei Emeltchenko
2012-08-17 18:15 ` John Tobias
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.