Discussion:
[Orinoco-users] make install of orinoco
shai haim
2006-10-15 10:05:59 UTC
Permalink
Hi,I finally managed to compile version 0.13e on my fedora core 3,I tried make install to install the modules and I get this(see below).and after that the monitor mode doesn't work yet (I patched the driver)do I need to do something in particular to make the modules of the recompiled version work?Thanks,Shai]# make installmake -C /lib/modules/2.6.9-1.667/build SUBDIRS=/root/Desktop/orinoco-0.13e modulesmake[1]: Entering directory `/lib/modules/2.6.9-1.667/build' Building modules, stage 2. MODPOST*** Warning: "unregister_pccard_driver" [/root/Desktop/orinoco-0.13e/orinoco_cs.ko] undefined!*** Warning: "register_pccard_driver" [/root/Desktop/orinoco-0.13e/orinoco_cs.ko] undefined!*** Warning: "CardServices" [/root/Desktop/orinoco-0.13e/orinoco_cs.ko] undefined!make[1]: Leaving directory `/lib/modules/2.6.9-1.667/build'if [ -d /etc/pcmcia ]; then install -m 644 -o 0 -g 0 hermes.conf /etc/pcmcia/hermes.conf; fimake -C /lib/modules/2.6.9-1.667/build SUBDIRS=/root/Desktop/orinoco-0.13e KBUILD_VERBOSE= modules_installmake[1]: Entering directory `/lib/modules/2.6.9-1.667/build' INSTALL /root/Desktop/orinoco-0.13e/hermes.ko INSTALL /root/Desktop/orinoco-0.13e/orinoco.ko INSTALL /root/Desktop/orinoco-0.13e/orinoco_cs.ko INSTALL /root/Desktop/orinoco-0.13e/orinoco_pci.ko INSTALL /root/Desktop/orinoco-0.13e/orinoco_plx.ko INSTALL /root/Desktop/orinoco-0.13e/orinoco_tmd.komake[1]: Leaving directory `/lib/modules/2.6.9-1.667/build'
_________________________________________________________________
Search from any Web page with powerful protection. Get the FREE Windows Live Toolbar Today!
http://get.live.com/toolbar/overview
Pavel Roskin
2006-10-16 17:19:56 UTC
Permalink
Post by shai haim
Hi,
I finally managed to compile version 0.13e on my fedora core 3,
I tried make install to install the modules and I get this(see below).
and after that the monitor mode doesn't work yet (I patched the
driver)
do I need to do something in particular to make the modules of the
recompiled version work?
I don't think anyone would be interested in helping you with an obsolete
driver with third party patches that have never been accepted.

But the general rule is that when you describe that something doesn't
work you also describe exactly what you did and what you observed.

If I remember correctly, the 0.13e patches use non-standard monitor mode
that is turned on by iwpriv, not iwconfig.
Post by shai haim
]# make install
make -C /lib/modules/2.6.9-1.667/build
SUBDIRS=/root/Desktop/orinoco-0.13e modules
make[1]: Entering directory `/lib/modules/2.6.9-1.667/build'
Building modules, stage 2.
MODPOST
"unregister_pccard_driver" [/root/Desktop/orinoco-0.13e/orinoco_cs.ko]
undefined!
"register_pccard_driver" [/root/Desktop/orinoco-0.13e/orinoco_cs.ko]
undefined!
"CardServices" [/root/Desktop/orinoco-0.13e/orinoco_cs.ko] undefined!
All this was fixed in the later versions of the driver. If you want to
use an obsolete version of the driver, be prepared that you'll need to
port some changes from the current code.
--
Regards,
Pavel Roskin
Loading...