добрый день.
почти такая же проблема, как у ovs. помогите решить, пожалуйста.
ноутбук самсунг np535u3c-a04. чип AR9462 Mini PCIe (half-size) card reference design, aka WB222. Linux driver ath9k.
установлены samsung-tools. модуль вайфай, однако, они не отключают, судя по диоду. все остальное (вентилятор, экран) с ними работает.
обыскался в поиске, предыдущий совет поостерегся применять, т.к. циферки в одном месте другиие.
установлено Linux orr 2.6.32-122-rtai #rtai SMP Tue Jul 27 12:44:07 CDT 2010 i686 GNU/Linux
iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
pan0 no wireless extensions.
sudo lshw -c network
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: eth0
version: 06
serial: e8:03:9a:be:ce:d3
size: 100MB/s
capacity: 1GB/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.1.4 latency=0 link=yes multicast=yes port=MII speed=100MB/s
resources: irq:27 ioport:e000(size=256) memory:d0004000-d0004fff(prefetchable) memory:d0000000-d0003fff(prefetchable)
*-network UNCLAIMED
description: Network controller
product: Atheros Communications Inc.
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:fea00000-fea7ffff memory:fea80000-fea8ffff(prefetchable)
modprobe ath9k
WARNING: All config files need .conf: /etc/modprobe.d/emc2, it will be ignored in a future release.
WARNING: Error inserting cfg80211 (/lib/modules/2.6.32-122-rtai/kernel/net/wireless/cfg80211.ko): Operation not permitted
WARNING: Error inserting ath (/lib/modules/2.6.32-122-rtai/kernel/drivers/net/wireless/ath/ath.ko): Operation not permitted
WARNING: Error inserting mac80211 (/lib/modules/2.6.32-122-rtai/kernel/net/mac80211/mac80211.ko): Operation not permitted
FATAL: Error inserting ath9k (/lib/modules/2.6.32-122-rtai/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko): Operation not permitted
sudo modprobe ath9k
WARNING: All config files need .conf: /etc/modprobe.d/emc2, it will be ignored in a future release.
после этого
lsmod | grep ath
ath9k 306074 0
mac80211 202715 1 ath9k
ath 7326 1 ath9k
cfg80211 122541 3 ath9k,mac80211,ath
led_class 2673 1 ath9k
lspci -knn | grep "Eth\|Netw" -A2
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller [0280]: Atheros Communications Inc. Device [168c:0034] (rev 01)