You are not logged in.
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: ath9ki use below command but my problem does not solved
acer_wmi
rfkill list all
echo blacklist acer-wmi >> /etc/modprobe.d/blacklist.confand 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-staticand 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
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
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
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 [installedand 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
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