QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 3044|回复: 5

usb无线网卡驱动移植请教(linux-wlan-ng)

[复制链接]
发表于 2006-6-9 20:19:42 | 显示全部楼层 |阅读模式
我是新手,现在用at91rm9200的开发板做个项目,需要移植usb无线网卡的驱动,我下了 linux-wlan-ng.0.2.2.tar.gz.然后做了下面一点工作
1.kedit config.in
  enable the crosscompile
2.make config

-------------- Linux WLAN Configuration Script -------------

The default responses are correct for most users.

Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [n]: n
Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [n]: n
Build Prism2.5 native PCI (_pci) driver? (y/n) [n]: n
Build Prism2.5 USB (_usb) driver? (y/n) [y]: y

Linux source directory :/HHARM9200/linux-2.4.19-rmk7

The kernel source tree is version 2.4.19-rmk7.
WARNING: the current running kernel is actually version 2.4.20.
The current kernel build date is Wed Oct 6 09:16:23 2004.

Alternate target install root directory on host [/opt/flea/install/wlan_ng]:
  Module install directory :/HHARM9200/linux-2.4.19-rmk7

It looks like you have a System V init file setup.

Prefix for build host compiler? (rarely needed) []:

Build for debugging (see doc/config.debug) (y/n) [n]:

Configuration successful.  Now type 'make' and pray.
3. make
  success
我然后mount了主机到班子上,试图insmod prism2_usb.o,好像出错,
请问高手,驱动移植该怎么做啊,我试图修改了drivers/usb/makefile
文件,加入了obj-$(CONFIG_USB_WLAN) +=linux-wlan-ng
在drivers/usb/下建了linux-wlan-ng文件夹,
在/drivers/usb/config.in中也添加了USB_WLAN tristate USB wlan device' CONFIG_USB_WLAN,可是不知道其他的依赖关系了,还有不知道linux-wlan-ng中哪部分要移过来,晕阿,请教做过的大虾,给点指导吧
发表于 2006-7-10 09:52:41 | 显示全部楼层
我用的是s3c2410的ARM板,想在上面搞个无线网卡,我也尝试编译无线网卡的驱动,我下的是0.2.3版本的,但当我进行到以下步骤时就发生问题了
Linux source directory [/lib/modules/2.6.15-23-386/build]: /home/kernel/2.4.18-rmk7
Linux source tree /home/kernel/2.4.18-rmk7 is incomplete or missing!
    The kernel header files are present, but not  the full source code.
    See the HOWTO for a list of FTP sites for current kernel sources.

Configuration failed
    是内核的版本问题吗?我的内核版本是不是太低了呢?有哪位大虾知道是什么原因吗?
回复

使用道具 举报

发表于 2006-7-27 09:16:42 | 显示全部楼层

请教

不知道楼上的两位是否已经搞定啦。在下也要做这方面的移植,不知道有什么好的经验,可以把两位的移植过程告诉我吗?[email protected]
回复

使用道具 举报

发表于 2006-7-27 10:53:59 | 显示全部楼层
我也在搞无线网卡的移植,不知道怎么安装驱动了,郁闷啊
回复

使用道具 举报

发表于 2006-7-31 17:19:27 | 显示全部楼层
kangray的问题是内核版本低了,要改用2.6的内核
回复

使用道具 举报

发表于 2006-8-20 09:11:39 | 显示全部楼层
[quote:06d276430d="jessicaycz"]kangray的问题是内核版本低了,要改用2.6的内核[/quote]
瞎说 看看README里,只适合2.4.22以下
我的2.4.18+S3C2410 跑起来了,但是2.6还没哟起来
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-2 12:31 , Processed in 0.100923 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表