* Re: [gentoo-user] Wireless PCI Network controller: RaLink RT2561/RT61 rev B 802.11 - Driver Problem
@ 2007-02-24 22:05 99% ` Richard Watson
0 siblings, 0 replies; 1+ results
From: Richard Watson @ 2007-02-24 22:05 UTC (permalink / raw
To: gentoo-user
> 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
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
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 99% ` Richard Watson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox