LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Ubuntu 11.10 - Internet Connection (https://www.linuxquestions.org/questions/linux-wireless-networking-41/ubuntu-11-10-internet-connection-920920/)

tomirvine 12-28-2011 12:30 PM

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?

ochienged 12-29-2011 09:01 AM

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.

BernBern 01-07-2012 02:08 AM

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!

ochienged 01-09-2012 08:08 AM

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.

BernBern 01-09-2012 02:25 PM

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


All times are GMT -5. The time now is 02:22 AM.