무선랜카드 설치 문제
우분투를 깔았더니 유선랜카드는 잘 잡아내는데 무선랜카드는 못 잡더군요.
디링크사의 g122 USB 무선랜카드이고, 라링크 rt73(RT2571W)칩셋인가 사용합니다.
readme 파일에 보면
====================
1> $tar -xvzf RT73_Linux_STA_Drv_x.x.x.x.tar.gz
go to "./RT73_Linux_STA_Drv_x.x.x.x/Module" directory.
2> $cp Makefile.4 ./Makefile # [kernel 2.4]
or
$cp Makefile.6 ./Makefile # [kernel 2.6]
3> [kernel 2.4]
$chmod 755 Configure
$make config # config build linux os version
4> $make all # compile driver source code
5> $cp rt73.bin /etc/Wireless/RT73STA/ # copy firmware
6> $dos2unix rt73sta.dat
$cp rt73sta.dat /etc/Wireless/RT73STA/rt73sta.dat
# !!!check if it is a binary file before loading !!!
7> $load
#[kernel 2.4]
# $/sbin/insmod rt73.o
# $/sbin/ifconfig rausb0 inet YOUR_IP up
#[kernel 2.6]
# $/sbin/insmod rt73.ko
# $/sbin/ifconfig rausb0 inet YOUR_IP up
============================================
이런식으로 되어있어서 그대로 따라하는데 자꾸 4번에서
make -C /lib/modules/2.6.17-10-generic/build SUBDIRS=/home/chandrasekhar/Desktop/Module modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.17-10-generic'
CC [M] /home/chandrasekhar/Desktop/Module/rtmp_main.o
In file included from /home/chandrasekhar/Desktop/Module/rt_config.h:174,
from /home/chandrasekhar/Desktop/Module/rtmp_main.c:40:
/home/chandrasekhar/Desktop/Module/oid.h:246:5: warning: "DBG" is not defined
In file included from /home/chandrasekhar/Desktop/Module/rt_config.h:178,
from /home/chandrasekhar/Desktop/Module/rtmp_main.c:40:
/home/chandrasekhar/Desktop/Module/rtmp.h:2806:5: warning: "DBG" is not defined
/home/chandrasekhar/Desktop/Module/rtmp_main.c:103: error: unknown field ‘owner’ specified in initializer
/home/chandrasekhar/Desktop/Module/rtmp_main.c:103: warning: initialization from incompatible pointer type
/home/chandrasekhar/Desktop/Module/rtmp_main.c: In function ‘CMDHandler’:
/home/chandrasekhar/Desktop/Module/rtmp_main.c:292: error: invalid lvalue in assignment
/home/chandrasekhar/Desktop/Module/rtmp_main.c:1277:5: warning: "DBG" is not defined
make[2]: *** [/home/chandrasekhar/Desktop/Module/rtmp_main.o] 오류 1
make[1]: *** [_module_/home/chandrasekhar/Desktop/Module] 오류 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.17-10-generic'
make: *** [all] 오류 2
이런식으로 되면서 안됩니다. 왜 이런지 좀 알 수 있을까요?
에 시간이 없어서
http://www.google.co.kr/search?q=%22%22DBG%22+is+not+defined%22&ie=utf-8&oe=utf-8&rls=org.mozilla:ko:official&client=firefox
링크만 드립니다.
=3=33
====================여기부터 식은어치====================
안녕하세요. 저는 야동 초등학교 2학년 6반 11번입니다!! 제 컴퓨터에 리눅스를 깔아보고 싶습니다. 리눅스라는건 어제 처음 들어 보았습니다.
리눅스에서도 카트라이더는 되겠지요? 설마 안되나요? 안되면 왜 쓰나요? =3=33 리눅스에서는 카트라이더 캐릭터 머리가 너무 커서 못받아들이나요?
음..
감사합니다.
어찌저찌 컴파일하고 무선랜카드 인식은 되었는데 무선공유기에서 ip를 못 잡아오는듯 하네요.;
댓글 달기