I am new to opensuse,I installed opensuse 12.3 successfully all software’s are working fine except Bluetooth & Wi-Fi showing Visibility is off.
WIred Network is working i am able to connect internet. But both Bluetooth & Wi-Fi belongs to Atheros communications Inc.
The unit above is the wireless device. It is controlled by the ath9k driver and
should work as long as the firmware is installed, and the wireless is not
blocked by rfkill. The first thing to do is make certain both are installed by
the following command:
Loading repository data…
Reading installed packages…
‘kernel-firmware’ is already installed.
No update candidate for ‘kernel-firmware-20130114git-1.2.1.noarch’. The highest available version is already installed.
‘rfill’ not found in package names. Trying capabilities.
No provider of ‘rfill’ found.
Resolving package dependencies…
Nothing to do.
rfkill list
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
3: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
On 07/31/2013 02:46 AM, pavancvb wrote:
>
> Thanks Sir for Replaying
>
> The above command o/p:
>
> # zypper install kernel-firmware rfill
> Loading repository data…
> Reading installed packages…
> ‘kernel-firmware’ is already installed.
> No update candidate for ‘kernel-firmware-20130114git-1.2.1.noarch’. The
> highest available version is already installed.
> ‘rfill’ not found in package names. Trying capabilities.
> No provider of ‘rfill’ found.
> Resolving package dependencies…
Sorry about the typo. It should have been rfkill, not rfill. In any case, rfkill
was already installed.
> # rfkill list
> 0: hp-wifi: Wireless LAN
> Soft blocked: yes
> Hard blocked: no
> 1: hp-bluetooth: Bluetooth
> Soft blocked: yes
> Hard blocked: no
> 2: phy0: Wireless LAN
> Soft blocked: no
> Hard blocked: yes
> 3: hci0: Bluetooth
> Soft blocked: yes
> Hard blocked: no
Your wireless and bluetooth will never work as long as any blocks on on. The
soft ones might be cleared with ‘sudo /usr/sbin/rfkill unblock all’. The hard
block on phy0 indicates that your wireless switch is off. You will need to fix that.
Is AR9285 adapter is in-built in laptop will support opensuse 12.3 for Bluetooth & Wi-Fi with kernel 3.7.10-1.16.because i installed other linux’s facing same problem.
when i use this command ‘sudo /usr/sbin/rfkill unblock all’ for Wi-Fi nothing happaned and disable Bluetooth.
rfkill unblock all
rfkill list
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no/home/pavan/Pictures/Wi-Fi.png
Even when i disbale Wi-Fi and enable Bluetooth:
rfkill list
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
On 08/01/2013 11:06 PM, pavancvb wrote:
>
> lwfinger;2575910 Wrote:
>> On 07/31/2013 02:46 AM, pavancvb wrote:
>>>
>>> Thanks Sir for Replaying
>>>
>>> The above command o/p:
>>>
>>> # zypper install kernel-firmware rfill
>>> Loading repository data…
>>> Reading installed packages…
>>> ‘kernel-firmware’ is already installed.
>>> No update candidate for ‘kernel-firmware-20130114git-1.2.1.noarch’.
>> The
>>> highest available version is already installed.
>>> ‘rfill’ not found in package names. Trying capabilities.
>>> No provider of ‘rfill’ found.
>>> Resolving package dependencies…
>>
>> Sorry about the typo. It should have been rfkill, not rfill. In any
>> case, rfkill
>> was already installed.
>>
>>> # rfkill list
>>> 0: hp-wifi: Wireless LAN
>>> Soft blocked: yes
>>> Hard blocked: no
>>> 1: hp-bluetooth: Bluetooth
>>> Soft blocked: yes
>>> Hard blocked: no
>>> 2: phy0: Wireless LAN
>>> Soft blocked: no
>>> Hard blocked: yes
>>> 3: hci0: Bluetooth
>>> Soft blocked: yes
>>> Hard blocked: no
>>
>> Your wireless and bluetooth will never work as long as any blocks on
>> on. The
>> soft ones might be cleared with ‘sudo /usr/sbin/rfkill unblock all’.
>> The hard
>> block on phy0 indicates that your wireless switch is off. You will need
>> to fix that.
>
>
> Is AR9285 adapter is in-built in laptop will support opensuse 12.3 for
> Bluetooth & Wi-Fi with kernel 3.7.10-1.16.because i installed other
> linux’s facing same problem.
> when i use this command ‘sudo /usr/sbin/rfkill unblock all’ for Wi-Fi
> nothing happaned and disable Bluetooth.
>
> # rfkill unblock all
> # rfkill list
> 0: phy0: Wireless LAN
> Soft blocked: yes
> Hard blocked: yes
> 1: hp-wifi: Wireless LAN
> Soft blocked: yes
> Hard blocked: no
> 2: hp-bluetooth: Bluetooth
> Soft blocked: yes
> Hard blocked: no
> 3: hci0: Bluetooth
> Soft blocked: no
> Hard blocked: no/home/pavan/Pictures/Wi-Fi.png
>
> Even when i disbale Wi-Fi and enable Bluetooth:
>
> # rfkill list
> 0: phy0: Wireless LAN
> Soft blocked: yes
> Hard blocked: yes
> 1: hp-wifi: Wireless LAN
> Soft blocked: yes
> Hard blocked: no
> 2: hp-bluetooth: Bluetooth
> Soft blocked: yes
> Hard blocked: no
> 3: hci0: Bluetooth
> Soft blocked: yes
> Hard blocked: no
>
> Is there an there any solution to fix this issue.
You can unload the BT driver to fix that, but you absolutely need to get that
wireless switch changed. That is the hard block on phy0, which is your wireless
card. I have no idea how to do that. My HP laptop has a slide switch. Yours
probably has a Fn key, which means you need to have hp-wmi driver loaded. Beyond
that, I cannot help you.