LinuxQuestions.org
Help answer threads with 0 replies.
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 05-24-2008, 04:50 AM   #1
levente07
LQ Newbie
 
Registered: May 2008
Posts: 1

Rep: Reputation: 0
ACER Aspire 9920 wireless problem (Ubuntu 8.04)


Hi Everybody,

I am very newbie to linux (ubuntu 8).
Can you help me in how to enable the wireless networking under ubuntu/linux?
I have a button on the laptop which enables/disables the wireless communication which wouldn't work under linux. But works perfectly under windows. The laptop has an Intel 4965agn wireless chipset. I think the ubuntu recognise it, but the wireless led doesn't signs any activity.

Any help would be appreciated!
 
Old 05-24-2008, 05:33 AM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
This site might have information about that chipset if it really is 4965agn.

You should try to verify the chipset with lspci:
Code:
lspci
Search for lines that talk about wireless devices - the device information should be there. Your kernel version you can see with
Code:
uname -r
if you happen to need it.

If the light doesn't come up, it almost surely means that there is no driver (kernel module) for your wireless card loaded. Make sure what chipset the card really uses, then search for what Linux driver (kernel module) it should be using, and see if you have that module loaded:
Code:
lsmod |grep modulename
if not, try to load it:
Code:
sudo modprobe modulename
If it says there is no such module, it's not in your kernel. Either find out how to install it, or if you can't find a native Linux driver, resort to ndiswrapper (don't, if you can find a native driver): it's a piece of software that you can use to wrap Windows drivers for wireless devices so that the hardware works under Linux. A little more complex than a native driver, but if it works, it's good. Namely you need to install ndiswrapper (use Ubuntu package manager Synaptic) and ndiswrapper-utils, then download correct Windows drivers for your card (an .inf and a .sys file) and run
Code:
sudo ndiswrapper -i driverfile.inf
to install them. After this make sure ndiswrapper module is loaded and you should be good to go.
 
Old 05-24-2008, 06:28 AM   #3
Jim44
Member
 
Registered: Feb 2006
Location: Atlanta, Georgia, USA
Distribution: Mint, Ubuntu, Centos
Posts: 57

Rep: Reputation: 15
After months of trying to get my Broadcom wireless adaptor in my laptop to work reliably, I decided to bite the bullet and give http://www.linuxant.com/driverloader/index.php a try. I know it's commercial software, if my time was worth $0.10 an hour I'd have been money ahead. It's $20. There's a 30 day free trial so you aren't out anything except a little time if it doesn't work. I'll never attempt to make ndiswrapper work if it doesn't play out of the box again.

Jim.
 
  


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
Atheros Wireless card won't work on Acer Aspire 4520, Ubuntu Gutsy utonvan96 Linux - Hardware 8 04-27-2008 10:15 PM
Acer Aspire 5630 and Intel Pro Wireless 4965AGN problem ripdajacker Linux - Wireless Networking 0 12-13-2007 04:42 PM
Ubuntu trouble on Acer Aspire 5021 djepix Linux - Laptop and Netbook 1 01-26-2007 10:06 PM
Wireless on Acer Aspire 5100 Cabeza de Huevo Linux - Laptop and Netbook 1 12-17-2006 02:59 PM
ACER Aspire 5100 Wireless taj SUSE / openSUSE 4 11-11-2006 09:26 PM

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

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