From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.62)
	(envelope-from <gentoo-user+bounces-59389-garchives=archives.gentoo.org@gentoo.org>)
	id 1HCmAG-00072B-Hn
	for garchives@archives.gentoo.org; Fri, 02 Feb 2007 00:20:28 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l120JHE7011390;
	Fri, 2 Feb 2007 00:19:17 GMT
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169])
	by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l120FC0K006824
	for <gentoo-user@lists.gentoo.org>; Fri, 2 Feb 2007 00:15:13 GMT
Received: by ug-out-1314.google.com with SMTP id z38so619900ugc
        for <gentoo-user@lists.gentoo.org>; Thu, 01 Feb 2007 16:15:12 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=beta;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=AdQwL/4CYYCC3O11CBwJLnxAr2l+buRjsNy8ESN6iEYAmMxGjpJHX5QRh3Svhc6GBs/xE/4b+ersA2Ar8N5N8XCwfa0bxJMzkZ1o+NDYtZv54X0zB2B/HU5U2guh7HfLvoCCeMm4HfIYAZM1oYU3wgFjmx1iOLrH1qT2xQA/xaU=
Received: by 10.78.203.13 with SMTP id a13mr719603hug.1170375311623;
        Thu, 01 Feb 2007 16:15:11 -0800 (PST)
Received: by 10.78.20.7 with HTTP; Thu, 1 Feb 2007 16:15:11 -0800 (PST)
Message-ID: <b79f23070702011615o5596d777wdf82afc79e4fdbda@mail.gmail.com>
Date: Thu, 1 Feb 2007 16:15:11 -0800
From: "James Ausmus" <james.ausmus@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] WiFi adaptor playing up
In-Reply-To: <200702012054.00182.michaelkintzios@gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <200701292044.02582.michaelkintzios@gmail.com>
	 <200701292330.26936.michaelkintzios@gmail.com>
	 <b79f23070702010046p211a63c1k7875a859b9fb0912@mail.gmail.com>
	 <200702012054.00182.michaelkintzios@gmail.com>
X-Archives-Salt: fb063750-4c4d-4817-a75e-c6c1d668233c
X-Archives-Hash: 3545b300fc89ccef66a39dc0bdf7dccf

On 2/1/07, Mick <michaelkintzios@gmail.com> wrote:
> On Thursday 01 February 2007 08:46, James Ausmus wrote:
> > On 1/29/07, Mick <michaelkintzios@gmail.com> wrote:
> > > On Monday 29 January 2007 23:06, James Ausmus wrote:
>
> > > When you say configure it on the card do you mean in the /etc/conf.d/net
> > > file?
> >
> > Nope - I mean:
> >
> > iwconfig ra0 essid <ESSID>
> > iwconfig ra0 mode <MODE - probably managed>
> > iwconfig ra0 channel <channel>
> > iwconfig ra0 ap <AP MAC address>
> > iwconfig ra0 enc <encryption key/off> <open/restricted>
>
> OK, I've tried these a number of times in the past but the adaptor won't play
> ball.  Even basic commands like 'iwconfig wlan0 up' will not work.
>


Hmm - you might have to do:

ifconfig wlan0 up

prior to any iwconfig command.

When you just tpye:

iwconfig

What do you get?


> > Try different sets of the above commands, if you do all of them with
> > the proper params, but still no connectivity after a
> > /etc/init.d/net.ra0 restart, then do:
> >
> > iwconfig --help
> >
> > And see what other commands might look interesting.
> >
> > You also might modprobe the rt2500usb module with debug=1 and watch
> > your dmesg output - it might give you some insight as to *why* things
> > are failing. :)
>
> # modprobe -v rt2500usb debug=1
> insmod /lib/modules/2.6.18-gentoo-r6/rt2x00/rt2500usb.ko debug=1
> FATAL: Error inserting rt2500usb
> (/lib/modules/2.6.18-gentoo-r6/rt2x00/rt2500usb.ko): Unknown symbol in
> module, or unknown parameter (see dmesg)
>
> dmesg shows;
>
> rt2500usb: Unknown parameter `debug
>
> That's because I did not compile the driver with the debug USE flag.  I did
> try to do this once and a debugfs error came up.
>
> > > These two worked fine for my USB adaptor:
> > >
> > > Sat Dec  9 08:54:56 2006 >>> net-wireless/rt2x00-9999
> > > Wed Dec 27 17:34:33 2006 >>> net-wireless/rt2x00-9999
> >
> > Thanks! I'll give those a try when I get a chance. :)
>
> OK, you'll need to follow the steps in here:
>
> http://gentoo-wiki.com/Skipping_fetch_for_CVS_packages
>
> and with regards to setting the date, use the -D option, like so: -D
> 2006-12-09
>

Thanks much!

-James
-- 
gentoo-user@gentoo.org mailing list