LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 08-24-2015, 03:02 AM   #1
borkoborko39
LQ Newbie
 
Registered: Jun 2015
Location: Bulgaria, SF
Distribution: Windows 7
Posts: 19

Rep: Reputation: Disabled
Wifi keeps dissconnecting


Hi i just reinstalled to Ubuntu 14.04 LTS and im having problem with wifi.It keeps disconnecting it really annoying.How i can fix it?
 
Old 08-24-2015, 03:23 AM   #2
translator1111
Member
 
Registered: Jun 2010
Location: Slovakia
Distribution: Debian 8, Ubuntu 10.04 and 12.04; SLAX 6.0; ConnochaetOS 0.9.; LFS; Natty chip: VT1708S
Posts: 108
Blog Entries: 2

Rep: Reputation: 7
Dear Borkoborko,
can you send the ouput of ipconfig and iwconfig?
Yours faithfully,
M.
 
Old 08-24-2015, 04:14 AM   #3
borkoborko39
LQ Newbie
 
Registered: Jun 2015
Location: Bulgaria, SF
Distribution: Windows 7
Posts: 19

Original Poster
Rep: Reputation: Disabled
For ipconfig it says command not found and for
iwconfig:
eth0 no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:"******"
Mode:Managed Frequency:2.437 GHz Access Point: **:**:**:**:**:**
Bit Rate=150 Mb/s Tx-Power=14 dBm
Retry short limit:7 RTS thrff Fragment thrff
Power Managementff
Link Quality=68/70 Signal level=-42 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:97211 Missed beacon:0

lo no wireless extensions.
 
Old 08-24-2015, 05:30 AM   #4
HMW
Member
 
Registered: Aug 2013
Location: Sweden
Distribution: Debian, Arch, Red Hat, CentOS
Posts: 773
Blog Entries: 3

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
Quote:
Originally Posted by borkoborko39 View Post
For ipconfig it says command not found
That's because there is no command called ipconfig in GNU/Linux. Try
Code:
ifconfig
Or even better, in order to solve this, we need to know what kind of WiFi card is installed, please post the output of the command:
Code:
lspci -nn | grep -i network
Best regards,
HMW
 
Old 08-24-2015, 07:51 AM   #5
borkoborko39
LQ Newbie
 
Registered: Jun 2015
Location: Bulgaria, SF
Distribution: Windows 7
Posts: 19

Original Poster
Rep: Reputation: Disabled
Ifconfig:
eth0 Link encap:Ethernet HWaddr f0:de:f1:3c:43:90
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:20 Memory:f2600000-f2620000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:79332 errors:0 dropped:0 overruns:0 frame:0
TX packets:79332 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:10434523 (10.4 MB) TX bytes:10434523 (10.4 MB)

wlan0 Link encap:Ethernet HWaddr 00:26:c7:ec:56:f6
inet addr:192.168.0.102 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::226:c7ff:feec:56f6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9126329 errors:0 dropped:0 overruns:0 frame:0
TX packets:4648683 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10418597359 (10.4 GB) TX bytes:1068906993 (1.0 GB)

lspci -nn | grep -i network:
00:19.0 Ethernet controller [0200]: Intel Corporation 82577LM Gigabit Network Connection [8086:10ea] (rev 06)
03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [Condor Peak] [8086:0084]
borislav@ThinkPad-T410:~$
 
Old 08-24-2015, 08:35 AM   #6
HMW
Member
 
Registered: Aug 2013
Location: Sweden
Distribution: Debian, Arch, Red Hat, CentOS
Posts: 773
Blog Entries: 3

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
Quote:
Originally Posted by borkoborko39 View Post
03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [Condor Peak] [8086:0084]
borislav@ThinkPad-T410:~$
Ah. You have the same card as I do in one of my machines.

(MAJOR EDIT. Need to read more carefully)

Ok. In short, the iwlwifi driver is (still) crap (thanks Intel). I know because I have the same card/driver in one of my machines (running Debian Jessie). My solution was to add:
Code:
options iwlwifi 11n_disable=1
To my
Code:
/etc/modprobe.d/iwlwifi.conf
Apparently this seems to work for Ubuntu too:
http://askubuntu.com/questions/41293...ropping-thread

Last edited by HMW; 08-24-2015 at 08:49 AM.
 
Old 08-25-2015, 01:52 PM   #7
borkoborko39
LQ Newbie
 
Registered: Jun 2015
Location: Bulgaria, SF
Distribution: Windows 7
Posts: 19

Original Poster
Rep: Reputation: Disabled
Thank you!
 
Old 08-25-2015, 07:52 PM   #8
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by borkoborko39 View Post
Thank you!
Hi...

If this resolves your issue, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post. Thanks!

Regards...
 
  


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
Want to share my wifi by creating a wifi hotspot ( While staying connected to wifi)? shadyXV Linux - Desktop 4 07-20-2015 05:37 PM
[SOLVED] wifi problems. after updating to the latest linux-kernel wifi doesn't work. jhp8940 Linux - Newbie 7 09-11-2014 12:17 PM
LXer: Court Says WiFi Isn't Radio Because It's Not Audio; Therefore WiFi Sniffing Can Be Wiretapping LXer Syndicated Linux News 0 09-10-2013 05:42 PM
[SOLVED] Access secured WiFi with Debian Live (WiFi Interface not set up right?) Abscissa256 Linux - Networking 4 11-19-2011 12:39 PM
wifi works:how to connect to hotspot,with console?alternative to wifi-wiz assistant? frenchn00b Debian 7 10-30-2009 12:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 12:32 AM.

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