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 12-07-2004, 08:19 PM   #16
Stevonio
Member
 
Registered: Dec 2004
Distribution: Slackware 10
Posts: 43

Original Poster
Rep: Reputation: 15

Ok i installed... it was talking about sum boot thing named lilo i was like wtf so i clicked make floppy but it failed so i guess it skipped it (i was told something about using grub). And then it wanted me to type root pass....but when i tried to type anything it didnt show.. so i left it blank. So i rebooted with the boot floppy i made, and at a command prompt type thing it said "darkstar username:" i typed root and pass i put blank. Then it said u have mail, and had some weird saying. Then it had sumthing like darkstar#`: and it wanted a command. Right there im stumped.
 
Old 12-07-2004, 08:25 PM   #17
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
now you've gotto setup the graph.

type " #xorgconfig " wich will guide you setting up graphics .
then type "# xwmconfig " ( if your new, maybe kde is a good choice )
after that , type " #startx " and you should get a desktop.

egag
 
Old 12-07-2004, 08:28 PM   #18
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
If you don't know much about your system you might try to set up X with xorgsetup instead of xorgconfig. Then follow the rest of the above.
 
Old 12-07-2004, 08:39 PM   #19
Stevonio
Member
 
Registered: Dec 2004
Distribution: Slackware 10
Posts: 43

Original Poster
Rep: Reputation: 15
I didnt see this and i just typed startupx my friend told me. IT LOOKS SO AWESOME. Problems i have:

1.)dont want to boot from floppy (it asked to install lilo, i picked floppy..and it failed so i think it skipped it)
2.)cant access internet (canceled outa network conifg cuz i had no idea what it was talking about)
3.) make root password

IM SO HAPPY
 
Old 12-07-2004, 08:54 PM   #20
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
have you installed lilo ? ( type " # liloconfig " and choose "expert " mode , install in the mbr )

btw, is windows also on that box ?

network: try " # netconfig "

password: type " #passwd "

and...make a " user" account for yourself as you better not login ( and surely not go online ) as root

type " # adduser "

use good passwords ( some digits or shift-digits !@#$%$^% inthere )

next time , login as you ( user )

egag
 
Old 12-07-2004, 09:11 PM   #21
Stevonio
Member
 
Registered: Dec 2004
Distribution: Slackware 10
Posts: 43

Original Poster
Rep: Reputation: 15
Windows is on the box yes. I gotta get off...will reply in morning.
 
Old 12-08-2004, 06:26 AM   #22
Stevonio
Member
 
Registered: Dec 2004
Distribution: Slackware 10
Posts: 43

Original Poster
Rep: Reputation: 15
Ok, i made root pass..made a new user (do ppl want password that bad?) then i tried the netconfig....and put my name for name, my site for domain, dhcp or w/e for IP...and still no internet.
 
Old 12-08-2004, 07:20 AM   #23
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
as root , type : " #ifconfig "
( you should see 2 interfaces ; lo and eth0 )

are they both there ?

egag
 
Old 12-08-2004, 03:18 PM   #24
Stevonio
Member
 
Registered: Dec 2004
Distribution: Slackware 10
Posts: 43

Original Poster
Rep: Reputation: 15
Yep, they are both there.
 
Old 12-08-2004, 03:35 PM   #25
Cedrik
Senior Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140

Rep: Reputation: 244Reputation: 244Reputation: 244
Maybe a DNS problem ? Could you ping 64.179.4.149 ?
 
Old 12-08-2004, 03:53 PM   #26
Stevonio
Member
 
Registered: Dec 2004
Distribution: Slackware 10
Posts: 43

Original Poster
Rep: Reputation: 15
Hello cedrick

I let it run to 100, and they all pretty much said this with a diff time

64 bytes from 64.179.4.149 icmp_seq=96 ttl=49 time=60.7
 
Old 12-08-2004, 04:36 PM   #27
Stevonio
Member
 
Registered: Dec 2004
Distribution: Slackware 10
Posts: 43

Original Poster
Rep: Reputation: 15
Hey,

Like magic..the internet works :-D

But whenever i use kopete to sign into aim, ppl that are on flash on..then it says every1 is offline. And i have no sound. at least im getting places
 
Old 12-08-2004, 06:16 PM   #28
Stevonio
Member
 
Registered: Dec 2004
Distribution: Slackware 10
Posts: 43

Original Poster
Rep: Reputation: 15
How do i install a kde theme in slack from tar.bz2

1.

unpack the packages with tar jxvf packagename.tar.bz2
2.

change folder to the package folder: cd packagename
3.

configure the package: ./configure
Note

Some packages (notably kdebase) have special configuration options that might be applicable to your installation. Type ./configure --help to see the available options.

4.

build the package: make
5.

install the package: su -c "make install" (if you aren't already root). If you already are, just type make install.


^^ i did all that, but i dont know what to do after
 
Old 12-08-2004, 06:51 PM   #29
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
look in the kde control-center ( in " settings " or main menu) under " appearance ".
there should be theme's. also the ones you added.

egag
 
Old 12-08-2004, 06:58 PM   #30
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
for sound try to run alsamixer and unmute the volume and pcm. You hit m to unmute or mute. Then raise your levels to where you want. After that and you leave alsamixer, run alsactl store.

If that does not work at all, run alsaconf.
 
  


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
Install error: fatal error attempting to install <pkgpath & name> gmartin Slackware - Installation 24 02-17-2005 04:26 PM
Kernel 2.6.7 install error, initrd-2.6.7.img error jjorloff1 Linux - General 3 09-15-2004 12:15 AM
9.1 install error (ext2 -fs error) plz advise :) sirpelidor Slackware 1 12-26-2003 10:32 AM
KDE 3.1.2 Install Error (With Konstruct) and Visual Desktop Error KneeLess Linux - Software 0 06-04-2003 03:41 PM
mysql installation error (make install error) jolly_good2000 Linux - Software 1 11-14-2002 04:00 PM

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

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