All of lore.kernel.org
 help / color / mirror / Atom feed
* wl0084a / wl1271 understanding
@ 2011-12-17  4:54 Raffaele Recalcati
  2011-12-17  9:35 ` Luciano Coelho
  2011-12-17 16:05 ` Larry Finger
  0 siblings, 2 replies; 5+ messages in thread
From: Raffaele Recalcati @ 2011-12-17  4:54 UTC (permalink / raw)
  To: linux-wireless

I'm an embedded developer and I really want opensource development for
wireless, to be sure to maintain it in many kernel versions I will
have.
I'm not an wifi expert and so I can have done some mistakes here below.

wl1271
=============
At the end of
http://processors.wiki.ti.com/index.php/ARM_Processor_Open_Source_Wireless_Connectivity
http://www.openlink.org/software/linux-kernel#lk
It seems the same as what I can find in drivers/net/wireless/wl12xx
kernel directory.

wl0084a
=============
grep -rin wl008 drivers
give no result on kernel 3.2-rc6.
What is the normal approach to take in account?
I have to immediately change the usb wifi dongle due to the lacking of
information to develop e proper driver or maybe
there is some possibility?
Here I can find Logilink drivers
http://www.logilink.eu/content/support/download.htm?seticlanguage=en
They confirm support for LINUX (kernel 2.6.18 ~ 2.6.33)
Looking into drivers files ... yes , they are proprietary.

Thanks for any help,
Raffaele

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

* Re: wl0084a / wl1271 understanding
  2011-12-17  4:54 wl0084a / wl1271 understanding Raffaele Recalcati
@ 2011-12-17  9:35 ` Luciano Coelho
  2011-12-17 16:05 ` Larry Finger
  1 sibling, 0 replies; 5+ messages in thread
From: Luciano Coelho @ 2011-12-17  9:35 UTC (permalink / raw)
  To: Raffaele Recalcati; +Cc: linux-wireless

Hi Raffaele,

On Sat, 2011-12-17 at 05:54 +0100, Raffaele Recalcati wrote: 
> I'm an embedded developer and I really want opensource development for
> wireless, to be sure to maintain it in many kernel versions I will
> have.
> I'm not an wifi expert and so I can have done some mistakes here below.
> 
> wl1271
> =============
> At the end of
> http://processors.wiki.ti.com/index.php/ARM_Processor_Open_Source_Wireless_Connectivity
> http://www.openlink.org/software/linux-kernel#lk
> It seems the same as what I can find in drivers/net/wireless/wl12xx
> kernel directory.

Yes, we have full support for the wl1271 chip in the mainline kernel.
We are working actively on maintaining and improving it directly
upstream.  TI makes official releases to the customers which are based
on the upstream kernel.

Join us on IRC @Freenode #wl12xx to talk more about it if you like.


-- 
Cheers,
Luca.


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

* Re: wl0084a / wl1271 understanding
  2011-12-17  4:54 wl0084a / wl1271 understanding Raffaele Recalcati
  2011-12-17  9:35 ` Luciano Coelho
@ 2011-12-17 16:05 ` Larry Finger
  2011-12-18  4:56   ` Raffaele Recalcati
  1 sibling, 1 reply; 5+ messages in thread
From: Larry Finger @ 2011-12-17 16:05 UTC (permalink / raw)
  To: Raffaele Recalcati; +Cc: linux-wireless

On 12/16/2011 10:54 PM, Raffaele Recalcati wrote:
> I'm an embedded developer and I really want opensource development for
> wireless, to be sure to maintain it in many kernel versions I will
> have.
> I'm not an wifi expert and so I can have done some mistakes here below.
>
> wl0084a
> =============
> grep -rin wl008 drivers
> give no result on kernel 3.2-rc6.
> What is the normal approach to take in account?
> I have to immediately change the usb wifi dongle due to the lacking of
> information to develop e proper driver or maybe
> there is some possibility?
> Here I can find Logilink drivers
> http://www.logilink.eu/content/support/download.htm?seticlanguage=en
> They confirm support for LINUX (kernel 2.6.18 ~ 2.6.33)
> Looking into drivers files ... yes , they are proprietary.

Some of the Logilink devices have Realtek chips. If this is a USB device, please 
post the output of 'lsusb'. If it is PCI, post the output of 'lspci -nnv' - we 
only need the part that describes the wireless device.

Larry


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

* Re: wl0084a / wl1271 understanding
  2011-12-17 16:05 ` Larry Finger
@ 2011-12-18  4:56   ` Raffaele Recalcati
  2011-12-18 17:16     ` Larry Finger
  0 siblings, 1 reply; 5+ messages in thread
From: Raffaele Recalcati @ 2011-12-18  4:56 UTC (permalink / raw)
  To: Larry Finger; +Cc: linux-wireless

Hi,

On Sat, Dec 17, 2011 at 5:05 PM, Larry Finger <Larry.Finger@lwfinger.net> wrote:
> On 12/16/2011 10:54 PM, Raffaele Recalcati wrote:
>>
>> I'm an embedded developer and I really want opensource development for
>> wireless, to be sure to maintain it in many kernel versions I will
>> have.
>> I'm not an wifi expert and so I can have done some mistakes here below.
>>
>> wl0084a
>> =============
>> grep -rin wl008 drivers
>> give no result on kernel 3.2-rc6.
>> What is the normal approach to take in account?
>> I have to immediately change the usb wifi dongle due to the lacking of
>> information to develop e proper driver or maybe
>> there is some possibility?
>> Here I can find Logilink drivers
>> http://www.logilink.eu/content/support/download.htm?seticlanguage=en
>> They confirm support for LINUX (kernel 2.6.18 ~ 2.6.33)
>> Looking into drivers files ... yes , they are proprietary.
>
>
> Some of the Logilink devices have Realtek chips. If this is a USB device,
> please post the output of 'lsusb'. If it is PCI, post the output of 'lspci
> -nnv' - we only need the part that describes the wireless device.
>
> Larry
>

Bus 002 Device 004: ID 0bda:8176 Realtek Semiconductor Corp.

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

* Re: wl0084a / wl1271 understanding
  2011-12-18  4:56   ` Raffaele Recalcati
@ 2011-12-18 17:16     ` Larry Finger
  0 siblings, 0 replies; 5+ messages in thread
From: Larry Finger @ 2011-12-18 17:16 UTC (permalink / raw)
  To: Raffaele Recalcati; +Cc: linux-wireless

On 12/17/2011 10:56 PM, Raffaele Recalcati wrote:
> Hi,
>
> On Sat, Dec 17, 2011 at 5:05 PM, Larry Finger<Larry.Finger@lwfinger.net>  wrote:
>> On 12/16/2011 10:54 PM, Raffaele Recalcati wrote:
>>>
>>> I'm an embedded developer and I really want opensource development for
>>> wireless, to be sure to maintain it in many kernel versions I will
>>> have.
>>> I'm not an wifi expert and so I can have done some mistakes here below.
>>>
>>> wl0084a
>>> =============
>>> grep -rin wl008 drivers
>>> give no result on kernel 3.2-rc6.
>>> What is the normal approach to take in account?
>>> I have to immediately change the usb wifi dongle due to the lacking of
>>> information to develop e proper driver or maybe
>>> there is some possibility?
>>> Here I can find Logilink drivers
>>> http://www.logilink.eu/content/support/download.htm?seticlanguage=en
>>> They confirm support for LINUX (kernel 2.6.18 ~ 2.6.33)
>>> Looking into drivers files ... yes , they are proprietary.
>>
>>
>> Some of the Logilink devices have Realtek chips. If this is a USB device,
>> please post the output of 'lsusb'. If it is PCI, post the output of 'lspci
>> -nnv' - we only need the part that describes the wireless device.
>>
>> Larry
>>
>
> Bus 002 Device 004: ID 0bda:8176 Realtek Semiconductor Corp.

If that device is Rev 1, it uses driver r8192e_pci. If it is Rev 10, then it 
uses rtl8192ce. Both drivers are in the kernel since 2.6.38, and should just 
work if your kernel is new enough.

Larry


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

end of thread, other threads:[~2011-12-18 17:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-17  4:54 wl0084a / wl1271 understanding Raffaele Recalcati
2011-12-17  9:35 ` Luciano Coelho
2011-12-17 16:05 ` Larry Finger
2011-12-18  4:56   ` Raffaele Recalcati
2011-12-18 17:16     ` Larry Finger

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.