Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Raspberry Pi port,
piCore-15.0
is available!
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Extensions
»
TCE Q&A Forum
»
help : how to install this driver? thanks.
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: help : how to install this driver? thanks. (Read 8314 times)
Chixiran
Newbie
Posts: 24
Re: help : how to install this driver? thanks.
«
Reply #15 on:
November 03, 2009, 06:38:18 AM »
yes ,i had installed wireless_tools.tczl
«
Last Edit: November 03, 2009, 08:23:34 AM by Chixiran
»
Logged
combo3
Full Member
Posts: 148
Re: help : how to install this driver? thanks.
«
Reply #16 on:
November 03, 2009, 10:35:25 AM »
Run the following:
lsmod > lsmod.txt
and post the lsmod.txt file.
Logged
Chixiran
Newbie
Posts: 24
Re: help : how to install this driver? thanks.
«
Reply #17 on:
November 03, 2009, 10: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.
Logged
Chixiran
Newbie
Posts: 24
Re: help : how to install this driver? thanks.
«
Reply #18 on:
November 03, 2009, 11:00:27 AM »
lsmod.txt
Logged
Chixiran
Newbie
Posts: 24
Re: help : how to install this driver? thanks.
«
Reply #19 on:
November 03, 2009, 11: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.
Logged
combo3
Full Member
Posts: 148
Re: help : how to install this driver? thanks.
«
Reply #20 on:
November 03, 2009, 12:35:19 PM »
Install - linux-headers-2.6.29.1-tinycore.tcz
Logged
combo3
Full Member
Posts: 148
Re: help : how to install this driver? thanks.
«
Reply #21 on:
November 03, 2009, 01:05:00 PM »
Quote from: Chixiran on November 03, 2009, 11:00:27 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, 01:06:38 PM by combo3
»
Logged
Chixiran
Newbie
Posts: 24
Re: help : how to install this driver? thanks.
«
Reply #22 on:
November 04, 2009, 06:35:26 AM »
can you help me compile this driver?
there are many errors,and i do not know how to resolve them. thanks.
Logged
Juanito
Administrator
Hero Member
Posts: 14790
Re: help : how to install this driver? thanks.
«
Reply #23 on:
November 04, 2009, 08: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
Logged
Chixiran
Newbie
Posts: 24
Re: help : how to install this driver? thanks.
«
Reply #24 on:
November 04, 2009, 08:15:05 AM »
2. had been installed.
i fix one, and another one occur.
now, i try it follow you.
Logged
alexsad
Newbie
Posts: 3
Re: help : how to install this driver? thanks.
«
Reply #25 on:
April 11, 2010, 01:40:28 PM »
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.
Logged
Print
Pages:
1
[
2
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Extensions
»
TCE Q&A Forum
»
help : how to install this driver? thanks.