在Samsung NC110-A01上暂停使用Centrino Wireless-N 130后,无线function无效

我在新的三星NC110-AO1上使用Ubuntu 11.10。 每当我暂停后恢复会话时,我的无线网络将连接到网络,但我将无法查看任何网站。 没有数据正在下载。

有线连接工作正常。

使用电池电源时会出现此问题,这很烦人,因为您不会购买上网本以保持其一直插入。

在同一台机器上使用Windows 7的无线没有问题。

如果我重新启动,问题就会消失,但这不是一个解决方案,因为它会在我暂停/恢复会话后立即返回。

我将无法访问我将使用的大多数连接上的路由器,因此任何涉及关闭和打开它的东西都是不可能的。

我怎样才能解决这个问题? 任何帮助都感激不尽。

这是lshw -C网络的输出

*-network description: Wireless interface product: Centrino Wireless-N 130 vendor: Intel Corporation physical id: 0 bus info: pci@0000:05:00.0 logical name: wlan0 version: 34 serial: dc:a9:71:8d:91:c2 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=iwlagn driverversion=3.0.0-16-generic firmware=17.168.5.1 build 33993 ip=192.168.1.4 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn resources: irq:47 memory:f0100000-f0101fff *-network description: Ethernet interface product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:09:00.0 logical name: eth0 version: 05 serial: e8:11:32:de:fb:76 size: 10Mbit/s capacity: 100Mbit/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 autonegotiation configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s resources: irq:44 ioport:2000(size=256) memory:f050c000-f050cfff memory:f0508000-f050bfff 

这是lsmod的输出

 Module Size Used by snd_hrtimer 12648 1 bnep 17923 2 rfcomm 38408 8 parport_pc 32114 0 ppdev 12849 0 joydev 17393 0 arc4 12473 2 snd_hda_codec_realtek 254125 1 binfmt_misc 17292 1 samsung_backlight 13487 0 uvcvideo 67271 0 videodev 85626 1 uvcvideo snd_hda_intel 24262 2 snd_hda_codec 91859 2 snd_hda_codec_realtek,snd_hda_intel snd_hwdep 13276 1 snd_hda_codec snd_pcm 80435 2 snd_hda_intel,snd_hda_codec btusb 18160 2 snd_seq_midi 13132 0 bluetooth 148839 23 bnep,rfcomm,btusb psmouse 73673 0 serio_raw 12990 0 snd_rawmidi 25241 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51567 3 snd_seq_midi,snd_seq_midi_event snd_timer 28932 3 snd_hrtimer,snd_pcm,snd_seq snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq iwlagn 273980 0 mac80211 393421 1 iwlagn i915 509519 2 snd 55902 14 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_t imer,snd_seq_device drm_kms_helper 32889 1 i915 drm 192194 3 i915,drm_kms_helper cfg80211 172427 2 iwlagn,mac80211 i2c_algo_bit 13199 1 i915 soundcore 12600 1 snd video 18908 1 i915 snd_page_alloc 14115 2 snd_hda_intel,snd_pcm lp 17455 0 parport 40930 3 parport_pc,ppdev,lp ahci 21634 2 libahci 25727 1 ahci r8169 43104 0 

也许这种方法会有所帮助:

  1. 在此列表中找到您的无线网卡:lspci
  2. 找出你的卡现在使用的驱动程序:lsmod
  3. 尝试找到这张卡的驱动程序(例如:对于我的D-Link DW-525,有Ralink驱动程序)
  4. 安装原始驱动程序
  5. 黑名单旧默认驱动程序。

我已经做到了,现在没关系。

要更新blacklist.conf,您需要root权限。 例如,

 gksu gedit /etc/modprobe.d/blacklist.conf 

进行编辑,然后保存文件。

或者,你可以使用

 sudo -e /etc/modprobe.d/blacklist.conf 

有很多方法可以做到这一点,但无论如何,它都需要root权限。