Difference between revisions of "Fedora"

From KeegansWiki
Jump to navigation Jump to search
(Created page with '=Installing Wireless HotKey for HP 6450b= The button above the keyboard on my HP ProBook 6450b which enables and disables wireless was nonfunctional, with this error: <pre>Sep 29…')
 
Line 13: Line 13:
 
Drivers are not installed.  
 
Drivers are not installed.  
 
==Installation==
 
==Installation==
*Set up rpmnfusion repositories
+
*Set up [http://rpmfusion.org/ rpmnfusion repositories]
**[http://rpmfusion.org/]
 
 
*yum -y install broadcom-wl
 
*yum -y install broadcom-wl
  

Revision as of 11:04, 29 September 2010

Installing Wireless HotKey for HP 6450b

The button above the keyboard on my HP ProBook 6450b which enables and disables wireless was nonfunctional, with this error:

Sep 29 11:32:43 localhost kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
Sep 29 11:32:43 localhost kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
Sep 29 11:32:43 localhost kernel: HP WMI: Unknown response received
Sep 29 11:32:43 localhost kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
Sep 29 11:32:43 localhost kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.

Running lspci -nnk showed

44:00.0 Network controller [0280]: Broadcom Corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:1509]

Drivers are not installed.

Installation

Now lspci -nnk shows:

44:00.0 Network controller [0280]: Broadcom Corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01)
        Subsystem: Hewlett-Packard Company Device [103c:1509]
        Kernel driver in use: wl
        Kernel modules: wl

And it works fine.