Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
open 1x (802.1x) with orinoco driver
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
-nexus
n00b
n00b


Joined: 17 Feb 2004
Posts: 10
Location: NL Utrecht

PostPosted: Mon Dec 13, 2004 1:36 pm    Post subject: open 1x (802.1x) with orinoco driver Reply with quote

Hello! :D
I'm kinda stuck and I hope you can help me.
First scenario:
Linux laptop works at home with WEP enabled
want to work at school, they have a w2secure 802.1x network.

specs:
Gentoo with main 2.6.8-rc2-xyz kernel, and sometimes nitro 2.6.8 also
gcc 3.3.3

I wanted to do this installation script:
Code:

  tar -zxf xsupplicant-0.8b -C /usr/src
  tar -zxf orinoco-0.13e.tar.gz -C /usr/src
  cp orinoco-no-promisc.patch /usr/src
  cp noverifyserver.patch /usr/src
  cd /usr/src/orinoco-0.13e
  patch -Np1 -i ../orinoco-no-promisc.patch
  patch -Np1 -i ../xsupplicant/drivers/Linux/rekey_patch_orinoco-0.13e
  make install
  depmod -a

(from http://soulfly.nl/windesheim/wireless-howto/ dutch)

The patches succeeded! now to make install....
Code:
make -C /lib/modules/2.6.8-rc2-xyz3/build SUBDIRS=/usr/src/orinoco-0.13e modules
make[1]: Entering directory `/usr/src/linux-2.6.8-rc2-xyz3'
  CC [M]  /usr/src/orinoco-0.13e/orinoco_cs.o
/usr/src/orinoco-0.13e/orinoco_cs.c: In function `orinoco_cs_hard_reset':
/usr/src/orinoco-0.13e/orinoco_cs.c:134: warning: implicit declaration of function `CardServices'
/usr/src/orinoco-0.13e/orinoco_cs.c: In function `orinoco_cs_attach':
/usr/src/orinoco-0.13e/orinoco_cs.c:206: error: structure has no member named `release'
/usr/src/orinoco-0.13e/orinoco_cs.c:207: error: structure has no member named `release'
/usr/src/orinoco-0.13e/orinoco_cs.c:208: error: structure has no member named `release'
/usr/src/orinoco-0.13e/orinoco_cs.c: In function `init_orinoco_cs':
/usr/src/orinoco-0.13e/orinoco_cs.c:688: warning: implicit declaration of function `register_pccard_driver'
/usr/src/orinoco-0.13e/orinoco_cs.c: In function `exit_orinoco_cs':
/usr/src/orinoco-0.13e/orinoco_cs.c:696: warning: implicit declaration of function `unregister_pccard_driver'
make[2]: *** [/usr/src/orinoco-0.13e/orinoco_cs.o] Error 1
make[1]: *** [_module_/usr/src/orinoco-0.13e] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.8-rc2-xyz3'
make: *** [modules] Error 2


What does this error mean?

what are the factors that i need to concider to change?
gcc? kernel (i also tried nitro)? orinoco? (this is the one supplied with the installation so it should work)

Other information sources:
http://www.snt.utwente.nl/handleidingen/linux/Linux-WEP-Howto/ (english howto.. tried this one first, but i also get stuck at "make install" with the same error...
http://www.open1x.org/
dutch:
http://gathering.tweakers.net/forum/list_messages/964781/
Back to top
View user's profile Send private message
-nexus
n00b
n00b


Joined: 17 Feb 2004
Posts: 10
Location: NL Utrecht

PostPosted: Mon Dec 13, 2004 8:49 pm    Post subject: Reply with quote

When i emerge orinoco the installation goes successfully.
But I can't patch the driver now, can I?
emerge -C orinoco already :)
Back to top
View user's profile Send private message
-nexus
n00b
n00b


Joined: 17 Feb 2004
Posts: 10
Location: NL Utrecht

PostPosted: Tue Dec 14, 2004 7:57 pm    Post subject: Reply with quote

It sucks, I'm stuck! :)
I attended a seminair today, i was sitting next to the manager of Microsoft Netherlands, He couldn't figure it out :lol:
Back to top
View user's profile Send private message
-nexus
n00b
n00b


Joined: 17 Feb 2004
Posts: 10
Location: NL Utrecht

PostPosted: Sun Dec 19, 2004 10:38 am    Post subject: Reply with quote

Okay let me refraise my question:
What could be the posible cause that make's my "make" command fail?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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