» »

Canyon CN-WF511 Turbo gonilniki

Canyon CN-WF511 Turbo gonilniki

roli ::

Imam problemček!
In sicer z gonilniki te mrežne za linux.Stvar uporablja Ralink RT2500 chipset.Na spletni strani od ralinka sem našel gonilnike za linux ampak ne delajo.Oziroma jih ne morem namestit.Sistem je Suse 10.0 32bit.

V Readme od gonilnikov piše tole (za inštalacijo):

For 2.6 series kernel:
a. run 'cd STA/Module'
'cp ./2.6.x/Makefile .'
'cp ./2.6.x/load .'

b. $make -C /path/to/source SUBDIRS=$PWD modules Tole mi ni jasno.Verzija kernela je 2.6.13.11-default.Torej bi moral bit pravi direktorij:/usr/src/linux-2.6.13-15.11
Where /path/to/source is the path to the source directory for the (configured and built) target kernel.

c. run '/sbin/insmod rt2500.ko' (as root)
'/sbin/ifconfig ra0 inet YOUR_IP up'


For big endian platform:
a. replace Makefile with Makefile.BigEndian

Torej kaj jaz naredim:


Password:
linux:/home/roli # cd /home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module
linux:/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module # cp ./2.6.x/Makefile .
linux:/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module # cp ./2.6.x/load .
linux:/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module # make -C /usr/src/linux-2.6.13-15.11 SUBDIRS=$PWD modules
make: Entering directory `/usr/src/linux-2.6.13-15.11'
Makefile:494: .config: No such file or directory

WARNING: Symbol version dump /usr/src/linux-2.6.13-15.11/Module.symvers
is missing; modules will have no dependencies and modversions.

CC [M] /home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_main.o
CC [M] /home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.o
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c: In function ‘MlmeHandler’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:351: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:358: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:404: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c: In function ‘MlmeEnqueue’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:2147: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c: In function ‘MlmeEnqueueForRecv’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:2216: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c: In function ‘MlmeDequeue’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:2244: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c: In function ‘MlmeRestartStateMachine’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:2259: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:2266: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:2312: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c: In function ‘MlmeQueueEmpty’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:2329: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c: In function ‘MlmeQueueFull’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:2348: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c: In function ‘MlmeQueueDestroy’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:2369: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c: In function ‘MlmeFreeMemory’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:3683: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:3689: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:3826: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c: In function ‘MlmeAllocateMemory’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:3866: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:3872: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:3880: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/mlme.c:3908: warning: comparison of distinct pointer types lacks a cast
CC [M] /home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/connect.o
CC [M] /home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/sync.o
CC [M] /home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/assoc.o
CC [M] /home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/auth.o
CC [M] /home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/auth_rsp.o
CC [M] /home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.o
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘RTMPHandleRxDoneInterrupt’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:590: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp.h:1396: sorry, unimplemented: inlining failed in call to ‘RTMPCheckRxDescriptor’: function body not available
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:180: sorry, unimplemented: called from here
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘RTMPHandleTxRingTxDoneInterrupt’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:693: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘RTMPHandlePrioRingTxDoneInterrupt’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:795: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:817: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘RTMPHandleDecryptionDoneInterrupt’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:1400: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘RTMPHandleEncryptionDoneInterrupt’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:1505: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘MiniportMMRequest’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:1785: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘MlmeHardTransmit’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:1853: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:1861: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:1867: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:1930: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘RTMPSendPacket’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2138: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘RTMPDeQueuePacket’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2231: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘RTMPFreeDescriptorRequest’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2312: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2356: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘RTMPSendNullFrame’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2465: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c: In function ‘RTMPHardEncrypt’:
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2536: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2572: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2619: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2676: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2694: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2861: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:2877: warning: comparison of distinct pointer types lacks a cast
/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.c:3225: warning: comparison of distinct pointer types lacks a cast
make[1]: *** [/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module/rtmp_data.o] Error 1
make: *** [_module_/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module] Error 2
make: Leaving directory `/usr/src/linux-2.6.13-15.11'
linux:/home/roli/Desktop/RT2500-Linux-STA-1.4.6.6/RT2500-Linux-STA-1.4.6.6/Module #

________________________________________________________________________________________
Kaj zaboga delm narobe?
http://www.r00li.com

roli ::

Ugotovil sem!!!
Ta kartica uporablja rt61 chipset.Stvar dela,suse jo zazna,KDE controlcenter jo zazna.... Kako pa bi jo uporabil kot Access Point?
http://www.r00li.com

s0me0ne ::



Vredno ogleda ...

TemaSporočilaOglediZadnje sporočilo
TemaSporočilaOglediZadnje sporočilo
»

[linux] i2c_core Kernel Module

Oddelek: Operacijski sistemi
151855 (1622) 'FireSTORM'
»

Ping

Oddelek: Omrežja in internet
61612 (1512) TechBeats
»

802.11g PCI Wireless Network adapter

Oddelek: Strojna oprema
81115 (1036) PrimozR
»

Cene AthlonXP procesorjev

Oddelek: Novice / Procesorji
61757 (1757) franci
»

Neuradno

Oddelek: Novice / Procesorji
141839 (1839) Klemenn

Več podobnih tem