Re: [newbie] K-Development IDE

1999-09-26 Thread DuBose8
In a message dated 9/26/99 9:37:21 PM Central Daylight Time, [EMAIL PROTECTED] writes: << On Sun, 26 Sep 1999, Eric L. Damron wrote: > I have successfuly installed the K-Development IDE! It looks fantastic. > > However (there's always a however isn't there?) the first time I ran it it >

[newbie] : Sound - /dev/mixer

1999-09-17 Thread DuBose8
I know I can play sounds with from the command line with "cat sound > mywav.wav", but is there a way to manipulate the mixer from the command line also? The sound is very low when first initialized and the only workaround I have so far is to enter X and use its mixer. Thanks, Scott

Re: [newbie] Written material about Linux online

1999-09-17 Thread DuBose8
I know I can play sounds with from the command line with "cat sound > mywav.wav", but is there a way to manipulate the mixer from the command line also? The sound is very low when first initialized and the only workaround I have so far is to enter X and use its mixer. Thanks, Scott

Re: [newbie] Boot sequence question...

1999-09-16 Thread DuBose8
In a message dated 9/16/99 8:28:09 PM Central Daylight Time, [EMAIL PROTECTED] writes: << I am having a terrible time learning what the boot process is for linux, ie: -What scripts are run -What order they run -Location of boot scripts Can anyone help or point me to a good explanation o

Re: [newbie] Boot Trouble

1999-09-16 Thread DuBose8
In a message dated 9/16/99 1:55:11 PM Central Daylight Time, [EMAIL PROTECTED] writes: << boot with rescue disk, fix lilo to point at the right root= change /etc/fstab to mount the right root. ta da all done -- MandrakeSoft http://www.mandrakesoft.com/

[newbie] Boot Trouble

1999-09-16 Thread DuBose8
Hello I installed another flavor of Linux, and now cannot get back into Mandrake. I've booting into from floppy, but the partition table has changed. I need to tell it at the boot prompt that the boot part is at hda5 instead of hda6 now, how can I do this if its possible? Thanks Scott

Re: [newbie] sound card

1999-09-15 Thread DuBose8
I have The Sonic Vibes pci card, and it works well in w98/RH6/Mand6. Didn't have to do anything, it is supported and was automatically detected for me by sndconfig. Scott

Re: [newbie] XFree86 Files ??

1999-09-15 Thread DuBose8
Look for XBF_i740. Its available in rpm form, but I can't remember where I downloaded it from. Check Red Hat's errata pages, maybe there. Scott

Re: [newbie] Scripting

1999-09-15 Thread DuBose8
Thanks. I finally found the right shells late last night. I'm using bash, and found something like bash.profile in each users dir. that is run on login. Scott

Re: [newbie] STOP

1999-09-15 Thread DuBose8
think it over, think it over. In a message dated 9/15/99 6:10:02 AM Central Daylight Time, [EMAIL PROTECTED] writes: << STOP, In the name of love before you break my heart. - Original Message - From: Aaron deRozario <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Sept

Re: [newbie] X display very odd

1999-09-15 Thread DuBose8
You can search through the rpms folder of your install cd for it. I think it will be named something like XFree86-XF86Setup.i586.rpm. Install it from there. If you don't have X working at all, you'll probably have to mount the cdrom first with a mount -t iso9660 -r /dev/cdrom /mnt/cdrom. Then

Re: [newbie] X display very odd

1999-09-15 Thread DuBose8
In a message dated 9/15/99 5:41:13 AM Central Daylight Time, [EMAIL PROTECTED] writes: << This will certainly make mee sound stupid, but how do I check which version I'm using? Thanks. -- bgf >> I think it is X --showversion Scott

[newbie] Scripting

1999-09-14 Thread DuBose8
I want a script to be executed when a particular user logs in. But I do not know where to begin. I have been searching the docs and startup files to no avail. Any pointers appreciated. Scott

[newbie] Scripting

1999-09-14 Thread DuBose8
I want a script to be executed when a particular user logs in. But I do not know where to begin. I have been searching the docs and startup files to no avail. Any pointers appreciated. Scott

Re: [newbie] X display very odd

1999-09-14 Thread DuBose8
The other configurator (if you chose to install it in the X section of install) is XF86Setup. Scott

Re: [newbie] video accelleration in Linux

1999-09-14 Thread DuBose8
Sorry don't know the answer to that one, have you tried the www.xfree86.org website? More info. on the latest drivers should be there. Scott

Re: [newbie] Monitor Incompatibility and some other things..

1999-09-14 Thread DuBose8
Mine wouldn't make the boot disk either at the end. On the second I did a very minimal install and it worked, then I ran it again as upgrade to install all the packages I'd left out. HTH Scott

Re: [newbie] gcc not working

1999-09-14 Thread DuBose8
I have tried using the ./file method, it gives the same message which is: ld: cannot open crt1.o :no such file or dir ld is an executable file in one of the /bin dirs, but what does it have to with compiling my program and what is crt1.o? Scott

[newbie] gcc not working

1999-09-14 Thread DuBose8
Hello, I've just installed 6.0, and gotten almost everything working well. But when I tried to compile my "Hello World" program to see if gcc is working, I got a weird error saying something like "cannot find file or dir", and I know this is not the case. The file is there. A simple gcc w/ no a