Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Bluetooth disappeared because of MSWindows?
Date: Sun, 06 Dec 2015 07:24:01
Message-Id: 5663E23D.50205@gmail.com
In Reply to: [gentoo-user] Bluetooth disappeared because of MSWindows? by Mick
1 On 06/12/2015 01:31, Mick wrote:
2 > I came across a rather peculiar phenomenon today with my laptop. I realised
3 > that my bluetooth controller was nowhere to be found. I thought running
4 > hciconfig would bring it up, but all it did was to complain that there was no
5 > device found. rfkill would not list it either.
6 >
7 > Modprobing various modules did not produce a device, so searching for answers
8 > I thought of booting into MSWindows. After I enabled the device in MSWindows
9 > I rebooted into Linux and was surprised to see the bluetooth controller was
10 > visible again in lspci.
11 >
12 > How come that switching off the device in one OS, affects the other? :-/
13 >
14 > What should I do next time to enable bluetooth from within Linux?
15 >
16 >
17 > PS. There's a parallel to this with the same laptop. Some years ago audio
18 > would randomly never come up at boot and no amount of alsactl could wake it
19 > up. A swift reboot into MSWindows would reset audio and all would work fine
20 > in Linux thereafter. Some cursory troubleshooting at the time didn't help me
21 > much. I don't expect that the two issues are related, but thought of
22 > mentioning it just in case.
23 >
24
25
26 We've had a few cases of things like this on the list over the years. It
27 always end up probably a Linux driver bug. Here's what seems to happen:
28
29 The hardware needs to be enabled/shutdown/fiddled or whatever in some
30 magic way that windows knows about but linux doesn't. Booting into
31 Windows applies the magic so when you reboot into Linux it's now in a
32 state Linux can use.
33
34 Read the kernel docs for your driver, the odds are good you have to
35 apply a driver tweak for your hardware to make it work right.
36
37 Then do a Google search for your hardware and laptop types, see what the
38 interwebz have to say.
39
40 --
41 Alan McKinnon
42 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Bluetooth disappeared because of MSWindows? Mick <michaelkintzios@×××××.com>