Questions about applications and software
-
overkill22
- Level 4

- Posts: 402
- Joined: Fri Jan 16, 2015 6:09 am
-
Contact:
Post
by overkill22 » Tue Mar 15, 2016 8:12 am
JeremyB wrote:Aggressive tx enables AMPDU and enabling it can help with disconnects and performance. If I have my router set to 11N only I have to use 11n_disable=8 just to connect to it with my Intel 6250 card
Sorry I don't understand your last sentence...
Since my router is not 11AC, should I use the command to disable the 11N however?
-
JeremyB
- Level 20

- Posts: 11138
- Joined: Fri Feb 21, 2014 8:17 am
Post
by JeremyB » Tue Mar 15, 2016 9:10 am
overkill22 wrote:JeremyB wrote:Aggressive tx enables AMPDU and enabling it can help with disconnects and performance. If I have my router set to 11N only I have to use 11n_disable=8 just to connect to it with my Intel 6250 card
Sorry I don't understand your last sentence...
Since my router is not 11AC, should I use the command to disable the 11N however?
11n_disable=8 doesn't disable anything it actually enables some functionality, 11n_disable=1 does disable 11N but has fixed issues in the past
-
overkill22
- Level 4

- Posts: 402
- Joined: Fri Jan 16, 2015 6:09 am
-
Contact:
Post
by overkill22 » Wed Mar 16, 2016 7:03 am
JeremyB wrote:overkill22 wrote:JeremyB wrote:Aggressive tx enables AMPDU and enabling it can help with disconnects and performance. If I have my router set to 11N only I have to use 11n_disable=8 just to connect to it with my Intel 6250 card
Sorry I don't understand your last sentence...
Since my router is not 11AC, should I use the command to disable the 11N however?
11n_disable=8 doesn't disable anything it actually enables some functionality, 11n_disable=1 does disable 11N but has fixed issues in the past
I'll try with this for one week first
Code: Select all
echo "options iwlwifi 11n_disable=8" | sudo tee /etc/modprobe.d/iwlopt.conf
-
overkill22
- Level 4

- Posts: 402
- Joined: Fri Jan 16, 2015 6:09 am
-
Contact:
Post
by overkill22 » Fri Mar 18, 2016 6:42 am
JeremyB wrote:
11n_disable=8 doesn't disable anything it actually enables some functionality, 11n_disable=1 does disable 11N but has fixed issues in the past
With the
11n_disable=8 I get disconnected twice in the last two days. Now I'll try the
11n_disable=1 and let you know in a week.
-
eladhen
- Level 1

- Posts: 15
- Joined: Sat Nov 28, 2015 1:52 pm
Post
by eladhen » Fri Mar 18, 2016 10:49 am
overkill22 wrote:tuz100 wrote:
3) My battery life is around 8-10 hours medium to light use, but I have the screen way dimmer than you at 20%.
eladhen wrote:
I can get around 9 hours of light use (surfing the web minus streaming videos, word processing, listening to music). I do set the brightness pretty low (it's now on 20%) but this laptop is HELLA BRIGHT! With 20% I get the same brightness I got when I was at 80% with my previous laptop.
WTH!
C'mon, from 4 hours to 9 hours is more than double, I can't believe it is only a matter of brightness...
I've never had more than 4.30 hours... and the last 30 min is while using the laptop in super saving mode that is with CPU fix at 500Mhz and is kind of unusable.
So what's the secret?
The secret, as far as I can tell, is using TLP (though screen brightness
is dramatic, as screen backlight is the greatest power consumer according to powertop. On 65% you will get significantly less than on 20%). TLP is a service that turns on several power saving options when you work on battery. Here's a PPA for TLP:
https://launchpad.net/~linrunner/+archive/ubuntu/tlp
There is another thing that may play a role. There are several versions of UX305. My version has the Core m-5y10c processor and the 1080p screen. The stronger processors and the Qhd screen are probably big power consumers, so if you got them that might be part of the story.
-
overkill22
- Level 4

- Posts: 402
- Joined: Fri Jan 16, 2015 6:09 am
-
Contact:
Post
by overkill22 » Fri Mar 18, 2016 9:45 pm
eladhen wrote:
The secret, as far as I can tell, is using TLP (though screen brightness
is dramatic, as screen backlight is the greatest power consumer according to powertop. On 65% you will get significantly less than on 20%). TLP is a service that turns on several power saving options when you work on battery. Here's a PPA for TLP:
https://launchpad.net/~linrunner/+archive/ubuntu/tlp
There is another thing that may play a role. There are several versions of UX305. My version has the Core m-5y10c processor and the 1080p screen. The stronger processors and the Qhd screen are probably big power consumers, so if you got them that might be part of the story.
I have TLP installed already. But actually I can't control the CPU as I want. I'm trying to set the min CPU at 800Mhz when low on battery, but when the computer hits the 10% battery, the CPU get stuck at 500Mhz, and it is impossible to use the computer as everything get slow.
My version is the Core m-5y70 with 1920x1080p display. Do you think that this processor is consuming double power as the smaller one?
JeremyB wrote:One or the other of these commands should help. The first command disables 11N wireless completely
Code: Select all
echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlopt.conf
Reboot
The next command enables aggressive tx and can increase upload/download speed
Code: Select all
echo "options iwlwifi 11n_disable=8" | sudo tee /etc/modprobe.d/iwlopt.conf
Reboot
JeremyB, I tried the
11n_disable=1 and get disconnected after 15 minutes of uptime...

-
munkitkat
- Level 1

- Posts: 7
- Joined: Fri Mar 11, 2016 3:40 am
Post
by munkitkat » Sat Mar 19, 2016 3:43 am
Just to confirm that with the 4.2 kernel I am no longer getting the corrupted fonts when resuming from suspension, which is nice.
I don't care enough about the missing function keys to bother using a workaround, would be interested to know if they work in the latest version of Ubuntu.

-
JeremyB
- Level 20

- Posts: 11138
- Joined: Fri Feb 21, 2014 8:17 am
Post
by JeremyB » Sat Mar 19, 2016 8:03 am
overkill22
Can you disable TLP control for the wifi?
-
JeremyB
- Level 20

- Posts: 11138
- Joined: Fri Feb 21, 2014 8:17 am
Post
by JeremyB » Sat Mar 19, 2016 8:05 am
munkitkat wrote:Just to confirm that with the 4.2 kernel I am no longer getting the corrupted fonts when resuming from suspension, which is nice.
I don't care enough about the missing function keys to bother using a workaround, would be interested to know if they work in the latest version of Ubuntu. :)
There are daily builds of Ubuntu 16.04 that you can download but it likely still has bugs
-
overkill22
- Level 4

- Posts: 402
- Joined: Fri Jan 16, 2015 6:09 am
-
Contact:
Post
by overkill22 » Tue Mar 22, 2016 12:24 am
JeremyB wrote:overkill22
Can you disable TLP control for the wifi?
It is already disabled. However, yesterday no interruptions, let's see today if it is working

-
overkill22
- Level 4

- Posts: 402
- Joined: Fri Jan 16, 2015 6:09 am
-
Contact:
Post
by overkill22 » Tue Mar 22, 2016 10:00 pm
JeremyB wrote:overkill22
Can you disable TLP control for the wifi?
Just to comfirm you the
11n_disable=1 is not solving the disconnection problem

-
overkill22
- Level 4

- Posts: 402
- Joined: Fri Jan 16, 2015 6:09 am
-
Contact:
Post
by overkill22 » Sun Apr 03, 2016 10:37 pm
[quote="JeremyB"][/quote]
Hey JeremyB, I really don't know what to do anymore. I keep on getting disconnected, and what I noticed is that when I get disconnected, I see all the other WIFI around the house, but not mine. So I have to restart the wifi and immediately then I see my router again.
What else can I do?
-
JeremyB
- Level 20

- Posts: 11138
- Joined: Fri Feb 21, 2014 8:17 am
Post
by JeremyB » Mon Apr 04, 2016 6:14 am
overkill22 wrote:JeremyB wrote:
Hey JeremyB, I really don't know what to do anymore. I keep on getting disconnected, and what I noticed is that when I get disconnected, I see all the other WIFI around the house, but not mine. So I have to restart the wifi and immediately then I see my router again.
What else can I do?
Post
There might be newer firmware that will fix the issue and you could check
Code: Select all
iwlist scan | egrep -i 'ssid|chan|quality|cipher'
Look to see if your wifi is on a channel with a lot more access points and hopefully it shows cipher as CCMP and not TKIP
-
overkill22
- Level 4

- Posts: 402
- Joined: Fri Jan 16, 2015 6:09 am
-
Contact:
Post
by overkill22 » Mon Apr 04, 2016 8:33 am
Code: Select all
sudo lshw -c net
*-network
description: Wireless interface
product: Wireless 7265
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 59
serial: 34:02:86:6b:80:05
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.2.0-23-generic firmware=25.30.13.0 ip=192.168.1.67 latency=0 link=yes multicast=yes wireless=IEEE 802.11abg
resources: irq:50 memory:f7000000-f7001fff
JeremyB wrote:
There might be newer firmware that will fix the issue and you could check
Code: Select all
iwlist scan | egrep -i 'ssid|chan|quality|cipher'
Look to see if your wifi is on a channel with a lot more access points and hopefully it shows cipher as CCMP and not TKIP
Code: Select all
iwlist scan | egrep -i 'ssid|chan|quality|cipher'
lo Interface doesn't support scanning.
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=62/70 Signal level=-48 dBm
ESSID:"LiveTogether@MaxisFiber"
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=27/70 Signal level=-83 dBm
ESSID:"Family@Home"
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Channel:9
Frequency:2.452 GHz (Channel 9)
Quality=29/70 Signal level=-81 dBm
ESSID:"YESOOO"
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=50/70 Signal level=-60 dBm
ESSID:"tigerlee8474"
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=23/70 Signal level=-87 dBm
ESSID:"yuenkok11"
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Mine is the first one, LiveTogether@MaxisFiber
-
overkill22
- Level 4

- Posts: 402
- Joined: Fri Jan 16, 2015 6:09 am
-
Contact:
Post
by overkill22 » Thu Apr 07, 2016 10:35 am
so I have to copy the 16 and then rename it as 15?
-
overkill22
- Level 4

- Posts: 402
- Joined: Fri Jan 16, 2015 6:09 am
-
Contact:
Post
by overkill22 » Thu Apr 07, 2016 11:26 pm
JeremyB wrote:Yes
I'm looking at it, in the folder, I have only the files until 7265-
13.
At the moment my kernel is 4.2.0-23-generic
-
JeremyB
- Level 20

- Posts: 11138
- Joined: Fri Feb 21, 2014 8:17 am
Post
by JeremyB » Fri Apr 08, 2016 5:36 am
Code: Select all
wget https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-7265-ucode-16.242414.0.tgz
tar -zxvf iwlwifi-7265-ucode-16.242414.0.tgz
cd iwlwifi-7265-ucode-16.242414.0
sudo cp iwlwifi-7265-16.ucode /lib/firmware/iwlwifi-7265-15.ucode
Reboot
-
overkill22
- Level 4

- Posts: 402
- Joined: Fri Jan 16, 2015 6:09 am
-
Contact:
Post
by overkill22 » Mon Apr 11, 2016 9:19 pm
JeremyB wrote:Code: Select all
wget https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-7265-ucode-16.242414.0.tgz
tar -zxvf iwlwifi-7265-ucode-16.242414.0.tgz
cd iwlwifi-7265-ucode-16.242414.0
sudo cp iwlwifi-7265-16.ucode /lib/firmware/iwlwifi-7265-15.ucode
Reboot
Done. I'll monitor this week and see how it goes. Thank you for your help!