You are not logged in.

#1 2012-11-01 18:12:18

erfanB
Member
Registered: 2012-11-01
Posts: 4

wireless not work after update to kernel 3.6.4-1-ARCH

I have a lenovo ideapad b570. output of lspci -vnn command is:

02:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
        Subsystem: Lenovo Device [17aa:30a1]
        Flags: bus master, fast devsel, latency 0, IRQ 17
        Memory at d0500000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
        Capabilities: [60] Express Legacy Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Virtual Channel
        Capabilities: [160] Device Serial Number 00-15-17-ff-ff-24-14-12
        Capabilities: [170] Power Budgeting <?>
        Kernel driver in use: ath9k

i use below command but my problem does not solved

acer_wmi
rfkill list all
echo blacklist acer-wmi >> /etc/modprobe.d/blacklist.conf

and then i use below command:

rc.d stop networkmanager
pkill wpa_supplicant
wpa_supplicant -D wext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
cd cd /etc/network.d
echo "DHCLIENT=yes" >> wireless-wpa-static
netcfg wireless-wpa-static

and done. my wireless connect and ok.
but every reboot my arch i must run top commands.
please help me to resolve my problem
Thanks

Last edited by erfanB (2012-11-04 14:48:52)

Offline

#2 2012-11-01 18:17:25

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: wireless not work after update to kernel 3.6.4-1-ARCH

Good attempt on the code blocks, but you need to use square brackets (ie [ and ]).

For a good reference, you can simply click the BBCode button below the text box and it will bring up a new window/tab with all the proper ways of doing stuffs.

Edit: Also reading through the list of commands you specfied, it would seem as though it is not your wireless that is broken, but network manager.  This is because you are still apparently using initscripts.  Please read the news.

Last edited by WonderWoofy (2012-11-01 18:20:14)

Offline

#3 2012-11-04 15:00:14

erfanB
Member
Registered: 2012-11-01
Posts: 4

Re: wireless not work after update to kernel 3.6.4-1-ARCH

Thanks for your answer. But i think wpa_supplicant is my problem. because first must stop and run again.
i must read which news?

Offline

#4 2012-11-04 15:07:34

erfanB
Member
Registered: 2012-11-01
Posts: 4

Re: wireless not work after update to kernel 3.6.4-1-ARCH

where to find my arch uses systemd or initscript?

pacman -Ss init | grep installed

core/kmod 10-2 [installed]
core/mkinitcpio 0.11.0-1 [installed]
core/mkinitcpio-busybox 1.20.2-1 [installed]
core/sysvinit 2.88-9 [installed]
core/sysvinit-tools 2.88-9 [installed]
extra/at-spi2-core 2.6.1-1 [installed]
extra/initscripts 2012.10.1-1 [installed]
extra/mozilla-common 1.4-3 [installed]
extra/xorg-xinit 1.3.2-3 [installed]
pacman -Ss systemd | grep installed

core/systemd 195-2 [installed]
extra/initscripts 2012.10.1-1 [installed

and this is my rc.conf

# /etc/rc.conf - configuration file for initscripts
#
# Most of rc.conf has been replaced by various other configuration
# files. See archlinux(7) for details.
#
# For more details on rc.conf see rc.conf(5).
#

DAEMONS=(syslog-ng dbus !network !networkmanager crond kdm @httpd @mysqld)
LOCALE=en_US.UTF-8
# Storage
#
# USEDMRAID="no"
# USELVM="no"

# Network
#
# interface=
# address=
# netmask=
# gateway=

Offline

#5 2012-11-04 17:39:00

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,690

Re: wireless not work after update to kernel 3.6.4-1-ARCH

Look at the output of ps -ef.  If PID 1 is /sbin/init, you are running systemd.

You can also see if systemd is running by looking at the services reported by systemctl


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB