Forum Discussion
Altera_Forum
Honored Contributor
19 years agozd1211b can not work on uClinux-dist-20060803
Hi, hippo
I following your "WiFi" steps to try "GW-US54GZL" Wireless LAN USB Adapter on DE2 , bit it can not work. display following message: />modprobe zd1211b ZD1211B - version 2.15.0.0 vendor_id = 0053 product_id = 5301 USB 1.1 Host Release Ver = 4810 EEPROM Ver =4810 Finsih download Firmware. Ready to reboot PA type : 0 AiroHa AL2230S_RF AllowedChannel = 000107ff Region :16 usbcore: registered new driver zd1211b />iconfig eth0 up />iwconfig lo no wireless extensions. Warning: Driver for device eth0 has been compiled with version 20 of Wireless Extension, while this program is using version 17. Some thing may be broken... eth0 ESSID:off/any Nickname:"" NWID:0 Channel:0 Access Point: 23:00:31:00:00:00 Bit Rate:2.35631Mb/s Tx-Power=2356312 dBm Sensitivity:0/0 Retry:on RTS thr= 2356312 B Fragment thr=2356312 B Encryption key:0000-0000-0000-0000-0000-0000-0000-0000-0000-0000-0000-0000-0000-0000-0000-0000-0000 Power Management on eth1 no wireless extensions. I used NoteBook testing my Lab's wireless LAN it is ok ,but on target board can not receive Access Point. maybe is driver version problem? Please help me!26 Replies
- Altera_Forum
Honored Contributor
Please check if you have loadable module support enabled in kernel config.
And the wireless lan support, too, in zd1211 driver dir, make clean, and then make. I tested again, but there is no compile problem. - Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by hippo@Nov 7 2006, 02:19 AM please check if you have loadable module support enabled in kernel config.and the wireless lan support, too,
in zd1211 driver dir, make clean, and then make.
i tested again, but there is no compile problem.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=19247)
--- quote end ---
--- Quote End --- hi,hippo I enabled loadable module support and the wireless lan support in kernel config. When compiled zd1211 drivers have no problem. but it can not revices any APs. I think is the USB ISP1362 driver have some bug.
- Altera_Forum
Honored Contributor
I don't have DE2 board. And can't help to debug the driver.
If you want , you may try to enable some debug messages. - Altera_Forum
Honored Contributor
Hi hippo!
I deeply appreciated your help. http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif thanks. I will try out it. Regards Faye - Altera_Forum
Honored Contributor
Hi ,hippo
I try out the Usbhost on my DE2 board. I following your steps, but when I enabled "mount" command then compile it. It have an error. error message display following: os2-linux-uclibc/sys-include/linux/nfs_mount.h:11, from nfs_mount3.h:15, from nfsmount.c:51: /opt/nios2/lib/gcc/nios2-linux-uclibc/3.4.6/../../../../nios2-linux-uclibc/sys-i nclude/linux/in.h:131: error: redefinition of `struct ip_mreq_source' /opt/nios2/lib/gcc/nios2-linux-uclibc/3.4.6/../../../../nios2-linux-uclibc/sys-i nclude/linux/in.h:137: error: redefinition of `struct ip_msfilter' /opt/nios2/lib/gcc/nios2-linux-uclibc/3.4.6/../../../../nios2-linux-uclibc/sys-i nclude/linux/in.h:150: error: redefinition of `struct group_req' /opt/nios2/lib/gcc/nios2-linux-uclibc/3.4.6/../../../../nios2-linux-uclibc/sys-i nclude/linux/in.h:156: error: redefinition of `struct group_source_req' /opt/nios2/lib/gcc/nios2-linux-uclibc/3.4.6/../../../../nios2-linux-uclibc/sys-i nclude/linux/in.h:163: error: redefinition of `struct group_filter' nfsmount.c: In function `nfsmount': nfsmount.c:237: error: `NFS_VERSION' undeclared (first use in this function) nfsmount.c:237: error: (Each undeclared identifier is reported only once nfsmount.c:237: error: for each function it appears in.) make[3]: *** [nfsmount.o] Error 1 make[3]: Leaving directory `/home/faye/uClinux-dist/user/mount' make[2]: *** [mount] Error 2 make[2]: Leaving directory `/home/faye/uClinux-dist/user' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/faye/uClinux-dist/user' make: *** [subdirs] Error 1 How can slove it ? Regards Faye - Altera_Forum
Honored Contributor
The defulat shell SASH, has a simple mount. You should be able to use it.
If you still want NFS mount, use the "mount" in busybox.