3G模块设备和Android系统主要通过USB接口进行数据通信。Android系统上的Linux内核需要根据3G模块设备上报的USB设备接口加载USB
驱动,USB驱动正确加载后,3G模块才能正常工作。下面以添加华为模块设备识别为例:
一、修改 .../kernel/drivers/usb/serial/option.c文件
1、在option_probe()函数内添加红色框部...
分类:
移动开发 时间:
2014-10-31 12:09:30
阅读次数:
328
需要修改位置:
(1)/linux-2.6/arch/mips/rt2880/Kconfig
(2)/linux-2.6/drivers/mtd/maps/ralink-flash.h
(3)/linux-2.6/drivers/mtd/maps/ralink-spi.c
(4)/vendors/Ralink/RT5350/config/4M_32M_config.linux-2.6(...
分类:
系统相关 时间:
2014-10-31 12:07:26
阅读次数:
282
Today i see a blog and get the answer as below:
open 'C:\Windows\System32\drivers\etc' open the 'hosts', the contents as below
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS ...
分类:
其他好文 时间:
2014-10-29 00:29:17
阅读次数:
253
From http://blog.linuxconsulting.ro/2010/04/porting-wifi-drivers-to-android.htmlPorting WiFi drivers to Androidby Nicu Pavel on11 August 2010Update(19...
分类:
移动开发 时间:
2014-10-28 11:38:37
阅读次数:
827
修改两个文件/arch/arm/mach-s3c2440/mach-smdk2440.c和linux-3.0-s3c2440/drivers/input/touchscreen/s3c2410_ts.c 1 /arch/arm/mach-s3c2440/mach-smdk2440.c 2 3 +#....
分类:
系统相关 时间:
2014-10-23 16:02:59
阅读次数:
261
的确是比vmware差点...1.virtualbox运行时报cannot access the kernel driver 的一个解决方法go into C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv in Windows, and click...
分类:
其他好文 时间:
2014-10-22 23:22:28
阅读次数:
220
Back in December 2011, LWN reviewed the list of Android kernel patches in the linux-next staging directory. The merging of these drivers, one of which is a memory allocator called PMEM, holds the p...
分类:
移动开发 时间:
2014-10-21 17:59:08
阅读次数:
379
还是利用 mini2440移植uboot-2008.10 (一) 修改好的代码 通过观察可以发现,mini2400使用的网卡芯片是DM9000,在uboot-2008.10源码中已经支持该芯片的驱动(drivers/net/dm9000.c),但是并不完善 具体原理还不是很清楚,现在只是做一下移植步...
分类:
其他好文 时间:
2014-10-21 17:33:46
阅读次数:
222
============问题描述============ 如题,利用androidSDKManager无法下载各个版本的SDK,是最近无法连接上谷歌的服务器吗?我用了网上说的在C:\WINDOWS\system32\drivers\etc\hosts里加入了#Google主页203.208.46.1...
分类:
移动开发 时间:
2014-10-20 22:45:13
阅读次数:
277
1、在:\Windows\System32\drivers\etc目录下找到host文件,不能再这个目录修改host文件,需要先拷贝到桌面然后把一下地址添加到host文件的最末尾203.208.46.146 dl-ssl.google.com203.208.46.146 dl.google.com将...
分类:
移动开发 时间:
2014-10-20 14:49:00
阅读次数:
244