wireless Atheros AR9485 on hp 655 and suse 12.2 don't work

on my notebook HP 655 shipped with suse SLED11
processor=AMD E1-1200 APU
with radeon HD graphics 1.40GHz
32bit 2core processors
fresh install of opensuse 12.2 with kde

my Atheros AR9485 Wireless seems to be recognized but don’t switch on,
I checked if the wireless works installing windows and looking for the proper driver (quite complicate :-)) ) it works,
is there a keystroke(F12) in the keyboard (to press with or without “fn”) to enable wireless, in windows isn’t need to press it, in suse pressing it has no effect
I looked in BIOS but there isn’t any item about enabling or disabling wireless

how can I solve??

thanx, ciao, pier :-)))))

following your very useful sticky :
1)=ok, 2a)=no usb wireless adapter,
2b)=/sbin/lspci, the last three…
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 07)
04:00.0 Network controller: Atheros Communications Inc. AR9485 Wireless Network Adapter (rev 01)
/sbin/lspci -n, the last three…
02:00.0 ff00: 10ec:5229 (rev 01)
03:00.0 0200: 10ec:8168 (rev 07)
04:00.0 0280: 168c:0032 (rev 01)

3)= the only note about atheros is this:
Sep 29 10:01:49 linux-l2sv kernel: 19.627685] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xf8680000, irq=23
and about firmware is this:
Sep 29 12:34:21 linux-l2sv kernel: 0.189782] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Sep 29 12:34:21 linux-l2sv kernel: 0.207683] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Sep 29 14:17:05 linux-l2sv udevd[348]: error sending firmware ‘amd-ucode/microcode_amd.bin’ to device
Sep 29 14:17:05 linux-l2sv udevd[353]: error: can not open ‘/sys/devices/platform/microcode/firmware/microcode/loading’

4)=procuste@linux-l2sv:~> /usr/sbin/iwconfig

/usr/sbin/iwconfig
ppp0      no wireless extensions.
wlan0     IEEE 802.11bgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          
wwan0     no wireless extensions.

lo        no wireless extensions.

eth0      no wireless extensions.

procuste@linux-l2sv:~> 

For each interface that does not support
wireless the result is “no wireless extensions.”

5)=procuste@linux-l2sv:~> sudo /usr/sbin/iwlist scan

sudo /usr/sbin/iwlist sca
root's password:
ppp0      Interface doesn't support scanning.

wlan0     Interface doesn't support scanning : Network is down

wwan0     Interface doesn't support scanning.

lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

procuste@linux-l2sv:~> 

It seems solved, taking into account this link that says “blacklist acer-wmi”, I looked in my lsmod output and I tried to blacklist my “hp_wmi” in /etc/modprobe.d/50-blacklist.conf, restarted , now it works, :-))), at ther first start result off, but at the first press of f12 it becomes on, I don’t know what hp_wmi does, may be I will discover other things don’t works…

I am getting the same results…it says blacklist is read-only…and when i try in the terminal it says modprobe :command not found

On 10/04/2012 10:36 AM, kushalm9203 wrote:
>
> I am getting the same results…it says blacklist is read-only…and when
> i try in the terminal it says modprobe :command not found

You need to edit all files in /etc as root. Use ‘kdesu kwrite <file_name>’ if
you use KDE. For Gnome, there is a similar command. Never log into the GUI as root.

The use of modprobe must also be done as root. In the terminal, you can use
‘sudo /sbin/modprobe xxxx’.