LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-15-2004, 10:35 PM   #16
Eqwatz
Member
 
Registered: May 2003
Distribution: Slack Puppy Debian DSL--at the moment.
Posts: 341

Rep: Reputation: 30
A few hints for help


If you have set it up to dual-boot, boot up windows and use the system information wizard. Print a report to a text file.

That way you can use cut-and-paste to create a hardware inventory for your machine when you post for help. And if you are using the booted up windows to talk in this forum, you have most of the information about hardware someone may want to ask.

It also is very, very good to have if you end up with a problematic installation and need to enter custom commands during install or add to the boot-loader configuration files. If the information is available people will tell you how to do it. Many times, if the hardware list is present in your request for information and assistance, people will spot the problem immediately. Some hardware combinations are trouble (even in windows, there is an entry table for "problem devices").

The type of network connection you use and if you have a modem present--even if you are not using it. Sometimes, it is easy to forget unused hardware, and it can cause problems. Do you have a home network, and are you sharing the connection with another computer? This can have an effect on boot-up.

/*I had a "sick" network card that absolutely drove me crazy. It caused intermittent problems which were impossible to trace until it got sick enough to give "usual" symptoms. Once I replaced it, all sorts of problems disappeared. Sometimes, this kind of thing happens--and it can happen with other hardware devices as well. I had a printer cable which caused problems. I also have had video cards wreak havoc as well. Oh, yes. I do need to mention that if you have been changing hardware around double check the jumpers on all of the drives. I have an old Western Digital drive which refuses to die, but the jumper has to be removed and replaced every once and a while (the gold-plating wore off of the jumper pins and it has a corrosion problem).*/

It is a *Good Idea* to print this cleaned up hardware inventory with the memory port locations and other pertinent information organized for your own use in the future.

You may want to check your bios settings--just to be familiar with them. Over-clocking will work okay in windows, but can be a real problem in Linux.

The type of installation for your distro is important. Often as not, people will install "everything".

Do a minimal installation, set it up to boot up the command-line as the default. You can start the GUI/windows using the command startx. All of the settings can be changed with relative ease once everything works. It is always best to become familiar with the minimal set-up and add applications as you need and want them.

KDE can get upset with you if you have a bunch of stuff which is not initialized and configured when you do the installation. Every service which is installed and not configured will cause it to hang until it "times out". If you have a bunch of services which are dependent upon each other, you can end up in an endless loop.

Last, but not least. Read the installation documentation. I know, in many cases it is not needed. I've blown off the docs a bunch of times, and gotten away with it more often than not. It's just the NOT that gets you, and when it gets you--it really gets you.
 
Old 02-15-2004, 11:54 PM   #17
wisdom
Member
 
Registered: Feb 2004
Distribution: Fedora 9
Posts: 226

Original Poster
Rep: Reputation: 31
Thumbs up finally got things back they way they where

Well i finally got things back the way they where and now is running in GUI mode and not that dos looking mode no more thanks for the help provided which helped aided me in my conquest even doe it was picking out pointers given by each person .. well what i did bascially was to boot into command line mode then

login as root
cd /usr/bin/X1186
folder then i entered DrakConf after which i change the option of starting X at boot time then then removed all the temp files from "rm /tmp/(user name folder)" and "/tmp/.X0-lock"
make sure that

rm /tmp/.X0-lock

is typed as it is and is removed or else you will get the same problem and oh yeah i have sound now but still can't play aduio cds

rebooted my machine login then typed kde at command and hey presto i was in and configured back my settings now to good old graphically but i must say it was brighing me back down memory lane with windows need to do this more often



ps anyone can give me an idea of how i can edit a file in command mode?

Last edited by wisdom; 02-16-2004 at 12:32 AM.
 
Old 02-16-2004, 12:32 AM   #18
GT_Onizuka
Member
 
Registered: Aug 2003
Location: Atlanta
Distribution: Debian, OS X
Posts: 711

Rep: Reputation: 31
Re: finally got things back they way they where

Quote:
Originally posted by wisdom
ps anyone can give me an idea of how i can edit a file in command mode?
I'm assuming you mean in the command line. There are several editors people use to edit files. I hear pico is a pretty good one for newbies, although I have and always will stand by Vi (well, its Vim but its the same... sort of). Just type vi /path/to/file and it will open up the file and you can begin editing, although it operates different than a normal text editor would. I'd recommend checking this website out, wonderful tutorial for Vi. Glad you got everything working!
 
Old 02-16-2004, 01:19 AM   #19
wisdom
Member
 
Registered: Feb 2004
Distribution: Fedora 9
Posts: 226

Original Poster
Rep: Reputation: 31
can anyone help me with this where i can configure the PKG_CONFIG_PATHand what exactly to do??
GTK is installed on the system am trying to install gxine tar file

checking for gtk+-2.0 >= 2.0.0... Package gtk+-2.0 was not found in the pkg-config search path.

Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found

configure: error: Library requirements (gtk+-2.0 >= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonst

Last edited by wisdom; 02-16-2004 at 01:20 AM.
 
Old 02-16-2004, 01:51 AM   #20
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
YEEAAA!!! As for the commandline,I am completely spoiled by Midnighr Commander. It's a fullblown file manager with a built in text editor and mouse support You should have a pkg-config in /usr/lib and there's no GTK+2pc file inside. It could be in /usr/local/lib and if not you might try a search for it. When you find it put a copy in /usr/lib/pkg-config and it should clear the error. Should being the main word of course.
 
Old 02-16-2004, 04:45 PM   #21
wisdom
Member
 
Registered: Feb 2004
Distribution: Fedora 9
Posts: 226

Original Poster
Rep: Reputation: 31
atk-1.2.0.tar.bz2.md5

can someone tell me what this type of file is and what it it is use for i am onlu guss ing there thats its some sort of signiture but how do you use it??
 
Old 02-16-2004, 06:39 PM   #22
wisdom
Member
 
Registered: Feb 2004
Distribution: Fedora 9
Posts: 226

Original Poster
Rep: Reputation: 31
Allen614 thanks

well it took me a while thanks .. I notice that that file was not in either folder so i had to download GTK+ from here http://developer.gnome.org/doc/API/2...-building.html along with the supporting packages thats needed installed all the suporting packages then change all the (.pc files from the local directory and copy them into the offical
/usr/lib/pkgconfig

directory then cantinue with the installation of gxine which installed okay (note for anyone using this method you have to go control center for mandrake then menu settings and add the path of gxine if you want it sowing on the menu

the path for that can be in a few places just do a search an it can be found to add the icon look in this folder

/usr/local/share/gxine/pixmaps

thanks for the help again
 
Old 02-16-2004, 08:57 PM   #23
Eqwatz
Member
 
Registered: May 2003
Distribution: Slack Puppy Debian DSL--at the moment.
Posts: 341

Rep: Reputation: 30
.md5 files

An MD5 is a checksum to insure that the file you download isn't corrupted somehow. I have most often seen it used for .iso image files and such.

You run the MD5 checksum program to generate a number from the downloaded file and compare that to the number which you read from a file on the same server which contains the generated numbers on the original file.

If a file is packed, zipped, tarred, or otherwise packaged checksums are generally built in. When you expand it, the program which packaged it has already generated a checksum which will tell if the file has been corrupted and the expansion will fail with an error message. Most of your archiving and backup programs/scripts will generate a checksum of one kind or another to ensure that the archive is not corrupt. You usually can check the integrity of any package without opening it by the use of one of the functions available to you from the respective archive/backup program.

I really find it kind of strange that a package has a corresponding md5 to go with it. That is something I haven't seen often.

Last edited by Eqwatz; 02-16-2004 at 09:07 PM.
 
Old 02-16-2004, 09:13 PM   #24
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Quote:
Originally posted by wisdom
can anyone help me with this where i can configure the PKG_CONFIG_PATHand what exactly to do??
GTK is installed on the system am trying to install gxine tar file

checking for gtk+-2.0 >= 2.0.0... Package gtk+-2.0 was not found in the pkg-config search path.

Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found

configure: error: Library requirements (gtk+-2.0 >= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonst
first you find where the file is (gtk+-2.0.pc in this case), then you export the location, like this:

export PKG_CONFIG_PATH=/usr/lib/pkgconfig

Last edited by synaptical; 02-16-2004 at 09:15 PM.
 
  


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
link dies intermittently-seemingly at random- between win<->linux not linux<->linux?? takahaya Linux - Networking 10 03-09-2007 10:37 PM
triple boot linux/linux/linux No Windows involved toastermaker Linux - Newbie 12 03-02-2006 10:40 PM
Redhat (rhel v2.1) bootup problem with linux (linux vs linux-up) namgor Linux - Software 2 06-24-2004 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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