Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Networking & Wireless
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Networking & Wireless
Having problems getting connected to the internet or getting your wireless card to work? Ask here.

 
Thread Tools Display Modes
Old March 23rd, 2006   #11
Stone123
A Carafe of Ubuntu
 
Stone123's Avatar
 
Join Date: Dec 2005
Location: Sweden
Beans: 122
Ubuntu 7.10 Gutsy Gibbon
Re: RaLink RT61 Wireless Solved

Quote:
Originally Posted by UbuntuJohan
Hi,

I have now tried this two times with my D-link DWL-G510 REV.C card.
But I still can't get it to work.
The card is recognised but as soon as I try to configure it I get a crash e.g.

Any ideas??

Has anyone managed to use these rt61 drivers on a 64 bit system?

Cheers
//Johan
Did you fix the dat file in /etc/Wirless/rt2561~/ .dat ? whatever it's called
read readme file that comes with drivers. scroll down at the end and see.
and use some gui program to connect . wifi radar and such .
Anyway i cant connect on boot only from gnome network tool.
Stone123 is offline   Reply With Quote
Old March 23rd, 2006   #12
UbuntuJohan
5 Cups of Ubuntu
 
Join Date: Nov 2005
Location: Sweden
Beans: 30
Ubuntu Breezy 5.10
Re: RaLink RT61 Wireless Solved

Yes I have been trying to configure that file in various ways but it doesn't make a difference.

Do you have any example of your file that I can compare with?

I get the same crash when I try with gnome network-admin.

I will also install a 32-bit Breezy partion and see if it works better there.

Cheers
//Johan
UbuntuJohan is offline   Reply With Quote
Old March 24th, 2006   #13
evilsim
First Cup of Ubuntu
 
Join Date: Mar 2006
Beans: 1
Smile Re: RaLink RT61 Wireless Solved

judgekaster u are the man. im pleased to say with some effort, ive gotten my RT61 card up at last! Ubuntu 5.10 "Breezy Badger" is my current flavour.
im using (ubuntu 5.10 cd) 2.6.12-9-386 kernel, P3 cpu, D-Link G-510 C1 Ver 5.00 & of course an Ubuntu breezy CD.

Code:
[4296457.850000] rt61: module license 'unspecified' taints kernel.
[4296457.882000] ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5
[4296457.882000] RT61: Vendor = 0x1814, Product = 0x0302
Now let's get to it.
Insert your ubuntu CD, boot from it, type 'server'.
Once your system is installed log in as your chosen username and password.

Code:
sudo -s (enter your user's password)
wget http://www.ralinktech.com/drivers/Linux/2005_1230_RT61_Linux_STA_Drv1.0.3.0.tar.gz
tar zxvf 2005_1230_RT61_Linux_STA_Drv1.0.3.0.tar.gz
cd RT61_Linux_STA_Drv1.0.3.0_200512230/Modules
cp Makefile.6 Makefile
apt-get install ssh (dont leave home without it)
apt-get install linux-headers-2.6.12-9-386 linux-source-2.6.12 make build-essentials gcc-3.4 (hope i didnt forget any)
cd /usr/src
tar -xjfv linux-source-2.6.12.tar.bz2
cd /home/[TAB][ENTER]
cd RT61_Linux_STA_Drv1.0.3.0_200512230/Modules
make all
(should take a while to build it, took >1minute on my 933mhz)
cp rt61.ko /lib/modules/`uname -r`/kernel/drivers/net/.
depmod
modprobe rt61
dmesg |tail
(you should see a result like the one at the top of this post)
mkdir /etc/Wireless/
mkdir /etc/Wireless/RT61STA/
cp *.bin /etc/Wireless/RT61STA/.
cp rt61sta.dat /etc/Wireless/RT61STA/.
vi -b /etc/Wireless/RT61STA/rt61sta.dat
Thats where im upto.
Next, follow judgekaster's post from "$ iwconfig".
Again judgekaster thanks for your help getting this damn D-Link card working and inspiring this text. (although I almost wish I'd just bought the Linksys card at first) Also thanks to Christian & Matt @ sol1.

Last edited by evilsim; March 24th, 2006 at 07:54 AM..
evilsim is offline   Reply With Quote
Old March 24th, 2006   #14
Stone123
A Carafe of Ubuntu
 
Stone123's Avatar
 
Join Date: Dec 2005
Location: Sweden
Beans: 122
Ubuntu 7.10 Gutsy Gibbon
Re: RaLink RT61 Wireless Solved

-> moved to page 1

Last edited by Stone123; April 13th, 2006 at 08:10 AM..
Stone123 is offline   Reply With Quote
Old March 24th, 2006   #15
UbuntuJohan
5 Cups of Ubuntu
 
Join Date: Nov 2005
Location: Sweden
Beans: 30
Ubuntu Breezy 5.10
Re: RaLink RT61 Wireless Solved

Now after installing 32 bit breezy on annother partition.
I'm running wireless with my D-LINK DWL-G510 Rev.C and this RT61 driver on 32 bit Brezzy.

So this driver doesn't work in 64 BIT. But there are so many other benefits with 32 bit at the moment so I'll stick to that for now.

Finally I can move on to the mythtv installation

Cheers
//Johan
UbuntuJohan is offline   Reply With Quote
Old March 28th, 2006   #16
wrwills
First Cup of Ubuntu
 
Join Date: May 2005
Beans: 3
Re: RaLink RT61 Wireless Solved

It appears that rt61 chipsets will soon be supported under the rt2x00 sourceforge project. They've also had problems with freezes, but they seem to be making some progress... Maybe in a couple of weeks we'll be able to use this card under a 64bit system.
http://rt2x00.serialmonkey.com/phpBB...er=asc&start=0
wrwills is offline   Reply With Quote
Old March 30th, 2006   #17
ridcully
First Cup of Ubuntu
 
Join Date: Mar 2006
Location: Stuttgart, Germany
Beans: 1
Ubuntu Breezy 5.10
Smile Re: RaLink RT61 Wireless Solved

Hi,

I just wanted to add, that my Edimax EW-7128g works fine with WPA on breezy.

Thanks to judgekaster for the howto
ridcully is offline   Reply With Quote
Old April 2nd, 2006   #18
Rocketeer
5 Cups of Ubuntu
 
Join Date: Apr 2006
Beans: 27
Re: RaLink RT61 Wireless Solved

I can't get the compiler to work.

I get strange errors when typin "make all"

Code:
make -C /lib/modules/2.6.12-10-386/build SUBDIRS=/home/tristan/temp/RT61_Linux_STA_Drv1.0.3.0_200512230/Module modules
make[1]: Entering directory `/lib/modules/2.6.12-10-386/build'
make[1]: *** No rule to make target `modules'.  Stop.
make[1]: Leaving directory `/lib/modules/2.6.12-10-386/build'
make: *** [all] Error 2
I am using Ubuntu 5.10 (BB) with 2.6.12-10

Could someone please just send me the binary on ( t h a u s e r a t s m i l e . c h) or the solution to my compile problem?
Rocketeer is offline   Reply With Quote
Old April 2nd, 2006   #19
izakage
First Cup of Ubuntu
 
Join Date: Apr 2006
Beans: 1
Re: RaLink RT61 Wireless Solved

I'm having the same problem as Rocketeer. Any help would be greatly appreciated!
izakage is offline   Reply With Quote
Old April 3rd, 2006   #20
crocovin
First Cup of Ubuntu
 
Join Date: Apr 2006
Beans: 1
Re: RaLink RT61 Wireless Solved

I'm having the same problem.
What is "modules" in the make file below? Should I replace it with something else.

---

all:
make -C /lib/modules/$(shell uname -r)/build SUBDIRS=$(shell pwd) modules


---
crocovin is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:42 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry