LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 02-05-2015, 10:01 PM   #1
rijo79
LQ Newbie
 
Registered: Oct 2013
Posts: 8

Rep: Reputation: Disabled
Boost txpower on intel ultimate n 5300


Hey @ll. My wifi reception is rather week so I'd like to boost the txpower setting. iwconfig shows it as being currently set to 15 dBm. The wifi card is an Intel Ultimate N 5300 and all the specs I can find on this card say that it should be capable of 20dBm/23dBm. Not sure which is the max for my card but I'm attempting to set it to 20 for now. The regs for Canada where I am say up to 30 is legal and 'iw reg get' shows that the card is using Canadian regs. I've tried running
Code:
iw dev wlan0 set txpower fixed 20
and I get
Code:
command failed: Operation not supported (-95)
Would anyone know what the problem is here and what I can do about it? I'm running debian testing on a HP Elitebook 8530w.
 
Old 02-05-2015, 10:31 PM   #2
rijo79
LQ Newbie
 
Registered: Oct 2013
Posts: 8

Original Poster
Rep: Reputation: Disabled
Update

I've tried using a script which takes down wlan0 before doing the operation to change the txpower.
Code:
#!/bin/bash

echo " taking down wlan0"
ifconfig wlan0 down
sleep 2

echo "setting Region to Bolivia"
iw reg set BO
sleep 2

echo "setting TxPower to 30"
iw dev wlan0 set txpower 30
sleep 2

echo "starting wlan0"
ifconfig wlan0 up ion
echo "pulling wlan0 interface up"
iwconfig
sleep 2

echo "Goodbye"
After "setting TxPower to 30" I get
Code:
Invalid parameter: 30
I get the same result if I change the value to 20 or even something below 15. Setting the region to Canada gives same results. If I add the 'fixed' parameter, I get 'Operation not supported' again. iwconfig shows that the TxPower is still set to 15. Something is preventing changes...

Last edited by rijo79; 02-05-2015 at 11:15 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make an Intel 5300 run in AP mode? dengnn Linux - Wireless Networking 0 04-30-2012 06:32 AM
Intel 5300 thinks it's a 5100? joemadeus Linux - Wireless Networking 3 03-06-2009 05:17 PM
Intel Link 5300 (iwlagn) doesn't see any networks pingwinek Linux - Laptop and Netbook 1 01-08-2009 07:10 AM
Intel WiFi Link 5300 on Debian Etch lindylex Debian 0 10-03-2008 04:11 PM
LXer: Intel Xeon 5300 (Clovertown) Linux Benchmarks LXer Syndicated Linux News 0 11-15-2006 02:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration