OK, just skip ahead to #3.
Announcement
Collapse
No announcement yet.
bluetooth works in live environment but not after installation
Collapse
This topic is closed.
X
X
-
Take a look at InstallingDebianOn/Asus/UX301LA - Bluetooth. Yes, it address installing Debian on your Asus Zenbook, but it addresses the exact same issue you are having; bluetooth not working after installation/updates. I think it might resolve your issue.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by Snowhog View PostTake a look at InstallingDebianOn/Asus/UX301LA - Bluetooth. Yes, it address installing Debian on your Asus Zenbook, but it addresses the exact same issue you are having; bluetooth not working after installation/updates. I think it might resolve your issue.If you're sitting wondering,
Which Batman is the best,
There's only one true answer my friend,
It's Adam Bloody West!
- Top
- Bottom
Comment
-
OK, I'm trying to make sense of InstallingDebianOn/Asus/UX301LA - Bluetooth. Please be patient with me:
1) how can I make sure I have firmware-iwlwifi installed?
2) if it isn't installed, how can I install it? I tried (as on the same doc)
~$ sudo apt-get -t wheezy-backports install firmware-iwlwifi
[sudo] password for weword:
Reading package lists... Done
E: The value 'wheezy-backports' is invalid for APT:efault-Release as such a release is not available in the sources
3) supposing that firmware-iwlwifi is installed, the rfkill procedure didn't produce any result, except for a tiny difference:
Application Launcher>Bluetooth>Devices>Bluetooth is disabled (no device found)>Fix it>no Bluetooth adapters have been found.
the tiny difference being that previously it just showed "no Bluetooth adapters have been found".
is there some hope it might work?
- Top
- Bottom
Comment
-
Originally posted by cadvanlei View PostOK, I'm trying to make sense of InstallingDebianOn/Asus/UX301LA - Bluetooth. Please be patient with me:
1) how can I make sure I have firmware-iwlwifi installed?
2) if it isn't installed, how can I install it? I tried (as on the same doc)
Code:sudo apt install firmware-iwlwifi
If it was not installed, either install the module like this:
Code:sudo modprobe iwlwifi
Hope this helps -
edit: I have a question. Does wi-fi work on your laptop?Last edited by wizard10000; Jun 08, 2016, 04:40 AM.we see things not as they are, but as we are.
-- anais nin
- Top
- Bottom
Comment
-
thanks for your suggestion. Sorry I forgot to say that I tried
~$ sudo apt install firmware-iwlwifi
[sudo] password for weword:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package firmware-iwlwifi
and wasn't sure if this shows it's installed - to me it looks like the firmware can't be downloaded (?). and if I run
~$ sudo modprobe iwlwifi
xxxxxx@UX301:~$
wonder if there's a command that can show if the firmware is or isn't there?
- Top
- Bottom
Comment
-
Originally posted by cadvanlei View Postthanks for your suggestion. Sorry I forgot to say that I tried
~$ sudo apt install firmware-iwlwifi
[sudo] password for weword:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package firmware-iwlwifi
and wasn't sure if this shows it's installed - to me it looks like the firmware can't be downloaded (?). and if I run
~$ sudo modprobe iwlwifi
xxxxxx@UX301:~$
wonder if there's a command that can show if the firmware is or isn't there?
dmesg says that iwlwifi is loading, at least from the live CD. Check this out -
Code:[ 4.224351] iwlwifi 0000:02:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm
Code:lsmod | grep iwlwifi
Firmware is loaded on Jessie provided you have the firmware-iwlwifi package installed (located in non-free). If bluetooth still does not work, as a workaround it maybe necessary to block asus-bluetooth with rfkill. For example:we see things not as they are, but as we are.
-- anais nin
- Top
- Bottom
Comment
-
hmm...not sure I get what you're saying, sorry...here's what I did (following the Debian readme:
~$ sudo rfkill list all
[sudo] password for xxxxx:
1: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
2: asus-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
xxxxx@UX301:~$ sudo rfkill block 2
xxxxx@UX301:~$ sudo rfkill list all
1: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
2: asus-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
13: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
I skipped the last command sudo rfkill unblock 13 because hci0 doesn't appear to be blocked...I'm kinda lost here. The result is the same:
Application Launcher>Bluetooth>Devices>Bluetooth is disabled (no device found)>Fix it>no Bluetooth adapters have been found
- Top
- Bottom
Comment
-
What probably needs to happen here is
Code:sudo rfkill block 2
we see things not as they are, but as we are.
-- anais nin
- Top
- Bottom
Comment
-
If I understood correctly, I should be completely blocking asus-bluetooth (?).
if I run
sudo rfkill block 2
I don't hard-block Bluetooth:
2: asus-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
how do i do that? (if I'm on the right track in the first place
- Top
- Bottom
Comment
-
Hard blocking requres flipping a hardware switch and I'm pretty sure you don't have one for bluetooth
Soft blocking is when things are blocked in software and I'm pretty sure that's the only way you can block asus-bluetooth. For example if you wanted to soft block wireless you'd use rfkill to block it - if you wanted to hard block wireless you'd turn off the hardware wi-fi switch on your laptop.we see things not as they are, but as we are.
-- anais nin
- Top
- Bottom
Comment
-
you're right, i can't see any switch. So can we conclude that blocking asus-bluetooth doesn't solve the issue? Bluetooth is still pretty much dead...well, except for that sign of life it briefly gives when it asks to be enabled (please see post above).
- Top
- Bottom
Comment
-
Originally posted by cadvanlei View Postyou're right, i can't see any switch. So can we conclude that blocking asus-bluetooth doesn't solve the issue? Bluetooth is still pretty much dead...well, except for that sign of life it briefly gives when it asks to be enabled (please see post above).we see things not as they are, but as we are.
-- anais nin
- Top
- Bottom
Comment
Comment