LinuxQuestions.org
Visit Jeremy's Blog.
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 09-17-2004, 03:52 PM   #1
hornmeister2000
LQ Newbie
 
Registered: Sep 2004
Posts: 2

Rep: Reputation: 0
Network settings in Amigo Linux


Hi, I'm trying to use Linux for the first time. I've "installed" Amigo Linux on my laptop. Also on the LAN are an XP box, ME box and 3.11 box. I want to network the Linux laptop to the others but can't even find where to enter the network settings!! Could someone please point me in the right direction?

Many thanks!
 
Old 09-18-2004, 12:12 AM   #2
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 614Reputation: 614Reputation: 614Reputation: 614Reputation: 614Reputation: 614
Double-click the penguin to open an xterm and type 'netconfig' to change your network settings.
 
Old 09-19-2004, 12:50 AM   #3
Rockrol913
LQ Newbie
 
Registered: Sep 2004
Location: Hoboken, N.J.
Distribution: Amigo, Feather, Slackware !
Posts: 5

Rep: Reputation: 0
Wireless Amigo ...

Hey... Everybody
Just wondering wlcardconfig included in Amigo? Are there ANY wireless tools included in Amigo? Would be great to use wireless in Amigo ! I've had luck with Feather Linux... But none with any Slackware distros
 
Old 09-19-2004, 04:39 AM   #4
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 614Reputation: 614Reputation: 614Reputation: 614Reputation: 614Reputation: 614
Because of size limitations, MANY useful pkgs were left out of some 'bundles'. You'll need to add wireless-tools pkg from Slackware. See /etc/Slackware-version to find out which version of Slackware pkgs to use.
 
Old 09-19-2004, 11:54 AM   #5
Rockrol913
LQ Newbie
 
Registered: Sep 2004
Location: Hoboken, N.J.
Distribution: Amigo, Feather, Slackware !
Posts: 5

Rep: Reputation: 0
Will do ...
THANX gnashley ...
 
Old 09-24-2004, 08:40 AM   #6
gken69
LQ Newbie
 
Registered: Aug 2004
Location: Washington, DC
Distribution: Amigo 2.0/Slackware 9.1
Posts: 20

Rep: Reputation: 0
Re: Network settings in Amigo Linux

Quote:
Originally posted by hornmeister2000
Hi, I'm trying to use Linux for the first time. I've "installed" Amigo Linux on my laptop. Also on the LAN are an XP box, ME box and 3.11 box. I want to network the Linux laptop to the others but can't even find where to enter the network settings!! Could someone please point me in the right direction?

Many thanks!
Hey did you ever get your Amigo box on your network? I'm having similar problems getting an Amigo box to talk to my network and I'm out of new ideas, maybe we can muddle through together.

Cheers!
 
Old 09-24-2004, 02:24 PM   #7
hornmeister2000
LQ Newbie
 
Registered: Sep 2004
Posts: 2

Original Poster
Rep: Reputation: 0
Thanks for your help - I've managed to configure the network, but can't get it to find my network card.

The machine is an IBM Thinkpad 240X(laptop) with a Netgear Carbus Mobile Adaptor PC card...
 
Old 09-24-2004, 02:56 PM   #8
gken69
LQ Newbie
 
Registered: Aug 2004
Location: Washington, DC
Distribution: Amigo 2.0/Slackware 9.1
Posts: 20

Rep: Reputation: 0
Did you try to use 'lsmod' to make sure that you didn't load the driver and just not realize it? I did that when I first got started
 
Old 09-25-2004, 07:34 AM   #9
noprob
LQ Newbie
 
Registered: Aug 2004
Location: Mountains of West Virginia
Distribution: tinycorelinux and Puppy Linux
Posts: 14

Rep: Reputation: 1
Thumbs up 1st. bootup a success...

not bad for a n00b in training diapers.

I'm using Amigo as per instructions unzipped on C: drive on a FAT32 partition.
booted up great with this version=amigo2rc10.zip

it even installed/loaded the "swap" file/partition from vectorlinux,kinda cool,but wonder if two (2) swap partitions are a good thing?

anyway my problem is I am not able to access the internet.
I am using a dsl modem.

amigo is loading the driver(s)/module(s) for my net card=pcnet32,but when I engage xterm and type in "lsmod" the "3" modules are not being used = "0"

also I have done the netconfig script to allow dhcp.

on vectorlinux at least one of these modules have a number=1 next to said drivers/modules.

also why is this net card driver loaded via rc.d instead of modprobe.conf?

I love this version of slackware as it allows this to learn.
dos is boss is no more.

Last edited by noprob; 09-25-2004 at 08:07 PM.
 
Old 09-25-2004, 12:07 PM   #10
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 614Reputation: 614Reputation: 614Reputation: 614Reputation: 614Reputation: 614
Hello, and thanks. You'll need the dhcp and dhcpcd pks and maybe rp-pppoe as well if using ethernet (all from Slackware 9.1).
You can comment out the line in /etc/fsatb for the onboard swapFILE in /root. It's there just in case no swap partitioni s found.
You can put any modules you want in /etc/modules.conf, though it's more Slackish to just uncomment the line for the module(s) in /etc/rc.d/rc.modules or put a line in rc.local.
 
Old 09-25-2004, 08:03 PM   #11
noprob
LQ Newbie
 
Registered: Aug 2004
Location: Mountains of West Virginia
Distribution: tinycorelinux and Puppy Linux
Posts: 14

Rep: Reputation: 1
Thx. for the reply.
Will do as instructed.
I have the Slackware linux 4cd set I believe version 10.
A friend gave it to me.
I will see if this version works instead of slack9.1
I will post the results here on this thread unless directed otherwise.
 
Old 09-28-2004, 07:18 AM   #12
gken69
LQ Newbie
 
Registered: Aug 2004
Location: Washington, DC
Distribution: Amigo 2.0/Slackware 9.1
Posts: 20

Rep: Reputation: 0
Quote:
Originally posted by gnashley
Hello, and thanks. You'll need the dhcp and dhcpcd pks and maybe rp-pppoe as well if using ethernet (all from Slackware 9.1).
You can comment out the line in /etc/fsatb for the onboard swapFILE in /root. It's there just in case no swap partitioni s found.
You can put any modules you want in /etc/modules.conf, though it's more Slackish to just uncomment the line for the module(s) in /etc/rc.d/rc.modules or put a line in rc.local.
What are the "dhcp and dhcpcd" packs? What do they do, where can I find them, etc.?

Thanks for any assistance!
 
Old 09-28-2004, 07:54 AM   #13
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 614Reputation: 614Reputation: 614Reputation: 614Reputation: 614Reputation: 614
Get them from any Slackware mirror from the 9.1 version tree. they are in ...../slackware/slackware9.1/slackware/a
You might want to browse the /a and /ap directories especially and see if you need anything else.
 
Old 09-28-2004, 11:49 AM   #14
gken69
LQ Newbie
 
Registered: Aug 2004
Location: Washington, DC
Distribution: Amigo 2.0/Slackware 9.1
Posts: 20

Rep: Reputation: 0
What, specifically, should I look for in those directories? I've checked a couple of different mirrors and I didn't see anything with dhcp in the title in the 'a' or 'ap' directories, but I did find dhcp packages in the 'n' folder.

Last edited by gken69; 09-28-2004 at 12:40 PM.
 
Old 09-28-2004, 04:30 PM   #15
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 614Reputation: 614Reputation: 614Reputation: 614Reputation: 614Reputation: 614
Oh sorry, they are in /n.
 
  


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
Difference between Amigo 2 and amigo II fluxbox mazebane Amigo 2 12-29-2004 04:03 AM
Amigo/Slackware 9.1 Client on ICS Network gken69 Linux - Networking 2 09-08-2004 01:09 PM
Amigo/Slackware 9.1 Client on ICS Network gken69 Slackware 8 09-07-2004 01:39 PM
Linux Network Settings ChangeOfPace Linux - Networking 9 05-05-2004 08:35 AM
Network Settings Redhat Linux 8 manojkreddy Linux - Networking 2 08-05-2003 01:07 PM

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

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