LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't connect to Internet on Puppy Linux. I have Acer 5735-4624 with AR5B91 (https://www.linuxquestions.org/questions/linux-newbie-8/cant-connect-to-internet-on-puppy-linux-i-have-acer-5735-4624-with-ar5b91-699276/)

charl10439 01-22-2009 11:03 PM

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!

pentode 01-23-2009 05:05 PM

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.

charl10439 01-23-2009 06:33 PM

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.

pentode 01-23-2009 11:16 PM

What is the output of ndiswrapper -l?

charl10439 01-24-2009 10:21 AM

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.

repo 01-24-2009 10:53 AM

login as root
then do
Code:

ndiswrapper -i driver.inf
Code:

ndiswrapper -l
Code:

ndiswrapper -m
Code:

modprobe ndiswrapper

charl10439 01-24-2009 08:30 PM

I tried
ndiswrapper -i netathw.inf
ndiswrapper -l
ndiswrapper -m
modprobe ndiswrapper

but that didn't work either.

repo 01-25-2009 03:21 AM

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?

charl10439 01-25-2009 09:05 AM

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.

repo 01-25-2009 10:18 AM

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

charl10439 01-25-2009 12:10 PM

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.

fl0at 01-27-2009 10:37 PM

Quote:

Originally Posted by charl10439 (Post 3420823)
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


All times are GMT -5. The time now is 06:06 PM.