Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
06-05-2006, 08:12 PM
|
#31
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
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
|
|
|
06-08-2006, 10:13 PM
|
#32
|
LQ Newbie
Registered: Jun 2006
Posts: 29
Original Poster
Rep:
|
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,
|
|
|
06-08-2006, 10:38 PM
|
#33
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
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 10:42 PM.
|
|
|
06-09-2006, 12:02 AM
|
#34
|
LQ Newbie
Registered: Jun 2006
Posts: 29
Original Poster
Rep:
|
How do i execute the download in linux?
|
|
|
06-09-2006, 12:15 AM
|
#35
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464
Rep:
|
If you mean for the nForce drivers, there are instructions on the page linked to by nadroj..
|
|
|
06-09-2006, 12:17 AM
|
#36
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
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.
|
|
|
06-09-2006, 01:19 AM
|
#37
|
LQ Newbie
Registered: Jun 2006
Posts: 29
Original Poster
Rep:
|
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....
|
|
|
06-09-2006, 01:24 AM
|
#38
|
LQ Newbie
Registered: Jun 2006
Posts: 29
Original Poster
Rep:
|
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?
|
|
|
06-09-2006, 01:25 AM
|
#39
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
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.
|
|
|
06-09-2006, 01:28 AM
|
#40
|
LQ Newbie
Registered: Jun 2006
Posts: 29
Original Poster
Rep:
|
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.
|
|
|
06-09-2006, 01:29 AM
|
#41
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
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 01:31 AM.
|
|
|
06-09-2006, 01:31 AM
|
#42
|
LQ Newbie
Registered: Jun 2006
Posts: 29
Original Poster
Rep:
|
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.
|
|
|
06-09-2006, 01:42 AM
|
#43
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 11:18 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|