LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-20-2004, 04:54 PM   #1
Trust
Member
 
Registered: Jan 2004
Distribution: Slackware 10. Yoper v2
Posts: 50

Rep: Reputation: 15
A few Slackware questions (I'm a newbie)


Today I downloaded and installed Slackware, which is only second distro of Linux (first was Redhat). During the setup when it asked for what I wanted my default theme thing (forget proper name but the KDE/Gnome etc) I put gnome. Now whenever I start Slackware the only way I can do anything is if I do startx after logging in. This takes me to my default gnome, how do I change what my default theme thingy is? Like say I wanted to use KDE instead of gnome. I'm not sure what the other options are as I've only heard of those two. Also, during the isntall it asked to setup a network etc, I just clicked cancel since it said I could do it later. Now that I actually want to get on the internet I want to know how to do it..how do I change my network/internet config? I have a linksys wireless router and an onboard lan..will this still work? Thanks for the help. Also I've seen in many Linux screenshots that people have their toolbar of icons in the middle bottom/side/top etc. I'd rather have something like that than the standard Windows looking setup (clock in the right, menu on the left) do I need to install a new theme for that (thus needing to have the internet setup)? I've also noticed a lot of screenshots have things such as transparency and system stats..is that part of the theme as well?

Thanks
 
Old 03-20-2004, 05:05 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Quote:
Like say I wanted to use KDE instead of gnome. I'm not sure what the other options are as I've only heard of those two.
from the cli try xwmconfig

Quote:
Also, during the isntall it asked to setup a network etc, I just clicked cancel since it said I could do it later. Now that I actually want to get on the internet I want to know how to do it..how do I change my network/internet config?
also from the cli try netconfig

Quote:
I'd rather have something like that than the standard Windows looking setup (clock in the right, menu on the left) do I need to install a new theme for that (thus needing to have the internet setup)? I've also noticed a lot of screenshots have things such as transparency and system stats..is that part of the theme as well?
all part of your desktop configuration. you can configure it however you please.
good luck.

Last edited by Peacedog; 03-20-2004 at 05:08 PM.
 
Old 03-20-2004, 05:05 PM   #3
SML
Member
 
Registered: Dec 2002
Location: US
Distribution: Intel Clear Linux
Posts: 381

Rep: Reputation: 30
Just type:
#xdmconfig
then select your window manager - I think KDE is the one that you can set the bar in the middle of the page.

You could also try running kdm or gdm - that is a login manager and you can use different users and different window managers. Just watchout for typing in xdm. That is a more 'secure' login front that is hard to remove!
 
Old 03-20-2004, 05:07 PM   #4
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
To change your window manager or desktop environment use xwmconfig, that will allow you to choose what to start when you startx. You can also edit your ~/.xinitrc by hand.

For networking take a look at the relevant part of the slackware book: http://www.slackware.com/book/index....rce=c1063.html

Your desktop config is dependent on what desktop environment or window manager you're using, the config tools will be part of that - eg. on KDE, use the control center (type kcontrol in a terminal) to set up where your toolbars etc go.

Transparency (eg for a terminal) is dependent on what terminal you use. I'm not sure what you mean by system stats, but it's probably an app called gkrellm (google for it).

Edit: damn I gotta type faster next time. :P
 
Old 03-20-2004, 05:19 PM   #5
Trust
Member
 
Registered: Jan 2004
Distribution: Slackware 10. Yoper v2
Posts: 50

Original Poster
Rep: Reputation: 15
I found another networking post and did what it said (ipconfig /all on windows)

This was the output:

Quote:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Owner>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : VALUED-B4B48255
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Wireless Network Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Linksys Wireless-G USB Network Adap
er
Physical Address. . . . . . . . . : 00-0C-41-DB-94-31
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 68.10.16.30
68.10.16.25
68.9.16.30
Lease Obtained. . . . . . . . . . : Saturday, March 20, 2004 2:33:59 PM
Lease Expires . . . . . . . . . . : Sunday, March 21, 2004 2:33:59 PM
Note: none of those ips are my real IP (which I don't think I need to post) 192.168.1.101 is my router IP. I don't see any of the domain/etc.. stuff that is asked for when I do the network setup in terminal.
 
Old 03-20-2004, 05:36 PM   #6
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
Just select to use dhcp to automatically connect and get an ip from your router... unless you're actually hosting a website on your box, then for the domain and hostname, just make them up and use whatever you want.
 
Old 03-20-2004, 05:38 PM   #7
Trust
Member
 
Registered: Jan 2004
Distribution: Slackware 10. Yoper v2
Posts: 50

Original Poster
Rep: Reputation: 15
Nope, not hosting anything on my box. Do I still need to install router software and stuff?
 
Old 03-20-2004, 05:42 PM   #8
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
You'll need the dhcp, tcpip, ppp and pppoe packages and you should be good to go (I think most of those are in n/).
 
Old 03-20-2004, 05:58 PM   #9
Trust
Member
 
Registered: Jan 2004
Distribution: Slackware 10. Yoper v2
Posts: 50

Original Poster
Rep: Reputation: 15
What I did was:

Hostname: VALUED-B4B48255 (as it said on ipconfig all)
Domain: matt (since I don't think this matters)
I left the rest blank like I was told so DHCP does the rest...is this wrong because it's still not working...
 
Old 03-20-2004, 06:15 PM   #10
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
Your domain should have a tld extention, eg. hostname.example.org

I believe you will need to either reboot or run your rc.inet1 script to start your ethernet connection, I've never setup a router post-install though. Post error messages if you have them.
 
Old 03-20-2004, 06:36 PM   #11
Trust
Member
 
Registered: Jan 2004
Distribution: Slackware 10. Yoper v2
Posts: 50

Original Poster
Rep: Reputation: 15
Why do I need a tld extension if I'm not going to be hosting a site or anything?
 
Old 03-20-2004, 06:42 PM   #12
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
It's just good practice, if you do ever host a domain then it won't resolve unless you have a tld.
 
Old 03-20-2004, 06:45 PM   #13
Trust
Member
 
Registered: Jan 2004
Distribution: Slackware 10. Yoper v2
Posts: 50

Original Poster
Rep: Reputation: 15
Well, I went back and reconfigured. I did the same hostname and then did 'matt.example.org' (I couldn't think of anything else) and then I just left the rest blank. It's still not connecting to the internet (even after I restarted), what's rc.inet1 and how do I run it. Is it needed?
 
Old 03-20-2004, 06:47 PM   #14
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
Are you getting any error messages? Is your network card set up? Can you ping the router?
 
Old 03-20-2004, 06:49 PM   #15
Trust
Member
 
Registered: Jan 2004
Distribution: Slackware 10. Yoper v2
Posts: 50

Original Poster
Rep: Reputation: 15
Not any error messages except that it can't find the website. My network card is onboard, I don't think the driver disk will work with Linux though.
 
  


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
Slackware newbie... Questions about usb mouse, power, bootsplash, GNOMEs big_syner Slackware 3 02-12-2005 01:02 PM
newbie slackware questions slinky2004 Slackware - Installation 5 10-05-2004 02:57 PM
Newbie to Slackware. Couple Questions. snowiewolf Slackware 7 02-27-2004 04:34 AM
Newbie questions of post-installation of Slackware ICO Slackware 15 12-24-2003 05:47 PM
newbie/ssh/slackware - questions renato167 Slackware 14 12-16-2003 07:31 PM

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

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