求助,笔记本无线网卡搜不到信号
Tofloor
poster avatar
p091001
deepin
2016-01-03 09:11
Author


无线网卡已打开,手机可以搜到很多热点,但系统搜不到任何热点

版本:2015RC



> sudo lspci -nn | grep -i wire
07:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]


> lsmod | grep -i rt
rt2800pci              16384  0
rt2800mmio             20480  1 rt2800pci
rt2800lib              90112  2 rt2800pci,rt2800mmio
iTCO_vendor_support    16384  1 iTCO_wdt
rt2x00pci              16384  1 rt2800pci
rt2x00mmio             16384  2 rt2800pci,rt2800mmio
rt2x00lib              53248  5 rt2x00pci,rt2800lib,rt2800pci,rt2800mmio,rt2x00mmio
eeprom_93cx6           16384  1 rt2800pci
mac80211              630784  3 rt2x00lib,rt2x00pci,rt2800lib
cfg80211              532480  3 wl,mac80211,rt2x00lib
crc_ccitt              16384  2 rt2800lib,ppp_async
rtsx_pci_ms            20480  0
memstick               20480  1 rtsx_pci_ms
parport_pc             28672  0
parport                49152  3 lp,ppdev,parport_pc
rtsx_pci_sdmmc         24576  0
mmc_core              126976  1 rtsx_pci_sdmmc
rtsx_pci               53248  2 rtsx_pci_ms,rtsx_pci_sdmmc
mfd_core               16384  2 lpc_ich,rtsx_pci


驱动不对吗?
网上下了几个驱动编译不过,有error


Reply Favorite View the author
All Replies
p091001
deepin
2016-01-03 09:14
#1
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1049466

Need support of Ralink RT3290 wifi support

这个类似,但看不懂
Reply View the author
p091001
deepin
2016-01-03 17:21
#2
顶起

大神何在啊
Reply View the author
olaohu
deepin
2016-01-03 18:15
#3
本帖最后由 olaohu 于 2016-1-3 11:53 编辑

别试了,在最新的内核上无法编译使用,等深度官方解决吧!

2012_0508_RT3290_Linux_STA_v2.6.0.0.zip1. Check your wireless controller hardware  检查你无线网卡的硬件。终端输入下面命令:

lspci | grep Network

You should get the following output,你应该得到下面的输出:

Network controller: Ralink corp. Device 3290

If so, you will need to install Ralink driver 3562.如果是这样的输出,你应该安装ralink3562的驱动。压缩文档在附件。

3. Extract the folder (DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217) to your home directory.
解压文档到你的家目录。
4. Open DPO_RT…/os/linux/config.mk,打开目录中/os/linux/config.mk文件

5. Change line 26 to read (改变26行为)HAS_WPA_SUPPLICANT=y
Change line 31 to read                    HAS_NATIVE_WPA_SUPPLICANT=y

6. Open a terminal
打开终端进入
cd DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217

7. sudo make 执行:sudo make

8. Install the driver.安装驱动执行:sudo make install
sudo make install

9. Next you need to blacklist the conflicting wireless drivers

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

Add the following lines:添加下面的行
#Wireless drivers conflicting with rt3562sta
blacklist rt2800pci
blacklist rt2x00pci
10. Tell linux to load the correct module on boot
sudo gedit /etc/modules

Append the following line:添加下面的语句
rt3290sta
11. Update the changes升级这个改变
sudo update-initramfs -u
12. Restart your system. You should see a list of available networks in the network manager next time it boots.重启系统





Reply View the author
p091001
deepin
2016-01-03 19:38
#4
https://bbs.deepin.org/post/35279
1. Check your wireless controller hardware  检查你无线网卡的硬件。终端输入下面命令:

lspci | grep N ...

谢谢

不过这句

别试了,在最新的内核上无法编译使用,等深度官方解决吧!

为什么放在最后,害我白高兴一场

不过我昨晚就试过这个了,编译失败就是这个
Reply View the author
olaohu
deepin
2016-01-03 19:53
#5

我刚开始没实验,结果编译后才发现不行,对不起啊,我准备删了帖子。
Reply View the author
p091001
deepin
2016-01-03 20:58
#6
https://bbs.deepin.org/post/35279
我刚开始没实验,结果编译后才发现不行,对不起啊,我准备删了帖子。



悲剧的我一直在用手机共享网络给电脑上网

这驱动应该在内核就支持了啊,不明白为什么搜不到信号
Reply View the author
zhlk1001
deepin
2016-01-03 22:26
#7
不要rc,正式版装了吗
Reply View the author
p091001
deepin
2016-01-04 00:43
#8
https://bbs.deepin.org/post/35279
不要rc,正式版装了吗

正式版??

不知道啊

31号下载的

系统信息里面没提示更新啊
Reply View the author
liujianfeng
deepin
2016-01-05 01:02
#9
https://wiki.debian.org/rt2800pci
试试安装 firmware-ralink
这个驱动是集成到内核了,有问题应该是固件的问题
Reply View the author
p091001
deepin
2016-01-05 02:49
#10
https://bbs.deepin.org/post/35279
https://wiki.debian.org/rt2800pci
试试安装 firmware-ralink
这个驱动是集成到内核了,有问题应该是固件 ...

安装 firmware-ralink后重启依然不行

win下wifi是好的
Reply View the author
liugang
deepin
2016-01-05 04:50
#11
我的有线网络都没法联网,你有没有遇到过这样的问题?
Reply View the author
p091001
deepin
2016-01-05 05:26
#12
https://bbs.deepin.org/post/35279
我的有线网络都没法联网,你有没有遇到过这样的问题?

只有无线网络,有线网络不知道
Reply View the author