[更新]:
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
これにより、ネットワークマネージャーに起きてください。これ
を/etc/pm/sleep.d永続させるには、次を含むスクリプトを作成します(スクリプトを実行可能としてマークすることを忘れないでください)。
#!/bin/sh
case "${1}" in
        resume|thaw)
        nmcli nm sleep false
                ;;
esac
おかげで、この
元の問題:
Ubuntu 14.04をダウンロードしてラップトップにインストールしました:Intel P8400 Core2Duo x64プロセッサを搭載したASUS X61SL。
ふたを閉じるとシステムはサスペンドされますが、ふたを再び開いて再開すると、ワイヤレスネットワークはアクティブにならず(ネットワーク全体が無効になります)、[ネットワークを有効にする]を選択しても何も起こりません。
これは私の無線アダプターに関する情報です:  
$ 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起動するには、grubに行を追加する必要があります。
手動でログアウトしてから一時停止して再開すると、すべてのものが正常に機能します。
ログイン中に直接中断すると、問題が発生します。
ロックとサスペンドは、直接サスペンドと同じ問題を引き起こします。
また、この問題はログアウト機能に影響します。ユニティパネルのユーザーメニューからログアウトを選択した場合はログアウトしませんが、コマンドラインを使用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
ここで提案されているように、ディレクトリ「/etc/pm/config.d」にファイルunload_modulesを追加すると、ログアウト後、サスペンド、再開、ネットワークにログインしますが、無線ネットワークに接続できません。
再開後
の結果lshw -C network(「/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