tomlist 发表于 2013-8-12 18:12:22

求助,系统驱动问题。

求助,大神。
我的板子A20的,内核可以编译,但是启动后有些驱动加载不了,比如eth0没有up。
自己觉得可能是编译器的问题,但是换了几个编译器都是一样的问题。
求求各位大神,帮忙看看问题出在什么地方?

用的kernel,rootfs,和tools都是从https://github.com/cubieboard2/,git下来的。
编译就是用的,tools里的build.sh。

下面的是启动部分启动信息。完整的启动信息在附件里面。
<6>registered taskstats version 1
<6>I2C: i2c-1: HDMI I2C adapter
<6>disp clks: lcd 74250000 pre_scale 1 hdmi 74250000 pll 297000000 2x 0
<6>Console: switching to colour frame buffer device 160x45
<6>platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
<6>platform reg-20-cs-buck3: Driver reg-20-cs-buck3 requests probe deferral
<6>platform reg-20-cs-buck2: Driver reg-20-cs-buck2 requests probe deferral
<6>platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
<6>platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
<6>platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
<6>console enabled
<6>netconsole: network logging started
<6>sunxi-rtc sunxi-rtc: setting system clock to 2010-01-01 00:00:00 UTC (1262304000)
<6>ALSA device list:
<6>No soundcards found.
<6>Freeing init memory: 200K
nand: disagrees about version of symbol module_layout
insmod: can't insert '/nand.ko': invalid module format
<6>EXT4-fs (nandd): mounted filesystem with ordered data mode. Opts: (null)
<6>Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
<6>EXT4-fs (nandd): re-mounted. Opts: data=ordered
Starting logging: OK
Initializing random number generator... done.
ifconfig: SIOCSIFHWADDR: No such device
ifconfig: SIOCSIFADDR: No such device
Starting network...
ip: RTNETLINK answers: File exists
modprobe: module sw_ahci_platform not found in modules.dep
Please insmod sunxi-ir.ko

/lib # ifconfig eth0 up
ifconfig: SIOCGIFFLAGS: No such device






tomlist 发表于 2013-8-12 18:34:14

补充一下,内核是3.4

kakatoo 发表于 2013-8-12 20:52:15

我的也是类似问题 12.04 LTS的UBUNTU 64bit,无法加载ko ,而且网卡也不行。
用的 sun-3.4-cb2 分支。直接 build.sh的 用的是 rootfs里面的 文件系统, 基本上就是官方原封编译,但是问题多多啊......
官方内核https://github.com/cubieboard2的3.4分支有没有测试过?:dizzy:

cubieplayer 发表于 2013-8-13 12:14:56

3.4-a20的内核开发者很少,慢慢等吧,急不来

POPFAN 发表于 2013-10-24 15:43:12

我也遇到这个问题了,怎么办啊

POPFAN 发表于 2013-10-24 15:57:27

搞定了,原来是config文件没有把全智的网卡驱动选中

◤礼◢ 发表于 2015-3-7 15:35:18

楼主问题解决了没?
页: [1]
查看完整版本: 求助,系统驱动问题。