Results 1 to 1 of 1
Hi All,
For the past few days I have been struggling to get Linux (SLED 10) to recognize my wireless card.
I follow the instructions to install the Linux driver ...
- 11-04-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 3
Problem Installing Novatech Unwire MiniPci (RT2500 Chipset)
Hi All,
For the past few days I have been struggling to get Linux (SLED 10) to recognize my wireless card.
I follow the instructions to install the Linux driver available from the http://www.ralinktech.com.tw/supp-1.htm website and get the following output:
mjdlaptop:/home/m036297/RT2500-Linux-STA-1.4.6.6/Module # make config
-------------------- Ralink RT2500 Station Configuration --------------------
Linux kernel source directory [/usr/src/linux-2.6.16.21-0.25-default]: /usr/src/linux/
Linux kernel source directory : /usr/src/linux/
Module install directory : /lib/modules/2.6.16.21-0.25-default/kernel/drivers/net
mjdlaptop:/home/m036297/RT2500-Linux-STA-1.4.6.6/Module # make all
cc -D__KERNEL__ -I/usr/src/linux//include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux//include/linux/modversions.h -Wall -Wstrict-prototypes -Wno-trigraphs -c -o rtmp_main.o rtmp_main.c
cc1: error: /usr/src/linux//include/linux/modversions.h: No such file or directory
In file included from /usr/src/linux//include/linux/rwsem.h:27,
from /usr/src/linux//include/asm/semaphore.h:42,
from /usr/src/linux//include/linux/sched.h:20,
from /usr/src/linux//include/linux/module.h:10,
from rt_config.h:63,
from rtmp_main.c:38:
/usr/src/linux//include/asm/rwsem.h: In function ‘__down_read’:
/usr/src/linux//include/asm/rwsem.h:106: error: expected ‘:’ or ‘)’ before ‘KBUILD_BASENAME’
/usr/src/linux//include/asm/rwsem.h: In function ‘__down_write’:
/usr/src/linux//include/asm/rwsem.h:158: error: expected ‘:’ or ‘)’ before ‘KBUILD_BASENAME’
/usr/src/linux//include/asm/rwsem.h: In function ‘__up_read’:
/usr/src/linux//include/asm/rwsem.h:195: error: expected ‘:’ or ‘)’ before ‘KBUILD_BASENAME’
/usr/src/linux//include/asm/rwsem.h:189: warning: unused variable ‘tmp’
/usr/src/linux//include/asm/rwsem.h: In function ‘__up_write’:
/usr/src/linux//include/asm/rwsem.h:221: error: expected ‘:’ or ‘)’ before ‘KBUILD_BASENAME’
/usr/src/linux//include/asm/rwsem.h: In function ‘__downgrade_write’:
/usr/src/linux//include/asm/rwsem.h:246: error: expected ‘:’ or ‘)’ before ‘KBUILD_BASENAME’
In file included from /usr/src/linux//include/linux/sched.h:20,
from /usr/src/linux//include/linux/module.h:10,
from rt_config.h:63,
from rtmp_main.c:38:
/usr/src/linux//include/asm/semaphore.h: In function ‘down’:
/usr/src/linux//include/asm/semaphore.h:105: error: expected ‘:’ or ‘)’ before ‘KBUILD_BASENAME’
/usr/src/linux//include/asm/semaphore.h: In function ‘down_interruptible’:
/usr/src/linux//include/asm/semaphore.h:130: error: expected ‘:’ or ‘)’ before ‘KBUILD_BASENAME’
/usr/src/linux//include/asm/semaphore.h: In function ‘down_trylock’:
/usr/src/linux//include/asm/semaphore.h:155: error: expected ‘:’ or ‘)’ before ‘KBUILD_BASENAME’
/usr/src/linux//include/asm/semaphore.h: In function ‘up’:
/usr/src/linux//include/asm/semaphore.h:179: error: expected ‘:’ or ‘)’ before ‘KBUILD_BASENAME’
In file included from /usr/src/linux//include/linux/irq.h:22,
from /usr/src/linux//include/asm/hardirq.h:6,
from /usr/src/linux//include/linux/hardirq.h:7,
from /usr/src/linux//include/linux/interrupt.h:11,
from rt_config.h:71,
from rtmp_main.c:38:
/usr/src/linux//include/asm/irq.h:16:25: error: irq_vectors.h: No such file or directory
In file included from /usr/src/linux//include/asm/hardirq.h:6,
from /usr/src/linux//include/linux/hardirq.h:7,
from /usr/src/linux//include/linux/interrupt.h:11,
from rt_config.h:71,
from rtmp_main.c:38:
/usr/src/linux//include/linux/irq.h: At top level:
/usr/src/linux//include/linux/irq.h:85: error: ‘NR_IRQS’ undeclared here (not in a function)
In file included from /usr/src/linux//include/linux/irq.h:94,
from /usr/src/linux//include/asm/hardirq.h:6,
from /usr/src/linux//include/linux/hardirq.h:7,
from /usr/src/linux//include/linux/interrupt.h:11,
from rt_config.h:71,
from rtmp_main.c:38:
/usr/src/linux//include/asm/hw_irq.h:30: error: ‘NR_IRQ_VECTORS’ undeclared here (not in a function)
In file included from /usr/src/linux//include/linux/if_ether.h:110,
from /usr/src/linux//include/linux/netdevice.h:29,
from rt_config.h:73,
from rtmp_main.c:38:
/usr/src/linux//include/linux/skbuff.h: In function ‘skb_add_data’:
/usr/src/linux//include/linux/skbuff.h:1138: warning: pointer targets in passing argument 1 of ‘csum_and_copy_from_user’ differ in signedness
make: *** [rtmp_main.o] Error 1
mjdlaptop:/home/m036297/RT2500-Linux-STA-1.4.6.6/Module #
I thought that this might mean the kernel source is not up to date or different than that of my installed version. When I type "rpm -i kernel-source-2.6.16.21-0.25.src.rpm " nothing happens. Does this mean my kernel source is up to date? I've tried ndiswrapper and linuxant. linuxant worked the best...but the network is unstable. When the network crashes I cannot even access my wired network.
Thanks for looking this over.
Matt


Reply With Quote