All of lore.kernel.org
 help / color / mirror / Atom feed
* "ChromeLinux" HCI name, and Alias
@ 2016-12-02 16:23 Bastien Nocera
  2016-12-05 12:25 ` François Beaufort
  0 siblings, 1 reply; 5+ messages in thread
From: Bastien Nocera @ 2016-12-02 16:23 UTC (permalink / raw)
  To: BlueZ development

Hey,

Using bluez 5.43 on Fedora 25, I get:

$ hciconfig hci0 name | grep Name
	Name: 'ChromeLinux_900A'

When the PrettyHostname is:
$ grep PRETTY /etc/machine-info 
PRETTY_HOSTNAME=classic

I grepped through a bunch of things, including the firmware, the kernel
sources, and bluez, but couldn't find the source of this name.

I'm also fairly certain that the hostname plugin doesn't work, as it's
trying to talk to services which wouldn't be started yet. Is there any
reason why this code can't poke /etc/machine-info directly?

Cheers

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: "ChromeLinux" HCI name, and Alias
  2016-12-02 16:23 "ChromeLinux" HCI name, and Alias Bastien Nocera
@ 2016-12-05 12:25 ` François Beaufort
  2016-12-05 12:35   ` Bastien Nocera
  0 siblings, 1 reply; 5+ messages in thread
From: François Beaufort @ 2016-12-05 12:25 UTC (permalink / raw)
  To: Bastien Nocera; +Cc: BlueZ development

I believe you use an "old" build of Chrome. If you update to recent
version, this issue won't happen.
As you can see at
https://chromium.googlesource.com/chromium/src/+/c8901b4dbb6518940e940213c1f94774fc04d5aa,
I've fixed this 8 months ago.

On Fri, Dec 2, 2016 at 5:23 PM, Bastien Nocera <hadess@hadess.net> wrote:
> Hey,
>
> Using bluez 5.43 on Fedora 25, I get:
>
> $ hciconfig hci0 name | grep Name
>         Name: 'ChromeLinux_900A'
>
> When the PrettyHostname is:
> $ grep PRETTY /etc/machine-info
> PRETTY_HOSTNAME=classic
>
> I grepped through a bunch of things, including the firmware, the kernel
> sources, and bluez, but couldn't find the source of this name.
>
> I'm also fairly certain that the hostname plugin doesn't work, as it's
> trying to talk to services which wouldn't be started yet. Is there any
> reason why this code can't poke /etc/machine-info directly?
>
> Cheers
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: "ChromeLinux" HCI name, and Alias
  2016-12-05 12:25 ` François Beaufort
@ 2016-12-05 12:35   ` Bastien Nocera
  2016-12-05 12:38     ` François Beaufort
  0 siblings, 1 reply; 5+ messages in thread
From: Bastien Nocera @ 2016-12-05 12:35 UTC (permalink / raw)
  To: François Beaufort; +Cc: BlueZ development

On Mon, 2016-12-05 at 13:25 +0100, François Beaufort wrote:
> I believe you use an "old" build of Chrome. If you update to recent
> version, this issue won't happen.
> As you can see at
> https://chromium.googlesource.com/chromium/src/+/c8901b4dbb6518940e94
> 0213c1f94774fc04d5aa,
> I've fixed this 8 months ago.

And it seems that the fix only became available a couple of days ago in
Google Chrome 55, which reached the stable channel.

> On Fri, Dec 2, 2016 at 5:23 PM, Bastien Nocera <hadess@hadess.net>
> wrote:
> > Hey,
> > 
> > Using bluez 5.43 on Fedora 25, I get:
> > 
> > $ hciconfig hci0 name | grep Name
> >         Name: 'ChromeLinux_900A'
> > 
> > When the PrettyHostname is:
> > $ grep PRETTY /etc/machine-info
> > PRETTY_HOSTNAME=classic
> > 
> > I grepped through a bunch of things, including the firmware, the
> > kernel
> > sources, and bluez, but couldn't find the source of this name.
> > 
> > I'm also fairly certain that the hostname plugin doesn't work, as
> > it's
> > trying to talk to services which wouldn't be started yet. Is there
> > any
> > reason why this code can't poke /etc/machine-info directly?
> > 
> > Cheers
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-
> > bluetooth" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: "ChromeLinux" HCI name, and Alias
  2016-12-05 12:35   ` Bastien Nocera
@ 2016-12-05 12:38     ` François Beaufort
  2016-12-05 12:59       ` Bastien Nocera
  0 siblings, 1 reply; 5+ messages in thread
From: François Beaufort @ 2016-12-05 12:38 UTC (permalink / raw)
  To: Bastien Nocera; +Cc: BlueZ development

That's weird ;( It should be have been Google Chrome 51 according to
https://chromium.googlesource.com/chromium/src/+/c8901b4dbb6518940e94/chrom=
e/VERSION

On Mon, Dec 5, 2016 at 1:35 PM, Bastien Nocera <hadess@hadess.net> wrote:
> On Mon, 2016-12-05 at 13:25 +0100, Fran=C3=A7ois Beaufort wrote:
>> I believe you use an "old" build of Chrome. If you update to recent
>> version, this issue won't happen.
>> As you can see at
>> https://chromium.googlesource.com/chromium/src/+/c8901b4dbb6518940e94
>> 0213c1f94774fc04d5aa,
>> I've fixed this 8 months ago.
>
> And it seems that the fix only became available a couple of days ago in
> Google Chrome 55, which reached the stable channel.
>
>> On Fri, Dec 2, 2016 at 5:23 PM, Bastien Nocera <hadess@hadess.net>
>> wrote:
>> > Hey,
>> >
>> > Using bluez 5.43 on Fedora 25, I get:
>> >
>> > $ hciconfig hci0 name | grep Name
>> >         Name: 'ChromeLinux_900A'
>> >
>> > When the PrettyHostname is:
>> > $ grep PRETTY /etc/machine-info
>> > PRETTY_HOSTNAME=3Dclassic
>> >
>> > I grepped through a bunch of things, including the firmware, the
>> > kernel
>> > sources, and bluez, but couldn't find the source of this name.
>> >
>> > I'm also fairly certain that the hostname plugin doesn't work, as
>> > it's
>> > trying to talk to services which wouldn't be started yet. Is there
>> > any
>> > reason why this code can't poke /etc/machine-info directly?
>> >
>> > Cheers
>> > --
>> > To unsubscribe from this list: send the line "unsubscribe linux-
>> > bluetooth" in
>> > the body of a message to majordomo@vger.kernel.org
>> > More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: "ChromeLinux" HCI name, and Alias
  2016-12-05 12:38     ` François Beaufort
@ 2016-12-05 12:59       ` Bastien Nocera
  0 siblings, 0 replies; 5+ messages in thread
From: Bastien Nocera @ 2016-12-05 12:59 UTC (permalink / raw)
  To: François Beaufort; +Cc: BlueZ development

On Mon, 2016-12-05 at 13:38 +0100, François Beaufort wrote:
> That's weird ;( It should be have been Google Chrome 51 according to
> https://chromium.googlesource.com/chromium/src/+/c8901b4dbb6518940e94
> /chrome/VERSION

The name got saved in the adapter's settings. I edited the "settings"
file for my adapter and it works as expected now.

Thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-12-05 12:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-02 16:23 "ChromeLinux" HCI name, and Alias Bastien Nocera
2016-12-05 12:25 ` François Beaufort
2016-12-05 12:35   ` Bastien Nocera
2016-12-05 12:38     ` François Beaufort
2016-12-05 12:59       ` Bastien Nocera

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.