Re: [newbie] DVD region killer

2003-01-02 Thread Sasongko Pribadi Djoko
Dear Stephen, Friends,

I'm sorry for my late reply.

I did download the tar file (in
www.linuxtv.org/download/dvd/dvd_disc_2215_css.tar.gz) and extract the
files.

Thank you in advance,
PDS

*Happy New Year 2003*


From: Stephen Kuhn [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Sasongko Pribadi Djoko [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [newbie] DVD region killer
Date: 26 Dec 2002 23:33:13 +1100

On Thu, 2002-12-26 at 15:34, Sasongko Pribadi Djoko wrote:
 Dear Stephen, Friends,

 I did delete all file in dvd_disc_2215_css and re-extract the tar 
file.
 And then I did below instruction:
 
-
 [root@localhost dvd_disc_2215_css]# l
 COPYING  dvd_disc.c  dvd_disc_.o  dvd_file.h  dvd_udf.h  
README.dvd_disc
   RE
 dvdbackup.c  dvd_disc.h  dvd_file.c   dvd_udf.c   Makefile   
README.dvd_file
   re
 [root@localhost dvd_disc_2215_css]# ./configure
 bash: ./configure: No such file or directory
 [root@localhost dvd_disc_2215_css]# make
 make: *** No rule to make target `../dvd_css', needed by `dvd_udf.o'.  
Stop.
 [root@localhost dvd_disc_2215_css]# make install
 make: *** No rule to make target `install'.  Stop.
 [root@localhost dvd_disc_2215_css]#
 
--

 Did I do something wrong?

 Thank you in advance,
 PDS

If you can send me the URL for the code you have, I'll give it a go and
figure out what exactly is going on - no worries to give it a shot for
ya. Now y'all got me curious.

--
Thu Dec 26 23:30:01 EST 2002
 11:30pm  up 1 day, 14:15,  5 users,  load average: 0.15, 0.17, 0.11
--
|____  | kuhn media australia|
|   / ,, /| |'-.   | http://kma.0catch.com   |
|  .\__/ || |   |  |=|
|   _ /  `._ \|_|_.-'  | stephen kuhn|
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED] |
|  |/ ._/  || |  email: [EMAIL PROTECTED]|
|  |'.  `\ | | |icq: 5483808 |
|  ;/ / | | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389|
|  '  `-`'   | Berkeley, New South Wales, AU   |
--
* linux user:267497 * RH 7.3+ * PC/Mac/Linux/Networking/Consulting
--


One of your most ancient writers, a historian named Herodotus, tells of a
thief who was to be executed.  As he was taken away he made a bargain with
the king: in one year he would teach the king's favorite horse to sing
hymns.  The other prisoners watched the thief singing to the horse and
laughed.  You will not succeed, they told him.  No one can.
	To which the thief replied, I have a year, and who knows what might
happen in that time.  The king might die.  The horse might die.  I might 
die.
And perhaps the horse will learn to sing.
		-- The Mote in God's Eye, Niven and Pournelle

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


_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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



Re: [newbie] DVD region killer

2002-12-25 Thread Sasongko Pribadi Djoko
Dear H.J. Bathoorn, Friends,

Thank you for your mail below and I did the urpmi gcc.
When I try again to do make -f Makefile below listing occure:


[os@localhost DVD]$ cd dvd_disc_2215_css
[os@localhost dvd_disc_2215_css]$ l
	COPYING  dvd_disc.h  dvd_udf.c  README.dvd_disc  regionset.c
	dvdbackup.c  dvd_file.c  dvd_udf.h  README.dvd_file
	dvd_disc.c   dvd_file.h  Makefile   README.dvd_udf
[os@localhost dvd_disc_2215_css]$ make -f Makefile
	gcc -Wall -g -o dvd_disc_.o -c dvd_disc.c
	make: *** No rule to make target `../dvd_css', needed by `dvd_udf.o'.  
Stop.
[os@localhost dvd_disc_2215_css]$ make all
	make: *** No rule to make target `../dvd_css', needed by `dvd_udf.o'.  
Stop.
[os@localhost dvd_disc_2215_css]$ make regionset.c
	make: Nothing to be done for `regionset.c'.
[os@localhost dvd_disc_2215_css]$ l
	COPYING  dvd_disc.h   dvd_file.h  Makefile README.dvd_udf
	dvdbackup.c  dvd_disc_.o  dvd_udf.c   README.dvd_disc  regionset.c
	dvd_disc.c   dvd_file.c   dvd_udf.h   README.dvd_file
[os@localhost dvd_disc_2215_css]$ COPYING
	bash: ./COPYING: Permission denied
[os@localhost dvd_disc_2215_css]$ su
	Password:
[root@localhost dvd_disc_2215_css]# make -f Makefile
	make: *** No rule to make target `../dvd_css', needed by `dvd_udf.o'.  
Stop.
[root@localhost dvd_disc_2215_css]# cd..
[root@localhost DVD]# l
	dvd_disc_2215_css/
[root@localhost DVD]# md dvd_css
[root@localhost DVD]# l
	dvd_css/  dvd_disc_2215_css/
[root@localhost DVD]# cd dvd_disc_2215_css
[root@localhost dvd_disc_2215_css]# make -f Makefile
	make -C ../dvd_css dvd_css.o
	make[1]: Entering directory `/home/os/Documents/DVD/dvd_css'
	make[1]: *** No rule to make target `dvd_css.o'.  Stop.
	make[1]: Leaving directory `/home/os/Documents/DVD/dvd_css'
	make: *** [dvd_udf.o] Error 2
[root@localhost dvd_disc_2215_css]# l
	COPYING  dvd_disc.h   dvd_file.h  Makefile README.dvd_udf
	dvdbackup.c  dvd_disc_.o  dvd_udf.c   README.dvd_disc  regionset.c
	dvd_disc.c   dvd_file.c   dvd_udf.h   README.dvd_file
[root@localhost dvd_disc_2215_css]# cd ../dvd_css
[root@localhost dvd_css]# l
[root@localhost dvd_css]#
end

I have no idea why the make -f Makefile doesn't work.
Any suggestion what I have to do?

Thank you,
PDS

From: H.J.Bathoorn [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] DVD region killer
Date: Tue, 24 Dec 2002 14:43:15 +

On Tuesday 24 December 2002 13:10, Sasongko Pribadi Djoko wrote:
 Dear John McQuillen,Friends,

 Thank you for your mail on 19 Dec 2002.
 I did download the tar file (in
 www.linuxtv.org/download/dvd/dvd_disc_2215_css.tar.gz) and extract 
the
 files.

 When I try to do to make the file, below listed error occure:
 
 [root@localhost dvd_disc_2215_css]# l
 COPYING  dvd_disc.h  dvd_udf.c  README.dvd_disc  regionset.c
 dvdbackup.c  dvd_file.c  dvd_udf.h  README.dvd_file
 dvd_disc.c   dvd_file.h  Makefile   README.dvd_udf
 [root@localhost dvd_disc_2215_css]# make -f Makefile
 gcc -Wall -g -o dvd_disc_.o -c dvd_disc.c
 make: gcc: Command not found

Looks like you don't have the compiler installed. Just install gcc (as
root/su:urpmi gcc) and it should work.

Good Luck,
HarM


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


_
Add photos to your e-mail with MSN 8. Get 3 months FREE*. 
http://join.msn.com/?page=features/featuredemailxAPID=42PS=47575PI=7324DI=7474SU= 
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_addphotos_3mf


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



Re: [newbie] DVD region killer

2002-12-25 Thread Sasongko Pribadi Djoko
Dear Stephen, Friends,

I did delete all file in dvd_disc_2215_css and re-extract the tar file.
And then I did below instruction:
-
[root@localhost dvd_disc_2215_css]# l
COPYING  dvd_disc.c  dvd_disc_.o  dvd_file.h  dvd_udf.h  README.dvd_disc 
 RE
dvdbackup.c  dvd_disc.h  dvd_file.c   dvd_udf.c   Makefile   README.dvd_file 
 re
[root@localhost dvd_disc_2215_css]# ./configure
bash: ./configure: No such file or directory
[root@localhost dvd_disc_2215_css]# make
make: *** No rule to make target `../dvd_css', needed by `dvd_udf.o'.  Stop.
[root@localhost dvd_disc_2215_css]# make install
make: *** No rule to make target `install'.  Stop.
[root@localhost dvd_disc_2215_css]#
--

Did I do something wrong?

Thank you in advance,
PDS

From: Stephen Kuhn [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] DVD region killer
Date: 26 Dec 2002 06:28:13 +1100

On Thu, 2002-12-26 at 02:18, Sasongko Pribadi Djoko wrote:
 Dear H.J. Bathoorn, Friends,

 Thank you for your mail below and I did the urpmi gcc.
 When I try again to do make -f Makefile below listing occure:

When you're in a source directory, the steps to compile a program are
basically this:
./configure
make
make install

...there should be no reason to do a make -f Makefile - unless it has
been modified. You need to have the configure script take care of
running aclocal, autoheader, automake autoconf and the likes. So, unpack
your source code again (delete what you've mucked with already so it's
fresh) and when you're in that source dir, type:

1.) ./configure
2.) make
3.) make install

...now if you've got problems after that, then we'll start digging
deeper.

Cheers!

--
Thu Dec 26 06:25:00 EST 2002
  6:25am  up 21:10,  5 users,  load average: 0.36, 0.26, 0.26
--
|____  | kühn media australia|
|   / ,, /| |'-.   | http://kma.0catch.com   |
|  .\__/ || |   |  |=|
|   _ /  `._ \|_|_.-'  | stephen kühn|
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED] |
|  |/ ._/  || |  email: [EMAIL PROTECTED]|
|  |'.  `\ | | |icq: 5483808 |
|  ;/ / | | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389|
|  '  `-`'   | Berkeley, New South Wales, AU   |
--
* linux user:267497 * RH 7.3+ * PC/Mac/Linux/Networking/Consulting
Coralament*Best Grötens*Liebe Grüße*Best Regards*Elkorajn Salutojn

Jabba the Hutt:
	Bring me Solo and the Wookiee! They will all suffer
	for this outrage.

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



_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


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



[newbie] DVD region killer

2002-12-24 Thread Sasongko Pribadi Djoko
Dear John McQuillen,Friends,

Thank you for your mail on 19 Dec 2002.
I did download the tar file (in 
www.linuxtv.org/download/dvd/dvd_disc_2215_css.tar.gz) and extract the 
files.

When I try to do to make the file, below listed error occure:

[root@localhost dvd_disc_2215_css]# l
COPYING  dvd_disc.h  dvd_udf.c  README.dvd_disc  regionset.c
dvdbackup.c  dvd_file.c  dvd_udf.h  README.dvd_file
dvd_disc.c   dvd_file.h  Makefile   README.dvd_udf
[root@localhost dvd_disc_2215_css]# make -f Makefile
gcc -Wall -g -o dvd_disc_.o -c dvd_disc.c
make: gcc: Command not found
make: *** [dvd_disc_.o] Error 127
[root@localhost dvd_disc_2215_css]#


Thank you very much in advance.
PDS

*Merry Christmas*

_
STOP MORE SPAM with the new MSN 8 and get 3 months FREE*. 
http://join.msn.com/?page=features/junkmailxAPID=42PS=47575PI=7324DI=7474SU= 
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_stopmorespam_3mf


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



[newbie] Region killer for DVD drive

2002-12-18 Thread Sasongko Pribadi Djoko
Dear Friends,

Anyone knows where can I get/download the region killer for my Pioneer DVD 
drive ?

Thank you in advance,
Ongkie

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


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



[newbie] Mandrake update site

2002-12-12 Thread Sasongko Pribadi Djoko
Dear Friend.

I need to update my Mandrake Linux.
Anyone know the mirror site for update in Asia ?

Thank you in advance.
Ongkie





_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail


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



[newbie] Auto login

2002-12-07 Thread Sasongko Pribadi Djoko
Dear Friends,

My Linux run KDE 3.0 automatically when I turn my PC on.
What I have to do to make it start with the login screen ?

Thx,
Ongkie





_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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



[newbie] Thank you Anne, Anthony Frank (Auto login disabled)

2002-12-07 Thread Sasongko Pribadi Djoko
Dear Friends,

Finally I can set my Mandrake Linux to start with login screen whenever I 
turn on my PC.

Strange thing is I don't have MCC  boot in my system. I did change the boot 
setting by running drakboot directly.

Thx,
Ongkie





_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail


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



[newbie] Thank you Dennis M. and Anne W.

2002-12-02 Thread Sasongko Pribadi Djoko
Dear Dennis M, Anne W, Friends,

Finally I can play CD Audio in my Linux Mandrake 9.0 using XMMS 1.2.7 :)

What I did is :

Download the xmms-cdread-0.14a-2mdk.i586rpm at:
http://rpmfind.net/linux/RPM/index.html and then search for xmms-cdread

Install the xmms-cdread-0.14a-2mdk.i586rpm:
Go to the file location and click twice on it.

To play Audio CD:
optionpreferences and then choose Audio CD Reader 0.14a (libcdread.so) 
and then choose configureoptionsAdd CD to play list

Is there any configuration that can make Audio CD play automatically in 
XMMS when we insert the Audio CD to the drive?

TYVVM,
Ongkie


_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail


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



Re: [newbie] xmss-cdread

2002-12-01 Thread Sasongko Pribadi Djoko
Dear Anne, Friends,

Thanks for the mail.
I am using Mandrake Linux ver. 9.0 (two CD only).

Have a nice weekend,
Ongkie


From: Anne Wilson [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] xmss-cdread
Date: Sat, 30 Nov 2002 19:29:32 +

On Saturday 30 Nov 2002 5:26 pm, Sasongko Pribadi Djoko wrote:
 Dear Friends,

 I need a.m. xmss-cdread, I couldn't find it in my mandrake installation
 disk.
 Where (URL?) can I find it, or if someone can send me directly to my
 mailbox ?

It is definitely on the Mandrake disks, 8.2 and 9.0.  Which version are you
using?

Anne

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



_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail


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



Re: [newbie] xmss-cdread

2002-12-01 Thread Sasongko Pribadi Djoko
Dear Erik, Friends,

oops I miss it too . . .

sorry,
Ongkie


From: Anne Wilson [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] xmss-cdread
Date: Sat, 30 Nov 2002 20:50:14 +

On Saturday 30 Nov 2002 8:49 pm, Erik Farnsworth wrote:
 you have xmss-cdread typed in here.  is that a typo or did you
 misunderstand the name?  the correct name is xmms-cdread

oops - I missed that

Anne

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



_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


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



Re: [newbie] xmss-cdread

2002-12-01 Thread Sasongko Pribadi Djoko
Dear Anne,

Thanks for the suggestions, I'll try and let you know later.

Cheers,
Ongkie


From: Anne Wilson [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] xmss-cdread
Date: Sun, 1 Dec 2002 13:37:15 +

On Sunday 01 Dec 2002 12:49 pm, Sasongko Pribadi Djoko wrote:
 Dear Anne, Friends,

 Thanks for the mail.
 I am using Mandrake Linux ver. 9.0 (two CD only).

It's  not on those two, I think.  Have you tried google?  Texstar, I think 
is
a site that is frequently used for downloading Mandrake compatible rpms.

Otherwise, you might try downloading the third disc - perhaps someone can 
tell
you if you will find it there?

Good luck

Anne

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

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail


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



[newbie] xmss-cdread

2002-11-30 Thread Sasongko Pribadi Djoko
Dear Friends,

I need a.m. xmss-cdread, I couldn't find it in my mandrake installation 
disk.
Where (URL?) can I find it, or if someone can send me directly to my mailbox 
?

TYVMIA,
Ongkie





_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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



Re: [newbie] oops .. forgot the attachment

2002-11-26 Thread Sasongko Pribadi Djoko
Dear Anne, Friends,

Thanks for your mail regarding this.

How can I check whether I did install the cdread ?
Where did you get the cdread you mention below ?

Thx,
Ongkie


From: Anne Wilson [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] oops .. forgot the attachment
Date: Mon, 25 Nov 2002 12:46:53 +

On Monday 25 Nov 2002 12:14 pm, Sasongko Pribadi Djoko wrote:
 Dear Stephen, Friends,

 I can hear MP3 from XMMS without any problem.
 I did as well try to set the volume level in KMIX.

 Maybe it is because I use DVD pioneer as a player/drive instead of CD ?

I haven't been following this thread, but I use my cd/dvd player with xmms 
and
can play both mp3s and cds.  However, I did have to install cdread to do 
it.

Anne

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


_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


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



Re: [newbie] oops .. forgot the attachment

2002-11-25 Thread Sasongko Pribadi Djoko
Dear Stephen, Friends,

I can hear MP3 from XMMS without any problem.
I did as well try to set the volume level in KMIX.

Maybe it is because I use DVD pioneer as a player/drive instead of CD ?

Thx (again:)
Ongkie



From: Stephen Kuhn [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] oops .. forgot the attachment
Date: 25 Nov 2002 10:27:24 +1100

On Mon, 2002-11-25 at 02:50, Sasongko Pribadi Djoko wrote:
 Dear Stephen, Friends,

 Please find the attachment regarding my previous mail.

 TYVVMIA (Thank you very very much in advance)
 Ongkie


es1371 26568   1
soundcore   3780   0  [es1371]
ac97_codec  9928   0  [es1371]
gameport1660   0  [es1371]

^^^

Those are your sound modules - and they do appear to be loaded
alright...now I'm led to wonder are you sure that aRTs is configured, or
eSound or whatever sound server for the system...

Have you run like, KMix or the aRTs-control yet? Are you able to hear
sound through XMMS when you go to preferences and change the sound
server to something else?

--
Mon Nov 25 10:25:00 EST 2002
   .o0 linux user:267497 0o.

|____  | kühn media australia
|   /  \ /| |'-.   | http://kma.0catch.com
|  .\__/ || |   |  |
|   _ /  `._ \|_|_.-'  | stephen kühn
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED]
|  |/ ._/  || |  email: [EMAIL PROTECTED]
|  |'.  `\ | | |icq: 5483808
|  ;/ / | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389
|  '  `-`'   | Berkeley, New South Wales, AU

Coralament*Best Grötens*Liebe Grüße*Best Regards*Elkorajn Salutojn

Today's weirdness is tomorrow's reason why.
		-- Hunter S. Thompson

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



_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus


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



Re: [newbie] oops .. forgot the attachment

2002-11-25 Thread Sasongko Pribadi Djoko
Dear Dennis, Friends,

I'll try your suggestion.

Thx very much,
Ongkie


From: Dennis Myers [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] oops .. forgot the attachment
Date: Mon, 25 Nov 2002 04:06:43 -0600

On Sunday 24 November 2002 09:50 am, Sasongko Pribadi Djoko wrote:
 Dear Stephen, Friends,

 Please find the attachment regarding my previous mail.

 TYVVMIA (Thank you very very much in advance)
 Ongkie





 _
 Help STOP SPAM with the new MSN 8 and get 2 months FREE*
 http://join.msn.com/?page=features/junkmail
Looks like you have a es1371 sound card driver so try the insmod command
with that one and see what happens.  Sorry for butting in here but if 
Stephen
is not around this is a quick answer to keep you going.
--
Dennis M.  linux user # 180842

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


_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


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



[newbie] lsmod listing to check whether the sound driver is in there

2002-11-24 Thread Sasongko Pribadi Djoko
Dear Stephen, Friends,

Thank you for your (Stephen) suggestion to check whether the sound  driver 
is in the list of lsmod.

I did check, but stupid me, I didn't know which one on the list is a sound 
driver :).

I have attached the lsmod command result, could you please help me to see 
whether the sound driver is in the list ?

TVMIA (Thank you very much in advance),
Ongkie





_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


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



[newbie] oops .. forgot the attachment

2002-11-24 Thread Sasongko Pribadi Djoko
Dear Stephen, Friends,

Please find the attachment regarding my previous mail.

TYVVMIA (Thank you very very much in advance)
Ongkie





_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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