Anyone knows that does linux kernel support intel advanced-N 6205 wireless card. In my Ubuntu, 10.04 and also 10.10, it cannot support 6205, so I cannot browser web page through wifi. Many thanks! BR Shuang
On 2012年11月15日 15:06, Liu, Shuang wrote:
Anyone knows that does linux kernel support intel advanced-N 6205 wireless card. ^^^^^^^^^^^^^^^^^^^ Gee, You are intel guy, why not ask your colleague? :)
In my Ubuntu, 10.04 and also 10.10, it cannot support 6205, so I cannot browser web page through wifi.
Many thanks!
BR Shuang
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- 浮沉随浪只记今朝笑 --bill
On 11/15/12, Liu, Shuang <shuang.liu@intel.com> wrote:
Anyone knows that does linux kernel support intel advanced-N 6205 wireless card.
In my Ubuntu, 10.04 and also 10.10, it cannot support 6205, so I cannot browser web page through wifi.
Many thanks! BR Shuang
just simple grep in kernel source linux-3.3.3: $ grep 6205 -Rn * <snip> net/wireless/iwlwifi/iwl-6000.c:362: .name = "Intel(R) Centrino(R) Advanced-N 6205 AGN", net/wireless/iwlwifi/iwl-6000.c:368: .name = "Intel(R) Centrino(R) Advanced-N 6205 ABG", net/wireless/iwlwifi/iwl-6000.c:373: .name = "Intel(R) Centrino(R) Advanced-N 6205 BG", net/wireless/iwlwifi/iwl-6000.c:378: .name = "Intel(R) Centrino(R) Advanced-N 6205S AGN", net/wireless/iwlwifi/iwl-6000.c:384: .name = "Intel(R) Centrino(R) Advanced-N 6205D AGN", platform/x86/toshiba_bluetooth.c:40: { "TOS6205", 0}, platform/x86/toshiba_bluetooth.c:103: * Some Toshiba laptops may have a fake TOS6205 device in platform/x86/Kconfig:645: This driver handles RFKill events for the TOS6205 Bluetooth, usb/storage/unusual_devs.h:107:UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003, and also googled results: http://www.thinkwiki.org/wiki/Intel_Centrino_Advanced-N_6205 http://ubuntuforums.org/showthread.php?t=1739047 HTH xu wang
Dear Villis, That would be helpful. Since Ubuntu 10.10 is based on linxu 2.6.35, so I will check if 6205 driver is available on this release. Upgrade Ubuntu to newly kernel or port 6205 driver on 10.10 may help me out. thanks for help! BR Shuang -----Original Message----- From: xu wang [mailto:villis.wang@gmail.com] Sent: Thursday, November 15, 2012 5:43 PM To: Liu, Shuang Cc: kernelnewbies@kernelnewbies.org Subject: Re: linux kernel support for intel advandce-6205 wireless On 11/15/12, Liu, Shuang <shuang.liu@intel.com> wrote:
Anyone knows that does linux kernel support intel advanced-N 6205 wireless card.
In my Ubuntu, 10.04 and also 10.10, it cannot support 6205, so I cannot browser web page through wifi.
Many thanks! BR Shuang
just simple grep in kernel source linux-3.3.3: $ grep 6205 -Rn * <snip> net/wireless/iwlwifi/iwl-6000.c:362: .name = "Intel(R) Centrino(R) Advanced-N 6205 AGN", net/wireless/iwlwifi/iwl-6000.c:368: .name = "Intel(R) Centrino(R) Advanced-N 6205 ABG", net/wireless/iwlwifi/iwl-6000.c:373: .name = "Intel(R) Centrino(R) Advanced-N 6205 BG", net/wireless/iwlwifi/iwl-6000.c:378: .name = "Intel(R) Centrino(R) Advanced-N 6205S AGN", net/wireless/iwlwifi/iwl-6000.c:384: .name = "Intel(R) Centrino(R) Advanced-N 6205D AGN", platform/x86/toshiba_bluetooth.c:40: { "TOS6205", 0}, platform/x86/toshiba_bluetooth.c:103: * Some Toshiba laptops may have a fake TOS6205 device in platform/x86/Kconfig:645: This driver handles RFKill events for the TOS6205 Bluetooth, usb/storage/unusual_devs.h:107:UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003, and also googled results: http://www.thinkwiki.org/wiki/Intel_Centrino_Advanced-N_6205 http://ubuntuforums.org/showthread.php?t=1739047 HTH xu wang
On 11/15/2012 1:06 PM, Liu, Shuang wrote:
Anyone knows that does linux kernel support intel advanced-N 6205 wireless card.
In my Ubuntu, 10.04 and also 10.10, it cannot support 6205, so I cannot browser web page through wifi.
Many thanks! BR Shuang
Can you post your lspci output?
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (4)
-
arif -
bill4carson -
Liu, Shuang -
xu wang