LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-17-2011, 09:28 PM   #1
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Rep: Reputation: 6
problems booting up slackware gui on 13.1


hey my slackware boots up and gos to the runlevel 3, when I got it set at 4. The error its giving me is "could not start kdeinit4 check your installation". how do you go about fixing that? thanks in advance
 
Old 09-17-2011, 10:20 PM   #2
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Have you tried to re-install kde?

Code:
slackpkg update 
slackpkg reinstall kde
 
Old 09-17-2011, 10:52 PM   #3
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Rep: Reputation: 107Reputation: 107
Sounds like you maybe messed up a config.

Can you start with a different window manager?
 
Old 09-18-2011, 06:36 PM   #4
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Original Poster
Rep: Reputation: 6
ok I tried slackpkg but I found out that my settings apperantly have been erased, so I had to comment a mirror and start over, but still dont have internet. so how do you find your info for iwconfig like example ip address etc. cause I will have to do it manually I dont have wicd pretty much all my programs that i had have been deleted. I think i know what i did. i have a backup harddrive 500gigs and i tried to run it on that computer but the only thing i got was a J and that was it. so when i went to start up the computer it did this. I dont know what was on hard drive but i think it was my backup for window 7 would that possibly screwed it up?

oh and no i cant use a diff window manager the only way i know how to use it was with the gui i dont know how to do it from the terminal. thanks

Last edited by linux/unix87; 09-18-2011 at 06:37 PM.
 
Old 09-18-2011, 06:42 PM   #5
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Rep: Reputation: 107Reputation: 107
from terminal, try this
Code:
xwmconfig
select xfce in the menu that comes up, then startx like usual.
 
Old 09-18-2011, 06:42 PM   #6
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Switch your default WM with

Code:
xwmconfig
see if you can boot into xfce.
 
Old 09-18-2011, 06:49 PM   #7
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by andrewthomas View Post
Switch your default WM with

Code:
xwmconfig
see if you can boot into xfce.
ok I done that and it did work on the other window manager.
 
Old 09-22-2011, 07:40 PM   #8
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by andrewthomas View Post
Switch your default WM with

Code:
xwmconfig
see if you can boot into xfce.
ok I messed up I wasnt able to boot up xfce It did go to fluxbox so what does this mean?
 
Old 09-22-2011, 08:06 PM   #9
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Original Poster
Rep: Reputation: 6
Ok I got a question how do you speak to a usb flash drive and copy the files on it to the home directory sort a say? I know how to change directories but i never had to copy files from a flash drive to a directory. the reason im asking is that my wireless driver which is broadcom is on the flash drive I need to build this package so my hardware will work and so i can download wicd to update like andrewthomas said in his thread. Anyway i would greatly appreciate it. thanks oh i forgot you guys arent exactly going to tell me so just guide me in the right direction. thanks again
 
Old 09-22-2011, 08:09 PM   #10
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
When you plug the flash drive in, it may auto-mount under /media, look there.
 
Old 09-22-2011, 08:20 PM   #11
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by andrewthomas View Post
When you plug the flash drive in, it may auto-mount under /media, look there.
Ok I changed into that directory and use ls now the problem is is that I have know idea what the flash drive is called floppy maybe? If it is that there is three of them. I only have 1 put in.
 
Old 09-22-2011, 09:02 PM   #12
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
If the usb has a label associated with it, it would probably be under /media/LABEL, or if not then it may be under /media/UUID where UUID is the uuid of the partition. If there is only entries such as:


Code:
ls /media
README       cdrecorder1  cdrom1  dvd1     floppy1  hd1      memory1  zip1
cdrecorder   cdrom        dvd     floppy   hd       memory   zip
cdrecorder0  cdrom0       dvd0    floppy0  hd0      memory0  zip0
Then the drive is not mounted and you must mount it with the mount command to access the media.
 
Old 09-23-2011, 10:18 PM   #13
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by andrewthomas View Post
If the usb has a label associated with it, it would probably be under /media/LABEL, or if not then it may be under /media/UUID where UUID is the uuid of the partition. If there is only entries such as:


Code:
ls /media
README       cdrecorder1  cdrom1  dvd1     floppy1  hd1      memory1  zip1
cdrecorder   cdrom        dvd     floppy   hd       memory   zip
cdrecorder0  cdrom0       dvd0    floppy0  hd0      memory0  zip0
Then the drive is not mounted and you must mount it with the mount command to access the media.
Ok I understand that i have to mount it but i dont know what it is called where can i find that info
 
Old 10-02-2011, 07:27 PM   #14
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Original Poster
Rep: Reputation: 6
ok I typed in lsusb and found the flash drive but what would the computer call it heres what lsusb gave me as an output



bus 001 device 003: ID 0930:6545 Toshiba corp Kingston Datatraveler 102 flash drive /hema flash drive 2GB/ PNY Attache 4GB stick

out of this info what would I actually type in for the name of it. If I could just figure out the name im pretty sure I can figure out the rest. I hope lol thanks

Last edited by linux/unix87; 10-02-2011 at 07:31 PM.
 
Old 10-02-2011, 07:38 PM   #15
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
plug in the flash drive, get root and

Code:
blkid
will tell you the device name, then mount it under wherever you want.

i.e.

Code:
root@slackware-x86:~# blkid
/dev/sda1: LABEL="slackUSB" UUID="d8a93975-7617-4df6-8fa5-b388688a54d3" TYPE="ext4" 
/dev/sdb1: LABEL="DATA" UUID="67cd1e18-9bde-4d2d-ac19-f17a767cec08" TYPE="ext4"
Code:
mount /dev/sdb1 /mnt
Now my flash drive with the label "DATA" is mounted under /mnt
 
  


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
Slackware 12.2 GUI Problems IcE-ColD Slackware 11 10-29-2009 08:43 AM
Booting Slackware direct into GUI mode??? avols143 Slackware 6 07-28-2006 05:49 PM
Gui problems with Slackware 10.1 cubexican Linux - Newbie 11 07-07-2005 12:22 AM
Booting Slackware GUI? Noogie Linux - Newbie 2 01-21-2004 09:28 AM
slackware not booting a gui Darshu55 Slackware 4 10-17-2003 11:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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