All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] Help Instal compat wireless ath9_htc
@ 2010-09-01  1:27 mic cat
  2010-09-01  6:28 ` Dave Driver
  0 siblings, 1 reply; 5+ messages in thread
From: mic cat @ 2010-09-01  1:27 UTC (permalink / raw)
  To: ath9k-devel

Hello all

I have "ar9271"

I am dwl last compat-wireless "2010-08-31"

I am try in "tar -jxvf compat***"

$ cd compat-****
$ make
$ make install
$ make (wl)unload
$ depmod
$ modprob ath9_htc

but no work

I am place .fw in  /lib/firmwear
but no work

Please it possible to help me....
Thank for all reply...

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Help Instal compat wireless ath9_htc
  2010-09-01  1:27 [ath9k-devel] Help Instal compat wireless ath9_htc mic cat
@ 2010-09-01  6:28 ` Dave Driver
  2010-09-01  8:15   ` mic cat
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Driver @ 2010-09-01  6:28 UTC (permalink / raw)
  To: ath9k-devel

mic cat wrote:
> Hello all
> 
> I have "ar9271"
> 
> I am dwl last compat-wireless "2010-08-31"
> 
> I am try in "tar -jxvf compat***"
> 
> $ cd compat-****
> $ make
> $ make install
> $ make (wl)unload
> $ depmod
> $ modprob ath9_htc
> 
> but no work
> 
> I am place .fw in  /lib/firmwear
> but no work

I also have a device with an ar9271, mine is a Ubiquiti WiFiStation EXT. 
   It just needs a new ID added in the driver. I got it working with the 
help of the following post: http://www.ubnt.com/forum/showthread.php?t=22105

The only extra thing I would like is the ability to turn up the txpower 
beyond 20dBm.

To the developers on the list, how do we go about getting the extra ID 
added into the code? It's only a one line change but I don't know what 
the procedure is for having this included. Also, how long does it take 
for changes to be fed into the kernel?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Help Instal compat wireless ath9_htc
  2010-09-01  6:28 ` Dave Driver
@ 2010-09-01  8:15   ` mic cat
  2010-09-01  8:16     ` mic cat
  0 siblings, 1 reply; 5+ messages in thread
From: mic cat @ 2010-09-01  8:15 UTC (permalink / raw)
  To: ath9k-devel

Thank all for reply...

i have new kernel "2.6.35 Debian"

but make compat-wireless say

       "      make -C /lib/modules/2.6.35/trunk/build
M=/home/Lelbo/Desktop/compat-wir modules  "

       "   make ** /lib/modules/2.6.35-trunk amd64/build : any folder
or directory   stop  "

and is stop make...

Thank

2010/9/1, Dave Driver <atheros@davedriver.co.uk>:
> mic cat wrote:
>> Hello all
>>
>> I have "ar9271"
>>
>> I am dwl last compat-wireless "2010-08-31"
>>
>> I am try in "tar -jxvf compat***"
>>
>> $ cd compat-****
>> $ make
>> $ make install
>> $ make (wl)unload
>> $ depmod
>> $ modprob ath9_htc
>>
>> but no work
>>
>> I am place .fw in  /lib/firmwear
>> but no work
>
> I also have a device with an ar9271, mine is a Ubiquiti WiFiStation EXT.
>    It just needs a new ID added in the driver. I got it working with the
> help of the following post: http://www.ubnt.com/forum/showthread.php?t=22105
>
> The only extra thing I would like is the ability to turn up the txpower
> beyond 20dBm.
>
> To the developers on the list, how do we go about getting the extra ID
> added into the code? It's only a one line change but I don't know what
> the procedure is for having this included. Also, how long does it take
> for changes to be fed into the kernel?
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Help Instal compat wireless ath9_htc
  2010-09-01  8:15   ` mic cat
@ 2010-09-01  8:16     ` mic cat
  2010-09-02  4:53       ` mic cat
  0 siblings, 1 reply; 5+ messages in thread
From: mic cat @ 2010-09-01  8:16 UTC (permalink / raw)
  To: ath9k-devel

Thank all for reply...

i have new kernel "2.6.35 Debian"

but make compat-wireless say

       "      make -C /lib/modules/2.6.35/trunk/build
M=/home/Lelbo/Desktop/compat-wir modules  "

       "   make ** /lib/modules/2.6.35-trunk amd64/build : any folder
or directory   stop  "

and is stop make...

Thank

2010/9/1, mic cat <micacatt@gmail.com>:
> Thank all for reply...
>
> i have new kernel "2.6.35 Debian"
>
> but make compat-wireless say
>
>        "      make -C /lib/modules/2.6.35/trunk/build
> M=/home/Lelbo/Desktop/compat-wir modules  "
>
>        "   make ** /lib/modules/2.6.35-trunk amd64/build : any folder
> or directory   stop  "
>
> and is stop make...
>
> Thank
>
> 2010/9/1, Dave Driver <atheros@davedriver.co.uk>:
>> mic cat wrote:
>>> Hello all
>>>
>>> I have "ar9271"
>>>
>>> I am dwl last compat-wireless "2010-08-31"
>>>
>>> I am try in "tar -jxvf compat***"
>>>
>>> $ cd compat-****
>>> $ make
>>> $ make install
>>> $ make (wl)unload
>>> $ depmod
>>> $ modprob ath9_htc
>>>
>>> but no work
>>>
>>> I am place .fw in  /lib/firmwear
>>> but no work
>>
>> I also have a device with an ar9271, mine is a Ubiquiti WiFiStation EXT.
>>    It just needs a new ID added in the driver. I got it working with the
>> help of the following post:
>> http://www.ubnt.com/forum/showthread.php?t=22105
>>
>> The only extra thing I would like is the ability to turn up the txpower
>> beyond 20dBm.
>>
>> To the developers on the list, how do we go about getting the extra ID
>> added into the code? It's only a one line change but I don't know what
>> the procedure is for having this included. Also, how long does it take
>> for changes to be fed into the kernel?
>>
>>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Help Instal compat wireless ath9_htc
  2010-09-01  8:16     ` mic cat
@ 2010-09-02  4:53       ` mic cat
  0 siblings, 0 replies; 5+ messages in thread
From: mic cat @ 2010-09-02  4:53 UTC (permalink / raw)
  To: ath9k-devel

Hello  sorry for me  i am great noob.....

After make for compat-wireles  i have problem with my  "kernel
headers" in a    ### lib/module/2.6.3X/build    i have any folder name
build...

Please help me.

i have debian 2.6.26, 2.6.35, bt4, bt4 R1, putty,

My problem is very "kernel headers" in a build directory...



   #######"Compilation problems

If you encounter compilation problems, please make sure you've got
kernel headers installed and that the system knows where to look for
them. Generally, there should be a symlink under

 /lib/modules/`uname -r`/build"""    ######

I don understand this....


Thank all for reply

2010/9/1, mic cat <micacatt@gmail.com>:
> Thank all for reply...
>
> i have new kernel "2.6.35 Debian"
>
> but make compat-wireless say
>
>        "      make -C /lib/modules/2.6.35/trunk/build
> M=/home/Lelbo/Desktop/compat-wir modules  "
>
>        "   make ** /lib/modules/2.6.35-trunk amd64/build : any folder
> or directory   stop  "
>
> and is stop make...
>
> Thank
>
> 2010/9/1, mic cat <micacatt@gmail.com>:
>> Thank all for reply...
>>
>> i have new kernel "2.6.35 Debian"
>>
>> but make compat-wireless say
>>
>>        "      make -C /lib/modules/2.6.35/trunk/build
>> M=/home/Lelbo/Desktop/compat-wir modules  "
>>
>>        "   make ** /lib/modules/2.6.35-trunk amd64/build : any folder
>> or directory   stop  "
>>
>> and is stop make...
>>
>> Thank
>>
>> 2010/9/1, Dave Driver <atheros@davedriver.co.uk>:
>>> mic cat wrote:
>>>> Hello all
>>>>
>>>> I have "ar9271"
>>>>
>>>> I am dwl last compat-wireless "2010-08-31"
>>>>
>>>> I am try in "tar -jxvf compat***"
>>>>
>>>> $ cd compat-****
>>>> $ make
>>>> $ make install
>>>> $ make (wl)unload
>>>> $ depmod
>>>> $ modprob ath9_htc
>>>>
>>>> but no work
>>>>
>>>> I am place .fw in  /lib/firmwear
>>>> but no work
>>>
>>> I also have a device with an ar9271, mine is a Ubiquiti WiFiStation EXT.
>>>    It just needs a new ID added in the driver. I got it working with the
>>> help of the following post:
>>> http://www.ubnt.com/forum/showthread.php?t=22105
>>>
>>> The only extra thing I would like is the ability to turn up the txpower
>>> beyond 20dBm.
>>>
>>> To the developers on the list, how do we go about getting the extra ID
>>> added into the code? It's only a one line change but I don't know what
>>> the procedure is for having this included. Also, how long does it take
>>> for changes to be fed into the kernel?
>>>
>>>
>>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-02  4:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01  1:27 [ath9k-devel] Help Instal compat wireless ath9_htc mic cat
2010-09-01  6:28 ` Dave Driver
2010-09-01  8:15   ` mic cat
2010-09-01  8:16     ` mic cat
2010-09-02  4:53       ` mic cat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.