You are not logged in.

#1 2007-09-16 10:31:22

regomodo
Member
Registered: 2007-09-15
Posts: 38

Cannot Get Ralink RT61 card to connect

Hi. I'm new to Arch but not to Linux.

I've just got my base install going but before i go anywhere i need to setup my wireless (i have no ethernet). The chipset on my card is an RT61 and i have installed the drivers from serialmonkey and got my laptop to connect to my router (connectivity quality is >> 0).

However i have no ip address and when i run

$ route

i am returned with no values and i cannot add a route with

$ route add default gw 192.168.1.1

I am returned with "SIOCADDRT: No such process"

Have i not assigned this card to work with DHCP (i normally use "iface wlan0 inet dhcp" but the command is not found). If not, how would i go about doing this?

Any help would be greatly received. Cheers


w$, winblows, and windoze gets old. Quickly

Offline

#2 2007-09-16 10:40:03

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Cannot Get Ralink RT61 card to connect

After your laptop associates with your router, you can either set a static IP address using ifconfig, or request a DHCP-assigned address using dhcpcd. If you go for static, you will also need to use route, after the static address has been assigned.

Once you are happy with your setup, you can set the appropriate parameters in /etc/rc.conf, and run /etc/rc.d/network restart.

People who use Debian-based distros normally use "iface wlan0 inet dhcp" - but you're on Arch now. smile

Offline

#3 2007-09-16 10:50:33

regomodo
Member
Registered: 2007-09-15
Posts: 38

Re: Cannot Get Ralink RT61 card to connect

cheers, i just realised i hadn't edited my rc.conf so i added

wlan0=("dhcp") and wlan0 to INTERFACES but that didn't help anyways

When you say "use dhcpd" do you mean like in debian with dhclient? I ask as just tried dhcpd wlan0 and got a command not found.

I need to check through the cd's packages

[edit] oops. dhcpcd

Last edited by regomodo (2007-09-16 10:55:13)


w$, winblows, and windoze gets old. Quickly

Offline

#4 2007-09-16 10:58:55

regomodo
Member
Registered: 2007-09-15
Posts: 38

Re: Cannot Get Ralink RT61 card to connect

w00t! i'd like to know what changes i did caused it to work but i reinstalled dhcpcd from the CD and re-entered my iwpriv/iwpconfig stuff and all was working. I did run dhcpd but i was told that it was already running.

I also unblocked "gateway" from rc.conf

Thanks

Last edited by regomodo (2007-09-16 11:03:55)


w$, winblows, and windoze gets old. Quickly

Offline

#5 2007-09-16 12:17:20

regomodo
Member
Registered: 2007-09-15
Posts: 38

Re: Cannot Get Ralink RT61 card to connect

dammit. It was going so well until i rebooted. Back to square 1

I've given up with DHCP for now. I just can't get it to work properly (at all)

Last edited by regomodo (2007-09-16 12:26:08)


w$, winblows, and windoze gets old. Quickly

Offline

Board footer

Powered by FluxBB