You are not logged in.
Pages: 1
hello I have a hp630 laptop just installed arch linux with kde the problem I have is that the wifi works and I think it's because the keyboard button does not work:
lspci output:
[root@Peke-arch http]# lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 05)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5116 PCI Express Card Reader (rev 01)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
output rfkill list before giving the button:
root@Peke-arch http]# rfkill list
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: yes
3: phy1: Wireless LAN
Soft blocked: no
Hard blocked: yes
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
output rfkill list then give the button:
[root@Peke-arch http]# rfkill list
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
3: phy1: Wireless LAN
Soft blocked: no
Hard blocked: yes
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
output (rfkill event) to give the button:
[root@Peke-arch http]# ^C
[root@Peke-arch http]# rfkill event
1326891692.137696: idx 0 type 1 op 0 soft 1 hard 1
1326891692.137730: idx 1 type 2 op 0 soft 1 hard 1
1326891692.137734: idx 3 type 1 op 0 soft 0 hard 1
1326891692.137737: idx 4 type 2 op 0 soft 0 hard 0
1326891692.137740: idx 5 type 1 op 0 soft 0 hard 0
1326891695.039192: idx 0 type 1 op 2 soft 1 hard 0
1326891695.039248: idx 1 type 2 op 2 soft 1 hard 0
1326891696.159077: idx 0 type 1 op 2 soft 1 hard 1
1326891696.159107: idx 1 type 2 op 2 soft 1 hard 1
1326891696.374451: idx 0 type 1 op 2 soft 1 hard 0
1326891696.374478: idx 1 type 2 op 2 soft 1 hard 0
lshw -c network:
*-network DISABLED
description: Wireless interface
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan1
version: 01
serial: 74:de:2b:02:d6:46
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=3.1.9-2-ARCH firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:18 memory:d4400000-d440ffff
forgiveness for writing and used google translator thank you very much
Offline
I'm not too familiar with rfkill, but the logs seem to indicate that there is a softblock on your wifi
Before button press:
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: yes
The only change after button press
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
A simple call should remove all softblocks
$ rfkill unblock all
Offline
That does not work: (
Offline
That does not work: (
After you run the unblock and "It does not work", what does rfkill list say?
What is the output of ip link
Going for broke, what is the output of iwlist scan ??
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
already settled,
Start to activate the wifi restart windows with arch linux and it worked, nose because it can occur
Offline
Pages: 1