CubieBoard中文论坛

 找回密码
 立即注册
搜索
热搜: unable
查看: 11676|回复: 7

【求助】Fedora 19 加载 8188eu 模块出错 Cannot allocate memory

[复制链接]
回帖奖励 10 金钱 回复本帖可获得 1 金钱奖励! 每人限 1 次(中奖概率 10%)
发表于 2014-3-9 17:11:06 | 显示全部楼层 |阅读模式
本帖最后由 int 于 2014-3-9 17:14 编辑

用的是 FAST FW150US 网卡

用 nand 里面的 cubian 开机能自动识别该网卡并自动加载驱动,并且可以正常连接无线。

可是切换到 tf 卡里面的 fedora 19 后,却无法加载驱动。
  1. # lsusb
  2. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  4. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  5. Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  6. Bus 002 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
  7. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
复制代码
发现 fedora 19 自带了 8188us 的驱动,就是无法加载。
  1. # ls /lib/modules/3.4.61.sun7i+/kernel/drivers/net/wireless/rtl8188eu/
  2. 8188eu.ko
复制代码
尝试加载:
  1. # modprobe 8188eu
  2. modprobe: ERROR: could not insert '8188eu': Cannot allocate memory
复制代码
用 insmod 也一样:
  1. # insmod 8188eu.ko
  2. insmod: ERROR: could not insert module 8188eu.ko: Cannot allocate memory
复制代码
相关环境:
  1. # uname -a
  2. Linux obsidian 3.4.61.sun7i+ #212 SMP Sun Oct 13 12:11:09 CEST 2013 armv7l armv7l armv7l GNU/Linux
复制代码
  1. # modinfo /lib/modules/3.4.61.sun7i+/kernel/drivers/net/wireless/rtl8188eu/8188eu.ko
  2. filename:       /lib/modules/3.4.61.sun7i+/kernel/drivers/net/wireless/rtl8188eu/8188eu.ko
  3. version:        v4.1.2_4787.20120803
  4. author:         Realtek Semiconductor Corp.
  5. description:    Realtek Wireless Lan Driver
  6. license:        GPL
  7. srcversion:     71DCD33F1AC9ABDB022C42C
  8. alias:          usb:v0BDAp8179d*dc*dsc*dp*ic*isc*ip*
  9. depends:        
  10. intree:         Y
  11. vermagic:       3.4.61.sun7i+ SMP mod_unload ARMv7 p2v8
  12. parm:           rtw_ips_mode:The default IPS mode (int)
  13. parm:           ifname:charp
  14. parm:           rtw_initmac:charp
  15. parm:           rtw_channel_plan:int
  16. parm:           rtw_chip_version:int
  17. parm:           rtw_rfintfs:int
  18. parm:           rtw_lbkmode:int
  19. parm:           rtw_network_mode:int
  20. parm:           rtw_channel:int
  21. parm:           rtw_mp_mode:int
  22. parm:           rtw_wmm_enable:int
  23. parm:           rtw_vrtl_carrier_sense:int
  24. parm:           rtw_vcs_type:int
  25. parm:           rtw_busy_thresh:int
  26. parm:           rtw_ht_enable:int
  27. parm:           rtw_cbw40_enable:int
  28. parm:           rtw_ampdu_enable:int
  29. parm:           rtw_rx_stbc:int
  30. parm:           rtw_ampdu_amsdu:int
  31. parm:           rtw_lowrate_two_xmit:int
  32. parm:           rtw_rf_config:int
  33. parm:           rtw_power_mgnt:int
  34. parm:           rtw_smart_ps:int
  35. parm:           rtw_low_power:int
  36. parm:           rtw_wifi_spec:int
  37. parm:           rtw_antdiv_cfg:int
  38. parm:           rtw_antdiv_type:int
  39. parm:           rtw_enusbss:int
  40. parm:           rtw_hwpdn_mode:int
  41. parm:           rtw_hwpwrp_detect:int
  42. parm:           rtw_hw_wps_pbc:int
  43. parm:           rtw_max_roaming_times:The max roaming times to try (uint)
  44. parm:           rtw_mc2u_disable:int
复制代码
  1. # ls /lib/firmware/rtlwifi/
  2. rtl8188efw.bin     rtl8192cufw_B.bin     rtl8723aufw_A.bin
  3. rtl8188eufw.bin    rtl8192cufw.bin       rtl8723aufw_B.bin
  4. rtl8192cfw.bin     rtl8192cufw_TMSC.bin  rtl8723aufw_B_NoBT.bin
  5. rtl8192cfwU_B.bin  rtl8192defw.bin       rtl8723fw_B.bin
  6. rtl8192cfwU.bin    rtl8192sefw.bin       rtl8723fw.bin
  7. rtl8192cufw_A.bin  rtl8712u.bin          rtl8821aefw.bin
复制代码
回复

使用道具 举报

 楼主| 发表于 2014-3-9 19:50:56 | 显示全部楼层
在 linux-sunxi.org 找到答案了,修改 script.bin 解决~

顺利用上了!
回复 支持 反对

使用道具 举报

发表于 2014-5-6 21:25:49 | 显示全部楼层
求解决办法....修改了啥东西....
回复 支持 反对

使用道具 举报

发表于 2014-5-20 20:06:30 | 显示全部楼层
求解答方法
回复 支持 反对

使用道具 举报

发表于 2014-5-23 13:22:52 | 显示全部楼层
同问。 。。。。。。。。。。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-5-31 22:35:36 | 显示全部楼层
Billy 发表于 2014-5-6 21:25
求解决办法....修改了啥东西....

看这里~

http://cubietech.com/forum.php?mod=viewthread&tid=2744
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-5-31 22:36:19 | 显示全部楼层
hermitbin 发表于 2014-5-20 20:06
求解答方法

看这里~

http://cubietech.com/forum.php?mod=viewthread&tid=2744
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-5-31 22:37:02 | 显示全部楼层
lazypaul 发表于 2014-5-23 13:22
同问。 。。。。。。。。。。。。

看这里~

http://cubietech.com/forum.php?mod=viewthread&tid=2744
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|粤ICP备13051116号|cubie.cc---深刻的嵌入式技术讨论社区

GMT+8, 2024-5-4 04:22 , Processed in 0.024656 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部