LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Amigo
User Name
Password
Amigo This forum is for the discussion of Amigo Linux.

Notices


Reply
  Search this Thread
Old 02-02-2005, 01:44 PM   #1
kveldalf
LQ Newbie
 
Registered: Feb 2005
Location: Doggerland
Distribution: Fedora
Posts: 6

Rep: Reputation: 0
How do i connect to www? (get connected to network)


I have finally arrived to WindowMaker desktop, but when i selected to connect to the internet using Opera, nada.

So, chance for me to learn smthg new again. How do i connect to the www from Amigo?

I have a linksys cable modem connected to a 4-port linksys router. This frankenbox is connected, and i can get connect when in window$, but not while running amigo. Any idears?

 
Old 02-02-2005, 06:55 PM   #2
Kuroyume
Member
 
Registered: Nov 2004
Distribution: AmigoXP
Posts: 54

Rep: Reputation: 15
try running netconfig...
that should get you running.
 
Old 02-07-2005, 06:57 PM   #3
solarcontrol
Member
 
Registered: Nov 2004
Distribution: delilinux
Posts: 34

Rep: Reputation: 15
I used netconfig and it seemed to go through ok, but still no internet.

My ethernet card is ISA (linksys nc100) and I see amigo recognize it at boot.
I am also on a linksys router and have all ports from 1000 to 15000 forwarded for tcp and udp.

Should I not?

I cant figure what I'm doing wrong.
 
Old 02-07-2005, 11:40 PM   #4
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
What's the ouput from 'lsmod'?
 
Old 02-08-2005, 03:10 AM   #5
solarcontrol
Member
 
Registered: Nov 2004
Distribution: delilinux
Posts: 34

Rep: Reputation: 15
kbtab
printer
uhci
ntfs
usbkbd
usbmouse
keybdev
mousedev
hid
input
usbcore

all unused except mousedev and the last 2 (which list everything else above them in brackets)

did i leave out a boot option or something..maybe?


[edit: I also removed the port fwding for that machine on the router in case it was confusing things.]

Last edited by solarcontrol; 02-08-2005 at 03:39 AM.
 
Old 02-08-2005, 04:42 PM   #6
Kuroyume
Member
 
Registered: Nov 2004
Distribution: AmigoXP
Posts: 54

Rep: Reputation: 15
ummm... i think the system is not seeing your card...
 
Old 02-08-2005, 06:46 PM   #7
solarcontrol
Member
 
Registered: Nov 2004
Distribution: delilinux
Posts: 34

Rep: Reputation: 15
Seems that way...though it shows up in beginning of the booting text - before the part where it detects and names the drives and such.

It is an ISA card, but it's a fairly common one..I think.. (Linksys nc100).
Then, in the netconfig process, it tells me "settings accepted".. I dont know if it does that regardless of finding a card or not.

Should it give me any indication?
 
Old 02-08-2005, 06:56 PM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
What does the output of ifconfig look like? The linksys router is a dhcp server, so you usually use one of the dhcp clients. There should be an ip address assigned to eth0, and the gateway should be 192,168.1.1.

It is possible to assign a static address to the interface such as 192.168.1.50, but if you want to do this, you might want to first set it up using dhcp in order to obtain the DNS address.

One alternative is to point your brower to 192.168.1.1 and look in the WAN tab for the information that the router obtained from the Cable Modem <-> Router exchange.

Under the DHCP clients tab, you can see if your host name shows up in the clients table.
 
Old 02-09-2005, 12:03 AM   #9
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Look in /etc/rc.d/rc.modules and see if there is a line for your network card module. if so uncomment it. this will load the module at boot time. Then run ifconfig
 
Old 02-09-2005, 02:58 AM   #10
solarcontrol
Member
 
Registered: Nov 2004
Distribution: delilinux
Posts: 34

Rep: Reputation: 15
It's an ne2000 chip on IRQ 5

I tried all of the ne2000 module lines but none worked.

Even tried changing the adress on one of em to 240 (windows device mgr shows as the address for IRQ 5: 0240-025F).

*gasping with exasperation*
 
Old 02-09-2005, 12:42 PM   #11
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Since it's an ISA card you need to install the isapnptools package and configure the port there first.
 
Old 02-09-2005, 03:16 PM   #12
solarcontrol
Member
 
Registered: Nov 2004
Distribution: delilinux
Posts: 34

Rep: Reputation: 15
sigh...my noobness is tripping me up again..

I got isapnptools for slack 9.1
I unpacked it.
Now I have a few folders (usr, sbin, etc, install)
sbin has a cpl binaries in it, but I dont know how to configure/compile/install them (if such a thing is even needed).

tried reading the faq but it, but there are no clear (noob-friendly) instructions on what I should do. they seem to be written for vets.

Is there no ./configure, make, and make install needed?
Is there a certain command I need to know?


Last edited by solarcontrol; 02-09-2005 at 06:14 PM.
 
Old 02-09-2005, 07:01 PM   #13
Kuroyume
Member
 
Registered: Nov 2004
Distribution: AmigoXP
Posts: 54

Rep: Reputation: 15
as root use pkgtool on the directoryt where you have the original (packed) package, then select install packages from current directory and it will install the package.
 
Old 02-10-2005, 12:14 AM   #14
solarcontrol
Member
 
Registered: Nov 2004
Distribution: delilinux
Posts: 34

Rep: Reputation: 15
ok pkgtool runs but wont install it. however, i was able to install with the installpkg command.

after hours of trying to configure isapnp, i got it to accept my card - BUT, no modules work with it (its an NE2000 but it shows at boot as an AXE2201...whatever that is).

Im thinkin maybe this distro justy dont have a driver for that card.

(and my desk is getting a forehead shaped dent in it. )

Last edited by solarcontrol; 02-10-2005 at 09:13 AM.
 
Old 02-10-2005, 08:06 AM   #15
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Okay, make sure are you doing this as root.
Instead of 'pkgtool' use installpkg itself.
Go to the dir where the package is and type:
installpkg packagename.tgz

This is how I install packages, but I use pkgtool to remove them.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
connected to wireless network but no ip... pAn1k Linux - Wireless Networking 5 01-01-2005 04:09 PM
linux 8 server but windows couldn't connect to WWW through router sheng8 Linux - Networking 2 08-17-2004 01:00 PM
How to connect to www w/SuSE 9 Pro cbjhawks Linux - Networking 0 01-08-2004 09:38 AM
www access 2 network cards mphanke Mandriva 5 08-26-2003 08:08 AM
Linux Router / Win98SE Client can't connect the WWW themorph Linux - Networking 5 02-15-2002 07:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Amigo

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