Results 1 to 10 of 10
Hello, I am trying to get Orinoco Gold working on linux (from Avaya). I downloaded the drivers, but I get errors when I do ./Build after make config.
Anyone have ...
- 02-21-2005 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 12
Mandrake 10.1 and Orinico wireless
Hello, I am trying to get Orinoco Gold working on linux (from Avaya). I downloaded the drivers, but I get errors when I do ./Build after make config.
Anyone have any help?
This is what I get when building:
-------------------------------------------
This system uses in-kernel pcmcia-cs.
make -C wireless -f wavelan2_cs.mk all
make[1]: Entering directory `/home/mshah/pcmcia-cs-3.2.8/wireless'
cc -MD -c -O3 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/linux-2.6.8.1-12mdk/include -I../include -D__KERNEL__ -DMODULE wavelan2_cs.c -o wavelan2_cs.o
In file included from /usr/src/linux-2.6.8.1-12mdk/include/asm/processor.h:18,
from /usr/src/linux-2.6.8.1-12mdk/include/asm/thread_info.h:16,
from /usr/src/linux-2.6.8.1-12mdk/include/linux/thread_info.h:21,
from /usr/src/linux-2.6.8.1-12mdk/include/linux/spinlock.h:12,
from ../include/static/linux/spinlock.h:21,
from /usr/src/linux-2.6.8.1-12mdk/include/linux/capability.h:45,
from /usr/src/linux-2.6.8.1-12mdk/include/linux/sched.h:7,
from ../include/static/linux/sched.h:5,
from /usr/src/linux-2.6.8.1-12mdk/include/linux/module.h:10,
from ../include/static/linux/module.h:6,
from ../include/pcmcia/k_compat.h:61,
from wavelan2_cs.c:74:
/usr/src/linux-2.6.8.1-12mdk/include/asm/system.h: In function `__set_64bit_var':
/usr/src/linux-2.6.8.1-12mdk/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/src/linux-2.6.8.1-12mdk/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules
In file included from /usr/src/linux-2.6.8.1-12mdk/include/linux/module.h:23,
from ../include/static/linux/module.h:6,
from ../include/pcmcia/k_compat.h:61,
from wavelan2_cs.c:74:
/usr/src/linux-2.6.8.1-12mdk/include/asm/module.h:54:2: #error unknown processor family
wavelan2_cs.c:79:26: linux/malloc.h: No such file or directory
In file included from ../include/static/asm/irq.h:5,
from /usr/src/linux-2.6.8.1-12mdk/include/linux/irq.h:20,
from /usr/src/linux-2.6.8.1-12mdk/include/asm/hardirq.h:6,
from /usr/src/linux-2.6.8.1-12mdk/include/linux/interrupt.h:12,
from wavelan2_cs.c:83:
/usr/src/linux-2.6.8.1-12mdk/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
In file included from /usr/src/linux-2.6.8.1-12mdk/include/asm/hardirq.h:6,
from /usr/src/linux-2.6.8.1-12mdk/include/linux/interrupt.h:12,
from wavelan2_cs.c:83:
/usr/src/linux-2.6.8.1-12mdk/include/linux/irq.h: At top level:
/usr/src/linux-2.6.8.1-12mdk/include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in a function)
In file included from /usr/src/linux-2.6.8.1-12mdk/include/linux/irq.h:72,
from /usr/src/linux-2.6.8.1-12mdk/include/asm/hardirq.h:6,
from /usr/src/linux-2.6.8.1-12mdk/include/linux/interrupt.h:12,
from wavelan2_cs.c:83:
/usr/src/linux-2.6.8.1-12mdk/include/asm/hw_irq.h:28: error: `NR_IRQ_VECTORS' undeclared here (not in a function)
In file included from ../include/static/linux/netdevice.h:29,
from wavelan2_cs.c:90:
/usr/src/linux-2.6.8.1-12mdk/include/linux/netdevice.h:497:1: warning: "SET_MODULE_OWNER" redefined
In file included from ../include/pcmcia/k_compat.h:61,
from wavelan2_cs.c:74:
../include/static/linux/module.h:18:1: warning: this is the location of the previous definition
wavelan2_cs.c:595: warning: static declaration of 'cs_error' follows non-static declaration
/usr/src/linux-2.6.8.1-12mdk/include/pcmcia/ds.h:174: warning: previous declaration of 'cs_error' was here
wavelan2_cs.c: In function `cs_error':
wavelan2_cs.c:598: warning: implicit declaration of function `CardServices'
wavelan2_cs.c: In function `adapter_attach':
wavelan2_cs.c:650: error: structure has no member named `release'
wavelan2_cs.c:651: error: structure has no member named `release'
wavelan2_cs.c: In function `adapter_detach':
wavelan2_cs.c:778: error: structure has no member named `release'
wavelan2_cs.c: In function `adapter_event':
wavelan2_cs.c:919: error: structure has no member named `release'
wavelan2_cs.c:920: error: structure has no member named `release'
wavelan2_cs.c: In function `wvlan2_insert':
wavelan2_cs.c:1133: warning: comparison is always true due to limited range of data type
wavelan2_cs.c:1257: warning: dereferencing type-punned pointer will break strict-aliasing rules
wavelan2_cs.c: In function `wvlan2_open':
wavelan2_cs.c:2008: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/src/linux-2.6.8.1-12mdk/include/linux/module.h:555)
wavelan2_cs.c: In function `wvlan2_close':
wavelan2_cs.c:2069: error: structure has no member named `release'
wavelan2_cs.c:2071: error: structure has no member named `release'
wavelan2_cs.c:2074: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /usr/src/linux-2.6.8.1-12mdk/include/linux/module.h:567)
wavelan2_cs.c: In function `wvlan2_has_wep':
wavelan2_cs.c:3900: warning: dereferencing type-punned pointer will break strict-aliasing rules
wavelan2_cs.c: In function `init_module':
wavelan2_cs.c:4035: warning: implicit declaration of function `register_pcmcia_driver'
wavelan2_cs.c: In function `cleanup_module':
wavelan2_cs.c:4057: warning: implicit declaration of function `unregister_pcmcia_driver'
make[1]: *** [wavelan2_cs.o] Error 1
make[1]: Leaving directory `/home/mshah/pcmcia-cs-3.2.8/wireless'
make: *** [all] Error 2
----------------------------------------------------------
- 02-21-2005 #2
You shouldn't have to build drivers for the Orinoco Gold Card. The orinoco drivers are some of the first included with Linux distros and I would think are certainly included with MDK 10.1 Open a terminal and type:
lsmod
or
/sbin/lsmod
And see if you see something that says "orinoco" something or other...
- 02-21-2005 #3
Just checked my laptop which uses the same card. Type
lsmod | more
press enter to look further down the page. The driver should be orinoco_cs.
Do:
modprobe orinoco_cs
pull the card out, wait a few seconds then push it back in.
- 02-21-2005 #4Just Joined!
- Join Date
- Jun 2003
- Posts
- 12
I did see that, and I did do modprobe. The lights on the card never turn on....
It works fine when I boot into windows.
- 02-21-2005 #5
Did you configure it in the Mandrake Control Center?
- 02-21-2005 #6Just Joined!
- Join Date
- Jun 2003
- Posts
- 12
HardDrake doesnt detect it, and when I try to load the driver manually through the 'Internet Connections -> Wireless', it wont let me. I tried all the orinoco drivers.
BTW card is Avaya Wireless World Card GOLD. Someone said this was Orinoco, but it does not say that anywhere on the card itself.
- 02-21-2005 #7
Is the model number of the card 700016785 ?
- 02-21-2005 #8Just Joined!
- Join Date
- Jun 2003
- Posts
- 12
Lucent technologies PC24-E-HC
- 02-21-2005 #9
Have a look at this and see if they are talking about your same card...
http://www.linuxquestions.org/hcl/sh...p?product=1282
- 02-21-2005 #10
Found this too...
http://www.linuxquestions.org/hcl/sh...cat=998&page=1
Both are reported to use the orinoco_cs driver. The only thing that bugs me is this card is listed as a PC24E-H-FC and you say yours is a PC24-E-HC. Otherwise, both are "Avaya Gold world card."
It *should* be the same card but these days you never know. Hardaware manufacturers will release model number 12345 that will work with Linux, and the next will be model number 12345-b that doesn't because they went with an entirely different chipset.


Reply With Quote
