[newbie] networking

2002-04-22 Thread Luc Vermeersch

how to configure NIC? Gave it a fixed IP-address (192.168.0.3) and
hostname "luc" (name of the computer in the network) but keep getting
error message "hostname 'localhost' can't be found. The other
computers in the network run on windows 98 SE
Any suggestions?--
Luc Vermeersch
Wereldverbond van de Arbeid - WVA
Trierstraat 33, B-1040 Brussel, Belgiƫ
tel 32-2/285.47.11 - fax 32-2/230.87.22
e-mail: [EMAIL PROTECTED]
URL : http://www.cmt-wcl.org




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Sony 24x CDRW #CRX175A1 & 8.1 ?

2002-04-22 Thread db

Someone below did mention not being able to copy disks ... what reasonably
priced CDRW do you recommend for a Pentium three Windows/ Mandrake 8.1
machine?

(I can get a new Sony 24x online for $60 plus shipping and the 16x I have on
another machine has been great with no limitations...)

> I'm not surprised about such possibilities of an anticopy measure coming
> from Sony.  That's why I won't touch any Sony products.
>
> db wrote:
> > What CDRW burning software came with it / do you use on your CRX175A1?
I
> > see them being sold cheaply online bare bones without software.  I think
I
> > have adaptec 4 or something around here somewhere already for a Sony 16x
we
> > have on another machine... not sure what I will need for this one ...
> >
> > Wonder if they are equipping them with some kind of anti-piracy thingee
> > nowdays.  I know the 16x didn't have any problem like that when burning
in
> > Windows...
> >
> >
> >>On Sun, 2002-04-21 at 16:51, db wrote:
> >>
> >>>Does anyone know if the Sony 24x CDRW #CRX175A1 cdburner will work for
> >>
> > sure
> >
> >>>with Mandrake 8.1?
> >>>
> >>
> >>Worked for me on 8.1, and set itself up easily in 8.2. I burn data CDs
> >>at 24x, but have difficulty copying music CDs. Mayhaps its payback for
> >>pirating music:-)
> >>--
> >>Jim
> >>-
> >>james Mellema, CRNA
> >>--
> >>APATHY ERROR:  Don't bother striking any key.
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
> >
>
> --
--
> > 
> >
> >
> >
> >>Want to buy your Pack or Services from MandrakeSoft?
> >>Go to http://www.mandrakestore.com
> >>
> >
> >
> >
> >
> > 
> >
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
>
>
>
>






> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Changing Window Managers

2002-04-22 Thread Paul

On Mon, 22 Apr 2002 23:28:02 -0400 Kirtis wrote:

If you have 'exec xfwm' in it at the end, that should get you into XFCE.
That is, if you run startx after logging in with runlevel 3 (text login).

Again, you can use the .xinitrc I put in below (without the >> of course)
and see what that gives you.
Good luck!

Paul

>I downloaded the source and did the old ./configure make make install...
>And since the option was available at the login manager i assumed it was
>all hunky dory.  Apparently not...
>
>I checked and i actually don't have an .xinitrc.  So is there a really 
>specific format or can i just use the exec fvwm part?
>
>> #!/bin/sh
>> #
>> # xinitrc file for XFce 3 startxfce script
>>
>> # Some distro needs to allow even localhost to use the display
>> # Uncomment this if you experience "Can't open display" when running
>> # programs from xfce. BEWARE this is considered as a vulnerability !
>> #
>> # xhost +$HOSTNAME
>> #
>> xsetroot -solid black -cursor_name watch
>>
>> # Start-up stuff from ~/Desktop/Autostart directory, if it exists
>> # (as it seems to be the new standard)
>> if [ -d "$HOME/Desktop/Autostart" ]; then
>>   for i in `ls -1 ${HOME}/Desktop/Autostart/ 2>/dev/null`; do
>> if [ -x $HOME/Desktop/Autostart/$i ]; then
>>   $HOME/Desktop/Autostart/$i &
>> fi
>>   done
>> fi
>>
>> # Finally, launch window manager
>> exec xfwm
>>
>> # end of .xinitrc

--
He is the best physician
who is the most ingenious inspirer of hope.
-Samuel Taylor Coleridge

http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.2 - Sylpheed 0.7.5



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] [2] Installing mosfet-liquid theme - the sequal

2002-04-22 Thread Damian G

On 22 Apr 2002 23:27:27 +0200
Marco Verheul <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I tried once again to install the mosfet-liquid theme on Mandrake 8.1
> and it seems for this package to install you also need to install
> libpng3-1.2.1-6mdk. No here's where things go wrong because this package
> seems to conflict with a dozen other packages.
> 
> Does this sound familiar to anyone? I there anybody out there who
> succeeded in running this theme on 8.1?  I also tried the hard way to
> install from source, but gcc won't cooperate (see my other message
> Running gcc...).
> 
> Marco
> 

you probably tried to install the rpm built for kde 3.0 and are using 2.2.2?
check kde-look.org .. the liquid RPM they have there is for 3.0.

HTH

Damian 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] pine problem?

2002-04-22 Thread Payal

Hi
I have installed Mandrake 8.2 and was just wondering how to use the
default Pine
[4.44] work for Maildirs. I have qmail installed and all my mails are
delivered
to ~/Maildir/new.
How can I get Pine to read them?
Thanks a lot and bye.
-Payal





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Changing Window Managers

2002-04-22 Thread Kirtis Bakalarczyk

I downloaded the source and did the old ./configure make make install... And 
since the option was available at the login manager i assumed it was all 
hunky dory.  Apparently not...

I checked and i actually don't have an .xinitrc.  So is there a really 
specific format or can i just use the exec fvwm part?

On Monday 22 April 2002 01:19 pm, you wrote:
> On Mon, 22 Apr 2002 13:06:48 -0400 Kirtis wrote:
> >KDE is pretty sluggish so i decided to change to a more light weight
> > window manager.  So i downloaded and installed FVWM (on a side note, if
> > someone could recommend a better one that would be helpful.)
> >
> >Anyway FVWM installed fine so i restarted X and tried to log in with the
> > WM set to FVWM but it just starts up KDE like every other time.
>
> How did you 'set' the WM to FVWM? Did you set that up in ~/.xinitrc?
> If you want a light WM that has lots of features, you could look into
> BlackBox, or XFCE (which is what I am running, see
> http://nlpagan.net/images/screenshot.jpg )
>
> And if you are interested in a translation of the text on the screen, let
> me know  *grin*
>
> My .xinitrc:
>
> #!/bin/sh
> #
> ### Added by xfce_upgrade version 3.8.12 ###
> # Set up additionnal fonts that ship with Xfce (Change id38121117)
> xset fp+ "/usr/local/share/xfce/fonts"
> ### End of changes version 3.8.12 ###
> #
> #!/bin/sh
> #
> # xinitrc file for XFce 3 startxfce script
>
> # Some distro needs to allow even localhost to use the display
> # Uncomment this if you experience "Can't open display" when running
> # programs from xfce. BEWARE this is considered as a vulnerability !
> #
> # xhost +$HOSTNAME
> #
> xsetroot -solid black -cursor_name watch
>
> # Start-up stuff from ~/Desktop/Autostart directory, if it exists
> # (as it seems to be the new standard)
> if [ -d "$HOME/Desktop/Autostart" ]; then
>   for i in `ls -1 ${HOME}/Desktop/Autostart/ 2>/dev/null`; do
> if [ -x $HOME/Desktop/Autostart/$i ]; then
>   $HOME/Desktop/Autostart/$i &
> fi
>   done
> fi
>
> # Launch xscreensaver (if available)
> #  xscreensaver -no-splash -lock-mode &
>
> # start Autolock
> # xautolock -time 10 -locker "xlock -mode blank" &
>
> #Xmodmap for Euro's etc
> xmodmap .xmodmaprc
>
> # Finally, launch window manager
> #exec startkde
> #exec enlightenment
> exec xfwm
>
> # end of .xinitrc
>
> Paul



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Epson Stylus C60 print problems with LM 8.2 download edition

2002-04-22 Thread Jules Verne

Hello,
  I had been using an Epson Stylus C60 inkjet printer with LM 8.1 with no 
problems. Connection is via the parallel port on my PC (ECS K7S5A 
motherboard, Athlon 1600+ CPU).

  Yesterday I did a fresh install of LM 8.2 (download edition) and now I 
cannot get my printer to work correctly. The test page prints, but there is 
no blue and no black in the output, so the color wheel test page comes out 
in various shades of red and pink! I am using CUPS and GimpPrint (tried the 
other available choice with no luck there, either). I tried both "3 color 
composite" and "4 color" choices in printer options, neither works properly.

I set up the printer with the Mandrake tool both as an Epson Stylus C60, and 
as an Epson Stylus Photo 1200P, which used to work with LM 8.1, but in both 
cases I only get red/pink output. The printer works normally under Windows, 
so it's not a hardware problem or missing ink.

Anyone else have an Epson Stylus C60 working properly with LM 8.2? Can you 
tell me how it is set up, or how to fix my problem?

TIA,

-JV


_
Chat with friends online, try MSN Messenger: http://messenger.msn.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Changing Window Managers

2002-04-22 Thread Terry Smith

Kirtis,

I use the XFCE window/desktop manager (www.xfce.org). It's on the 8.1
PowerSuite. I'm not sure that it came with 8.2 (still exploring) but you
can always download it from the xfce site.

BTW, there was a bug with the Xscreensaver package in the Mandrake
distributionprevents the screensaver daemon from loading
automatically.

If you do go to XFCE and run into this, drop me a note. I have an old
email around here somewhere with the bug fix.

Terry Smith
Cape Cod USA

On Mon, 2002-04-22 at 13:06, Kirtis Bakalarczyk wrote:
> First off i'm using Mandrake 8.1 Standard
> 
> KDE is pretty sluggish so i decided to change to a more light weight window 
> manager.  So i downloaded and installed FVWM (on a side note, if someone 
> could recommend a better one that would be helpful.)
> 
> Anyway FVWM installed fine so i restarted X and tried to log in with the WM 
> set to FVWM but it just starts up KDE like every other time.
> 
> A little help?
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Triple booting - success and a question

2002-04-22 Thread Terry Smith

Thanks to Civileme's recent note (and some old ones as well) I finally
have my triple boot (RH 7.1/Mandrake 8.2/Win98) system set up. Pretty
straightforward really once the wisdom from the list has a chance to
ferment a bit!

I do have one problem, however. When I installed Mdk 8.2 I used a XFS
filesystem for the / partition. RH can't see it. I know that I can find
a module for the RH kernel and add it (although I don't know how to do
it).

I could also backup the Mandrake partition, which is on hda to hdb, and
reformat the hda partition. I tried doing that by invoking another clean
install (leaving /home intact). I ran DiskDrake (well it was invoked
during the installation), selected the ext3 filetype and told it to
reformat. Everthing looked fine but when I rebooted after the
installation I got a kernel panic and frozen machine.

I couldn't figure a way around it so reinstalled by reformatting the
partition XFS.

Is there some residual config file, pointer or kernel configuration
that's telling the system that I have an XFS partition even after
reformatting it ext3?

More generally, what's the best way of dealing with this? I'm afraid if
I do a tar of the all the directories in / I may have a problem with the
/proc or /dev directories when I restore. I don't think DD would work as
a backup mechanism in this instance as (I think) it will do a binary
copy and just copy the old journaling system (XFS) back onto the new one
(ext3).

Thus, I'm left with reinstalling Mandrake but we've got this residual
XFS hangup.

Any thoughts guys and gals?

Terry Smith
Cape Cod USA




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] bios setting

2002-04-22 Thread Carroll Grigsby

On Monday 22 April 2002 02:42 pm, Warren Post wrote:
> Sounds like your computer requires a different keystroke to enter the BIOS
> at power up. The del key is the most common and usually works for clones,
> but name brand computers like yours often require you to press a different
> key to get into the BIOS. Take a good look at the boot message upon power
> on; most manufacturers tell you there what key to press to get into the
> BIOS. Failing that check your Compaq manual or check Compaq's web site.

Try F10 -- IIRC, you have to be pretty aggressive about it.
-- cmg



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Changing Window Managers

2002-04-22 Thread civileme

Kaj Haulrich wrote:

>On Monday 22 April 2002 01:06 pm, Kirtis Bakalarczyk wrote:
>
>>First off i'm using Mandrake 8.1 Standard
>>
>>KDE is pretty sluggish so i decided to change to a more light weight window
>>manager.  So i downloaded and installed FVWM (on a side note, if someone
>>could recommend a better one that would be helpful.)
>>
>>Anyway FVWM installed fine so i restarted X and tried to log in with the WM
>>set to FVWM but it just starts up KDE like every other time.
>>
>>A little help?
>>
>
>XFCE and Blackbox are strongly recommended. If you've got the CD's, they are 
>there. If not, try  :  http://rpmfind.net
>
>HTH
>
>Kaj Haulrich
>Denmark
>
>
>
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com
>
In addition, on the CDs are fvwm, fvwm2, AfterStep, WindowMaker and 
Enlightenment.--Our WMs are tweaked on the rpm to make a file for the 
directory /etc/X11/wmsession.d   Look at the files there and you can add 
your downloaded WM with a similar file, or you can download off the CD 
in the first place.

And on the CDs is also Xtart.  A more recent rpm is at 
www.civileme.com/SoftWare ...  If you start up in runlevel 3 (console 
mode) Xtart will give you a menu of available WMs and allow you to 
choose any one of them.  It was designed for people who like to 
experiment with WMs and need a fast switch mechanism.  There is also one 
that does not require leaving X, at least for some WMs, but it can leave 
odd artifacts of the previous WM besides the open windows.

Civileme


But if you login at





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] abiword in MDK8.2

2002-04-22 Thread civileme

Charles Muller wrote:

>On Mon, 2002-04-22 at 20:49, poogle wrote:
>
>>It's also on rpmfind.net, I downloaded it ,installed it and found it messed 
>>up my fonts.
>>
>
>Yes, I also have this problem with AbiWord, and couldn't understand the
>instructions on how to fix it. I also have another problem with it,
>where after saving a file in .abw, .htm, .doc, or any kind of format,
>half the time when I go to reopen the same file, AbiWord tells me that
>it's an invalid document. Although it converts Word documents nicely, it
>sure seems buggy.
>
>Chuck
>
>
>--
>
>
>>>Chuck
>>>
>>> 
>>>
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com

>>-- 
>>Poogle. Derby,England  Linux MDK 8.2 with
>>kernel 2.4.18-6 mdk using Kmail 1.3.2
>>
>> 12:47pm  up 16 min,  2 users,  load average: 0.23, 0.31, 0.27
>>
>>
>>
>
>>Want to buy your Pack or Services from MandrakeSoft? 
>>Go to http://www.mandrakestore.com
>>
>>
>>
>>
>>Want to buy your Pack or Services from MandrakeSoft? 
>>Go to http://www.mandrakestore.com
>>
And now you know why it is in /contrib instead of on the CD set.

Civileme






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Sony 24x CDRW #CRX175A1 & 8.1 ?

2002-04-22 Thread FemmeFatale

db wrote:
> 
> Does anyone know if the Sony 24x CDRW #CRX175A1 cdburner will work for sure
> with Mandrake 8.1?
> 

http://www.linux-mandrake.com/en/hardware.php3

go there & check
Femme
-- 
Good Decisions You boss Made:

"We'll do as you suggest and go with Linux.  I've always liked that
character from Peanuts."

- Source: Dilbert




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Which new IDE cd-burners supported by 8.1 ?

2002-04-22 Thread FemmeFatale

db wrote:
> 
> Where do I find a compatability list for new acceptable IDE CDRWs?  I need
> to buy one.
> 
> And where can I find out more about the particulars of setting one up: "ide
> bu" and editing the /etc/lilo.conf  etc.?
> 

http://www.linux-mandrake.com/en/hardware.php3

try that for the first Question.

Femme
-- 
Good Decisions You boss Made:

"We'll do as you suggest and go with Linux.  I've always liked that
character from Peanuts."

- Source: Dilbert




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] apm mand. 8.1 misworks

2002-04-22 Thread civileme

Paul Larkin wrote:

>
>
>
>
>Hi, how can I get my mandrake 8.1 setup to restore
>properly, after APM kicks in?  
>-What actually happens:  if nothing is input to the PC
>(let's say I leave the room for dinner for 20 min. or
>so, so there's no mouse or keyboard input), there are
>3 beeps heard, the screen goes blank.  When I come
>back and hit a key or move the mouse -- nothing!  The
>screen does not restore to where it was, there's no
>restore at all.  I have to press "reset" button, and
>fsck has to do its thing on reboot.  
>  --How do I access APM (if that's the issue)? 
>There's files for apm, apmd, and hddparm that I've
>briefly looked over the man pages for.  Are any of
>these relevant, providing the info to make the fix? 
>Thank you.
>
>=
>
>
>__
>Do You Yahoo!?
>Yahoo! Games - play chess, backgammon, pool and more
>http://games.yahoo.com/
>
>
>
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com
>
Well, disable ACPI in the BIOS and things should work OK.  ACPI is a 
"standard" imposed by Intel and has never been accepted for the linux 
kernel.

Civileme






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] dual boot with XP

2002-04-22 Thread civileme

Norman Zhang wrote:

>Hi,
>
>I am trying to dual boot Linux Mandrake 8.2 with XP. XP runs on the primary
>disk, and LM 8.2 runs on the secondary disk. They are both on the IDE slot
>1. I put LILO on hdb. Would someone please tell me how I can edit boot.ini
>to make it boot for both OS?
>
>Regards,
>Norman
>
>
>
>
>
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com
>
Put the boot record on the MBR.  Easiest way is to use one CD to run 
Update, and cancel everything but bootloader then let it put the boot 
record where it belongs. It works fine dual-booting from there without 
disturbing the other OS.  Of course if you reinstall the other OS you 
will need to use CD1 as a rescue to get back into linuc and re-run 
/sbin/lilo.

Civileme






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Animated gifs from hell

2002-04-22 Thread Sridhar Dhanapalan

On Mon, 22 Apr 2002 12:54:14 -0700, shane <[EMAIL PROTECTED]> wrote:
> On Monday 22 April 2002 11:18, Miark opened a general hailing frequency and 
> transmitted to all open stations:
> 
> > Some of the sites that I visit with Konqueror have animated
> > icons that drive my CPC through the roof, which I monitor
> > using kcpuload. In fact there's one at Mandrake Club that
> > causes this to happen. When I right-click the offending gif
> > and choose "stop animations", then all is fine again.
> >
> > Anyone else experience this? Any comments? (Other than "switch
> > browsers" :-)
> 
> actually that is one of the reasons i prefer konq, i can tell it to stop 
> animations.  it would be nice if you could set the default to animate once 
> only or something

Netscape 4 can also stop animations (but who wants to use that nowadays?).
Mozilla and Galeon have an option of animating GIFs only once (or not at all).

You can also try a filter proxy like Webwasher or Privoxy. They can (inter alia)
make GIFs animate only once.

-- 
Sridhar Dhanapalan

"Because I'm a bastard, and proud of it!" -- Linus Torvalds



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] SAMBA

2002-04-22 Thread Gerald Waugh

On Monday 22 April 2002 04:16 pm, Brian York wrote:
> Is thier a way to have Samba read the smb.conf file without restarting
> SMBD?

Read the docs, there is some command that will read and check the file

-- 
Gerald Waugh : Registered Linux user # 255245
http://www.frontstreetnetworks.com
Front Street Networks LLC - ph. 203.785.0699
229 Front Street, Ste. #C, New Haven, CT, United States of America
6:30pm up 32 days, 1:56, 3 users, load average: 2.21, 2.11, 2.26



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Changing Window Managers

2002-04-22 Thread Todd Slater

On Mon, 22 Apr 2002 13:06:48 -0400
Kirtis Bakalarczyk <[EMAIL PROTECTED]> wrote:

> First off i'm using Mandrake 8.1 Standard
> 
> KDE is pretty sluggish so i decided to change to a more light weight
> window manager.  So i downloaded and installed FVWM (on a side note, if
> someone could recommend a better one that would be helpful.)
> 
> Anyway FVWM installed fine so i restarted X and tried to log in with the
> WM set to FVWM but it just starts up KDE like every other time.
> 
> A little help?

After seeing a reference to Fluxbox on this list, I'm using it now. It's
about like Blackbox, but iconified apps get put into something of a
"taskbar" (the toolbar). Also, Fluxbox uses tabs on its windows, so you
can middle/3rd button-click on a tab, drag it to another window, and then
you can switch back and forth by clicking on the tabs. Easily themes and
customized like Blackbox. I've got a screenshot in my gallery (the first
one in Linux screenshots):
http://clevername.homeip.net/gallery/screenshots/. (BTW, I no longer use
the rox filer panel, I just added entries to the Fluxbox menu.)

To log in using Fluxbox, I edited ~/.xinitrc and told it to start fluxbox.
At the graphical login menu, I select "Default," which must read the
.xinitrc file, because I didn't go through the trouble of adding Fluxbox
to the login menu.

I know what you mean about KDE being sluggish. On my AMD K62 @ 500mhz and
384MB RAM, it took about 20 seconds for KDE to start. Blackbox and Fluxbox
take about 3 seconds. And, using ROX filer for when I prefer a gui for
file operations is sooo much faster than konqueror.

HTH,
Todd

-- 
Todd Slater
5:38pm up 2 days, 5:01, 2 users, load average: 0.13, 0.10, 0.05
Men are born ignorant, not stupid. They are made stupid by education.
(Bertrand Russell)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] [2] Installing mosfet-liquid theme - the sequal

2002-04-22 Thread Marco Verheul

Hello,

I tried once again to install the mosfet-liquid theme on Mandrake 8.1
and it seems for this package to install you also need to install
libpng3-1.2.1-6mdk. No here's where things go wrong because this package
seems to conflict with a dozen other packages.

Does this sound familiar to anyone? I there anybody out there who
succeeded in running this theme on 8.1?  I also tried the hard way to
install from source, but gcc won't cooperate (see my other message
Running gcc...).

Marco



On Wed, 2002-04-17 at 01:35, Joan Tur wrote:
> Es Dimarts 16 Abril 2002 23:26, en Miark va escriure:
> > Forget the tarball. Use the RPM:
> > http://plf.zarb.org/rpm/8.2/i586/kdemoreartwork-liquid-0.7-1plf.i586.rpm
> > Miark
> Er... i've installed the rpm but kicker shuts itself down when I move the 
> cursor on the left side icons.  Does it work for you?  8-?
> 
> Thanks!
> 
> -- 
> Joan Tur. Ibiza - Spain
>AOL quini2k  ICQ 11407395
>www.ClubIbosim.org
>  Linux: usuari registrat 190.783
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] SAMBA

2002-04-22 Thread Miark

service smb reload


On Mon, 22 Apr 2002 16:16:53 -0400
Brian York <[EMAIL PROTECTED]> wrote:

> Is thier a way to have Samba read the smb.conf file without restarting SMBD?
> 
> Thanks
> Brian
> 
> 
> 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] LimeWire - FIXED

2002-04-22 Thread Miark

Thanks to Derek, Mark, and everybody who responded. Kaffe 
was the culprit, and making Derek's symlink fixed everything.

Cheers,
Miark




On Mon, 22 Apr 2002 19:32:29 +0100
Derek Jennings <[EMAIL PROTECTED]> wrote:

> You should uninstall kaffe  remove the link /usr/bin/java  and make a new link
> 
> ln -s /usr/lib/jre-1.4.0/bin/java  /usr/bin/java(or wherever java is 
> installed in your system)
> 
> 
> HTH
> 
> derek
> 
> 
> On Monday 22 April 2002 6:31 pm, Miark wrote:
> > Hi all,
> >
> > I can't seem to get LimeWire installed. When I run the bin file
> > as root, it displays the following error. I have j2re installed
> > (1.4.0--the new one), as well as Kaffe (1.0.6). So java is up-
> > to-date as far as I can tell, but these LimeWire errors are all
> > Java-related. What am I doing wrong?
> >
> > tia,
> > Miark
> >
> > Error: Unrecognized JVM specific option `-Xmx50331648'.
> > Error: Unrecognized JVM specific option `-Xms16777216'.
> > Invocation of this Java Application has caused an
> > InvocationTargetException. This application will now exit. (LAX)
> >
> > Stack Trace:
> > java.lang.NoClassDefFoundError: ZeroGcf
> > at ZeroGcj.(source file unknown:line unknown, pc 0x86d5d74)
> > at ZeroGb3.a(source file unknown:line unknown, pc 0x86cf54b)
> > at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc
> > 0x8662cf1) at com.zerog.ia.installer.Main.b(source file unknown:line
> > unknown, pc 0x86471c1) at com.zerog.ia.installer.Main.main(source file
> > unknown:line unknown, pc 0x85b2281) at
> > java.lang.reflect.Method.invoke(Method.java:native)
> > at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc
> > 0x82ac9d6) at com.zerog.lax.LAX.main(source file unknown:line unknown, pc
> > 0x825cbcb)
> 
> 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] mdk8.2 smp on intel or840 mboard

2002-04-22 Thread Nick Baker



Anyone have any Intel or840 smp mobo experience? 

I have dual- p3-800, 1gig mem, sca=50gig, Adaptec SCSI board, Radeon 7500.
I
Install hangs no matter how simple I make it, generally in the vicinity of 
the X config.

Any Ideas?
TIA
Nick



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] SAMBA

2002-04-22 Thread Brian York

Is thier a way to have Samba read the smb.conf file without restarting SMBD?

Thanks
Brian




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] strange printing problem with LM8.2

2002-04-22 Thread Andy Liaw

I guess I can answer this one myself:  I'm an idiot. 
I have an Epson Stylus 600, not 660.  After setting
the driver to the right one, it works fine now.

Sorry for wasting bandwidth...

Andy


--- Andy Liaw <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I'm having a strange problem printing to my Epson
> Stylus 660 connected to local parallel port.  This
> use
> to work w/o problem when I was using LM8.0.
> 
> The problem is that on top of every page, two lines
> are *always* printed:
> 
> 284.4
> @EJL
> 
> then it runs out of room at the bottom of the page
> and
> prints the last half inch to the next sheet.  I've
> tried changing the drivers (there are 5~6 listed for
> this printer), all gave the same thing.
> 
> Can anyone please help?  This is really getting to
> my
> nerves
> 
> TIA!
> Andy
> 
> =
> Andy Liaw
> Email: [EMAIL PROTECTED]
> 
> __
> Do You Yahoo!?
> Yahoo! Games - play chess, backgammon, pool and more
> http://games.yahoo.com/
> 
> > Want to buy your Pack or Services from
MandrakeSoft?
> 
> Go to http://www.mandrakestore.com
> 


=
Andy Liaw
Email: [EMAIL PROTECTED]

__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Animated gifs from hell

2002-04-22 Thread shane

On Monday 22 April 2002 11:18, Miark opened a general hailing frequency and 
transmitted to all open stations:

> Some of the sites that I visit with Konqueror have animated
> icons that drive my CPC through the roof, which I monitor
> using kcpuload. In fact there's one at Mandrake Club that
> causes this to happen. When I right-click the offending gif
> and choose "stop animations", then all is fine again.
>
> Anyone else experience this? Any comments? (Other than "switch
> browsers" :-)

actually that is one of the reasons i prefer konq, i can tell it to stop 
animations.  it would be nice if you could set the default to animate once 
only or something

perhaps submit the idea to KDE?

-- 
"It is increasingly obvious that our techknowledgy is outpacing our 
humanity." -Einstein

shane
Profile at: http://dmoz.org/profiles/shen.html
Proud to be a DMOZ editor since 10-98
Mandrake Users Club Member http://www.linux-mandrake.com/en/club/
Registered linux user #101606 @ http://counter.li.org/




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] bios setting

2002-04-22 Thread Warren Post

Sounds like your computer requires a different keystroke to enter the BIOS at power 
up. The del key is the most common and usually works for clones, but name brand 
computers like yours often require you to press a different key to get into the BIOS. 
Take a good look at the boot message upon power on; most manufacturers tell you there 
what key to press to get into the BIOS. Failing that check your Compaq manual or check 
Compaq's web site.
-- 
Warren Post
Santa Rosa de Copan, Honduras
http://www.srcopan.vze.com/


On Sun, 21 Apr 2002 11:21:55 -0400
"Ron Grace" <[EMAIL PROTECTED]> wrote:

> on page 5 of the mandrake  guide it tells me to set my bios  for the pnp, it tell me 
>to hold down the delete key at power up to change the setting. i am running a compaq 
>7470 windows 98se. when i do this nothing different happens windows still loads,i 
>have tried both ways reboot,power off and then power it back up.help ty Ron



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] LimeWire

2002-04-22 Thread --hybrid

j2re 1.4 is ok ! but uninstall kaffe !!!

btw : look at the www.limewire.com help forum they got a thread about
that whole java thingy wich helped me too ...

btw : limewire ist fucking resource eating ...

Am Mon, 2002-04-22 um 19.53 schrieb Sevatio:
> I wonder if that j2re is too new.  Try one of the 1.3.x.
> 
> Miark wrote:
> > Hi all,
> > 
> > I can't seem to get LimeWire installed. When I run the bin file 
> > as root, it displays the following error. I have j2re installed
> > (1.4.0--the new one), as well as Kaffe (1.0.6). So java is up-
> > to-date as far as I can tell, but these LimeWire errors are all 
> > Java-related. What am I doing wrong?
> > 
> > tia,
> > Miark
> > 
> > Error: Unrecognized JVM specific option `-Xmx50331648'.
> > Error: Unrecognized JVM specific option `-Xms16777216'.
> > Invocation of this Java Application has caused an InvocationTargetException. 
> > This application will now exit. (LAX)
> > 
> > Stack Trace:
> > java.lang.NoClassDefFoundError: ZeroGcf
> > at ZeroGcj.(source file unknown:line unknown, pc 0x86d5d74)
> > at ZeroGb3.a(source file unknown:line unknown, pc 0x86cf54b)
> > at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc 
>0x8662cf1)
> > at com.zerog.ia.installer.Main.b(source file unknown:line unknown, pc 
>0x86471c1)
> > at com.zerog.ia.installer.Main.main(source file unknown:line unknown, pc 
>0x85b2281)
> > at java.lang.reflect.Method.invoke(Method.java:native)
> > at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc 0x82ac9d6)
> > at com.zerog.lax.LAX.main(source file unknown:line unknown, pc 0x825cbcb)
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > Want to buy your Pack or Services from MandrakeSoft? 
> > Go to http://www.mandrakestore.com
> 
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Changing Window Managers

2002-04-22 Thread Kaj Haulrich

On Monday 22 April 2002 01:06 pm, Kirtis Bakalarczyk wrote:
> First off i'm using Mandrake 8.1 Standard
>
> KDE is pretty sluggish so i decided to change to a more light weight window
> manager.  So i downloaded and installed FVWM (on a side note, if someone
> could recommend a better one that would be helpful.)
>
> Anyway FVWM installed fine so i restarted X and tried to log in with the WM
> set to FVWM but it just starts up KDE like every other time.
>
> A little help?

XFCE and Blackbox are strongly recommended. If you've got the CD's, they are 
there. If not, try  :  http://rpmfind.net

HTH

Kaj Haulrich
Denmark



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] LimeWire

2002-04-22 Thread Miark

Hi all,

I can't seem to get LimeWire installed. When I run the bin file 
as root, it displays the following error. I have j2re installed
(1.4.0--the new one), as well as Kaffe (1.0.6). So java is up-
to-date as far as I can tell, but these LimeWire errors are all 
Java-related. What am I doing wrong?

tia,
Miark

Error: Unrecognized JVM specific option `-Xmx50331648'.
Error: Unrecognized JVM specific option `-Xms16777216'.
Invocation of this Java Application has caused an InvocationTargetException. 
This application will now exit. (LAX)

Stack Trace:
java.lang.NoClassDefFoundError: ZeroGcf
at ZeroGcj.(source file unknown:line unknown, pc 0x86d5d74)
at ZeroGb3.a(source file unknown:line unknown, pc 0x86cf54b)
at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc 0x8662cf1)
at com.zerog.ia.installer.Main.b(source file unknown:line unknown, pc 0x86471c1)
at com.zerog.ia.installer.Main.main(source file unknown:line unknown, pc 0x85b2281)
at java.lang.reflect.Method.invoke(Method.java:native)
at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc 0x82ac9d6)
at com.zerog.lax.LAX.main(source file unknown:line unknown, pc 0x825cbcb)








Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Taskbar plots too slow

2002-04-22 Thread Marc Audard

Hi,

I successefully upgraded from LM8.0 to LM 8.2 by making a clean
install (without the /home partition being reformatted). I noticed
one problem that I would like to share:

when launching an X application, e.g. gnome shell, the Ktaskbar
correctly plots this application, but also plots another one as
if the system was launching the former application (hourglass moving).
However, the application is clearly there and working. Only after
a certain amount of time does the second entry in the Ktaskbar 
disappear.  Any idea?

Marc



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Changing Window Managers

2002-04-22 Thread Paul

On Mon, 22 Apr 2002 13:06:48 -0400 Kirtis wrote:

>KDE is pretty sluggish so i decided to change to a more light weight window
>manager.  So i downloaded and installed FVWM (on a side note, if someone 
>could recommend a better one that would be helpful.)
>
>Anyway FVWM installed fine so i restarted X and tried to log in with the WM
>set to FVWM but it just starts up KDE like every other time.

How did you 'set' the WM to FVWM? Did you set that up in ~/.xinitrc?
If you want a light WM that has lots of features, you could look into
BlackBox, or XFCE (which is what I am running, see
http://nlpagan.net/images/screenshot.jpg )

And if you are interested in a translation of the text on the screen, let me
know  *grin*

My .xinitrc:

#!/bin/sh
#
### Added by xfce_upgrade version 3.8.12 ###
# Set up additionnal fonts that ship with Xfce (Change id38121117)
xset fp+ "/usr/local/share/xfce/fonts"
### End of changes version 3.8.12 ###
#
#!/bin/sh
#
# xinitrc file for XFce 3 startxfce script

# Some distro needs to allow even localhost to use the display
# Uncomment this if you experience "Can't open display" when running 
# programs from xfce. BEWARE this is considered as a vulnerability !
#
# xhost +$HOSTNAME
#
xsetroot -solid black -cursor_name watch

# Start-up stuff from ~/Desktop/Autostart directory, if it exists
# (as it seems to be the new standard)
if [ -d "$HOME/Desktop/Autostart" ]; then
  for i in `ls -1 ${HOME}/Desktop/Autostart/ 2>/dev/null`; do
if [ -x $HOME/Desktop/Autostart/$i ]; then
  $HOME/Desktop/Autostart/$i &
fi
  done
fi

# Launch xscreensaver (if available)
#  xscreensaver -no-splash -lock-mode &

# start Autolock
# xautolock -time 10 -locker "xlock -mode blank" &

#Xmodmap for Euro's etc
xmodmap .xmodmaprc

# Finally, launch window manager
#exec startkde
#exec enlightenment
exec xfwm

# end of .xinitrc

Paul

--
To err is human. To forgive is against company policy.

http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.2 - Sylpheed 0.7.5



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Changing Window Managers

2002-04-22 Thread Kirtis Bakalarczyk

First off i'm using Mandrake 8.1 Standard

KDE is pretty sluggish so i decided to change to a more light weight window 
manager.  So i downloaded and installed FVWM (on a side note, if someone 
could recommend a better one that would be helpful.)

Anyway FVWM installed fine so i restarted X and tried to log in with the WM 
set to FVWM but it just starts up KDE like every other time.

A little help?




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] apm mand. 8.1 misworks

2002-04-22 Thread Bob Read

>
> > > > Hi, how can I get my mandrake 8.1 setup to restore
> > > > properly, after APM kicks in?
> > > > -What actually happens:  if nothing is input to
> > > the PC
> > > > (let's say I leave the room for dinner for 20 min.
> > > or
> > > > so, so there's no mouse or keyboard input), there
> > > are
> > > > 3 beeps heard, the screen goes blank.  When I come
> > > > back and hit a key or move the mouse -- nothing!
> > > The
> > > > screen does not restore to where it was, there's
> > > no
> > > > restore at all.  I have to press "reset" button,
> > > and
> > > > fsck has to do its thing on reboot.

Seems to me I ran into this once in Gnome, and got out
of it by entering my password  with the screen blank,
and it was restored.

?

Bob




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] (in desperation, I repost) 52MB limit

2002-04-22 Thread Eileen Lopp

From: "Jon Dowd" <[EMAIL PROTECTED]>
>
> I'd like to do a network install. I can mount the CD in another box and
make
> a network connection to it but I get an error message stating that 52MB
RAM
> is needed.
>
Jon -- you'll need to use NFS rather than FTP to do a network install on
that machine.  There's a good how-to at linuxnewbie.org which can walk you
through setting it up.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] abiword in MDK8.2

2002-04-22 Thread John Richard Smith

I would go for Kword, it does most things competantly.
I miss is not being able to add images .
John

On Monday 22 April 2002 09:15, you wrote:
> I can't seem to find abiword in MDK8.2. Was it left out on purpose?
>
> If so, anyone can suggest a lightweight MSWord reader (I use OpenOffice
> for the full feature set)?
>
> regards,
>
> raffaele

-- 
John Richard Smith
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] dual boot with XP

2002-04-22 Thread Michael . Hughes

you have to put /boot on /dev/hda, I put my in the first 150mb of my hard
disk and then I created a Partition for Windows XP about 5gb and then the
rest is for Linux 

/
/home
/var
/swap
/tmp

etc...  and then I use LILO as my boot manager.  Also make sure you use
FDISK to make the 150mb partition active or else LILO won't load.  At least
this is what I had to do.  

As for editing the boot.ini

As 'root', edit '/etc/lilo.conf': the first line of lilo.conf reads
boot=hda, change the 'hda' to where ever the '/boot' partition is located
(find out with mount).

Run lilo

Make a copy of the new boot sector with
dd if=/dev/hda[x] bs=512 count=1 of=linux.lnx
Note: 'hda[x]' is whatever the '/boot' partition is.

Copy linux.lnx to the windows 'C: drive'
cp linux.lnx /mnt/windows_c

Modify the 'boot.ini' on the 'C: drive' by appending a line for Mandrake
pointing to the location of the copied LILO boot sector:

[boot loader]
timeout=5
default=C:\
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microsoft Windows 2000 Pro"
/fastdetect
C:\= "Microsoft Windows 98se"
C:\Linux.lnx="Mandrake 8.0"

Reboot.

Login to Win98SE. Open a command line window and run:
fdisk /mbr
to restore the Windows boot sector.

-Original Message-
From: Norman Zhang [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 21, 2002 3:48 AM
To: [EMAIL PROTECTED]
Subject: [newbie] dual boot with XP


Hi,

I am trying to dual boot Linux Mandrake 8.2 with XP. XP runs on the primary
disk, and LM 8.2 runs on the secondary disk. They are both on the IDE slot
1. I put LILO on hdb. Would someone please tell me how I can edit boot.ini
to make it boot for both OS?

Regards,
Norman






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] abiword in MDK8.2

2002-04-22 Thread Charles Muller

On Mon, 2002-04-22 at 20:49, poogle wrote:

> It's also on rpmfind.net, I downloaded it ,installed it and found it messed 
> up my fonts.

Yes, I also have this problem with AbiWord, and couldn't understand the
instructions on how to fix it. I also have another problem with it,
where after saving a file in .abw, .htm, .doc, or any kind of format,
half the time when I go to reopen the same file, AbiWord tells me that
it's an invalid document. Although it converts Word documents nicely, it
sure seems buggy.

Chuck


--


> >
> > Chuck
> >
> >  
> >
> > > Want to buy your Pack or Services from MandrakeSoft?
> > > Go to http://www.mandrakestore.com
> 
> -- 
> Poogle. Derby,England  Linux MDK 8.2 with
> kernel 2.4.18-6 mdk using Kmail 1.3.2
> 
>  12:47pm  up 16 min,  2 users,  load average: 0.23, 0.31, 0.27
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 


Charles Muller
Toyo Gakuen University

Digital Dictionary of Buddhism and CJK-English Dictionary
www.acmuller.net




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Dual Monitor

2002-04-22 Thread Tim Holmes

It depends on your video card configuration.

If you have a card with dualhead built in, then it's usually just proper
drivers from the manufacturer.

It seems that 8.2 automatically installs and recognizes dualhead on a
video card.

I'm running the Matrox G400 MAX.  My business partner's running the G550
I believe.  He installed 8.2 on that machine recently and it saw in the
install that he had dual display support, installed the driver.  All he
had to do was install Matrox's software to configure the dual display.

If you're going to use two video cards, things can be much different and
at times more difficult.  But it's possible.  I've toyed with the idea
of putting a second video card in my workstation to stretch my display
total to 3, but not sure it's worth it.

It is very do-able.  It's been possible for a while now as I understand
it.  Just depends on how you go about implimenting it.
tdh

--
 
 T. Holmes  |  UNIXTECHS.org  |  [EMAIL PROTECTED]  |  UIN:  17021091
 
| How do I go about configuring Dual Montiors. It's now the only thing keeping 
| me from going full linux and throwing my windows copy in the garbage. Anyone 
| know how I go about settting up dual monitors.. Please help
| 
| Jesse Angell
| 
| Want to buy your Pack or Services from MandrakeSoft? 
| Go to http://www.mandrakestore.com
`--- 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] abiword in MDK8.2

2002-04-22 Thread poogle

It's also on rpmfind.net, I downloaded it ,installed it and found it messed 
up my fonts, there is a section in help that tells you how to resolve this 
but as I don't use a word processor very often I uninstalled and will stay 
with Kword until I have time to sort out the fonts issue.

On  Monday 22 April 2002 10:27 am, Charles Muller,wrote :
> On Mon, 2002-04-22 at 17:15, Raffaele Belardi wrote:
> > I can't seem to find abiword in MDK8.2.
>
> You can find and download it in a minute from the Abiword web site
>
> > If so, anyone can suggest a lightweight MSWord reader (I use OpenOffice
> > for the full feature set)?
>
> I have found that KWord does everything that AbiWord does, especially in
> the handling of M$Word docs. That should be included in your basic LM
> 8.2 installation.
>
> Chuck
>
>  
>
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com

-- 
Poogle. Derby,England  Linux MDK 8.2 with
kernel 2.4.18-6 mdk using Kmail 1.3.2

 12:47pm  up 16 min,  2 users,  load average: 0.23, 0.31, 0.27



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] abiword in MDK8.2

2002-04-22 Thread Charles Muller

On Mon, 2002-04-22 at 17:15, Raffaele Belardi wrote:

> I can't seem to find abiword in MDK8.2. 

You can find and download it in a minute from the Abiword web site

> If so, anyone can suggest a lightweight MSWord reader (I use OpenOffice 
> for the full feature set)?

I have found that KWord does everything that AbiWord does, especially in
the handling of M$Word docs. That should be included in your basic LM
8.2 installation.

Chuck

 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 


Charles Muller
Toyo Gakuen University

Digital Dictionary of Buddhism and CJK-English Dictionary
www.acmuller.net




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Sony 24x CDRW #CRX175A1 & 8.1 ?

2002-04-22 Thread db

What CDRW burning software came with it / do you use on your CRX175A1?I
see them being sold cheaply online bare bones without software.  I think I
have adaptec 4 or something around here somewhere already for a Sony 16x we
have on another machine... not sure what I will need for this one ...

Wonder if they are equipping them with some kind of anti-piracy thingee
nowdays.  I know the 16x didn't have any problem like that when burning in
Windows...

> On Sun, 2002-04-21 at 16:51, db wrote:
> >
> > Does anyone know if the Sony 24x CDRW #CRX175A1 cdburner will work for
sure
> > with Mandrake 8.1?
> >
> Worked for me on 8.1, and set itself up easily in 8.2. I burn data CDs
> at 24x, but have difficulty copying music CDs. Mayhaps its payback for
> pirating music:-)
> --
> Jim
> -
> james Mellema, CRNA
> --
> APATHY ERROR:  Don't bother striking any key.
>
>
>
>
>
>






> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] ARTS / Audio Codec97 / and VT8233 Audio Chip configuration

2002-04-22 Thread John Richard Smith

On Sunday 21 April 2002 19:40, you wrote:
> It seems you succesfully loaded the ALSA driver modules for your
> sound(card), including the OSS emulation modules snd-pcm-oss and
> snd-mixer-oss :)
>
> Can you use K -> multimedia -> sound -> Sound Mixer? Can you hear an audio
> CD with the KDE CD player afterwards? What happens when you try XMMS?

Thanks,

The mixer modules are there to be used,depending upon which Alias in 
modules.conf one enabled. In the examples given previously the OSS driver 
install that DrakX created for you the mixers come up set midway on the
volume contoll sliders.

The manually enabled alsa driver produces a mixer control whose setting come 
up initially as nil volume, I manually reset them and have the new volume 
levels set as default.
However should the wrong aliases be enabled in modules.conf there is no mixer 
utility at all, it is greyed over. See examples listed previously for details 
of the settings employed that work.

In the DrakX OSS install I have sound from Kstart-Multimedia-Sound-CD Player 
only , no sound on any other device whatsoever. The devices themselves
do seem to be playing,there is the usual number counter clocking up it's 
numbers as the tune is played in those devices that display as such, and 
those with the Horizontal slider bars invariably slide.They look as though 
they are outputting something , but  sound is not heard. That includes Xmms.

Both drivers do not create any KDE sound jingles.There is nothing to indicate 
the system 's  own OS sounds are configured at all.

regards,

John






In the manually configured alsa install Nothing at all works.
>
> On Sat, 20 Apr 2002 00:16:12 +0100
>
> John Richard Smith <[EMAIL PROTECTED]> wrote:
> > On Friday 19 April 2002 18:53, you wrote:
> > > On Thu, 18 Apr 2002 23:38:10 +0100
> > >
> > > John Richard Smith <[EMAIL PROTECTED]> wrote:
> > > > On Thursday 18 April 2002 20:47, you wrote:
> > >
> > > 
> > >
> > > > Thanks,
> > > > I have a MSI K7T266 Pro2 Mobo which has via 8233 AC97 soundchip built
> > > > into the board.
> > > > Upon install LM8.2 seems to configure an OSS driver which works,but
> > > > only with one item, namely the CD player. Nothing else seems
> > > > connected to the system. There is no Mandrake sound  for the OS, no
> > > > Xcdroast , no midi player, you name it it doesn't work. It does not
> > > > seem to be anything to do with unmuting.
> > > > So what am I to do, several suggestions later someone said configure
> > > > the alsa sound driver, instead of the OSS driver,which I think I have
> > > > achieved. Certainly kernel configure and KDE sound believe it is
> > > > running. It makes no difference whether ARTS is enabled or disabled.
> > > > There does not seem to be any sndconfig command line facility.
> > > > The website mentioned previously says add
> > > > alias sound-slot-0 snd-card-via8233
> > > > post-install snd-slot-0 snd-pcm-oss to modules.conf,
> > > > but although this does help to bring alsa to live as a driver
> > > > It appears in the boot script now,
> > > > Nothing including the CD player works.
> > > > I don't actually have any sound at all.
> > > > However I think it should work, something is amiss,
> > > > but I am fast running out of ideas.
> > > > Installing the latest alsa driver was just one idea.
> > > > Reconfigure the modules.conf file to include lines about
> > > > amixer set Master 22 unmute
> > > > amixer set Master Mono 22 unmute
> > > > amixer set Input Gain 22 unmute
> > > > amixer set Aux 22 unmute
> > > > amixer set Line 22 unmute
> > > > amixer set PCM 22 unmute   was another,
> > > > but when I do this I get lots of "failed" script at boot time,
> > > > with comments about line this and that being unrecognised.
> > > > The only clue I can find is in configure KDE-info-sound,
> > > > two lines, synth dev:not enabled in config
> > > >midi dev : not enabled in config
> > > > possibly modules.conf needs additional lines to achieve this ?
> > > > I suspect the alsa sound driver is there and running but no sound
> > > > device is connecting with it.
> > > > Is it anything to do with AC97 ?
> > > > I don't know ?
> > > >
> > > > regards,
> > > > John
> > >
> > > Uhm, what modules are loaded (check with '/sbin/lsmod')? And what's in
> > > /etc/modules.conf? Can you use K -> multimedia -> sound -> Sound Mixer?
> > > Good luck getting this to work!
> > >
> > > -Frans
> >
> > Thanks Frans,
> >
> > At the risk of being over informative I list everything I can think
> > of,except file permissions.:-
> > THIS IS WITH OSS DRIVER CONFIGURED AS PER MANDRAKE INSTALL
> >
> > This gives a Working CD player, nothing else
> >
> > [root@localhost root]# /sbin/lsmod
> > Module  Size  Used byNot tainted
> > via82cxxx_audio18144   1
> > uart401 6336   0  [via82cxxx_audio]
> > ac97_codec  9568   0  [via82cxxx_audio]
> > sound  57292   0  [via82cxxx_audio uart401]
> > soundcore  

[newbie] abiword in MDK8.2

2002-04-22 Thread Raffaele Belardi

I can't seem to find abiword in MDK8.2. Was it left out on purpose?

If so, anyone can suggest a lightweight MSWord reader (I use OpenOffice 
for the full feature set)?

regards,

raffaele




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com