Re: [opensuse] openSUSE 13.1 - KDE - Is it possible to set 802.11 mode
On 06/18/2015 10:32 PM, John Andersen wrote:
On 6/18/2015 7:09 PM, James Knott wrote:
I'm running 13.1 on a ThinkPad that's capable of 802.11 b, g & n. Is it possible to select a specific mode? Today, I wanted to do some testing to ensure that b & g couldn't connect into an access point configured for n only, but I had to run Windows to do it. Is there any way to do this, without having to boot into the dark side? I'm using the KDE network manager.
tnx jk
This isn't something controlled by KDE, but rather by the driver (The binary blob) that is loaded at run time to manage the wifi card.
So you need to start by telling us the name of the wifi card, the chipset manufacturer.
Usually a command like /sbin/lspci will print out a list of things, and usually there is something in there mentioning wifi or 802.11b/g.
From there someone will probably be able to help you to obtain the proper firmware from the net and install it.
/sbin/lspci 00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09) 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04) 00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04) 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04) 00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4) 00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4) 00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b4) 00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4) 00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 (rev b4) 00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) 00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 04) 00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04) 00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04) 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06) 03:00.0 System peripheral: Ricoh Co Ltd PCIe SDXC/MMC Host Controller (rev 07) 08:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 6/19/2015 4:42 AM, James Knott wrote:
On 06/18/2015 10:32 PM, John Andersen wrote:
On 6/18/2015 7:09 PM, James Knott wrote:
I'm running 13.1 on a ThinkPad that's capable of 802.11 b, g & n. Is it possible to select a specific mode? Today, I wanted to do some testing to ensure that b & g couldn't connect into an access point configured for n only, but I had to run Windows to do it. Is there any way to do this, without having to boot into the dark side? I'm using the KDE network manager.
tnx jk
This isn't something controlled by KDE, but rather by the driver (The binary blob) that is loaded at run time to manage the wifi card.
So you need to start by telling us the name of the wifi card, the chipset manufacturer.
08:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
I think that the driver you need is the rtl8192ce, but it might also be rtl8188c or rtl8188cu depending on country. rtl8192ce is a PCI-E driver for RTL8192CE/RTL8188CE devices. Its been supported for quite some time, and you should be able to locate it in /lib/firmware/rtlwifi and match that with what has been loaded. (It might be listed by the lsmod command). There is a guy working on this driver trying to improve performance. One issue is the power output may be improperly limited in the stock drivers. Limiting power can prevent 802.11N connections. He suggested trying a different country codes in for the wifi via sudo iw reg set BO for example. See thread https://github.com/FreedomBen/rtl8188ce-linux-driver/issues/69 See project: https://github.com/FreedomBen/rtl8188ce-linux-driver -- _____________________________________ ---This space for rent--- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 06/19/2015 04:00 PM, John Andersen wrote:
On 6/19/2015 4:42 AM, James Knott wrote:
On 06/18/2015 10:32 PM, John Andersen wrote:
On 6/18/2015 7:09 PM, James Knott wrote:
I'm running 13.1 on a ThinkPad that's capable of 802.11 b, g & n. Is it possible to select a specific mode? Today, I wanted to do some testing to ensure that b & g couldn't connect into an access point configured for n only, but I had to run Windows to do it. Is there any way to do this, without having to boot into the dark side? I'm using the KDE network manager.
tnx jk
This isn't something controlled by KDE, but rather by the driver (The binary blob) that is loaded at run time to manage the wifi card.
So you need to start by telling us the name of the wifi card, the chipset manufacturer. 08:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
I think that the driver you need is the rtl8192ce, but it might also be rtl8188c or rtl8188cu depending on country.
rtl8192ce is a PCI-E driver for RTL8192CE/RTL8188CE devices. Its been supported for quite some time, and you should be able to locate it in /lib/firmware/rtlwifi and match that with what has been loaded.
(It might be listed by the lsmod command).
lsmod shows: "rtl8192ce 83832 0 rtl8192c_common 71013 1 rtl8192ce"
There is a guy working on this driver trying to improve performance. One issue is the power output may be improperly limited in the stock drivers. Limiting power can prevent 802.11N connections.
He suggested trying a different country codes in for the wifi via sudo iw reg set BO for example.
See thread https://github.com/FreedomBen/rtl8188ce-linux-driver/issues/69 See project: https://github.com/FreedomBen/rtl8188ce-linux-driver
According to the readme, I'd have to update it every time the kernel chnages -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 6/19/2015 2:12 PM, James Knott wrote:
According to the readme, I'd have to update it every time the kernel chnages
Which is a good reason to avoid that stuff and bug the opensuse package maintainer to bring that package up to date. (Or maybe just try that setting on the existing software and see if it will connect at N speed. sudo iw reg set BO -- _____________________________________ ---This space for rent--- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 06/19/2015 08:55 PM, John Andersen wrote:
On 6/19/2015 2:12 PM, James Knott wrote:
According to the readme, I'd have to update it every time the kernel chnages Which is a good reason to avoid that stuff and bug the opensuse package maintainer to bring that package up to date. (Or maybe just try that setting on the existing software and see if it will connect at N speed. sudo iw reg set BO
Why do you think I have a problem connecting with n? It works fine and I generally get 150 Mb with it. My question was about the ability to lock the WiFi to g or b for testing purposes. I configured an access point to n only and wanted to make sure g & b couldn't connect. I had to boot into Windows to do that, where I could select b or b&g only. I was looking for the same capability in Linux. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, With this device/driver you can't disable the 802.11n mode (see modinfo rtl8192ce) . From all wireless adapters which I have only those which use the Intel wireless driver (iwl4965) have this option (11n_disable). If you use the mode restriction of hostapd on your AP (e.g. the require_mode option in OpenWRT) I can assure you that it works. Regards, I. Petrov On Fri, 19 Jun 2015, James Knott wrote:
On 06/19/2015 08:55 PM, John Andersen wrote:
Why do you think I have a problem connecting with n? It works fine and I generally get 150 Mb with it. My question was about the ability to lock the WiFi to g or b for testing purposes. I configured an access point to n only and wanted to make sure g & b couldn't connect. I had to boot into Windows to do that, where I could select b or b&g only. I was looking for the same capability in Linux. -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Signed by Topal
iQIcBAEBAgAGBQJVhNkcAAoJEH8sJoKRFRU5znQP/12Dh/zZrumdeBwGiAPRgyPb 1YvyaEiYupE+I4rvefbEJJ3HKDbjj+l8qzo71eGiAK6JWpjTKQFxVT/KgyC/FISE n2CZ330K+4XK+EB4rcbXclJaGr7nKf4UPhU9MTURTxrTbN79uoZOX4VHTbLrAv12 4SUtU9Vc6+hh9ynylGuTsJOhcpfdEBmwrUuKFyQEeJgDpOdc60znk8ZJ6bFKpbp5 DeMDRKwZ0d0aF9gRMe2JNwYFlKOHAV3CSSXuo42xqPASFYibVOMjKVyVN9rbN6RI D4adO3ONLCo/hziqkxVJYfGCkzVRy235+XCqlt1m72gVAFTjqvfXLssv1QBXOWRP 6Kj6Byk0ESlM4aSkc6LPRMDn5kddP/yM1D+7kfcRdYzUgSUmaujhAmixGUulQuyN AF0fmRtOfhqJhUV3hPmwj6aC9ER22hKl1RU+cRHIqxVVxaubofV2J80gT5PWGqEb xZv5+nOqKvbtHB9QGJcMB6AERCtnUSMrea+sPCmIJ/4nkqwwj+DsxO3BKox52piY e0AuNioSSitZ61GbAzJiFgcjwIclQeRphi3TA58TmjxHc0LpJe8OkmGPZuR4MKIb dP10mJINxsNdoT6QrXfSNw5gtAOgVYzdE4SvWPd9TrjMvp1+L/EHMtT4rTUZ/aSB ovLO/6xXoES22+2RFVj3 =nNpS -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
I. Petrov
-
James Knott
-
John Andersen