[อัพเดท]:
มีปัญหาเดียวกันใน Kubuntu และได้รับการแก้ไขในลักษณะเดียวกัน
[แก้ไข]:
โดยใช้คำสั่งต่อไปนี้nmcli nm
ฉันได้รับต่อไปนี้:
ก่อนระงับ
RUNNING STATE WIFI-HARDWARE WIFI WWAN-HARDWARE WWAN
running connected enabled enabled enabled enabled
ดังที่คุณเห็นสถานะถูกเชื่อมต่อและส่วนที่เหลือถูกเปิดใช้งานและเรียกใช้
หลังจากหยุดชั่วคราว
RUNNING STATE WIFI-HARDWARE WIFI WWAN-HARDWARE WWAN
running asleep enabled enabled enabled disabled
อย่างที่คุณเห็นว่ารัฐกำลังหลับอยู่หมายความว่าผู้จัดการเครือข่ายที่รักของเรายังคงหลับอยู่ดังนั้นเพื่อแก้ปัญหาให้ใช้บรรทัดคำสั่งที่ร่วงหล่น:
sudo nmcli nm sleep false
นี่เป็นการบอกผู้จัดการเครือข่ายให้ตื่นขึ้นมา เพื่อทำให้ permenant นี้:
สร้างสคริปต์ใน/etc/pm/sleep.d
การต่อไปนี้ (และอย่าลืมทำเครื่องหมายสคริปต์ว่าปฏิบัติการ):
#!/bin/sh
case "${1}" in
resume|thaw)
nmcli nm sleep false
;;
esac
ขอบคุณสิ่งนี้
ปัญหาเดิม:
ฉันเพิ่งดาวน์โหลด Ubuntu 14.04 และติดตั้งบนแล็ปท็อปของฉัน: ASUS X61SL พร้อมโปรเซสเซอร์ Intel P8400 Core2Duo x64
เมื่อฉันปิดฝาระบบจะถูกระงับ แต่เมื่อฉันเปิดฝาอีกครั้งและกลับมาทำงานต่อเครือข่ายไร้สายไม่ได้เปิดใช้งาน (เครือข่ายโดยรวมถูกปิดใช้งาน) และเมื่อฉันเลือก "เปิดใช้งานเครือข่าย" ไม่มีอะไรเกิดขึ้น
นี่คือข้อมูลเกี่ยวกับอะแดปเตอร์ไร้สายของฉัน:
$ lspci | grep -i wireless
02:00.0 Network controller: Qualcomm Atheros AR928X Wireless Network Adapter (PCI-Express) (rev 01)
ปัญหานี้ไม่ปรากฏใน Ubuntu 13.04, Linux Mint Debian Edition หรือ Debian 7 wheezy (GNOME หรือ KDE)
แก้ไข: ทดสอบน้อยด้วยผลลัพธ์ต่อไปนี้:
ปัญหามีผลต่อเครือข่ายไร้สายและใช้สายของฉัน
หมายเหตุ: ฉันต้องเพิ่มpci=nomsi
บรรทัดลงในด้วงเพื่อที่จะบูต
เมื่อออกจากระบบด้วยตนเองแล้วให้หยุดชั่วคราวจากนั้นดำเนินการต่อจากนั้นเข้าสู่ระบบทุกอย่างได้ผล
เมื่อระงับโดยตรงในขณะที่ลงชื่อเข้าใช้ปัญหาจะเกิดขึ้น
การล็อคและการระงับทำให้เกิดปัญหาเช่นเดียวกับการระงับโดยตรง
นอกจากนี้ปัญหานี้ปรากฏขึ้นมีผลต่อฟังก์ชันออกจากระบบ: หากคุณเลือกออกจากระบบเมนูผู้ใช้ในแผงความสามัคคีแล้วคุณไม่ได้ออกจากระบบ แต่ถ้าคุณใช้บรรทัดคำสั่งgnome-session-quit --logout
แล้วคุณสามารถออกจากระบบ
ขณะนี้มีlshw -C network
เอาต์พุต:
ปกติ (เครือข่ายทำงานได้อย่างสมบูรณ์):
*-network
description: Ethernet interface
product: 191 Gigabit Ethernet Adapter
vendor: Silicon Integrated Systems [SiS]
physical id: 4
bus info: pci@0000:00:04.0
logical name: eth0
version: 02
serial: 00:24:8c:1e:f8:53
size: 10Mbit/s
capacity: 100Mbit/s
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sis190 driverversion=1.4 duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:19 memory:fddfcc00-fddfcc7f ioport:cc00(size=128)
*-network
description: Wireless interface
product: AR928X Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 01
serial: 00:15:af:e2:13:db
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=N/A ip=6.6.6.8 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
resources: irq:16 memory:fdff0000-fdffffff
หลังจากดำเนินการต่อ ("/etc/pm/config.d" ไม่มี "unload_modules"):
*-network DISABLED
description: Ethernet interface
product: 191 Gigabit Ethernet Adapter
vendor: Silicon Integrated Systems [SiS]
physical id: 4
bus info: pci@0000:00:04.0
logical name: eth0
version: 02
serial: 00:24:8c:1e:f8:53
size: 10Mbit/s
capacity: 100Mbit/s
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sis190 driverversion=1.4 duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:19 memory:fddfcc00-fddfcc7f ioport:cc00(size=128)
*-network DISABLED
description: Wireless interface
product: AR928X Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 01
serial: 00:15:af:e2:13:db
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:16 memory:fdff0000-fdffffff
เมื่อฉันเพิ่มไฟล์ unload_modules ไปยังไดเรกทอรี "/etc/pm/config.d" ตามที่แนะนำโดยที่นี่หลังจากออกจากระบบระงับชั่วคราวดำเนินการต่อจากนั้นเข้าสู่ระบบเครือข่ายทำงาน แต่ฉันไม่สามารถเชื่อมต่อกับเครือข่ายไร้สายของฉันได้
ผลลัพธ์ของlshw -C network
After resume อีกครั้ง ("/etc/pm/config.d" บรรจุ "unload_modules"):
*-network DISABLED
description: Ethernet interface
product: 191 Gigabit Ethernet Adapter
vendor: Silicon Integrated Systems [SiS]
physical id: 4
bus info: pci@0000:00:04.0
logical name: eth0
version: 02
serial: 00:24:8c:1e:f8:53
size: 10Mbit/s
capacity: 100Mbit/s
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sis190 driverversion=1.4 duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:19 memory:fddfcc00-fddfcc7f ioport:cc00(size=128)
*-network DISABLED
description: Wireless interface
product: AR928X Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 01
serial: 00:15:af:e2:13:db
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:16 memory:fdff0000-fdffffff
เนื้อหาของ 'unload_modules "โดยที่:
SUSPEND_MODULES="$SUSPEND_MODULES ath9k"
SUSPEND_MODULES="$SUSPEND_MODULES sis190"
ที่ 'ath9k' เป็นโมดูลไร้สายของฉันและ 'sis190' เป็นโมดูลอีเธอร์เน็ตของฉัน
nmcli nm
บ่น:Object 'nm' is unknown
nmcli general status