WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: help : how to install this driver? thanks.  (Read 7780 times)

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help : how to install this driver? thanks.
« Reply #15 on: November 03, 2009, 03:38:18 AM »
yes ,i had installed wireless_tools.tczl
« Last Edit: November 03, 2009, 05:23:34 AM by Chixiran »

Offline combo3

  • Full Member
  • ***
  • Posts: 148
Re: help : how to install this driver? thanks.
« Reply #16 on: November 03, 2009, 07:35:25 AM »
Run the following:

lsmod > lsmod.txt

and post the lsmod.txt file.

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help : how to install this driver? thanks.
« Reply #17 on: November 03, 2009, 07:57:27 AM »
the driver readme file says:

=======================================================================
Build Instructions: 
====================
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

when do 4>,error happen:
make:*** /lib/modules/2.6.29-1tinycore/build:No such file or directory.Stop.

makefile see attach file.

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help : how to install this driver? thanks.
« Reply #18 on: November 03, 2009, 08:00:27 AM »
lsmod.txt

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help : how to install this driver? thanks.
« Reply #19 on: November 03, 2009, 08:29:23 AM »
when i create a dir "build" in "/lib/modules/2.6.29-1tinycore/", make all is still error:

No rule to make target 'modules'. Stop.

can someone help me revise the makefile for tonycore?

the driver codes, you can get from the first post.

thanks.

Offline combo3

  • Full Member
  • ***
  • Posts: 148
Re: help : how to install this driver? thanks.
« Reply #20 on: November 03, 2009, 09:35:19 AM »
Install -  linux-headers-2.6.29.1-tinycore.tcz

Offline combo3

  • Full Member
  • ***
  • Posts: 148
Re: help : how to install this driver? thanks.
« Reply #21 on: November 03, 2009, 10:05:00 AM »
lsmod.txt

lsmod shows nothing other than your RealTek ethernet card.

It seems your Ralink RT2070 USB device is not included in wireless-2.6.29.1-tinycore.tczm so you will have to compile.
« Last Edit: November 03, 2009, 10:06:38 AM by combo3 »

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help : how to install this driver? thanks.
« Reply #22 on: November 04, 2009, 03:35:26 AM »
can you help me compile this driver?

there are many errors,and i do not know how to resolve them. thanks.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14626
Re: help : how to install this driver? thanks.
« Reply #23 on: November 04, 2009, 05:07:04 AM »
If you could post or attach the errors it would help us help you.

Some things to check:

1. compiletc, perl5 and bash extensions are loaded
2. linux-headers-2.6.29.1-tinycore extension is loaded

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help : how to install this driver? thanks.
« Reply #24 on: November 04, 2009, 05:15:05 AM »
2. had been installed.

i fix one, and another one occur.

now, i try it follow you.

Offline alexsad

  • Newbie
  • *
  • Posts: 3
Re: help : how to install this driver? thanks.
« Reply #25 on: April 11, 2010, 10:40:28 AM »
First, sorry for my bad English (I'm brasilian).
Second, I have the same problem and I have made one topic about this here.
http://forum.tinycorelinux.net/index.php?topic=5571.0
Post there so we can do any anything about this.