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-24-2007, 12:32 AM   #1
dax22
LQ Newbie
 
Registered: Jun 2007
Posts: 9

Rep: Reputation: 0
After Installation, Command Line..?


EDIT: "startx" eh?

New problem: Internet. I have a Integrated Intel PRO 100 Ethernet PCI NIC Card, how would I go about getting this recognized?

Last edited by dax22; 06-24-2007 at 12:46 AM.
 
Old 06-24-2007, 12:54 AM   #2
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Yes startx starts the gui. To make it always boot to gui edit /etc/inittab and change

id:3:initdefault:

to

id:4:initdefault:

Don't know about your nic but you may need to load a module for it if you can find which one. You will probably be better off making a new thread about that so people can see what you need help about.
 
Old 06-24-2007, 05:01 AM   #3
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,644

Rep: Reputation: 145Reputation: 145
I think the modules should be called e100 or eepro100. Maybe add them to /etc/rc.d/rc.modules or compile your own kernel with both or just one of them (if you test them before which is the right one) compiled in.

To add them to rc.modules add these lines to that file:
modprobe e100
modprobe eepro100
 
Old 06-24-2007, 12:03 PM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
did you install the kernel modules ? you should if you haven't.
 
Old 06-24-2007, 01:23 PM   #5
dax22
LQ Newbie
 
Registered: Jun 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by H_TeXMeX_H
did you install the kernel modules ? you should if you haven't.
No, I'd assume not, as it says this:
FATAL: Could not load /lib/modules/2.6.17.13/modules.dep : No such file or directory.

How do I install the kernel modules? I get that error when I try to use 'modprobe', so I guess my internet won't work until I install them.
 
Old 06-24-2007, 01:28 PM   #6
Hern_28
Member
 
Registered: Mar 2007
Location: North Carolina
Distribution: Slackware 12.0, Gentoo, LFS, Debian, Kubuntu.
Posts: 906

Rep: Reputation: 38
CD or DVD?

If you used the cd's to install, need to look on disk 2, /extra/linux(version) and use the pkgtool to install everything EXCEPT the headers.

On the dvd, the files you need are just in /extra/linuz(version) and again install all EXCEPT the headers.
 
Old 06-24-2007, 01:39 PM   #7
dax22
LQ Newbie
 
Registered: Jun 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Hern_28
If you used the cd's to install, need to look on disk 2, /extra/linux(version) and use the pkgtool to install everything EXCEPT the headers.

On the dvd, the files you need are just in /extra/linuz(version) and again install all EXCEPT the headers.
Yeah but how do I 'install' them? Just copy them to /extra/ or what?
 
Old 06-24-2007, 01:41 PM   #8
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
You use "installpkg filename" to install the packages. Edit: or, as Hern_28 says, run pkgtool and select to install packages from the current directory, or another directory as is relevant.

Last edited by Nylex; 06-24-2007 at 01:42 PM.
 
Old 06-24-2007, 01:42 PM   #9
Hern_28
Member
 
Registered: Mar 2007
Location: North Carolina
Distribution: Slackware 12.0, Gentoo, LFS, Debian, Kubuntu.
Posts: 906

Rep: Reputation: 38
Nah easier than that.

Just cd in the /extra/linux(version) and type pkgtool, select install from current directory, and answer yes to everything except the headers. Only warning is the headers will bork your system so don't install them.

Edit: its possible that this might also fix the networking problem too but there is no guarantee. Reason why I suggest everything else is you will need the rest to compile software if you ever desire to try it. The other files are also necessary to install proprietary video drivers.

2nd edit: Nylex is correct, been a while since i installed slackware or used the pkgtool. Thank you Nylex. I Changed this to keep others from making a mistake .

Last edited by Hern_28; 06-24-2007 at 02:52 PM.
 
Old 06-24-2007, 01:48 PM   #10
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
When you run installpkg, you aren't asked whether to install the package or not, so I suggest not running "installpkg *.tgz" as that will install the headers as well as the others.
 
Old 06-24-2007, 02:01 PM   #11
dax22
LQ Newbie
 
Registered: Jun 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Nylex
When you run installpkg, you aren't asked whether to install the package or not, so I suggest not running "installpkg *.tgz" as that will install the headers as well as the others.
I just ran installpkg *.tgz, and now when I boot up, it runs KDE. At install, I chose XFCE. Is there a way to install xfce and delete KDE?
P.S- Internet is running smoothly. Posting from my slackware box now.
 
Old 06-24-2007, 02:11 PM   #12
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Run xwmconfig to set your default window manager. If you want to remove KDE, then just remove all the KDE packages, which you can do with "removepkg kde*".
 
Old 06-24-2007, 02:25 PM   #13
dax22
LQ Newbie
 
Registered: Jun 2007
Posts: 9

Original Poster
Rep: Reputation: 0
I just had to select it from the 'login', thanks guys! Everything is working great.

EDIT: What is the 'apt-get' of xfce?

Last edited by dax22; 06-24-2007 at 02:26 PM.
 
Old 06-24-2007, 11:47 PM   #14
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
There's a version of apt-get for Slackware called slapt-get, if that's what you mean.
 
Old 06-25-2007, 12:30 AM   #15
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
Quote:
Originally Posted by dax22
Is there a way to install xfce and delete KDE?
to 'delete' kde you would use the 'removepkg' (man removepkg) as root on all the kde packages (ls /var/log/packages)

xfce4 is installed by default, try:

echo startxfce4 > ~/.xinitrc

that will set the WM for your user to xfce.

if its not installed then you'll have to installpkg xfce*.tgz from wherever it is on the slack install cds
 
  


Reply



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
Command line way to delete installation sources coldSteel SUSE / openSUSE 6 11-24-2006 11:31 AM
Installation Kernel Command Line? Cottsay Linux - Software 3 09-05-2006 11:13 PM
Software installation from command line czamora Linux - Software 13 05-28-2006 07:01 PM
Help for Dummies (Command line installation) neji Linux - Newbie 1 03-04-2005 04:38 PM
command line program installation popcorn5714 Linux - Newbie 4 09-14-2002 03:22 AM

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

All times are GMT -5. The time now is 05:23 AM.

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