How do I get my Intel Dual Band Wireless AC 7260 WIFI Card t
Tofloor
poster avatar
koesherbacon
deepin
2014-06-25 01:20
Author
hello,I got some information about this kind of wifi card,I hope this information could help you.
1.Check your the core of your wifi card,use that command:
sudo lspci -vnn |grep 14e4
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
BCM4312 is the detail of your wifi card core.
2.Download the linux driver from broadcom.www.broadcom.com/support/802.11/linux_sta.php。if you haven't install that before,you'd better download readme,it can tell you how to intall.The driver's version depend on linuxdeepin's version,32bit download 32bit,64bit download 64bit.
3installation instruction:
1)creat a direction,mkdir hybrid_wl
cd hybrid_wl
decompression it,tar -xzf hybrid-portsrc-x86_64-v5.10.91.9.3.tar.gz
2).use that command:
make clean
make
remove the old driver,
lsmod | grep "b43\|ssb\|wl"
rmmod b43
rmmod ssb
rmmod wl
3).install it!~
modprobe lib80211
insmod wl.ko
4.Finish
if you have any quastion you can use Google Translate to translate this web for help:
http://zhidao.baidu.com/link?url=z4dP70 ... 1tlcBH1PUC
Reply Favorite View the author
All Replies
koesherbacon
deepin
2014-06-20 23:04
#1
Hello there,

I’m quite new to Linux, and am not sure how to go about getting this to work.

I’m not sure how to get my Toshiba Satellite E55-A5114’s WIFI Card to Work (Computer info: http://goo.gl/VknKja).

While in Windows 8.1, I was able to figure out that I have an Intel Dual Band Wireless AC 7260 WIFI Card by clicking on This Computer—> Device Manager—> Network Adapters.

I did some searching with Google, and found these page from Intel’s Linux Drivers/Downloads:
- http://goo.gl/AYHWRL
- http://goo.gl/7k4NNg
- http://goo.gl/vTXCKM

So, using those pages as guidelines, can someone tell me exactly what I should type into the Terminal in order to get my WIFI work work?

Like I said, I’m relatively new to Linux, especially when it comes to getting hardware to work.  So whatever help you can provide me will be extremely appreciated!

Thanks so much everyone!
Reply View the author
nancy2014
deepin
2014-06-28 01:51
#2
Hello. I am from Deepin Team. We'll add the hardware's compatibility in the release. But I have to tell you that drive problem should be solved by the drive producers.
Reply View the author