为什么我的添加安卓设置选项x86设置里没有以太网选项

>> 关于R720网卡不识别的问题
问题说明:
我们的系统装的是从网上的当的一个基于CentOS5.6的精简定制版本,装的过程中竟然没有出现设置IP的界面,心想坏了,网卡驱动得重装了,系统装完后,一试果然如此,虽然问题比较简单,但本人这次算是第一次手动安装网卡驱动,解决的过程中还是费了点波折,故记录下来和大家分享。
要解决这个问题当然是下载最新的网卡驱动安装更新了,步骤如下:
第一步、首先要确定自己的网卡型号,去下载相应的驱动程序
lspci | grep Ethernet
01:00.0 Ethernet controller: Broadcom Corporation Device 165f
怎么是165f不像R710有具体型号呢
01:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet
从上面的信息确定了网卡是博通的,那型号呢?165f又是个什么东东呢?没办法问谷老师吧!从谷老师那得到的答案是个设备ID号,然后其对应的网卡型号为 NetXtreme BCM5720 Gigabit Ethernet PCIe。ok了,知道了型号就可以去博通官网http://zh-/support/ethernet_nic/downloaddrivers.php下载最新的驱动了,下载回来的驱动文件为linux-3.122n.zip
第二步、安装新驱动
unzip linux-3.122n.zip
cd Server/Linux/Driver/ 注:如果以前没安装过,不知道如何安装可先阅读该文件夹下的README.TXT文件
rpm -ivh tg3-3.122n-1.src.rpm
cd /usr/src/redhat/SPECS/
rpmbuild -bb tg3.spec
注:我在这又遇到了问题,通过查看输出信息得知,是因为没有内核源码,编译驱动是需要内核源码滴(可悲的精简定制版,真是精简啊!),没有那就下载吧,首先uname -a看一下内核版本,注意版本一定要严格一致,我在安装的过程中下载的kernel-devel的版本与我所装系统的内核版本不一致导致了驱动编译完加载的时候提示tg3:unknown symbol pci_vpd_find_info_keyword....(我第一下载的是kernel-devel-2.6.x-y.el5.x86_64.rpm 版本中的y与我的系统不一致)
cd ../RPMS/x86_64/
rpm -ivh tg3-3.122n-1.x86_64.rpm 注:tg3.ko驱动文件被安装到了/lib/modules/`uname -r`/updates
cp /lib/modules/`uname -r`/updates/tg3.ko /lib/modules/`uname -r`/kernel/drivers/net
chmod 744 tg3.ko
vi /etc/modprobe.conf 添加如下几行
alias eth0 tg3
alias eth1 tg3
alias eth2 tg3
alias eth3 tg3
然后重启机器即可
本文出自 &每天进步一点点& 博客
最新图文资讯
相关文章列表:
推荐文章:
随机资讯:Android x86 5.1 Lollipop RC1 Images for VMware & VirtualBox
Android x86 5.1 Lollipop RC1 Images for VMware and VirtualBox
Android x86 developers announced the latest ported version of Android x86 5.1 Lollipop for x86/32bit machines, this is first RC1 release and includes number of interesting features, including support for 64bit processors: “The 5.1-rc1 release is based on the Android 5.1.1_r24. We added many x86 specified code and fixed issues to let the system runs smoothly on x86 platforms, especially for netbooks or tablets. The key features contain: Supports 64-bit kernel and userspace, as well as 32- Update kernel to 4.0.9; Enable OpenGL ES hardware acceleration for Intel/AMD(radeon/radeonsi)/Nvidia(nouveau) Support booting from UEFI and installing to UEFI Be able to install to ext4/ext3/ext2/NTFS/FAT32 file systems via a text based GUI Support Multi-touch, Audio, Wifi, Bluetooth, Sensors, Camera and Ethernet (DHCP only); Auto-mount external usb drive and SD card with filesystem vFAT/NTFS/exFAT/ext4; Support VM including Qemu, VirtualBox and VM Support foreign archs (arm / arm64) via the native bridge mechanism. (Settings -& Apps Compatibility)” You can read complete release announcement .
Known issues:
Uvesafb doesn’t work for x86_64.
Superuser doesn’t work for x86_64.
Suspend and resume doesn’t work on some devices.
No grub splash image.
We are providing you virtual images for latest version of Android x86 5.1 Lollipop for VirtualBox and VMware.
You can download VDI and VMDK images for VirtualBox & VMware from .
Share this post
Recent Posts
Tutorials for:
Acknowledgements
The terms & logos we've used VirtualBox(TM), VMware(TM) and others are registered trademarks for their respective corporations, and used on this site for reference proposes only. Infringing behavior isn't intended.
Our site is using cookies, by visiting our site you are agree to use of cookies. Read our .
Recent Posts
Support Project后使用快捷导航没有帐号?
好友性别男金钱74911 贡献1066 帖子精华1注册时间最后登录在线时间2888 小时
UID1帖子阅读权限255在线时间2888 小时
扫一扫,手机访问本帖
Broadcom NetLink Gigabit Ethernet
This driver is for these devices with fix against stoping under an intense traffic
It work with Snow Leopard(x32,x34-thanks rals2007 for compilation), Lion(x64), and (x64) and(x64). Works in x32 and x64 mode as well.
The version 2.3.5 is only suitable for 64bit systems. If you need 32bit driver on lion. try the kext for Snow Leopard.
下面的型号都是支持的。安装补丁文件到S/l/E下
修复缓存 重启。支持10.6--到-
#define DEVICEID_BCM5722& & & &&&0x165A
#define DEVICEID_BCM5754& & & &&&0x167A
#define DEVICEID_BCM5754M& & & &&&0x1672
#define DEVICEID_BCM5755& & & &&&0x167B
#define DEVICEID_BCM5755M& & & &&&0x1673
#define DEVICEID_BCM5787& & & &&&0x169B
#define DEVICEID_BCM5787M& & & &&&0x1693
#define DEVICEID_BCM5906& & & &&&0x1712
#define DEVICEID_BCM5906M& & & &&&0x1713
#define DEVICEID_BCM57788& & & &&&0x1691
#define DEVICEID_BCM5784& & & &&&0x1698
#define DEVICEID_BCM57785& & & &&&0x16b5
#define DEVICEID_BCM57781& & & &&&0x16b1
#define DEVICEID_BCM57780& & & &&&0x1692
#define DEVICEID_BCM5752& & & &&&0x1600
#define DEVICEID_BCM5761& & & &&&0x1681
#define DEVICEID_BCM5761E& & & &&&0x1680
该贴已经同步到
麦创网在线商城 更多游戏软件等你来
好友性别保密金钱89 贡献0 帖子精华0注册时间最后登录在线时间62 小时
中级果粉, 积分 273, 距离下一级还需 227 积分
UID13908帖子阅读权限30在线时间62 小时
太好了,谢谢
好友性别保密金钱89 贡献0 帖子精华0注册时间最后登录在线时间62 小时
中级果粉, 积分 273, 距离下一级还需 227 积分
UID13908帖子阅读权限30在线时间62 小时
好东西,谢谢分享
好友性别保密金钱3 贡献0 帖子精华0注册时间最后登录在线时间2 小时
果迷, 积分 13, 距离下一级还需 37 积分
UID15836帖子阅读权限10在线时间2 小时
哈哈 拿走了 谢谢分享!!
好友性别保密金钱21 贡献0 帖子精华0注册时间最后登录在线时间5 小时
果迷, 积分 35, 距离下一级还需 15 积分
UID17049帖子阅读权限10在线时间5 小时
好东西啊,找了好久才找到 啊
好友性别保密金钱2 贡献0 帖子精华0注册时间最后登录在线时间17 小时
果迷, 积分 43, 距离下一级还需 7 积分
UID17154帖子阅读权限10在线时间17 小时
地址呢 这么没有地址呢个
好友性别保密金钱39 贡献0 帖子精华0注册时间最后登录在线时间7 小时
小果粉, 积分 57, 距离下一级还需 43 积分
UID6415帖子阅读权限20在线时间7 小时
不错,很简洁!!!!
好友性别保密金钱0 贡献0 帖子精华0注册时间最后登录在线时间1 小时
果迷, 积分 3, 距离下一级还需 47 积分
UID17274帖子阅读权限10在线时间1 小时
终于找到我必须的网卡驱动了。。。。好激动,,
好友性别保密金钱8 贡献0 帖子精华0注册时间最后登录在线时间2 小时
果迷, 积分 16, 距离下一级还需 34 积分
UID16340帖子阅读权限10在线时间2 小时
驱动在哪啊
好友性别保密金钱7 贡献0 帖子精华0注册时间最后登录在线时间4 小时
果迷, 积分 24, 距离下一级还需 26 积分
UID3473帖子阅读权限10在线时间4 小时
感谢分享,终于找到了
禁止任何未经允许的修改,传播或使用。
Powered by
用户言论不代表本站立场。【救助】为什么我的安卓x86设置里没有以太网选项?【androidx86吧】_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0成为超级会员,使用一键签到本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:13,858贴子:
【救助】为什么我的安卓x86设置里没有以太网选项?收藏
无法联网,在浏览器中更改了搜索引擎还是不行求求大神指点!!!
江苏盘锦天燃气模温机,一台省得让你怀疑人生的燃气锅炉
应该是只能用无线
都没有吧,但是可以直接用,插网线就行
最好还是买一个无线网卡 我用以太网上不了豌豆荚
登录百度帐号推荐应用

我要回帖

更多关于 欧姆龙以太网选项板 的文章

 

随机推荐