LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-28-2011, 01:22 PM   #1
sprawl
LQ Newbie
 
Registered: Jan 2011
Posts: 10

Rep: Reputation: 0
Intermittent wireless problem


Hey everybody,

I am having an issue with my wireless connection dropping about every 2 minutes (web pages timing out), then working for a couple of minutes then dropping again. The connection icon in the task bar says I'm still connected at about 70%.I have a dual boot system and the wireless works fine in opensuse but not in Ubuntu 10.10

I have an Asus G50vt-X5 laptop but I am not sure about the wireless chipset.

Any help would be greatly appreciated, This connection thing is really starting to piss me off!

Sprawl
 
Old 01-28-2011, 01:28 PM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Since I am very pragmatic I would suggest that if it works in OpenSuSE then use OpenSuSE and forget about Ubuntu.

On the other hand if I wanted to figure it out I would start by booting OpenSuSE and seeing what module is loaded as the driver for the wireless NIC. Then I would boot Ubuntu and see what module is loaded for the wireless NIC. There may be a difference in the module name or there may be a difference in the module version.
 
Old 01-28-2011, 01:33 PM   #3
sprawl
LQ Newbie
 
Registered: Jan 2011
Posts: 10

Original Poster
Rep: Reputation: 0
I would love to...

How do I do that?

There is way more stuff broken in opensuse and I really like Ubuntu
 
Old 01-28-2011, 02:04 PM   #4
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Quote:
Originally Posted by sprawl View Post
How do I do that?
1) Boot OpenSuSE
2) Log on as root
3) Open a terminal window
4) Issue this command and copy the results (into a file)
Code:
lsmod > lsmod-opensuse.txt
The do the same for Ubuntu. You will probably not be able to log on as root but you can log on to your normal Ubuntu user account. I just tested this. You don't need to be root to get a listing using lsmod in Ubuntu. I don't know about OpenSuSE.
Code:
lsmod > lsmod-ubuntu.txt
Then you find your wireless module in each list. It probably has a name similar to the manufacturer of the wireless NIC. Compare the two lists.

I don't know how much detail you need. The OpenSuSE listing is probably going to end up in the root account's home directory for OpenSuSE while the Ubuntu listing is going to end up in the home directory of your normal Ubuntu user unless you plan ahead and put them in the same place from the start.

Last edited by stress_junkie; 01-28-2011 at 02:10 PM.
 
Old 01-28-2011, 10:10 PM   #5
marco18
Member
 
Registered: Jul 2007
Location: Argentina
Distribution: Ubuntu 13.04 , Debian Lenny 5.0.7
Posts: 223

Rep: Reputation: 21
If your wireless chipset is broadcom, I suggest you to try compiling and installing the one from the official web page. Find out exactly which model is and try it. The link is the one that follows:

http://www.broadcom.com/support/802.11/linux_sta.php

I had more or less the same problem as you in ubuntu and I could happily solve it by doing this.

Hope it helps!
 
Old 02-01-2011, 09:54 AM   #6
sprawl
LQ Newbie
 
Registered: Jan 2011
Posts: 10

Original Poster
Rep: Reputation: 0
Sorry for the delay, I was getting a headache and took a couple days away from the problem.

I guess I should have mentioned that the openSuSE is the 64 bit version and the Ubuntu is the 32 bit. I don't know if that matters or not. Its just that when I went to download the 64 bit version of Ubuntu, part of the filename was AMD64 and since I don't have an AMD I was leery to install that one so I just went with the 32 bit.

I did what stress_junkie suggested but I can't make heads or tails of the files. They seem to be way different and I could not find anything that looked like intel-something.

The wireless card is an Intel WiFi Link 5100 if that helps.

I might just dump everything and install Ubuntu on the whole drive from scratch. Any advice on if the AMD64 bit version is the correct one? or should I just use the 32 bit?

Thanks again for all the help.

Sprawl
 
Old 02-01-2011, 03:16 PM   #7
sprawl
LQ Newbie
 
Registered: Jan 2011
Posts: 10

Original Poster
Rep: Reputation: 0
OK, so I downloaded the 64bit and ran ubuntu directly off the cd. I wanted to make sure that if I just reloaded the whole drive with ubuntu that I could still get online to help with the wireless issue. Running from the cd had the same problem. So I guess I need to get help with solving the issue before I reload.

Any help appreciated.

Sprawl
 
Old 02-02-2011, 07:03 AM   #8
marco18
Member
 
Registered: Jul 2007
Location: Argentina
Distribution: Ubuntu 13.04 , Debian Lenny 5.0.7
Posts: 223

Rep: Reputation: 21
Quote:
Originally Posted by sprawl View Post

Any advice on if the AMD64 bit version is the correct one? or should I just use the 32 bit?

Sprawl
Intel's 64 bit chips work with that version. I really don't think there is a difference between those ISO's precompiled to work with IA64 or AMD64 architectures.

If you run Ubuntu from the cd and some device needs a propietary driver, you won't be able to use it there. I recommend you to install the lastest version of Ubuntu and install the "Restricted drivers" when you are asked.

Please comment your progress.
 
Old 02-02-2011, 08:02 AM   #9
sprawl
LQ Newbie
 
Registered: Jan 2011
Posts: 10

Original Poster
Rep: Reputation: 0
Thanks for responding. Is there any way to load those drivers now before I reload to make sure that will solve the problem?
 
Old 02-03-2011, 06:38 AM   #10
marco18
Member
 
Registered: Jul 2007
Location: Argentina
Distribution: Ubuntu 13.04 , Debian Lenny 5.0.7
Posts: 223

Rep: Reputation: 21
I really don't know if you can install software running on a live cd. Check in System > Administration > Restricted Drivers. See if something appears there. In the worst case scenario the need to have a wired connection to download those drivers to get your wireless working.
 
Old 02-03-2011, 10:00 AM   #11
alan99
Member
 
Registered: Mar 2010
Distribution: Debian
Posts: 180

Rep: Reputation: 31
Quote:
Originally Posted by marco18 View Post
Intel's 64 bit chips work with that version. I really don't think there is a difference between those ISO's precompiled to work with IA64 or AMD64 architectures.

If you run Ubuntu from the cd and some device needs a propietary driver, you won't be able to use it there. I recommend you to install the lastest version of Ubuntu and install the "Restricted drivers" when you are asked.

Please comment your progress.
Actually, the IA64 is meant for Itanium processors and is not compatible with amd64. However most intel processors use the same x64 architecture as amd64 and are compatible. Itanium are typical only seen in a rack mounted server. All modern intel processor such as Dual Core and Quad Cores are compatible with the amd64 distros
 
  


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
Wireless Intermittent Bob Fletcher Linux - Networking 0 11-09-2008 05:49 PM
Intermittent Wireless Conectivity Issue Mordechai Linux - Wireless Networking 3 09-17-2008 08:14 AM
intermittent wireless connectivity with bcm4306 maclenin Linux - Wireless Networking 2 01-11-2007 02:18 PM
Wireless intermittent Harpoontang Linux - Wireless Networking 8 05-18-2006 02:40 PM
Intermittent wireless problem (IPW2100) luckythedonkey Linux - Laptop and Netbook 1 04-30-2006 05:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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