LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 05-27-2004, 05:00 PM   #1
traetox
LQ Newbie
 
Registered: May 2004
Location: armpit Idaho
Distribution: FC3, Slack, SuSE 9.2 pro
Posts: 10

Rep: Reputation: 0
Angry Wlan, Orinoco, and PCMCIA won't make in FC2


I am trying to get a patched version of either the orinoco modules, or the linux-wlan, or the new PCMCIA package to 'make' properly. I am getting a whole slew of errors, some of which are showing up when I compile a new kernel as well.

I get the same errors whether i am using FC2's default kernel or a stock 2.6.6 kernel.

Here is my log, any help would be appreciated.

[kris@localhost orinoco-0.13e]$ make
make -C /lib/modules/2.6.5-1.358/build SUBDIRS=/home/kris/orinoco-0.13e modules
make[1]: Entering directory `/lib/modules/2.6.5-1.358/build'
CC [M] /home/kris/orinoco-0.13e/orinoco_cs.o
/home/kris/orinoco-0.13e/orinoco_cs.c: In function `orinoco_cs_hard_reset':
/home/kris/orinoco-0.13e/orinoco_cs.c:134: warning: implicit declaration of function `CardServices'
/home/kris/orinoco-0.13e/orinoco_cs.c: In function `orinoco_cs_attach':
/home/kris/orinoco-0.13e/orinoco_cs.c:206: error: structure has no member named `release'
/home/kris/orinoco-0.13e/orinoco_cs.c:207: error: structure has no member named `release'
/home/kris/orinoco-0.13e/orinoco_cs.c:208: error: structure has no member named `release'
/home/kris/orinoco-0.13e/orinoco_cs.c: In function `init_orinoco_cs':
/home/kris/orinoco-0.13e/orinoco_cs.c:688: warning: implicit declaration of function `register_pccard_driver'
/home/kris/orinoco-0.13e/orinoco_cs.c: In function `exit_orinoco_cs':
/home/kris/orinoco-0.13e/orinoco_cs.c:696: warning: implicit declaration of function `unregister_pccard_driver'
make[2]: *** [/home/kris/orinoco-0.13e/orinoco_cs.o] Error 1
make[1]: *** [/home/kris/orinoco-0.13e] Error 2
make[1]: Leaving directory `/lib/modules/2.6.5-1.358/build'
make: *** [modules] Error 2
[kris@localhost orinoco-0.13e]$ make install
make -C /lib/modules/2.6.5-1.358/build SUBDIRS=/home/kris/orinoco-0.13e modules
make[1]: Entering directory `/lib/modules/2.6.5-1.358/build'
CC [M] /home/kris/orinoco-0.13e/orinoco_cs.o
/home/kris/orinoco-0.13e/orinoco_cs.c: In function `orinoco_cs_hard_reset':
/home/kris/orinoco-0.13e/orinoco_cs.c:134: warning: implicit declaration of function `CardServices'
/home/kris/orinoco-0.13e/orinoco_cs.c: In function `orinoco_cs_attach':
/home/kris/orinoco-0.13e/orinoco_cs.c:206: error: structure has no member named `release'
/home/kris/orinoco-0.13e/orinoco_cs.c:207: error: structure has no member named `release'
/home/kris/orinoco-0.13e/orinoco_cs.c:208: error: structure has no member named `release'
/home/kris/orinoco-0.13e/orinoco_cs.c: In function `init_orinoco_cs':
/home/kris/orinoco-0.13e/orinoco_cs.c:688: warning: implicit declaration of function `register_pccard_driver'
/home/kris/orinoco-0.13e/orinoco_cs.c: In function `exit_orinoco_cs':
/home/kris/orinoco-0.13e/orinoco_cs.c:696: warning: implicit declaration of function `unregister_pccard_driver'
make[2]: *** [/home/kris/orinoco-0.13e/orinoco_cs.o] Error 1
make[1]: *** [/home/kris/orinoco-0.13e] Error 2
make[1]: Leaving directory `/lib/modules/2.6.5-1.358/build'
make: *** [modules] Error 2
[kris@localhost orinoco-0.13e]$ ls
airport.c hermes.o orinoco.c orinoco_pci.c userhermes.c
hermes.c hermes_rid.h orinoco_cs.c orinoco_plx.c
hermes.conf ieee802_11.h orinoco.h orinoco_tmd.c
hermes.h Makefile orinoco.o README.orinoco


THanks,
Traetox
 
Old 06-21-2004, 09:24 PM   #2
rjholtz
LQ Newbie
 
Registered: Jun 2004
Location: Dekalb, IL
Distribution: Fedora Core 6
Posts: 2

Rep: Reputation: 0
Question

Did you ever get this working? my make and make install output look exactly like yours. can you help? Does anyone else know what is wrong?

Thanks,
Ray
 
Old 10-26-2004, 06:44 PM   #3
Phreakre
LQ Newbie
 
Registered: Aug 2004
Location: South-Eastern USA
Distribution: Redhat/SUSE/Knoppix
Posts: 4

Rep: Reputation: 0
I have the exact same error..

Fedora Core 2 ( kernel 2.6.5-1.358 )

.. but this is an upgrade from FC1, not a fresh install. If I find a workaround, it will be posted..
 
Old 11-02-2004, 02:29 AM   #4
_drx01_
LQ Newbie
 
Registered: Nov 2004
Posts: 1

Rep: Reputation: 0
Hey guys igot it working.

after some trouble i got it working on my avaya silver card(uses orinoco driver/chipset) on my FC2 its not hard after u done... well i dont remeber the details, and got no time but send me an email or later ill post it. ill gladly share my results. bye
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FC2 pcmcia Zoom V92 modem orinoco driver DWebb82 Linux - Laptop and Netbook 1 05-25-2004 09:13 PM
PCMCIA Orinoco wlan in SuSE 9.0 w/ 2.6 kernel - working? sleestak240 Linux - Distributions 1 05-02-2004 04:24 PM
need help finding wifi option in make menuconfig and cant get orinoco pcmcia working hotgirl101 Linux - Software 2 04-05-2004 06:58 PM
Orinoco ou Wlan-ng ? Alex_jacobson Linux - Wireless Networking 2 03-27-2004 09:11 AM
Can't make PCMCIA Atmel AT76C503A WLAN card load OrangePeel Linux - Wireless Networking 1 07-30-2003 05:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 01:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration