LinuxQuestions.org
Help answer threads with 0 replies.
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 12-28-2011, 12:30 PM   #1
tomirvine
LQ Newbie
 
Registered: Dec 2011
Posts: 1

Rep: Reputation: Disabled
Ubuntu 11.10 - Internet Connection


I have a Gateway NV53A Notebook, dual boot with Windows 7 & Ubuntu 11.10.

I have installed the latest Ubuntu updates.

My primary Internet connection method is:
802.11n Wireless Network with cable ISP

The wireless network runs fine under Windows 7, but it runs erratically under Ubuntu 11.10 with frequent drop outs that require a reboot.

My backup Internet connection is:
Verizon 3G Personal Hotspot

The Verizon connection runs fine under both Windows 7 & Ubuntu 11.10.

Question: How can I get a reliable Internet connection via the 802.11n Wireless Network under Ubuntu 11.10?
 
Old 12-29-2011, 09:01 AM   #2
ochienged
Member
 
Registered: Oct 2007
Location: Plano, TX
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 70

Rep: Reputation: 26
More information is need for assistance. This could be a driver issue and without specifics of the Wireless LAN card and the drivers in use, it might be difficult to assist. This is especially the case with proprietary cards such as Broadcom 4313. To get this information, post a dump of the commands,

Quote:
lspci | grep -i 'wireless'
to get the wireless interface card details

And
Quote:
lsmod
to get the loaded kernel modules.
 
Old 01-07-2012, 02:08 AM   #3
BernBern
LQ Newbie
 
Registered: Jan 2012
Posts: 2

Rep: Reputation: Disabled
Hello!
I have a very similar problem. I have an Acer Aspire 4739-6483 (notebook).
I have just installed ubuntu 11.10 on it. At first, the wireless connection was very good everywhere in my place. But after only 10 minutes, the signal became very weak everywhere except near the router. Even after reboot, it's the same thing: the signal is strong at first but after a few minutes it becomes really weak and I have to be in the same room as the router to stay connected. I don't understand.

(I have another computer, a desktop, with ubuntu 11.10 insalled and I don't have that problem with the connection which is also wireless...)

This is what I get with '' lspci | grep -i 'wireless' :

02:00.0 Network controller: Atheros Communications Inc. AR9485 Wireless Network Adapter (rev 01)


And this is what I get with '' lsmod '':

Module Size Used by
btrfs 622556 0
zlib_deflate 26622 1 btrfs
libcrc32c 12543 1 btrfs
ufs 78131 0
qnx4 13309 0
hfsplus 83507 0
hfs 49479 0
minix 31444 0
ntfs 100171 0
vfat 17308 0
msdos 17132 0
fat 55577 2 vfat,msdos
jfs 175084 0
xfs 746810 0
reiserfs 230932 0
bnep 17923 2
rfcomm 38408 0
bluetooth 148839 10 bnep,rfcomm
parport_pc 32114 0
ppdev 12849 0
joydev 17393 0
binfmt_misc 17292 1
snd_hda_codec_hdmi 31426 1
snd_hda_codec_realtek 254125 1
sparse_keymap 13658 0
uvcvideo 67271 0
videodev 85626 1 uvcvideo
snd_hda_intel 28358 2
snd_hda_codec 91754 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13276 1 snd_hda_codec
snd_pcm 80435 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_seq_midi 13132 0
snd_rawmidi 25241 1 snd_seq_midi
arc4 12473 2
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51567 2 snd_seq_midi,snd_seq_midi_event
wmi 18744 0
snd_timer 28932 2 snd_pcm,snd_seq
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
snd 55902 14 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,s nd_seq,snd_timer,snd_seq_device
ath9k 112612 0
intel_ips 17753 0
mac80211 393459 1 ath9k
ath9k_common 13599 1 ath9k
ath9k_hw 293933 2 ath9k,ath9k_common
ath 19387 2 ath9k,ath9k_hw
i915 509290 3
drm_kms_helper 32889 1 i915
drm 196290 4 i915,drm_kms_helper
cfg80211 172392 3 ath9k,mac80211,ath
i2c_algo_bit 13199 1 i915
mei 36466 0
soundcore 12600 1 snd
snd_page_alloc 14108 2 snd_hda_intel,snd_pcm
video 18908 1 i915
psmouse 63474 0
serio_raw 12990 0
lp 17455 0
parport 40930 3 parport_pc,ppdev,lp
ahci 21634 2
libahci 25761 1 ahci
atl1c 36638 0



Please help me if you can!
Thanks in advance!

Last edited by BernBern; 01-07-2012 at 02:19 AM. Reason: dyslexia
 
Old 01-09-2012, 08:08 AM   #4
ochienged
Member
 
Registered: Oct 2007
Location: Plano, TX
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 70

Rep: Reputation: 26
Hi BernBern, my bet would be to find out which Linux drivers are best for your wireless card. I suspect, this is not guaranteed the case, the mac80211 might have something to do with it. I had an issue with the same at some point which I resolved by blacklisting the driver and installing proprietary drivers for my Broadcom card at that point. I don't like proprietary drivers, or whatever else people will call them but, if that's all that works, go for it.
 
Old 01-09-2012, 02:25 PM   #5
BernBern
LQ Newbie
 
Registered: Jan 2012
Posts: 2

Rep: Reputation: Disabled
Thanks for the advice ochienged!
But I'm a complete noob and I don't know how to do that!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
internet connection on ubuntu 10.10 tejen Linux - Newbie 1 03-04-2011 07:55 AM
Internet Connection for Ubuntu ednan171 Linux - Newbie 1 09-22-2009 03:03 PM
internet connection in ubuntu 8.10 r.samanta Linux - Newbie 1 09-22-2009 05:20 AM
No internet connection in Ubuntu 7.10 eXeCuTeR Linux - Networking 2 10-22-2007 06:03 PM
No internet connection on Ubuntu 6.10 BernardNys Linux - Wireless Networking 2 04-30-2007 05:55 AM

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

All times are GMT -5. The time now is 05:40 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