무선랜카드 설치 문제

sakaki22의 이미지

우분투를 깔았더니 유선랜카드는 잘 잡아내는데 무선랜카드는 못 잡더군요.
디링크사의 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

이런식으로 되면서 안됩니다. 왜 이런지 좀 알 수 있을까요?

ydhoney의 이미지

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 리눅스에서는 카트라이더 캐릭터 머리가 너무 커서 못받아들이나요?

sakaki22의 이미지

감사합니다.
어찌저찌 컴파일하고 무선랜카드 인식은 되었는데 무선공유기에서 ip를 못 잡아오는듯 하네요.;

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.