public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Watson" <waty@bigpond.net.au>
To: <gentoo-user@lists.gentoo.org>
Subject: Re: [gentoo-user] Wireless PCI Network controller: RaLink RT2561/RT61 rev B 802.11 - Driver Problem
Date: Sun, 25 Feb 2007 08:05:57 +1000	[thread overview]
Message-ID: <002801c7585f$f81ebd50$0700a8c0@NX6120> (raw)
In-Reply-To: 000b01c75667$d4d3d0a0$0700a8c0@NX6120


> Yes it's pointing to the correct kernel source - Thanks

I recompiled my kernel and modprobe rt61 worked. I now have an interface 
that come up called ra0.

The following worked for me:

Added rt61 to /etc/modules.autoload.d/kernel-2.6

# ln -s net.lo net.ra0

I edited /etc/conf.d/net
modules= ( "iwconfig" )
config_rao=( "null" )

# rc-update add net.ra0 default

Set ra0 to "null" because ra0 won't come up as dhcpc until configured.

# /etc/init.d/net.rao start
# iwlist ra0 scanning
gave me channel and essid to use

I created a script /root/scripts/d_link_rt61_up.sh
iwlist ra0 scanning
iwconfig ra0 essid [essid]
iwconfig ra0 channel 11
dhcpcd ra0

Added /root/scripts/d_link_rt61_up.sh to /etc/conf.d/local.start

Everything comes up no on boot.

Thank you everybody 

-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2007-02-24 22:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-22  8:53 [gentoo-user] Wireless PCI Network controller: RaLink RT2561/RT61 rev B 802.11 - Driver Problem Richard Watson
2007-02-22  9:18 ` Raymond Lewis Rebbeck
2007-02-22  9:57   ` Richard Watson
2007-02-24 22:05     ` Richard Watson [this message]
2007-02-22 10:08 ` Boyd Stephen Smith Jr.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002801c7585f$f81ebd50$0700a8c0@NX6120' \
    --to=waty@bigpond.net.au \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox