List Info

Thread: noob needs simple how-to




noob needs simple how-to
country flaguser name
United States
2007-03-30 07:18:43
I think I've found the solution to my problem, but need
help
implementing it. Can anyone help, please?

The solution:

http://lists.linux-wlan.com/piper
mail/linux-wlan-devel/2007-January/003628.html

What do I do with this? I'm new and in need of help. Please
help...

-Matt Short
matt.shortmemdata.com

_______________________________________________
Linux-wlan-user mailing list
Linux-wlan-userlists.linux-wlan.com
http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user

Re: noob needs simple how-to
country flaguser name
United Kingdom
2007-03-30 09:26:09
On Fri, 2007-03-30 at 07:18 -0500, Matt Short wrote:
> I think I've found the solution to my problem, but need
help
> implementing it. Can anyone help, please?
> 
> The solution:
> 
> http://lists.linux-wlan.com/piper
mail/linux-wlan-devel/2007-January/003628.html
> 
> What do I do with this? I'm new and in need of help.
Please help...
> 
> -Matt Short
> matt.shortmemdata.com
> 
Hi Matt,

depends on what your problem is really 

Pavels' patch is against the development code and has
already been
merged I think. The current svn code works against 2.6.20 --
but I don't
think that Solomon has create a release version yet.

what problems are you seeing ?

Cheers
Richard
 

_______________________________________________
Linux-wlan-user mailing list
Linux-wlan-userlists.linux-wlan.com
http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user

Re: noob needs simple how-to
country flaguser name
United States
2007-03-30 11:13:59
I receive the exact error that was described in the previous
post (that's
how I found the post 

"error: macro "INIT_WORK" passed 3 arguments,
but takes just 2"

I also receive a "warning: 'packed' attribute ignored
for field of type..."
when doing the "make all" process. 

I hope that my ignorance of Linux isn't too debilitating in
this process;
I'm on the steep side of the learning curve. Any insights
you can provide
would be helpful. Thanks!

Matt Short           matt.shortmemdata.com
Chief Information Officer
MEMdata, LLC              979.695.1950 x103
www.memdata.com         979.695.1954 Fax
www.equippinghospitals.com

-----Original Message-----
From: Richard Kennedy [mailto:richardrsk.demon.co.uk] 
Sent: Friday, March 30, 2007 9:26 AM
To: Matt Short
Cc: linux-wlan-userlists.linux-wlan.com
Subject: Re: [lwlan-user] noob needs simple how-to

On Fri, 2007-03-30 at 07:18 -0500, Matt Short wrote:
> I think I've found the solution to my problem, but need
help
> implementing it. Can anyone help, please?
> 
> The solution:
> 
>
http://lists.linux-wlan.com/pipermai
l/linux-wlan-devel/2007-January/003628.h
tml
> 
> What do I do with this? I'm new and in need of help.
Please help...
> 
> -Matt Short
> matt.shortmemdata.com
> 
Hi Matt,

depends on what your problem is really 

Pavels' patch is against the development code and has
already been
merged I think. The current svn code works against 2.6.20 --
but I don't
think that Solomon has create a release version yet.

what problems are you seeing ?

Cheers
Richard
 

_______________________________________________
Linux-wlan-user mailing list
Linux-wlan-userlists.linux-wlan.com
http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user

Re: noob needs simple how-to
country flaguser name
United Kingdom
2007-03-30 14:29:02
On Fri, 2007-03-30 at 11:13 -0500, Matt Short wrote:
> I receive the exact error that was described in the
previous post (that's
> how I found the post 
> 
> "error: macro "INIT_WORK" passed 3
arguments, but takes just 2"
> 
> I also receive a "warning: 'packed' attribute
ignored for field of type..."
> when doing the "make all" process. 
> 
> I hope that my ignorance of Linux isn't too
debilitating in this process;
> I'm on the steep side of the learning curve. Any
insights you can provide
> would be helpful. Thanks!
> 
> Matt Short           matt.shortmemdata.com
> Chief Information Officer
> MEMdata, LLC              979.695.1950 x103
> www.memdata.com         979.695.1954 Fax
> www.equippinghospitals.com
Hi Matt,

no problems. Until Solomon releases a new version you could
try the
development sources from svn. There's an answer in the FAQ
describing
how to get them.

cheers

Richard


_______________________________________________
Linux-wlan-user mailing list
Linux-wlan-userlists.linux-wlan.com
http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user

Re: noob needs simple how-to
country flaguser name
United States
2007-03-30 15:02:39
Thanks Richard! Should have read the FAQs before I posted.
My apologies!
I've "made?" the installs and configures without
errors. Modprobe seems to
work now too. 

Now to get it to connect to the wlan and I'll be off and
running. Any other
caveats that I should be aware of? Thanks for your
insights!

Matt Short           matt.shortmemdata.com

-----Original Message-----
From: Richard Kennedy [mailto:richardrsk.demon.co.uk] 
Sent: Friday, March 30, 2007 2:29 PM
To: Matt Short
Cc: linux-wlan-userlists.linux-wlan.com
Subject: RE: [lwlan-user] noob needs simple how-to

On Fri, 2007-03-30 at 11:13 -0500, Matt Short wrote:
> I receive the exact error that was described in the
previous post (that's
> how I found the post 
> 
> "error: macro "INIT_WORK" passed 3
arguments, but takes just 2"
> 
> I also receive a "warning: 'packed' attribute
ignored for field of
type..."
> when doing the "make all" process. 
> 
> I hope that my ignorance of Linux isn't too
debilitating in this process;
> I'm on the steep side of the learning curve. Any
insights you can provide
> would be helpful. Thanks!
> 
> Matt Short           matt.shortmemdata.com
Hi Matt,

no problems. Until Solomon releases a new version you could
try the
development sources from svn. There's an answer in the FAQ
describing
how to get them.

cheers

Richard


_______________________________________________
Linux-wlan-user mailing list
Linux-wlan-userlists.linux-wlan.com
http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user

Re: noob needs simple how-to
country flaguser name
United Kingdom
2007-03-31 10:54:34
On Fri, 2007-03-30 at 15:02 -0500, Matt Short wrote:
> Thanks Richard! Should have read the FAQs before I
posted. My apologies!
> I've "made?" the installs and configures
without errors. Modprobe seems to
> work now too. 
> 
> Now to get it to connect to the wlan and I'll be off
and running. Any other
> caveats that I should be aware of? Thanks for your
insights!
> 
> Matt Short           matt.shortmemdata.com
> 
That's OK. it sounds like you've just about got it working
 just
get
the config files set up and you should be away.
you can check you system log to see what's going on.

Cheers
Richard  

_______________________________________________
Linux-wlan-user mailing list
Linux-wlan-userlists.linux-wlan.com
http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )