Re: Wireless driver

2018-12-29 Thread john doe
On 12/29/2018 1:04 PM, john doe wrote:
> On 12/28/2018 6:58 PM, Alexander V. Makartsev wrote:
>> On 28.12.2018 12:32, john doe wrote:
>>> On 12/27/2018 12:24 PM, Alexander V. Makartsev wrote:
 On 27.12.2018 14:05, john doe wrote:
> Hi,
>
> I'm trying to get (1) to work on Debian Stretch.
>
> >From what I understand, only "qca9982" v1 is supported on Debian,
> however, (3) supports qca9882 v2.
> That brings me to some questions:
>
> - Am I on the right track by trying to build the firmware using
> backports from (3)?
> - Can I build the firmware in an VM an move that firmware to that
> wireless box?
>
> In other words, what should I do to get qca9882 v2 to work on Debian
> Stretch?
>
> Any help is appriciated.
>
>
> 1)  https://www.compex.com.sg/product/wle600vx/
> 2)  https://packages.debian.org/stretch/firmware-atheros
> 3)  https://wireless.wiki.kernel.org/en/users/drivers/ath10k
>
 ||According to specifications from Compex, WLE600VX utilizes
 Qualcomm-Atheros QCA*98*82 chip.
 I think it is a good idea to try packages from "stretch-backports" first
 [1] [2], because it looks like WLE600VX was produced a few years ago and
 should have already have support in linux kernel.
 So I highly doubt this NIC model requires latest Qualcomm firmware
 update, that was pushed into kernel.org source repository 9 days ago.

 [1] $ rmadison -s stable,stretch-backports firmware-atheros
 firmware-atheros | 20161130-4 | stable/non-free    | 
 all
 firmware-atheros | 20180825+dfsg-1~bpo9+1 | stretch-backports/non-free | 
 all

>>> Thank you, the last time I tryed didn't have much luck.
>>> If I understand correctly, (1) does list the qca9882 v1 but not qca9882 v2?
>>>
>>> 1)  https://packages.debian.org/stretch-backports/firmware-atheros
>>>
>> I think "qca9882 v2" doesn't exist. What made you think there are
>> different versions of qca9882 chipsets?
> 
>>From the above URLs:
> 
> The Debian page:
> 
> " * Qualcomm Atheros QCA988X board configuration, version 1"
> 
> and the kernel wireless wiki page:
> 
> "QCA9882 Version 2 found in Compex WLE600VX"
> 
>> Support for qca9882 chipset was added to kernel 2 years ago and gets
>> updated when new firmware version is available. [1]
>> This page from kernel.org wiki lists your NIC as supported [2], which
>> means firmware file is available in repository.
>> At this moment "firmware-atheros" package from "stretch/non-free" repo
>> contains firmware for qca9882 chipset, version 10.2.4.70.54
>> (ath10k/QCA988X/hw2.0/firmware-5.bin) which should provide support for
>> WLE600VX NIC.
>> Try to get some information from kernel logs to see if ath10k module
>> loads at all.
>>     # dmesg | grep ath10k
>> This guide should be helpful to debug more [3], especially these
>> commands should output more debug information into kernel logs:
>>     # modprobe -r ath10k_core
>>     # modprobe ath10k_core debug_mask=0x0432
>>
>>
>> [1] https://github.com/kvalo/ath10k-firmware/tree/master/QCA988X/hw2.0
>> [2] https://wireless.wiki.kernel.org/en/users/drivers/ath10k
>> [3] https://wireless.wiki.kernel.org/en/users/drivers/ath10k/debug
>>
> 
> I'm using the firmware (firmware-5.bin) from the github URL but some
> firmware are still missing (1) though.:
> 
> pre-cal-pci-:04:00.0.bin
> cal-pci-:04:00.0.bin
> board-2.bin
> 
> 
> 1)  https://lists.debian.org/debian-user/2018/12/msg00766.html
> 

To answer my own question:

Those two firmwares are calibration files and are optional (1).

Also, it looks like "Direct firmware load for ... failed with error -2"
does not imply that the missing firmware is required.

Thank you to "didier gaumet " for clearing (2)
up and to "Alexander V. Makartsev " for his help.

1)
https://unix.stackexchange.com/questions/405009/what-is-the-purpose-of-ath10k-pre-cal-pci-and-ath10k-cal-pci
2)  https://lists.debian.org/debian-user/2018/12/msg00777.html

-- 
John Doe



Re: Wireless driver

2018-12-29 Thread didier gaumet
Le 29/12/2018 à 13:04, john doe a écrit :

> The Debian page:
> 
> " * Qualcomm Atheros QCA988X board configuration, version 1"
> 
> and the kernel wireless wiki page:
> 
> "QCA9882 Version 2 found in Compex WLE600VX"

I think there is a misunderstanding here:
- Yes, it seems to exist a V2 of the hardware, taht is indicated by
"hw2.0" in the directory containing firmwares
- version 1 above is probably the version of the tool associated to the
harware, not the version of the hardware itself

Your wifi card should probably be supported with the Debian atheros
firmwares package (either from Stable or Backports), without the need of
an external repository



Re: Wireless driver

2018-12-29 Thread john doe
On 12/28/2018 6:58 PM, Alexander V. Makartsev wrote:
> On 28.12.2018 12:32, john doe wrote:
>> On 12/27/2018 12:24 PM, Alexander V. Makartsev wrote:
>>> On 27.12.2018 14:05, john doe wrote:
 Hi,

 I'm trying to get (1) to work on Debian Stretch.

 >From what I understand, only "qca9982" v1 is supported on Debian,
 however, (3) supports qca9882 v2.
 That brings me to some questions:

 - Am I on the right track by trying to build the firmware using
 backports from (3)?
 - Can I build the firmware in an VM an move that firmware to that
 wireless box?

 In other words, what should I do to get qca9882 v2 to work on Debian
 Stretch?

 Any help is appriciated.


 1)  https://www.compex.com.sg/product/wle600vx/
 2)  https://packages.debian.org/stretch/firmware-atheros
 3)  https://wireless.wiki.kernel.org/en/users/drivers/ath10k

>>> ||According to specifications from Compex, WLE600VX utilizes
>>> Qualcomm-Atheros QCA*98*82 chip.
>>> I think it is a good idea to try packages from "stretch-backports" first
>>> [1] [2], because it looks like WLE600VX was produced a few years ago and
>>> should have already have support in linux kernel.
>>> So I highly doubt this NIC model requires latest Qualcomm firmware
>>> update, that was pushed into kernel.org source repository 9 days ago.
>>>
>>> [1] $ rmadison -s stable,stretch-backports firmware-atheros
>>> firmware-atheros | 20161130-4 | stable/non-free    | all
>>> firmware-atheros | 20180825+dfsg-1~bpo9+1 | stretch-backports/non-free | all
>>>
>> Thank you, the last time I tryed didn't have much luck.
>> If I understand correctly, (1) does list the qca9882 v1 but not qca9882 v2?
>>
>> 1)  https://packages.debian.org/stretch-backports/firmware-atheros
>>
> I think "qca9882 v2" doesn't exist. What made you think there are
> different versions of qca9882 chipsets?

>From the above URLs:

The Debian page:

" * Qualcomm Atheros QCA988X board configuration, version 1"

and the kernel wireless wiki page:

"QCA9882 Version 2 found in Compex WLE600VX"

> Support for qca9882 chipset was added to kernel 2 years ago and gets
> updated when new firmware version is available. [1]
> This page from kernel.org wiki lists your NIC as supported [2], which
> means firmware file is available in repository.
> At this moment "firmware-atheros" package from "stretch/non-free" repo
> contains firmware for qca9882 chipset, version 10.2.4.70.54
> (ath10k/QCA988X/hw2.0/firmware-5.bin) which should provide support for
> WLE600VX NIC.
> Try to get some information from kernel logs to see if ath10k module
> loads at all.
>     # dmesg | grep ath10k
> This guide should be helpful to debug more [3], especially these
> commands should output more debug information into kernel logs:
>     # modprobe -r ath10k_core
>     # modprobe ath10k_core debug_mask=0x0432
> 
> 
> [1] https://github.com/kvalo/ath10k-firmware/tree/master/QCA988X/hw2.0
> [2] https://wireless.wiki.kernel.org/en/users/drivers/ath10k
> [3] https://wireless.wiki.kernel.org/en/users/drivers/ath10k/debug
> 

I'm using the firmware (firmware-5.bin) from the github URL but some
firmware are still missing (1) though.:

pre-cal-pci-:04:00.0.bin
cal-pci-:04:00.0.bin
board-2.bin


1)  https://lists.debian.org/debian-user/2018/12/msg00766.html

-- 
John Doe



Re: Wireless driver

2018-12-28 Thread Alexander V. Makartsev
On 28.12.2018 12:32, john doe wrote:
> On 12/27/2018 12:24 PM, Alexander V. Makartsev wrote:
>> On 27.12.2018 14:05, john doe wrote:
>>> Hi,
>>>
>>> I'm trying to get (1) to work on Debian Stretch.
>>>
>>> >From what I understand, only "qca9982" v1 is supported on Debian,
>>> however, (3) supports qca9882 v2.
>>> That brings me to some questions:
>>>
>>> - Am I on the right track by trying to build the firmware using
>>> backports from (3)?
>>> - Can I build the firmware in an VM an move that firmware to that
>>> wireless box?
>>>
>>> In other words, what should I do to get qca9882 v2 to work on Debian
>>> Stretch?
>>>
>>> Any help is appriciated.
>>>
>>>
>>> 1)  https://www.compex.com.sg/product/wle600vx/
>>> 2)  https://packages.debian.org/stretch/firmware-atheros
>>> 3)  https://wireless.wiki.kernel.org/en/users/drivers/ath10k
>>>
>> ||According to specifications from Compex, WLE600VX utilizes
>> Qualcomm-Atheros QCA*98*82 chip.
>> I think it is a good idea to try packages from "stretch-backports" first
>> [1] [2], because it looks like WLE600VX was produced a few years ago and
>> should have already have support in linux kernel.
>> So I highly doubt this NIC model requires latest Qualcomm firmware
>> update, that was pushed into kernel.org source repository 9 days ago.
>>
>> [1] $ rmadison -s stable,stretch-backports firmware-atheros
>> firmware-atheros | 20161130-4 | stable/non-free    | all
>> firmware-atheros | 20180825+dfsg-1~bpo9+1 | stretch-backports/non-free | all
>>
> Thank you, the last time I tryed didn't have much luck.
> If I understand correctly, (1) does list the qca9882 v1 but not qca9882 v2?
>
> 1)  https://packages.debian.org/stretch-backports/firmware-atheros
>
I think "qca9882 v2" doesn't exist. What made you think there are
different versions of qca9882 chipsets?
Support for qca9882 chipset was added to kernel 2 years ago and gets
updated when new firmware version is available. [1]
This page from kernel.org wiki lists your NIC as supported [2], which
means firmware file is available in repository.
At this moment "firmware-atheros" package from "stretch/non-free" repo
contains firmware for qca9882 chipset, version 10.2.4.70.54
(ath10k/QCA988X/hw2.0/firmware-5.bin) which should provide support for
WLE600VX NIC.
Try to get some information from kernel logs to see if ath10k module
loads at all.
    # dmesg | grep ath10k
This guide should be helpful to debug more [3], especially these
commands should output more debug information into kernel logs:
    # modprobe -r ath10k_core
    # modprobe ath10k_core debug_mask=0x0432


[1] https://github.com/kvalo/ath10k-firmware/tree/master/QCA988X/hw2.0
[2] https://wireless.wiki.kernel.org/en/users/drivers/ath10k
[3] https://wireless.wiki.kernel.org/en/users/drivers/ath10k/debug

-- 
With kindest regards, Alexander.

⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄ 



Re: Wireless driver

2018-12-28 Thread john doe
On 12/28/2018 8:32 AM, john doe wrote:
> On 12/27/2018 12:24 PM, Alexander V. Makartsev wrote:
>> On 27.12.2018 14:05, john doe wrote:
>>> Hi,
>>>
>>> I'm trying to get (1) to work on Debian Stretch.
>>>
>>> >From what I understand, only "qca9982" v1 is supported on Debian,
>>> however, (3) supports qca9882 v2.
>>> That brings me to some questions:
>>>
>>> - Am I on the right track by trying to build the firmware using
>>> backports from (3)?
>>> - Can I build the firmware in an VM an move that firmware to that
>>> wireless box?
>>>
>>> In other words, what should I do to get qca9882 v2 to work on Debian
>>> Stretch?
>>>
>>> Any help is appriciated.
>>>
>>>
>>> 1)  https://www.compex.com.sg/product/wle600vx/
>>> 2)  https://packages.debian.org/stretch/firmware-atheros
>>> 3)  https://wireless.wiki.kernel.org/en/users/drivers/ath10k
>>>
>> ||According to specifications from Compex, WLE600VX utilizes
>> Qualcomm-Atheros QCA*98*82 chip.
>> I think it is a good idea to try packages from "stretch-backports" first
>> [1] [2], because it looks like WLE600VX was produced a few years ago and
>> should have already have support in linux kernel.
>> So I highly doubt this NIC model requires latest Qualcomm firmware
>> update, that was pushed into kernel.org source repository 9 days ago.
>>
>> [1] $ rmadison -s stable,stretch-backports firmware-atheros
>> firmware-atheros | 20161130-4 | stable/non-free    | all
>> firmware-atheros | 20180825+dfsg-1~bpo9+1 | stretch-backports/non-free | all
>>
> 
> Thank you, the last time I tryed didn't have much luck.
> If I understand correctly, (1) does list the qca9882 v1 but not qca9882 v2?
> 
> 1)  https://packages.debian.org/stretch-backports/firmware-atheros
> 

Ok -- I'm currently testing the fw from (1).

In the log I get:

$ journalctl -x -o cat | awk '/ath10k/ && /[Ee]rror/'
ath10k_pci :04:00.0: Direct firmware load for
ath10k/pre-cal-pci-:04:00.0.bin failed with error -2
ath10k_pci :04:00.0: Direct firmware load for
ath10k/cal-pci-:04:00.0.bin failed with error -2
ath10k_pci :04:00.0: Direct firmware load for
ath10k/QCA988X/hw2.0/board-2.bin failed with error -2

Can anyone tell me what the first two firmwares are for and where I can
find them?
Should I care about the missing board-2.bin?

Thanks for any help.


1)  https://github.com/kvalo/ath10k-firmware

-- 
John Doe



Re: Wireless driver

2018-12-27 Thread john doe
On 12/27/2018 12:24 PM, Alexander V. Makartsev wrote:
> On 27.12.2018 14:05, john doe wrote:
>> Hi,
>>
>> I'm trying to get (1) to work on Debian Stretch.
>>
>> >From what I understand, only "qca9982" v1 is supported on Debian,
>> however, (3) supports qca9882 v2.
>> That brings me to some questions:
>>
>> - Am I on the right track by trying to build the firmware using
>> backports from (3)?
>> - Can I build the firmware in an VM an move that firmware to that
>> wireless box?
>>
>> In other words, what should I do to get qca9882 v2 to work on Debian
>> Stretch?
>>
>> Any help is appriciated.
>>
>>
>> 1)  https://www.compex.com.sg/product/wle600vx/
>> 2)  https://packages.debian.org/stretch/firmware-atheros
>> 3)  https://wireless.wiki.kernel.org/en/users/drivers/ath10k
>>
> ||According to specifications from Compex, WLE600VX utilizes
> Qualcomm-Atheros QCA*98*82 chip.
> I think it is a good idea to try packages from "stretch-backports" first
> [1] [2], because it looks like WLE600VX was produced a few years ago and
> should have already have support in linux kernel.
> So I highly doubt this NIC model requires latest Qualcomm firmware
> update, that was pushed into kernel.org source repository 9 days ago.
> 
> [1] $ rmadison -s stable,stretch-backports firmware-atheros
> firmware-atheros | 20161130-4 | stable/non-free    | all
> firmware-atheros | 20180825+dfsg-1~bpo9+1 | stretch-backports/non-free | all
> 

Thank you, the last time I tryed didn't have much luck.
If I understand correctly, (1) does list the qca9882 v1 but not qca9882 v2?

1)  https://packages.debian.org/stretch-backports/firmware-atheros

-- 
John Doe



Re: Wireless driver

2018-12-27 Thread Alexander V. Makartsev
On 27.12.2018 14:05, john doe wrote:
> Hi,
>
> I'm trying to get (1) to work on Debian Stretch.
>
> >From what I understand, only "qca9982" v1 is supported on Debian,
> however, (3) supports qca9882 v2.
> That brings me to some questions:
>
> - Am I on the right track by trying to build the firmware using
> backports from (3)?
> - Can I build the firmware in an VM an move that firmware to that
> wireless box?
>
> In other words, what should I do to get qca9882 v2 to work on Debian
> Stretch?
>
> Any help is appriciated.
>
>
> 1)  https://www.compex.com.sg/product/wle600vx/
> 2)  https://packages.debian.org/stretch/firmware-atheros
> 3)  https://wireless.wiki.kernel.org/en/users/drivers/ath10k
>
||According to specifications from Compex, WLE600VX utilizes
Qualcomm-Atheros QCA*98*82 chip.
I think it is a good idea to try packages from "stretch-backports" first
[1] [2], because it looks like WLE600VX was produced a few years ago and
should have already have support in linux kernel.
So I highly doubt this NIC model requires latest Qualcomm firmware
update, that was pushed into kernel.org source repository 9 days ago.

[1] $ rmadison -s stable,stretch-backports firmware-atheros
firmware-atheros | 20161130-4 | stable/non-free    | all
firmware-atheros | 20180825+dfsg-1~bpo9+1 | stretch-backports/non-free | all

[2] $ rmadison -s stable,stretch-backports linux-image-amd64
linux-image-amd64 | 4.9+80+deb9u6   | stable    | amd64
linux-image-amd64 | 4.18+100~bpo9+1 | stretch-backports | amd64



-- 

With kindest regards, Alexander.

⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄ 



Re: wireless driver

2011-10-05 Thread lina
On Thu, Oct 6, 2011 at 4:49 AM, gamood  wrote:

> hi all
> go there:
> http://www.broadcom.com/support/ethernet_nic/downloaddrivers.php
> choose
> NetXtreme I Desktop/Mobile
> Download drivers for the following chipsets:
> 5702, 5705, 5751, 5752, 5753, 5754, 5755, 5756, 5761, 5764, 5782, 57760,
> 57761,
> 57765
> choose the linux one
> and compile it like said in the readme file
> you will need the make programm and also the linux or kernel herders
>
>
>
Ha... were you replying the post I posted long time ago? !

For wireless, I am waiting for the driver getting mature.

The latest relevant one is:
http://homepage.uibk.ac.at/~c705283/archives/2011/09/04/linux_support_for_broadcom_4331_wireless_chip_macbook_pro_81/index.html

but it's in ubuntu. wanna try but still hesitate.

Thanks,


>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: http://lists.debian.org/loom.20111005t224324-...@post.gmane.org
>
>


-- 
Best Regards,

lina


Re: wireless driver

2011-10-05 Thread gamood
hi all
go there:
http://www.broadcom.com/support/ethernet_nic/downloaddrivers.php
choose
NetXtreme I Desktop/Mobile
Download drivers for the following chipsets:
5702, 5705, 5751, 5752, 5753, 5754, 5755, 5756, 5761, 5764, 5782, 57760, 57761,
57765 
choose the linux one
and compile it like said in the readme file
you will need the make programm and also the linux or kernel herders





-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/loom.20111005t224324-...@post.gmane.org



Re: wireless driver

2011-05-16 Thread Atıf CEYLAN

I'm not sure. But I suggest you try the directions in the following link:
http://wiki.debian.org/Broadcom

I have the "Broadcom Corporation BCM43225" card and no problem.

On 05/16/2011 03:52 PM, lina wrote:

  bcm43xx only contains: 4311, 4312, or 4318, 1390

none 4331

On Mon, May 16, 2011 at 8:34 PM, lina  wrote:
   

so the wireless card is Broadcom Corporation Device 4331 (rev 02)?

and I can try the bcm43xx way provided by the website in your last
email, correct?

I don't know much,

Thanks again,

On Mon, May 16, 2011 at 6:36 PM, Atıf CEYLAN  wrote:
 

No, sorry NetXtreme BCM57765 is not wireless card. It is an ethernet card.
Is contain "Network controller: Broadcom Corporation BCM43225 802.11b/g/n"
like line at lspci output?

On 05/16/2011 01:17 PM, lina wrote:

bcm43xx matches  BCM57765?

The same?

Thanks

On Mon, May 16, 2011 at 5:03 PM, Atıf CEYLAN  wrote:


On 05/16/2011 10:37 AM, lina wrote:

Hi,

Just curious, what's the wireless driver for the following card?

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765
Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Corporation Device 16bc (rev 10)
03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)



Hi,
"02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765" this
is your wireless card.
if you use debian like distribution, you can visit the
http://wiki.debian.org/Broadcom


--
/**
* @author Atıf CEYLAN
* Software Developer&  System Admin
* http://www.atifceylan.com
*/




--
/**
* @author Atıf CEYLAN
* Software Developer&  System Admin
* http://www.atifceylan.com
*/
   



--
Best Regards,

lina

 



   



--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Re: wireless driver

2011-05-16 Thread lina
 bcm43xx only contains: 4311, 4312, or 4318, 1390

none 4331

On Mon, May 16, 2011 at 8:34 PM, lina  wrote:
> so the wireless card is Broadcom Corporation Device 4331 (rev 02)?
>
> and I can try the bcm43xx way provided by the website in your last
> email, correct?
>
> I don't know much,
>
> Thanks again,
>
> On Mon, May 16, 2011 at 6:36 PM, Atıf CEYLAN  wrote:
>> No, sorry NetXtreme BCM57765 is not wireless card. It is an ethernet card.
>> Is contain "Network controller: Broadcom Corporation BCM43225 802.11b/g/n"
>> like line at lspci output?
>>
>> On 05/16/2011 01:17 PM, lina wrote:
>>
>> bcm43xx matches  BCM57765?
>>
>> The same?
>>
>> Thanks
>>
>> On Mon, May 16, 2011 at 5:03 PM, Atıf CEYLAN  wrote:
>>
>>
>> On 05/16/2011 10:37 AM, lina wrote:
>>
>> Hi,
>>
>> Just curious, what's the wireless driver for the following card?
>>
>> 02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765
>> Gigabit Ethernet PCIe (rev 10)
>> 02:00.1 SD Host controller: Broadcom Corporation Device 16bc (rev 10)
>> 03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)
>>
>>
>>
>> Hi,
>> "02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765" this
>> is your wireless card.
>> if you use debian like distribution, you can visit the
>> http://wiki.debian.org/Broadcom
>>
>>
>> --
>> /**
>> * @author Atıf CEYLAN
>> * Software Developer & System Admin
>> * http://www.atifceylan.com
>> */
>>
>>
>>
>>
>> --
>> /**
>> * @author Atıf CEYLAN
>> * Software Developer & System Admin
>> * http://www.atifceylan.com
>> */
>
>
>
> --
> Best Regards,
>
> lina
>



-- 
Best Regards,

lina


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/banlktikf6bve5exw4g8sof8-r9bgiqr...@mail.gmail.com



Re: wireless driver

2011-05-16 Thread lina
so the wireless card is Broadcom Corporation Device 4331 (rev 02)?

and I can try the bcm43xx way provided by the website in your last
email, correct?

I don't know much,

Thanks again,

On Mon, May 16, 2011 at 6:36 PM, Atıf CEYLAN  wrote:
> No, sorry NetXtreme BCM57765 is not wireless card. It is an ethernet card.
> Is contain "Network controller: Broadcom Corporation BCM43225 802.11b/g/n"
> like line at lspci output?
>
> On 05/16/2011 01:17 PM, lina wrote:
>
> bcm43xx matches  BCM57765?
>
> The same?
>
> Thanks
>
> On Mon, May 16, 2011 at 5:03 PM, Atıf CEYLAN  wrote:
>
>
> On 05/16/2011 10:37 AM, lina wrote:
>
> Hi,
>
> Just curious, what's the wireless driver for the following card?
>
> 02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765
> Gigabit Ethernet PCIe (rev 10)
> 02:00.1 SD Host controller: Broadcom Corporation Device 16bc (rev 10)
> 03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)
>
>
>
> Hi,
> "02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765" this
> is your wireless card.
> if you use debian like distribution, you can visit the
> http://wiki.debian.org/Broadcom
>
>
> --
> /**
> * @author Atıf CEYLAN
> * Software Developer & System Admin
> * http://www.atifceylan.com
> */
>
>
>
>
> --
> /**
> * @author Atıf CEYLAN
> * Software Developer & System Admin
> * http://www.atifceylan.com
> */



-- 
Best Regards,

lina


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/BANLkTi=oyr_nyxhlwc9gy0tp_54fqsl...@mail.gmail.com



Re: wireless driver

2011-05-16 Thread Jerome BENOIT

Hello List,

On 16/05/11 12:17, lina wrote:

bcm43xx matches  BCM57765?

The same?

Thanks

On Mon, May 16, 2011 at 5:03 PM, Atıf CEYLAN  wrote:

On 05/16/2011 10:37 AM, lina wrote:

Hi,

Just curious, what's the wireless driver for the following card?

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765
Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Corporation Device 16bc (rev 10)
03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)



Hi,
"02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765" this
is your wireless card.


This is an ethernet card:
http://www.broadcom.com/products/Ethernet-Controllers/Enterprise-Client/BCM57765



if you use debian like distribution, you can visit the
http://wiki.debian.org/Broadcom


--
/**
* @author Atıf CEYLAN
* Software Developer&  System Admin
* http://www.atifceylan.com
*/







--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4dd0ff67.7050...@rezozer.net



Re: wireless driver

2011-05-16 Thread Atıf CEYLAN

No, sorry NetXtreme BCM57765 is not wireless card. It is an ethernet card.
Is contain "Network controller: Broadcom Corporation BCM43225 
*802.11b/g/n*" like line at lspci output?


On 05/16/2011 01:17 PM, lina wrote:

bcm43xx matches  BCM57765?

The same?

Thanks

On Mon, May 16, 2011 at 5:03 PM, Atıf CEYLAN  wrote:
   

On 05/16/2011 10:37 AM, lina wrote:

Hi,

Just curious, what's the wireless driver for the following card?

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765
Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Corporation Device 16bc (rev 10)
03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)



Hi,
"02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765" this
is your wireless card.
if you use debian like distribution, you can visit the
http://wiki.debian.org/Broadcom


--
/**
* @author Atıf CEYLAN
* Software Developer&  System Admin
* http://www.atifceylan.com
*/
 



   



--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Re: wireless driver

2011-05-16 Thread lina
bcm43xx matches  BCM57765?

The same?

Thanks

On Mon, May 16, 2011 at 5:03 PM, Atıf CEYLAN  wrote:
> On 05/16/2011 10:37 AM, lina wrote:
>
> Hi,
>
> Just curious, what's the wireless driver for the following card?
>
> 02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765
> Gigabit Ethernet PCIe (rev 10)
> 02:00.1 SD Host controller: Broadcom Corporation Device 16bc (rev 10)
> 03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)
>
>
>
> Hi,
> "02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765" this
> is your wireless card.
> if you use debian like distribution, you can visit the
> http://wiki.debian.org/Broadcom
>
>
> --
> /**
> * @author Atıf CEYLAN
> * Software Developer & System Admin
> * http://www.atifceylan.com
> */



-- 
Best Regards,

lina


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/banlktimvmyseye+dyoyiiybjywudzca...@mail.gmail.com



Re: wireless driver

2011-05-16 Thread Atıf CEYLAN

On 05/16/2011 10:37 AM, lina wrote:

Hi,

Just curious, what's the wireless driver for the following card?

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765
Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Corporation Device 16bc (rev 10)
03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)

   

Hi,
"02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765" 
this is your wireless card.
if you use debian like distribution, you can visit the 
http://wiki.debian.org/Broadcom



--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/