主题 : 安裝 Telit 3.5G 模塊有疑問,請教高手!! 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 8903
精华: 0
发帖: 7
金钱: 70 两
威望: 35 点
综合积分: 14 分
注册时间: 2009-09-10
最后登录: 2009-09-22
楼主  发表于: 2009-09-16 23:39

 安裝 Telit 3.5G 模塊有疑問,請教高手!!

linux-2.6.23-telit-arm.rar (92 K) 下载次数:4 依照安裝指示:
Please find attached the UC864E Linux driver 2.6.23.

Loading the device driver
# insmod usb_telit_arm.ko
# sh Start_usb_telit_Modem.sh to use the shell script

Unloading the device driver
# rmmod usb_telit_arm.ko for kernel 2.6.x
# sh End_usb_telit_Modem.sh to use the shell script


安裝時出現錯誤訊息如下:
[root@FriendlyARM plg]# ls
End_usb_telit_Modem.sh Start_usb_telit_Modem.sh usb_telit_arm.ko
[root@FriendlyARM plg]# insmod usb_telit_arm.ko
usb_telit_arm: version magic '2.6.23 mod_unload ARMv4 ' should be '2.6.29.4-Frie
ndlyARM mod_unload ARMv4 '
insmod: cannot insert 'usb_telit_arm.ko': invalid module format
[root@FriendlyARM plg]#

請教高手這是因為驅動版本不符合嗎?有什麼辦法可以克服嗎?謝謝!!
*無鈳取玳
级别: 论坛版主
UID: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
1楼  发表于: 2009-09-16 23:58
内核模块必须compile against当前运行的内核镜像源代码。除非你可以用友善之臂提供的2.6.29内核源代码重新编译usb_telit_arm.ko,否则模块不可能载入。
"If you have an apple and I have an apple and we exchange apples, then you and I will
still each have one apple. But if you have an idea and I have an idea and we exchange
these ideas, then each of us will have two ideas."
级别: 新手上路
UID: 8903
精华: 0
发帖: 7
金钱: 70 两
威望: 35 点
综合积分: 14 分
注册时间: 2009-09-10
最后登录: 2009-09-22
2楼  发表于: 2009-09-17 00:16
謝謝你的指導~我來試試看!

如果有興趣的高手編譯成功的話,也煩請告知結果囉~

感謝 Kasim~ 感謝各位!!