RE: [newbie] Kernel Upgrade :)

1999-05-19 Thread Boon Kee Soh

I have try to make dep.

there was an error promt saying something like mman.h could not be found
"linux/mman.h" Error 1

I couldn't go forward from here as the rest of the make procedure don't
work.

I have no errors when come to gzip and make mrproper.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dan Brown
> Sent: 19 May 1999 02:19
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] Kernel Upgrade :)
>
>
> James Capone wrote:
>
> > I will have to check and let you know. I had to use the bzImage
> because the
> > zImage was too big. That is funny on a 2.1 gig drive the zImage
> was to big.
>
>   Same reason I needed to use bzImage--I don't know where the
> size limit
> comes in, or why.  However, the size of the kernel leads me to believe
> that you didn't use modules much (and I don't know enough yet to know
> whether that's a good or a bad thing).
>
> --
> Dan Brown, KE6MKS, [EMAIL PROTECTED]
> Meddle not in the affairs of dragons, for you are crunchy and taste good
> with ketchup.
>



Re: [newbie] bus errors in netscape

1999-05-19 Thread Hidong Kim

[EMAIL PROTECTED] wrote:
> 
> >Lately, netscape has been crashing on my linux machine: p166mmx, 64 mb
> >ram, mandrake 5.3, kernel 2.2.6, netscape communicator 4.08 (the one
> >that comes with mandrake 5.3).  It dies with a "bus error" message in
> >the xterm from which it was launched.  What is this bus error?  Thanks,
> I had the same thing going on when I decided to try the new 4.6
> version. I wound up renaming my .netscape directory and having a new one
> created. After this Netscape is actually stable for the first
> time.Might be worth a try on your end. You can copy your bookmark file
> back to the new directory.
> --
> Robert Sheskin
> [EMAIL PROTECTED]
> ICQ: 5788323
> AIM: RobertLS


Hi, Robert,

Thanks for the tip!



Hidong



Re: [newbie] Sound (isa board)

1999-05-19 Thread Gilbert Espinosa

Brandon Somogie wrote:

> I cant get my isa yamha sound card to work. I tried sndconfig but no
> progress. Do I need to buy another sound board??
>
> _
> Do You Yahoo!?
> Free instant messaging and more at http://messenger.yahoo.com

I have the same card and here is how to make it work.

at the terminal prompt type:

pnpdump > /etc/isapnp.conf

This will output different plug and play combinations for all plug and
play devices. Edit /etc/isapnp.conf and simply remove the preceding "#"
to the dma and I/O settings that your card uses. If all is ok save the
file then reboot and isapnp will now wake up your card. Use sndconfig to
generate the modules.conf and test the card to hear Linus say "Linux".

Gilbert

PS

Read up on isapnp tools on the /usr/docs directory for more info.



Re: [newbie] hey guys

1999-05-19 Thread Dan Brown

From: Gilbert Espinosa <[EMAIL PROTECTED]>

> Another way is to open a terminal and type "modemtool" at the prompt.
This
> lets you assign /dev/modem to the actual port of the serial modem.

That will work, but (1) it's no easier than just making the symlink
by hand, and (2) it uses the cua devices.  I prefer using the ttyS
devices, even in the 2.0.x kernels, to avoid messing things up in the
inevitable migration to 2.2.x, which has done away with
/dev/cua*--that's just one less thing to break.





[newbie] Compile ??

1999-05-19 Thread James J. Capone

Are you able to compile in Visual C. I know we use the gcc program to 
compile in C . I have a friend at work that wants to know if the gpp 
compiler for Visual C++ is available in Linux. I am trying to get him to 
switch over and this is one of the questions I can not answer. Thanks

James J. Capone
Webmaster http://www.angelfire.com/biz2/Linux
Asst. Webmaster http://www.ptm.com
Co-Author - Linux Book For Newbies.
"The Only Person To Hear Both Sides Of A Argument Is The Guy In The 
Apartment Next To Yours!"



Re: [newbie] hey guys

1999-05-19 Thread Gilbert Espinosa

Dan Brown wrote:

> From: Pliler Main Unit <[EMAIL PROTECTED]>
>
> > I didn't hAVe a modem (except USB), now I put an external
> > serial port modem on and tried to go back to KPPP, and query
> > the modem, it said it couldn't find one.
>
> Which port is your modem attached to?  Which device is kppp set to
> use for the modem?  Most likely, kppp is set to use /dev/modem.  If so,
> you've got two choices.  First, you can change kppp to use
> /dev/ttyS[com-1] for the modem, where [com-1] is one less than the com
> port number where the modem's attached--if your modem is on com3:, you'd
> use /dev/ttyS2.  The second option is to do this as root:
>
> # cd /dev
> # rm modem
> # ln -s ttyS[com-1] modem
>
> Either way, this should set kppp up to use your modem on the correct
> port.

Another way is to open a terminal and type "modemtool" at the prompt. This
lets you assign /dev/modem to the actual port of the serial modem.
Choose from:

/dev/cua0com1
/dev/cua1com2
/dev/cua2com3
/dev/cua3com4

Gilbert



Re: [newbie] hey guys

1999-05-19 Thread Dan Brown

From: Pliler Main Unit <[EMAIL PROTECTED]>

> I didn't hAVe a modem (except USB), now I put an external
> serial port modem on and tried to go back to KPPP, and query
> the modem, it said it couldn't find one.

Which port is your modem attached to?  Which device is kppp set to
use for the modem?  Most likely, kppp is set to use /dev/modem.  If so,
you've got two choices.  First, you can change kppp to use
/dev/ttyS[com-1] for the modem, where [com-1] is one less than the com
port number where the modem's attached--if your modem is on com3:, you'd
use /dev/ttyS2.  The second option is to do this as root:

# cd /dev
# rm modem
# ln -s ttyS[com-1] modem

Either way, this should set kppp up to use your modem on the correct
port.




[newbie] Sound (isa board)

1999-05-19 Thread Brandon Somogie

I cant get my isa yamha sound card to work. I tried sndconfig but no
progress. Do I need to buy another sound board??

_
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com



Re: [newbie] Version 6

1999-05-19 Thread Brandon Somogie



--- Duke16 <[EMAIL PROTECTED]> wrote:
> How long tell version 6 comes out?
> --
> Paul Houlbrooke
> [EMAIL PROTECTED]
> 
> Every new beginning comes from some other beginnings
> end.
> --SemiSonic  (MSM Recording)
> 
By months end but goto http://www.ccsoft.cc/software/linux/6now.html
and theyll let you know (by email) when it is released.
_
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com



Re: [newbie] v6.0 ISO Image

1999-05-19 Thread Alan Shoemaker

To: Craig Burlingame <[EMAIL PROTECTED]>

Craigthere have been at least 3 different beta .iso images at the below
location during the past week.

ftp://130.83.19.201/pub/Linux/Mandrake/

Alan Shoemaker

-Original Message-
From: Craig Burlingame <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, May 19, 1999 1:42 PM
Subject: [newbie] v6.0 ISO Image


>Can we expect the .iso image to be available soon for Mandrake v6.0?  I
tried pulling down the various directories, but it seems WinDoze screws up
the names and stuff.
>
>Thanks for any info
>



[newbie] Star Office 5.1 released

1999-05-19 Thread Birchall, Richard

New Star Office version 5.1, compatible with glibc2.1 and Red Hat 6.0

ftp://ftp.stardivision.de

(best to wait a week or so, unless you need it...)


Richard





Re: [newbie] Anyone used this Main Board??

1999-05-19 Thread Eric Drabwell

I really appreciate all of the thoughts and suggestions re this board. WIll
keep you informed as soon as I get a chance to get back to it...168 hours in
the week and not one of them for me! hehe
Eric
--

Eric and Amy Drabwell
Eric:  mailto:[EMAIL PROTECTED]  Amy:  mailto:[EMAIL PROTECTED]
Home: http://www.ozemail.com.au/~edrab
School: http://www.brookvaleps.nsw.edu.au




[newbie] built-in sound woes

1999-05-19 Thread Steve Winston

Can I replace the sound card built into my motherboards with a new
card? My Micron 233 mmx has an intel motherboard with built-in sound.
Works fine in Win95, but in Linux, I get lots of static, and every
mouse movement make static noise, too. The built-in chip is a yamaha
but Windows indicates there is a soundblaster there, too (my computer
has Win95 on one hard drive and on the other,  Linux Mandrake--the
version with Redhat 5.2). 
Could I simply install a new sound card? Must I disable the on-board
sound? I want to escape Windows. Anyway, any ideas out there?
Steve Winston

_
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com



[newbie] hey guys

1999-05-19 Thread Pliler Main Unit

Hi,
I installed the LM, 5.3 from CD, last friday. For 4 days I didn't know
you had a taskbar at the bottom , of the X windows. I thought the dadgum OS,
was more or less worthless except to prg's, geeks etc.
THEN I DISCOVERED I HAD PROGRAMS, OLE.
 Now I ran KPPP, and configured my IPS settings, but at the time
I didn't hAVe a modem (except USB), now I put an external
serial port modem on and tried to go back to KPPP, and query
the modem, it said it couldn't find one.
SO, how do I get my modem recognized?
Make it simple, for simps like me, with no knowledge of this OS, please.
AND THANKS A MILLION.

Will Pliler






[newbie] v6.0 ISO Image

1999-05-19 Thread Craig Burlingame

Can we expect the .iso image to be available soon for Mandrake v6.0?  I tried pulling 
down the various directories, but it seems WinDoze screws up the names and stuff.

Thanks for any info



Re: [newbie] Anyone used this Main Board??

1999-05-19 Thread Martin White

I've been keeping quiet on this one waiting for identification of the board,
but i would second that it sounds like a PCChips M571 motherboard.

I couldn't even get the sound/graphics working under windows, so disabled
them and installed seperate items, so can't help under Linux ;-(

The computer based on that board only lasted in my possesion for a mere 6
months before i junked it. Read into that what you will...

Martin.

- Original Message -
From: Kuraiken <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 19, 1999 2:30 PM
Subject: Re: [newbie] Anyone used this Main Board??


[SNIP]
> favour of a better supported Matrox card). I don't think there would be
any
> distinguishing markings on it though...but it could well be a PCChips
board.
>
> Regards,
> --
> --
> Kuraiken - Apprentice Codecaster
> --



Re: [newbie] Anyone used this Main Board??

1999-05-19 Thread Kuraiken

Eric Drabwell wrote:
> 
> Hi all,
> Had my Linux Mandrake up and running on my Pii but for family reasons
> need to switch to a box that is using what appears to be a TXProII
> Motherboard. This has built in Video Card SiS 5597/5598 (according to
> Windows) and sound card. I dont think that the sound card will be a
> problem tho. Its running a CyrixMII-300 CPU . I now can not get X
> happening.was before.
> 
> I say "appears to be" above as I do not have any documentation re this
> computeronly what I can ascertain from the box itself.(Even got down
> with a light to look inside!) Any clues or thoughts would be
> appreciated. I have looked thru the Hardware How Tos.and may have
> missed something.
> 


Is it a UMA board? The video ram is siphoned off main/system ram? If the m/b is
what I think it is, (a TXProII that I used as well) then your x-server should be
set to SiS 5598. The sound is the ever present and ever irritating SoundPro
chipset. This one is not supported in Linux as of yet, AFAIK.

Other than that, it should work fine. (I've disabled the video unit though, in
favour of a better supported Matrox card). I don't think there would be any
distinguishing markings on it though...but it could well be a PCChips board.

Regards,
-- 
--
Kuraiken - Apprentice Codecaster
--



Re: [newbie] bus errors in netscape

1999-05-19 Thread bob115

>Lately, netscape has been crashing on my linux machine: p166mmx, 64 mb
>ram, mandrake 5.3, kernel 2.2.6, netscape communicator 4.08 (the one
>that comes with mandrake 5.3).  It dies with a "bus error" message in
>the xterm from which it was launched.  What is this bus error?  Thanks,
I had the same thing going on when I decided to try the new 4.6
version. I wound up renaming my .netscape directory and having a new one
created. After this Netscape is actually stable for the first
time.Might be worth a try on your end. You can copy your bookmark file
back to the new directory.
-- 
Robert Sheskin
[EMAIL PROTECTED]
ICQ: 5788323
AIM: RobertLS