Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wifi ZD1211 ebuild problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
god8y
n00b
n00b


Joined: 24 Jun 2003
Posts: 71

PostPosted: Sat May 28, 2005 4:29 pm    Post subject: Wifi ZD1211 ebuild problem Reply with quote

I don't really know if this is the right place for it, but it has to do with networking I tought, so forgive me if it's not correct posted.

I always get an error in the ebuild that's like this:
Code:

Futureshock root # emerge zd1211
Calculating dependencies ...done!
>>> emerge (1 of 1) net-wireless/zd1211-20050315 to /
>>> md5 files   ;-) zd1211-20050315.ebuild
>>> md5 files   ;-) files/digest-zd1211-20050315
>>> md5 src_uri ;-) sf_zd1211_20050315_src.tar.gz
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.9-ck1
>>> Unpacking source...
>>> Unpacking sf_zd1211_20050315_src.tar.gz to /var/tmp/portage/zd1211-20050315/work
>>> Source unpacked.
 * Preparing zd1211 module
/usr/src/linux
/var/tmp/portage/zd1211-20050315/work/zd1211
-I/var/tmp/portage/zd1211-20050315/work/zd1211/src/include -fomit-frame-pointer -O2 -Wall -Wstrict-prot                     otypes -Wno-unused -pipe -DAMAC -DGCCK -DOFDM -DUSE_EP4_SET_REG -DfTX_GAIN_OFDM=0
make -C /usr/src/linux SUBDIRS=/var/tmp/portage/zd1211-20050315/work/zd1211 modules
make[1]: Entering directory `/usr/src/linux-2.6.9-ck1'
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdasocsvc.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdauthrsp.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdauthreq.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdmmrx.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdshared.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdhci.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdglobal.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdencrypt.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdpmfilter.o
/var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205.c: In function `zd1205_rx_isr':
/var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205.c:2458: warning: ISO C90 forbids mixed declarat                     ions and code
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdpsmon.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdsynch.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zdbuf.o
  CC [M]  /var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205_proc.o
/var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205.c: In function `zd1205wext_iw_get_stats':
/var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205.c:3160: error: structure has no member named `i                     w_stats'
/var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205.c: In function `zd1205_ioctl':
/var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205.c:5294: warning: ISO C90 forbids mixed declarat                     ions and code
/var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205.c:5321: warning: ISO C90 forbids mixed declarat                     ions and code
/var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205.c: In function `CalculateQuality':
/var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205.c:7034: warning: ISO C90 forbids mixed declarat                     ions and code
make[2]: *** [/var/tmp/portage/zd1211-20050315/work/zd1211/src/zd1205.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [_module_/var/tmp/portage/zd1211-20050315/work/zd1211] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.9-ck1'
make: *** [all] Error 2

!!! ERROR: net-wireless/zd1211-20050315 failed.
!!! Function linux-mod_src_compile, Line 473, Exitcode 2
!!! Unable to make                                  KSRC=/usr/src/linux KDIR=/usr/src/linux all.
!!! If you need support, post the topmost build error, NOT this status message.


the kernel i'm running is:
Code:

Linux Futureshock 2.6.9-ck1 #3 SMP Fri Mar 18 19:54:41 CET 2005 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz GenuineIntel GNU/Linux


Maybe someone of you know the solution to it (i've already checked the buglist and didn't found anything filed with this as bug (if it's even an bug))
Back to top
View user's profile Send private message
mathieu
n00b
n00b


Joined: 19 Jul 2002
Posts: 17

PostPosted: Sat Jul 16, 2005 12:24 pm    Post subject: Reply with quote

Had the same problem. I forgot to switch on the "wireless LAN drivers" in the kernel. Recompiled kernel, rebooted and then zd1211 compiled fine.
Now I'm going to try to get wlan running.....

mathieu
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum