博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to install wifi driver in Mer
阅读量:4137 次
发布时间:2019-05-25

本文共 1009 字,大约阅读时间需要 3 分钟。

SmartQ7 Mer操作系统上 安装wifi 驱动 

 

To get wireless networking to work (from ):

1. Grab the firmware package from Marvell here: and copy it to your computer.

2. Extract the downloaded zip file, then extract SD-8686-FEDORA26FC6-SYSKT-GPL-9.70.3.p24-26409.P45.tar within it. Extract the FwImage folder.

3. Inside there are two files, helper_sd.bin and sd8686.bin. Rename helper_sd.bin to sd8686_helper.bin and copy to your SD card

4. In Mer on SmartQ, open X-Terminal and:

$ sudo mount -t vfat /dev/mmcblk1p1 /media(password is the one you used when installing)$ sudo cp /media/sd8686.bin /lib/firmware/sd8686.bin$ sudo cp /media/sd8686_helper.bin /lib/firmware/sd8686_helper.bin$ sudo umount /media

5. Reboot.

If people want to be able to connect to WPA/WPA2 networks, they can use this fix:

Download

for Q5

for Q7

copy to a SD card

Mount SD like you did with the WiFi firmware (sd8686.bin and so on)

sudo mount -t vfat /dev/mmcblk1p1 /media

sudo dpkg -i kernel-smartq5-modules_2.6.24.7-smartq5-050509_all.deb

Reboot

 

转自

转载地址:http://ylmvi.baihongyu.com/

你可能感兴趣的文章
java杂记
查看>>
RunTime.getRuntime().exec()
查看>>
Oracle 分组排序函数
查看>>
删除weblogic 域
查看>>
VMware Workstation 14中文破解版下载(附密钥)(笔记)
查看>>
日志框架学习
查看>>
日志框架学习2
查看>>
SVN-无法查看log,提示Want to go offline,时间显示1970问题,error主要是 url中 有一层的中文进行了2次encode
查看>>
NGINX
查看>>
Qt文件夹选择对话框
查看>>
1062 Talent and Virtue (25 分)
查看>>
1061 Dating (20 分)
查看>>
1060 Are They Equal (25 分)
查看>>
83. Remove Duplicates from Sorted List(easy)
查看>>
88. Merge Sorted Array(easy)
查看>>
leetcode刷题191 位1的个数 Number of 1 Bits(简单) Python Java
查看>>
leetcode刷题198 打家劫舍 House Robber(简单) Python Java
查看>>
NG深度学习第一门课作业2 通过一个隐藏层的神经网络来做平面数据的分类
查看>>
leetcode刷题234 回文链表 Palindrome Linked List(简单) Python Java
查看>>
NG深度学习第二门课作业1-1 深度学习的实践
查看>>