LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-05-2006, 07:12 PM   #31
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928

Quote:
Originally Posted by tobyl
Don't give up just yet, it's quite common to have problems setting up networking at first.

Tinkster also mentioned pico, and I would recommend you use pico as a text editor, or use an editor such as kedit if you have kde installed and working. You can master the intricacies of vi later on (when you have a spare hour to kill :-))
I think that using any gooey editors at this stage would be too complicated, or
too nasty :} ... we'd either encourage him to log into X as root (which is a big
no-no) or have to explain to him how the permissions on the DISPLAY work,
exporting it and setting up xhost and all that.


Cheers,
Tink
 
Old 06-08-2006, 09:13 PM   #32
jmattshirey
LQ Newbie
 
Registered: Jun 2006
Posts: 29

Original Poster
Rep: Reputation: 15
Aight everyone! First thing first. I greatly appreciate all of y'alls help but nothing has worked for me. some commands SLACKWARE doesn't recognize and the others work but don't give me internet access. I don't know if its me or what.... Does anyone have any screen shots of this stuff to help me walk through? I would greatly appreciate it....


THaNKs,

 
Old 06-08-2006, 09:38 PM   #33
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
Quote:
00:04.0 Ethernet Controller: nVidia Corporation nForce2 Ethernet Controller (rev a3)
for this device, go here. do you have any Windows partitions on this computer mounted in linux? if so you can boot in windows, download the file and instructions, reboot to linux, copy the installation file to your /home/userName folder and execute them.
if you dont have any other OS on this computer then get on one that does and download the file, save it to a floppy or CD (i didnt check the filesize), reboot, mount the CD/floppy and do the same procedure.

---------------------------------------------------------------------------

Quote:
01:04.0 Ethernet Controller: Marvell Technology Group Ltd. 88E8001 Gig. Ethernet Controller (rev 13)
for this device, open a terminal (or unless your already just stuck at the command prompt right now), and do the following:
1- 'su' [enter]
2- type root password [enter]
3- 'modprobe sk98lin' [enter]
4- 'ifconfig eth0 up' [enter] NOTE: replace '0' with '1' or '2', as it seems you have _three_ (!?) NICs?
5- 'ping yahoo.com' [enter]

if you dont recieve replies from step 5 then run the command in step 4 2 more times, with '1' and '2'.

---------------------------------------------------------------------------

Quote:
01:08.0 Ethernet Controller: D-Link System Inc. RTL8139 Ethernet (rev 10)
for this device do the same steps 1-5 as mentioned with the other NIC, but in step 3, do 'modprobe 8139too' [enter] instead.

---------------------------------------------------------------------------


this is basically a straightforward to setup each of the 3 devices listed. just do one and report back.. i suggest starting with the 2nd one, the Marvell one.

edit: if one of these methods DO in fact work, we can let you know what the commands do. also, there is a very popular slackware installation and setup walkthrough with pictures.. use a search engine and lookup keywords like 'slackware walkthrough bitbender' itll probably be the first result.

Last edited by nadroj; 06-08-2006 at 09:42 PM.
 
Old 06-08-2006, 11:02 PM   #34
jmattshirey
LQ Newbie
 
Registered: Jun 2006
Posts: 29

Original Poster
Rep: Reputation: 15
How do i execute the download in linux?
 
Old 06-08-2006, 11:15 PM   #35
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
If you mean for the nForce drivers, there are instructions on the page linked to by nadroj..
 
Old 06-08-2006, 11:17 PM   #36
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
yes, jmattshirey, what are you referring to?
also, as i previously stated, try the method in the middle, with the 5 steps. or the method after that. resort to the first one with the nforce drivers last, as one of the previous two should work.
 
Old 06-09-2006, 12:19 AM   #37
jmattshirey
LQ Newbie
 
Registered: Jun 2006
Posts: 29

Original Poster
Rep: Reputation: 15
Aight guys... I greatly appreciate ur time and patience with me. I am now posting to this site from my Slackware box. Y'all are the shit!

One last question..... I downloaded a prog from no-ip.com and this is the format. Click Here. Im not sure how to install this prog.. I would greatly appreciate the help....


 
Old 06-09-2006, 12:24 AM   #38
jmattshirey
LQ Newbie
 
Registered: Jun 2006
Posts: 29

Original Poster
Rep: Reputation: 15
Apache2Triad

Also, I was running Apace2traid on my Windows server.... I was wondering if anyone knew if there was a Linux version of Apaceh2triad. If not does anyone know where i can get all of the soft titles in it and where i can find install guides?

 
Old 06-09-2006, 12:25 AM   #39
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
can you tell us what you did to get the NIC working so others searching this thread with similar problems will have a concrete answer, thanks.

open a terminal window, 'cd' to the folder with the file and use 'tar xzf fileName' and it will create a folder and extract the compressed file's contents into it. there should be a README or INSTALL file in the new folder. these files will tell you what the program is, what you need, and (or at least) how to install it.
 
Old 06-09-2006, 12:28 AM   #40
jmattshirey
LQ Newbie
 
Registered: Jun 2006
Posts: 29

Original Poster
Rep: Reputation: 15
to install my ethernet card i used the following code.

opened a terminal.
1. 'su' [enter]
2. type root password [enter]
3. 'modprobe 8139too' [enter]
4. 'ifconfig eth0 up' [enter]
5. 'ping yahoo.com' [enter]

This cured my problem very quickly.
 
Old 06-09-2006, 12:29 AM   #41
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
apache was developed for unix based systems, so yes there is a linux version of the software. check the official site.

EDIT: jmatt, most likely when you reboot youll notice your internet connection is gone. if so, add the modprobe and ifconfig commands to the /etc/rc.d/rc.local file, and use 'chmod' to make the rc.local file executable. the commands in this file will be executed after the computer is booted and before you log in, so everytime you start your NIC and internet connection should be working.

Last edited by nadroj; 06-09-2006 at 12:31 AM.
 
Old 06-09-2006, 12:31 AM   #42
jmattshirey
LQ Newbie
 
Registered: Jun 2006
Posts: 29

Original Poster
Rep: Reputation: 15
i know there is a version for unix but is there a version of Apache2triad. You can find Apache2triad [URL="http://www.apache2triad.net"]here[/URL. This isn't on the Apache official website. This has alot of software in one package.

 
Old 06-09-2006, 12:42 AM   #43
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
well i was referring to the 'official' apache2triad site.
it looks like its only for windows, and youll have to download/install the individual packages from the apache site.

please note that slackware 10.2 (as well as most linux distributions) include this software with the CDs you download, and most likely are all already installed.

to see what major software (and their versions) that came with slackware 10.2 are visit here. youll notice the following, among many others, are installed already (if you did complete install): apache, mysql, openssh, perl, and php.
 
  


Reply

Tags
ifconfig, lsmod



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
Slackware 10.2 - Problem using Built-in NIC StevenCM Linux - Networking 1 06-03-2006 10:40 PM
nForce2 nic problem, slackware 10 Nan Slackware 1 09-19-2004 06:21 AM
slackware 9.0 sound/nic problem Peacedog Slackware 7 11-20-2003 03:22 PM
Slackware 2nd nic config problem NewbieUser Linux - Networking 3 02-17-2003 05:03 AM
Slackware 2nd nic config problem NewbieUser Linux - Networking 1 02-15-2003 01:03 PM

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

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