Sled 11 SP2 bluetooth

Recently I bought HP ProBook 4540s with pre-installed SUSE Linux Enterprise Desktop 11. Before I started using operating system I have updated the system. Now, the bluetooth applet (gnome-bluetooth) doesn’t have an option to turn off bluetooth. In the documentation there is an option Turn Off but it doesn’t exist on my system.
Tried to disable it using terminal but I don’t know how to install rfkill utility.

Hi
That should be controllable via the laptops function keys, probably the
same button as the wireless by cycling through it? Else the driver is
missing for the bluetooth.

Can you provide the output from;

zypper lr -d


Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.2 Kernel 3.11.6-4-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!

zypper lr -d

| Alias | Name | Enabled | Refresh | Priority | Type | URI | Service

—±------------------------------------------±-----------------------------------------------±--------±--------±---------±-------±-----------------------------------------------------------------------------------------------------------------±-------------
1 | ATI-Driver-HP-BNB-SLE11-SP2 | ATI-Driver-HP-BNB-SLE11-SP2 | Yes | Yes | 99 | rpm-md | http://www2.ati.com/suse/hp/bnb/2012/sle11sp2 |
2 | Broadcom-Driver-HP-BNB-SLE11-SP2 | Broadcom-Driver-HP-BNB-SLE11-SP2 | Yes | Yes | 99 | rpm-md | http://www.broadcom.com/docs/linux_sta/repo/HP/bnb/2012/sle11sp2 |
3 | HP-BNB-Dedicated-Update-Channel | HP-BNB-Dedicated-Update-Channel | Yes | Yes | 99 | rpm-md | https://SLED11SP2HPBNBUNREGISTERED@nu.novell.com/repo/$RCE/SLED11-SP2-HP-BNB-Unregistered-Updates/sle-11-x86_64/ |
4 | LSI-Driver-HP-BNB-SLE11-SP2 | LSI-Driver-HP-BNB-SLE11-SP2 | Yes | Yes | 99 | rpm-md | http://www.lsi.com/sep/Pages/SML/HP/NL/hp/bnb/2012/sle11sp2 |
5 | VALIDITYINC-Driver-HP-BNB-SLE11-SP2 | VALIDITYINC-Driver-HP-BNB-SLE11-SP2 | Yes | Yes | 99 | rpm-md | http://www.validityinc.com/uploads/hp/bnb/2012/sle11sp2 |
6 | devel_tools_scm | Software configuration management (SLE_11_SP2) | Yes | No | 99 | rpm-md | http://download.opensuse.org/repositories/devel:/tools:/scm/SLE_11_SP2/ |
7 | google-talkplugin | google-talkplugin | Yes | Yes | 99 | rpm-md | http://dl.google.com/linux/talkplugin/rpm/stable/x86_64 |
8 | nu_novell_com:SLE11-SP1-Debuginfo-Pool | SLE11-SP1-Debuginfo-Pool | No | Yes | 99 | NONE | https://nu.novell.com/repo/$RCE/SLE11-SP1-Debuginfo-Pool/sle-11-x86_64?credentials=NCCcredentials | nu_novell_com
9 | nu_novell_com:SLE11-SP1-Debuginfo-Updates | SLE11-SP1-Debuginfo-Updates | No | Yes | 99 | NONE | https://nu.novell.com/repo/$RCE/SLE11-SP1-Debuginfo-Updates/sle-11-x86_64?credentials=NCCcredentials | nu_novell_com
10 | nu_novell_com:SLE11-SP2-Debuginfo-Core | SLE11-SP2-Debuginfo-Core | No | Yes | 99 | NONE | https://nu.novell.com/repo/$RCE/SLE11-SP2-Debuginfo-Core/sle-11-x86_64?credentials=NCCcredentials | nu_novell_com
11 | nu_novell_com:SLE11-SP2-Debuginfo-Updates | SLE11-SP2-Debuginfo-Updates | No | Yes | 99 | NONE | https://nu.novell.com/repo/$RCE/SLE11-SP2-Debuginfo-Updates/sle-11-x86_64?credentials=NCCcredentials | nu_novell_com
12 | nu_novell_com:SLED11-Extras | SLED11-Extras | No | Yes | 99 | NONE | https://nu.novell.com/repo/$RCE/SLED11-Extras/sle-11-x86_64?credentials=NCCcredentials | nu_novell_com
13 | nu_novell_com:SLED11-SP1-Pool | SLED11-SP1-Pool | Yes | Yes | 99 | rpm-md | https://nu.novell.com/repo/$RCE/SLED11-SP1-Pool/sle-11-x86_64?credentials=NCCcredentials | nu_novell_com
14 | nu_novell_com:SLED11-SP1-Updates | SLED11-SP1-Updates | Yes | Yes | 99 | rpm-md | https://nu.novell.com/repo/$RCE/SLED11-SP1-Updates/sle-11-x86_64?credentials=NCCcredentials | nu_novell_com
15 | nu_novell_com:SLED11-SP2-Core | SLED11-SP2-Core | Yes | Yes | 99 | rpm-md | https://nu.novell.com/repo/$RCE/SLED11-SP2-Core/sle-11-x86_64?credentials=NCCcredentials | nu_novell_com
16 | nu_novell_com:SLED11-SP2-HP-BNB-Updates | SLED11-SP2-HP-BNB-Updates | Yes | Yes | 99 | rpm-md | https://nu.novell.com/repo/$RCE/SLED11-SP2-HP-BNB-Updates/sle-11-x86_64?credentials=NCCcredentials | nu_novell_com
17 | nu_novell_com:SLED11-SP2-Updates | SLED11-SP2-Updates | Yes | Yes | 99 | rpm-md | https://nu.novell.com/repo/$RCE/SLED11-SP2-Updates/sle-11-x86_64?credentials=NCCcredentials | nu_novell_com

Hi
So looks like the repos are ok, can you confirm the hp_wmi kernel module is installed;

lsmod |grep hp

If it isn’t try (as root user)

modprobe hp_wmi

If you need rfkill, it can be built from the src rpm locally and installed;
https://build.opensuse.org/package/show?project=driver%3Awireless&package=rfkill
Else I can copy the rfkill into one of my home projects to build for you.