LinuxQuestions.org
Visit Jeremy's Blog.
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-22-2009, 11:03 PM   #1
charl10439
LQ Newbie
 
Registered: Jan 2009
Posts: 6

Rep: Reputation: 0
Can't connect to Internet on Puppy Linux. I have Acer 5735-4624 with AR5B91


I Can't connect to Internet on Puppy Linux. I have Acer Aspire 5735-4624 with a AR5B91 wireless network adaptor. I tried ndiswrapper with a windows driver but it didn't work. Help!
 
Old 01-23-2009, 05:05 PM   #2
pentode
Member
 
Registered: Dec 2005
Location: Oregon
Distribution: Debian Testing
Posts: 488

Rep: Reputation: 38
Welcome to LQ.

Quote:
..but it didn't work.
This isn't really too helpful in understanding the problem. From the command line, (as root, probably), the command "ndiswrapper -l" should indicate if the Windows driver is correctly installed.

The command "ifconfig" will give the current status of your network connections. Let's start there. If you can check ndiswrapper and ifconfig, that will help.
 
Old 01-23-2009, 06:33 PM   #3
charl10439
LQ Newbie
 
Registered: Jan 2009
Posts: 6

Original Poster
Rep: Reputation: 0
I tried to use ndiswrapper to load the netathw.inf driver, but I still couldn't get on the internet. It didn't detect any new interface.
 
Old 01-23-2009, 11:16 PM   #4
pentode
Member
 
Registered: Dec 2005
Location: Oregon
Distribution: Debian Testing
Posts: 488

Rep: Reputation: 38
What is the output of ndiswrapper -l?
 
Old 01-24-2009, 10:21 AM   #5
charl10439
LQ Newbie
 
Registered: Jan 2009
Posts: 6

Original Poster
Rep: Reputation: 0
The first time I tried ndiswrapper -l, it said,"
ls: cannot access /etc/ndiswrapper: No such file or directory."
So then I installed netathw with ndiswrapper -i netathw.inf.
Then I tried ndiswrapper -l again and it said, "netathw : driver installed device (168C:002A) present."
But I still can't get on the internet even with the netathw driver installed.
 
Old 01-24-2009, 10:53 AM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
login as root
then do
Code:
ndiswrapper -i driver.inf
Code:
ndiswrapper -l
Code:
ndiswrapper -m
Code:
modprobe ndiswrapper
 
Old 01-24-2009, 08:30 PM   #7
charl10439
LQ Newbie
 
Registered: Jan 2009
Posts: 6

Original Poster
Rep: Reputation: 0
I tried
ndiswrapper -i netathw.inf
ndiswrapper -l
ndiswrapper -m
modprobe ndiswrapper

but that didn't work either.
 
Old 01-25-2009, 03:21 AM   #8
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
I tried
ndiswrapper -i netathw.inf
ndiswrapper -l
ndiswrapper -m
modprobe ndiswrapper

but that didn't work either.
What doesn't work?
What have you done after these commands?
Do you have an extra interface?
Did you configured the interface?
 
Old 01-25-2009, 09:05 AM   #9
charl10439
LQ Newbie
 
Registered: Jan 2009
Posts: 6

Original Poster
Rep: Reputation: 0
My internet didn't work. I tried that stuff, but I still couldn't get connected to the internet. When I tried to configure the network or whatever, It didn't detect any new devices.
 
Old 01-25-2009, 10:18 AM   #10
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
are you sure you used the correct window driver?
Take a look at
http://global.acer.com/support/download.htm
or
http://support.acer-euro.com/drivers...k/as_5730.html

try the driver for XP, vista driver is known not to work with ndiswrapper

Last edited by repo; 01-25-2009 at 10:19 AM.
 
Old 01-25-2009, 12:10 PM   #11
charl10439
LQ Newbie
 
Registered: Jan 2009
Posts: 6

Original Poster
Rep: Reputation: 0
I tried the drivers for xp and vista and they both didn't work. I went to
http://global.acer.com/support/download.htm
and
http://support.acer-euro.com/drivers...k/as_5730.html
and tried those drivers but they didn't work either. I don't think there's any way for me to connect to the internet on Puppy Linux. I might just have to use Ubuntu.

Last edited by charl10439; 01-25-2009 at 12:12 PM.
 
Old 01-27-2009, 10:37 PM   #12
fl0at
LQ Newbie
 
Registered: Jan 2009
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by charl10439 View Post
I tried the drivers for xp and vista.
Where did you find the XP drivers?

I popped Puppy on a USB stick and booted it, pulled down the drivers for the AR5B91 off the Acer website.

These are for the Vista version:
Quote:
Originally Posted by shell
# ndiswrapper -i netathr.inf
installing netathr ...

# ndiswrapper -l
netathr : driver installed
device (168C:002A) present

# ndiswrapper -m
alias wlan0 added

# modprobe ndiswrapper
#

# ifconfig wlan0 up
ifconfig: SIOCGIFFLAGS: No such device

# iwconfig

eth0 ...

lo ...

#
I think this has to do with turning it "on." I think the problem is similiar to a "cardctl eject" I used to have when using a card adaptor.

Everything is associated, but in the box's mind, it isn't turned "on."

I couldn't find any official XP drivers, and the non-official drivers I found gave: "forcing parameter MapRegisters from 256 to 64" x many.

ndiswrapper -l lists it as present, but the device still does not come up, and is not listed in iwconfig/ifconfig.

Any ideas? Thanks much,

--fl0at
 
  


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
Booting up Puppy 4.1.2 allows Ubuntu 8.10 to connect to the internet studpenguin Linux - General 3 01-19-2009 11:37 PM
How to connect my Acer Aspire One to internet Sherobin Linux - Newbie 5 12-31-2008 06:52 PM
Newbie installing on acer aspire 4720z, which linux, puppy, DSL, slitaz or...?.. rokedemiah Linux - Laptop and Netbook 1 11-24-2008 04:35 PM
Puppy can't connect to internet gorgerax Puppy 1 09-05-2006 06:02 PM

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

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