Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
linksys wusb11 2.8 chipset???
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
mcfiredrill
n00b
n00b


Joined: 14 Jan 2009
Posts: 9

PostPosted: Mon Jan 19, 2009 8:12 am    Post subject: linksys wusb11 2.8 chipset??? Reply with quote

I've seen some people say this wireless card has an atmel chipset and some people say its a prism. Anyone know which one it is? Both?

Anyway, I tried to emerge the linux-wlan-ng ebuild, assuming its a prism..couldn't emerge it!

Code:

 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/2.6.27-gentoo-r5/build
 * Found sources for kernel version:
 *     2.6.27-gentoo-r5
 * Checking for suitable kernel configuration options...
  [ ok ]
>>> Unpacking source...
>>> Unpacking linux-wlan-ng-0.2.8.tar.bz2 to /var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work
 * Applying linux-wlan-ng-0.2.5-sandbox.patch ...
  [ ok ]
 * Applying 0.2.8-sk_buff-mac.patch ...
  [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8 ...
make -j2 default_config

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

The default responses are correct for most users.

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

Linux source directory [/usr/src/linux]
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.

The kernel source tree is version 2.6.27-gentoo-r5.
******* WARNING WARNING WARNING *******
Kernels newer than 2.6.21.x are not supported.
******* WARNING WARNING WARNING *******
The current kernel build date is Fri Jan 16 18:40:46 2009.

Alternate target install root directory on host [/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/image/]
  Module install directory [/lib/modules/2.6.27-gentoo-r5]

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.

make -j2
gcc -E -M -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ ../shared/p80211types.c ../shared/p80211metamsg.c ../shared/p80211metamib.c ../shared/p80211meta.c  mkmetadef.c ../shared/p80211types.c ../shared/p80211metamsg.c ../shared/p80211metamib.c ../shared/p80211meta.c  mkmetastruct.c > .depend
mkdir -p obj
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ ../shared/p80211types.c -o obj/p80211types.o
../shared/p80211types.c: In function 'p80211_totext_displaystr':
../shared/p80211types.c:253: warning: pointer targets in passing argument 2 of '__builtin_strncat' differ in signedness
../shared/p80211types.c: In function 'p80211_fromtext_displaystr':
../shared/p80211types.c:341: warning: pointer targets in passing argument 1 of '__builtin_strncpy' differ in signedness
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ ../shared/p80211metamsg.c -o obj/p80211metamsg.o
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ ../shared/p80211metamib.c -o obj/p80211metamib.o
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ ../shared/p80211meta.c -o obj/p80211meta.o
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ mkmetadef.c -o obj/mkmetadef.o
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ mkmetastruct.c -o obj/mkmetastruct.o
gcc -Wl,-O1 -o mkmetadef obj/p80211types.o obj/p80211metamsg.o obj/p80211metamib.o obj/p80211meta.o  obj/mkmetadef.o
gcc -Wl,-O1 -o mkmetastruct obj/p80211types.o obj/p80211metamsg.o obj/p80211metamib.o obj/p80211meta.o  obj/mkmetastruct.o
cat mkmetadefhead.txt > ../include/wlan/p80211metadef.h
./mkmetadef >> ../include/wlan/p80211metadef.h
echo "#endif" >> ../include/wlan/p80211metadef.h
cat mkmetastructhead.txt > ../include/wlan/p80211metastruct.h
./mkmetastruct >> ../include/wlan/p80211metastruct.h
echo "#endif" >> ../include/wlan/p80211metastruct.h
 * Preparing p80211 module
make -j2 HOSTCC=i686-pc-linux-gnu-gcc CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS= WLAN_SRC=/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src default
make -C /usr/src/linux M='/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211' WLAN_SRC=/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src modules
make[1]: Entering directory `/usr/src/linux-2.6.27-gentoo-r5'
  CC [M]  /var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211mod.o
  CC [M]  /var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211conv.o
  CC [M]  /var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211req.o
  CC [M]  /var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wep.o
  CC [M]  /var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.o
  CC [M]  /var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211netdev.o
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:451:2: warning: #warning "get rid of p2mib here"
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c: In function 'wext_translate_bss':
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1435: warning: passing argument 1 of 'iwe_stream_add_event' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1435: warning: passing argument 3 of 'iwe_stream_add_event' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1435: warning: passing argument 4 of 'iwe_stream_add_event' makes pointer from integer without a cast
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1435: error: too few arguments to function 'iwe_stream_add_event'
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1451: warning: passing argument 1 of 'iwe_stream_add_point' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1451: warning: passing argument 3 of 'iwe_stream_add_point' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1451: warning: passing argument 4 of 'iwe_stream_add_point' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1451: error: too few arguments to function 'iwe_stream_add_point'
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1470: warning: passing argument 1 of 'iwe_stream_add_event' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1470: warning: passing argument 3 of 'iwe_stream_add_event' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1470: warning: passing argument 4 of 'iwe_stream_add_event' makes pointer from integer without a cast
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1470: error: too few arguments to function 'iwe_stream_add_event'
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1479: warning: passing argument 1 of 'iwe_stream_add_point' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1479: warning: passing argument 3 of 'iwe_stream_add_point' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1479: error: too few arguments to function 'iwe_stream_add_point'
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1485: warning: passing argument 1 of 'iwe_stream_add_event' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1485: warning: passing argument 3 of 'iwe_stream_add_event' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1485: warning: passing argument 4 of 'iwe_stream_add_event' makes pointer from integer without a cast
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1485: error: too few arguments to function 'iwe_stream_add_event'
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1493: warning: passing argument 1 of 'iwe_stream_add_event' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1493: warning: passing argument 3 of 'iwe_stream_add_event' from incompatible pointer type
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1493: warning: passing argument 4 of 'iwe_stream_add_event' makes pointer from integer without a cast
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.c:1493: error: too few arguments to function 'iwe_stream_add_event'
make[2]: *** [/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211wext.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211netdev.c: In function 'p80211netdev_startup':
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211netdev.c:170: error: 'proc_net' undeclared (first use in this function)
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211netdev.c:170: error: (Each undeclared identifier is reported only once
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211netdev.c:170: error: for each function it appears in.)
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211netdev.c: In function 'p80211netdev_shutdown':
/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211netdev.c:199: error: 'proc_net' undeclared (first use in this function)
make[2]: *** [/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211/p80211netdev.o] Error 1
make[1]: *** [_module_/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src/p80211] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.27-gentoo-r5'
make: *** [default] Error 2
 *
 * ERROR: net-wireless/linux-wlan-ng-modules-0.2.8-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3166:  Called linux-mod_src_compile
 *             environment, line 2425:  Called die
 * The specific snippet of code:
 *               eval "emake HOSTCC="$(tc-getBUILD_CC)"                   CROSS_COMPILE=${CHOST}-                   LDFLAGS="$(get_abi_LDFLAGS)"                   ${BUILD_FIXES}                   ${BUILD_PARAMS}                   ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}";
 *  The die message:
 *   Unable to emake HOSTCC=i686-pc-linux-gnu-gcc CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS=  WLAN_SRC=/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/work/linux-wlan-ng-0.2.8/src default
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-wireless/linux-wlan-ng-modules-0.2.8-r1/temp/environment'.
 *
Back to top
View user's profile Send private message
mcfiredrill
n00b
n00b


Joined: 14 Jan 2009
Posts: 9

PostPosted: Mon Jan 19, 2009 9:16 pm    Post subject: Reply with quote

trying the at76 package now...but i get another ebuild error!

Code:

tony tony # more /var/tmp/portage/net-wireless/at76c503a-9999/temp/build.log
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/2.6.27-gentoo-r5/build
 * Found sources for kernel version:
 *     2.6.27-gentoo-r5
 * Checking for suitable kernel configuration options...                         [ ok ]
>>> Unpacking source...
 * Fetching CVS module at76c503a into /usr/portage/distfiles/cvs-src .
..
 * Running  cvs -q -f -z1 -d ":pserver:anonymous:@cvs.at76c503a.berlio
s.de:/cvsroot/at76c503a" login
Logging in to :pserver:anonymous@cvs.at76c503a.berlios.de:2401/cvsroot/at76c503a
 * Running  cvs -q -f -z1 -d ":pserver:anonymous@cvs.at76c503a.berlios
.de:/cvsroot/at76c503a" update -dP at76c503a
 * Copying at76c503a from /usr/portage/distfiles/cvs-src ...
 * CVS module at76c503a is now in /var/tmp/portage/net-wireless/at76c5
03a-9999/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/net-wireless/at76c503a-9999/work/ ...
ln: creating symbolic link `Module.symvers': File exists

...skipping one line
make -j2 HOSTCC=i686-pc-linux-gnu-gcc CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS=
KERNEL_PATH=/usr/src/linux all
make: *** No rule to make target `all'.  Stop.
 *
 * ERROR: net-wireless/at76c503a-9999 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3387:  Called linux-mod_src_compile
 *             environment, line 2658:  Called die
 * The specific snippet of code:
 *               eval "emake HOSTCC="$(tc-getBUILD_CC)"       
            CROSS_COMPILE=${CHOST}-          
         LDFLAGS="$(get_abi_LDFLAGS)"             
      ${BUILD_FIXES}                   ${BUILD_
PARAMS}                   ${BUILD_TARGETS} " || di
e "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$
(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}";
 *  The die message:
 *   Unable to emake HOSTCC=i686-pc-linux-gnu-gcc CROSS_COMPILE=i686-p
c-linux-gnu- LDFLAGS=  KERNEL_PATH=/usr/src/linux all
 *
 * If you need support, post the topmost build error, and the call sta
ck if relevant.

...skipping one line
 * The ebuild environment file is located at '/var/tmp/portage/net-wir
eless/at76c503a-9999/temp/environment'.
 *
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