我的电脑上有一个双引导系统,W8和Ubuntu14.04.1。WiFi工作得很好(蓝牙不行)。
电脑坏了,我有几个月没用了。在我修复它(改变主板)后,一切正常,但是系统更新,WiFi停止工作。
最近,我重新安装了操作系统(W8和Ubuntu14.04.3),但是WiFi在Ubuntu中没有工作,甚至在liveCD上也没有工作。用Ubuntu14.04.1尝试了liveCD,但是无线也不起作用。
我怀疑这是一个内核更新问题。
"rfkill list all“显示wlan0被硬阻止。如果我按Fn+F12 (wifi开/关按钮),那么rfkill开关就会从软阻塞切换到是或否,但仍然是硬阻塞。
BIOS上没有无线配置。
WiFi在W8上工作。
已经尝试过这里发布的解决方案,但没有任何效果:
拉林克rt3290 wifi驱动程序没有在Ubuntu14.04中工作!
rt3290 wifi驱动程序不在Ubuntu14.04中工作 (与前一个类似,但无论如何都尝试过,以防驱动程序源不同)。
这里有一些信息
"lspci -v":
01:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at c2510000 (32-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: rt2800pci
01:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth
Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at c2500000 (32-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>"iwconfig":
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
lo no wireless extensions.编辑:
grep wmi:
snd_rawmidi 32768 1 snd_seq_midi
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd 86016 17 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
hp_wmi 16384 0
sparse_keymap 16384 1 hp_wmi
wmi 20480 1 hp_wmi有人能帮我吗?
谢谢。
发布于 2015-12-06 00:49:05
好朋友(http://ubuntuforums.org/showthread.php?t=1621768)似乎通过下面的根命令序列解决了一个非常类似的问题
# rm /dev/rfkill
# reboot您可能应该首先检查他们的线程,以确保它适用。
https://askubuntu.com/questions/706373
复制相似问题