Help me please
Hi,
I'm trying to setup a Option HSDPA Card on Centos 4 (2.6.9-22.EL) and am having endless problems!
1. I have got the PCMCIA card to work (I think)
/etc/init.d/pcmcia status
cardmgr (pid 1894) is running...
cardctl status
Socket 0:
3.3V CardBus card
function 0: [ready]
2. I do not get any entries in the system log when I eject or insert the card.
3. I tried to make the nozomi drivers that are posted in this thread and have downloaded it from
http://www.pharscape.org but get strange results when I run make.
Warning: Compiling for 2.6:
make -C /lib/modules/2.6.9-22.EL/build SUBDIRS=/root/temp modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-22.EL-i686'
CC [M] /root/temp/nozomi.o
/root/temp/nozomi.c: In function `ntty_unthrottle':
/root/temp/nozomi.c:2044: warning: comparison of distinct pointer types lacks a cast
/root/temp/nozomi.c: In function `ntty_throttle':
/root/temp/nozomi.c:2057: warning: comparison of distinct pointer types lacks a cast
/root/temp/nozomi.c: In function `ntty_tty_init':
/root/temp/nozomi.c:2119: warning: assignment from incompatible pointer type
Building modules, stage 2.
MODPOST
*** Warning: "__kfifo_put" [/root/temp/nozomi.ko] undefined!
*** Warning: "__kfifo_get" [/root/temp/nozomi.ko] undefined!
*** Warning: "kfifo_alloc" [/root/temp/nozomi.ko] undefined!
CC /root/temp/nozomi.mod.o
LD [M] /root/temp/nozomi.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.9-22.EL-i686'
(When I run insmod)
insmod nozomi.ko
insmod: error inserting 'nozomi.ko': -1 Unknown symbol in module
I have installed the kernel source as well :
rpm -qa | grep kernel
kernel-smp-devel-2.6.9-22.EL
kernel-hugemem-devel-2.6.9-22.EL
kernel-doc-2.6.9-22.EL
kernel-2.6.9-22.EL
kernel-utils-2.4-13.1.69
kernel-devel-2.6.9-22.EL
I would appricate any help.
Thanks,
Neil.