- 浏览: 5492 次
- 性别:
- 来自: 北京
最新评论
文章列表
来源:http://blog.csdn.net/czmchen/article/details/46389289
一:所用命令
dmesg | grep firmware(看看有没有来自无线网卡的固件请求)
iw:
iw dev(查找无线网卡口)
iw wls1 link(查看wls1网口无线网络连接情况)
iw wls1 scan | grep SSID(查看wls1网口可连接的wifi)
ip:
ip link set wls1 up(将无线网口wls1开启)
ip link show wls1(显示无线网口wls ...
来源:https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom
Broadcom Corporation Based Wireless NICs
BCM4311, BCM4312, BCM4313, BCM4321, BCM4322,
BCM43224, BCM43225, BCM43227 and BCM43228
These chipsets are not natively supported by CentOS.
NOTE: This manual is primarily ...
已有Win7, 通过U盘启动方式装双系统 CentOS 7安装成功后,发现win7的系统引导不见了。
解决方法1.使用root身份(必须)打开 /boot/grub2/grub.cfg 2.找到 ### BEGIN /etc/grub.d/30_os-prober ### 在后面添加 menuentry "Windows 7 (loader) (on /dev/sda1)" { insmod ntfs set root=(hd0,1) chainloader +1 }说明:set root=(hd0,1) 其中 hd0 表示硬盘 ...