Re: [newbie] cd into file

2005-03-28 Thread Graham Watkins
Rosemary McGillicuddy wrote:
I am feeling particularly stupid and frustrated just now.  I downloaded 
some files in preparation for installing gwenview.  I saved them to 
/home/rosemary/Linux Stuff/rpms - now I can't cd into it, tells me no 
such file or directory.  Thought I would rename it, but same problem.  I 
don't want to have to do the downloads again.  I've not had this problem 
before.  I can see the rpms in konqueror and that is the path it gives.  
It seems simple but I am stumped.  Wondered if it doesn't like the Linux 
Stuff name?

Rosemary
When typing folder names containing blank spaces, you have to type it 
like this:

/home/rosemary/Linux\ Stuff/rpms
Alternatively, you could rename the folder as LinuxStuff.
--
Graham Watkins
It may be that  your sole purpose in life is simply to serve as a 
warning to others.



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



Re: [newbie] cd into file

2005-03-28 Thread Mikkel L. Ellertson
Ronald J. Hall wrote:
On Sunday 27 March 2005 03:57 pm, Kaj Haulrich wrote:

Did you create that Linux Stuff directory in Konqueror ?
If so, the command shell probably won't see it.  The shell doesn't
like spaces in file names.
You could try to rename that directory to i.e. Linux_Stuff or some
such.
HTH
Kaj Haulrich.

Guess I've been lucky but I've never had trouble with filenames with spaces 
under Linux. 

UNIX in general, including Linux, does not normaly like spaces in file 
names. If you stick to GUI tools, you may not run into any problems. But 
when you are typing in the names yourself, especialy with the CLI tools, 
you have to ether escape the space, or quote the name. This is because a 
space is normaly the seperator between file names, or parts of a command.

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

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



[newbie] cd into file

2005-03-27 Thread Rosemary McGillicuddy
I am feeling particularly stupid and frustrated just now.  I downloaded 
some files in preparation for installing gwenview.  I saved them to 
/home/rosemary/Linux Stuff/rpms - now I can't cd into it, tells me no 
such file or directory.  Thought I would rename it, but same problem.  I 
don't want to have to do the downloads again.  I've not had this problem 
before.  I can see the rpms in konqueror and that is the path it gives.  
It seems simple but I am stumped.  Wondered if it doesn't like the Linux 
Stuff name?

Rosemary

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



Re: [newbie] cd into file

2005-03-27 Thread Bill Winegarden
Hi Rosemary,
Did you try doing a cd /home/rosemary/L then tab to finish it off. I know 
that spaces are treated differently. Whenever I forget exact directory names 
I just cd to the first letter and let the tab key finish it off. It will give 
you all possible matches from that point forward.

HTH,
Bill W.

On Sunday 27 Mar 2005 21:42, Rosemary McGillicuddy wrote:
 I am feeling particularly stupid and frustrated just now.  I downloaded
 some files in preparation for installing gwenview.  I saved them to
 /home/rosemary/Linux Stuff/rpms - now I can't cd into it, tells me no
 such file or directory.  Thought I would rename it, but same problem.  I
 don't want to have to do the downloads again.  I've not had this problem
 before.  I can see the rpms in konqueror and that is the path it gives.
 It seems simple but I am stumped.  Wondered if it doesn't like the Linux
 Stuff name?

 Rosemary


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



Re: [newbie] cd into file

2005-03-27 Thread aron smith
On Sunday 27 March 2005 12:42 pm, Rosemary McGillicuddy wrote:
 I am feeling particularly stupid and frustrated just now.  I downloaded
 some files in preparation for installing gwenview.  I saved them to
 /home/rosemary/Linux Stuff/rpms - now I can't cd into it, tells me no
 such file or directory.  Thought I would rename it, but same problem.  I
 don't want to have to do the downloads again.  I've not had this problem
 before.  I can see the rpms in konqueror and that is the path it gives.
 It seems simple but I am stumped.  Wondered if it doesn't like the Linux
 Stuff name?

 Rosemary
just a thought try renaming from  /home/rosemary/Linux Stuff/rpms 
to
/home/rosemary/Linux_Stuff/rpms 
sometimes linux/unix takes exception to spaces in filenames


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



Re: [newbie] cd into file

2005-03-27 Thread Kaj Haulrich
On Sunday 27 March 2005 22:42, Rosemary McGillicuddy wrote:
 I am feeling particularly stupid and frustrated just now.  I
 downloaded some files in preparation for installing gwenview.  I
 saved them to /home/rosemary/Linux Stuff/rpms - now I can't cd
 into it, tells me no such file or directory.  Thought I would
 rename it, but same problem.  I don't want to have to do the
 downloads again.  I've not had this problem before.  I can see
 the rpms in konqueror and that is the path it gives. It seems
 simple but I am stumped.  Wondered if it doesn't like the Linux
 Stuff name?

 Rosemary

Did you create that Linux Stuff directory in Konqueror ?
If so, the command shell probably won't see it.  The shell doesn't 
like spaces in file names.

You could try to rename that directory to i.e. Linux_Stuff or some 
such.

HTH

Kaj Haulrich.
-- 
*Sent from a 100 % Microsoft-free workstation*
*Running Linux Mandrake 10.1* 


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



Re: [newbie] cd into file

2005-03-27 Thread Joe Mecklin
in addition to the other suggestions, prefacing the space with a \
(ie Linux\ Stuff) when you reference it should make it available. 
also, enclosing anything with spaces in it in single or double quotes
('/home/rosemary/Linux Stuff/rpms') should also allow access.



On Sun, 27 Mar 2005 22:57:01 +0200, Kaj Haulrich [EMAIL PROTECTED] wrote:
 On Sunday 27 March 2005 22:42, Rosemary McGillicuddy wrote:
  I am feeling particularly stupid and frustrated just now.  I
  downloaded some files in preparation for installing gwenview.  I
  saved them to /home/rosemary/Linux Stuff/rpms - now I can't cd
  into it, tells me no such file or directory.  Thought I would
  rename it, but same problem.  I don't want to have to do the
  downloads again.  I've not had this problem before.  I can see
  the rpms in konqueror and that is the path it gives. It seems
  simple but I am stumped.  Wondered if it doesn't like the Linux
  Stuff name?
 
  Rosemary
 
 Did you create that Linux Stuff directory in Konqueror ?
 If so, the command shell probably won't see it.  The shell doesn't
 like spaces in file names.
 
 You could try to rename that directory to i.e. Linux_Stuff or some
 such.
 
 HTH
 
 Kaj Haulrich.
 --
 *Sent from a 100 % Microsoft-free workstation*
 *Running Linux Mandrake 10.1*
 
 
 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 
 
 



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



Re: [newbie] cd into file

2005-03-27 Thread Ronald J. Hall
On Sunday 27 March 2005 03:57 pm, Kaj Haulrich wrote:

 Did you create that Linux Stuff directory in Konqueror ?
 If so, the command shell probably won't see it.  The shell doesn't
 like spaces in file names.

 You could try to rename that directory to i.e. Linux_Stuff or some
 such.

 HTH

 Kaj Haulrich.

Guess I've been lucky but I've never had trouble with filenames with spaces 
under Linux. 

-- 

/\
DarkLord
\/



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



Re: [newbie] cd into file

2005-03-27 Thread Rosemary McGillicuddy
Ronald J. Hall wrote:
On Sunday 27 March 2005 03:57 pm, Kaj Haulrich wrote:
 

Did you create that Linux Stuff directory in Konqueror ?
If so, the command shell probably won't see it.  The shell doesn't
like spaces in file names.
You could try to rename that directory to i.e. Linux_Stuff or some
such.
HTH
Kaj Haulrich.
   

Guess I've been lucky but I've never had trouble with filenames with spaces 
under Linux. 

 



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

 

Went back and had another try using Bill's suggestion of tabbing.  This 
worked.  But I now have another problem, which I guess is related to the 
mess my system is in, and the reason I have not been able to boot.  Now 
when trying to urpmi the packages, when it asks for CD1, I hear the CD 
cranking up, but it just dies out when I press enter.

Now I know why people talk about wrestling with linux :-)
Rosemary

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



Re: [newbie] cd into file

2005-03-27 Thread aron smith
On Sunday 27 March 2005 01:50 pm, Rosemary McGillicuddy wrote:
 Ronald J. Hall wrote:
 On Sunday 27 March 2005 03:57 pm, Kaj Haulrich wrote:
 Did you create that Linux Stuff directory in Konqueror ?
 If so, the command shell probably won't see it.  The shell doesn't
 like spaces in file names.
 
 You could try to rename that directory to i.e. Linux_Stuff or some
 such.
 
 HTH
 
 Kaj Haulrich.
 
 Guess I've been lucky but I've never had trouble with filenames with
  spaces under Linux.
 
 
 
 
 
 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 

 Went back and had another try using Bill's suggestion of tabbing.  This
 worked.  But I now have another problem, which I guess is related to the
 mess my system is in, and the reason I have not been able to boot.  Now
 when trying to urpmi the packages, when it asks for CD1, I hear the CD
 cranking up, but it just dies out when I press enter.

 Now I know why people talk about wrestling with linux :-)
If you have a high speed connection you can go to
http://easyurpmi.zarb.org/
to set up your urpmi sources
do a urpmi.removemedia -a
select your system base contrib updates and plf free and plf nonfree
also jpackage
follow the instructions  then cut and paste into a root window


 Rosemary


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



Re: [newbie] cd into file

2005-03-27 Thread Chris
On Sunday 27 March 2005 02:42 pm, Rosemary McGillicuddy wrote:
 I am feeling particularly stupid and frustrated just now.  I downloaded
 some files in preparation for installing gwenview.  I saved them to
 /home/rosemary/Linux Stuff/rpms - now I can't cd into it, tells me no
 such file or directory.  Thought I would rename it, but same problem.  I
 don't want to have to do the downloads again.  I've not had this problem
 before.  I can see the rpms in konqueror and that is the path it gives.
 It seems simple but I am stumped.  Wondered if it doesn't like the Linux
 Stuff name?

 Rosemary

Rosemary, if you just click on the rpm in Konqueror you'll be asked for the 
root password, enter that and the rpm will install.  Or am I out in left 
field again and this is not what your ultimate intent is?

Chris

-- 
Chris
Registered Linux User 283774 http://counter.li.org
19:57:11 up 14 days, 31 min, 1 user, load average: 0.12, 0.31, 0.47
Mandrake Linux 10.1 Official, kernel 2.6.8.1-12mdk

A pretty foot is one of the greatest gifts of nature... please send me your
last pair of shoes, already worn out in dancing... so I can have something
of yours to press against my heart.
-- Goethe



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



Re: [newbie] cd into file

2005-03-27 Thread Rosemary McGillicuddy
Chris wrote:
On Sunday 27 March 2005 02:42 pm, Rosemary McGillicuddy wrote:
 

I am feeling particularly stupid and frustrated just now.  I downloaded
some files in preparation for installing gwenview.  I saved them to
/home/rosemary/Linux Stuff/rpms - now I can't cd into it, tells me no
such file or directory.  Thought I would rename it, but same problem.  I
don't want to have to do the downloads again.  I've not had this problem
before.  I can see the rpms in konqueror and that is the path it gives.
It seems simple but I am stumped.  Wondered if it doesn't like the Linux
Stuff name?
Rosemary
   

Rosemary, if you just click on the rpm in Konqueror you'll be asked for the 
root password, enter that and the rpm will install.  Or am I out in left 
field again and this is not what your ultimate intent is?

Chris
 



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

 

Usually I would be happy to do that, but had instructions re gwenview to 
install in a certain order, and using urpmi, so that if there were 
errors I could cut and paste the output for problem solving.
I've fiddled around and done some more downloads and have it going.
Thanks for your help

Rosemary

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



Re: [newbie] cd into file

2005-03-27 Thread Duncan Anderson
aron smith wrote:
On Sunday 27 March 2005 12:42 pm, Rosemary McGillicuddy wrote:
 

I am feeling particularly stupid and frustrated just now.  I downloaded
some files in preparation for installing gwenview.  I saved them to
/home/rosemary/Linux Stuff/rpms - now I can't cd into it, tells me no
such file or directory.  Thought I would rename it, but same problem.  I
don't want to have to do the downloads again.  I've not had this problem
before.  I can see the rpms in konqueror and that is the path it gives.
It seems simple but I am stumped.  Wondered if it doesn't like the Linux
Stuff name?
Rosemary
   

just a thought try renaming from  /home/rosemary/Linux Stuff/rpms 
to
/home/rosemary/Linux_Stuff/rpms 
sometimes linux/unix takes exception to spaces in filenames

 

Alternatively, use double quotes so that the spaces don't cause a problem.
cd /home/rosemary/Linux Stuff/rpms
should do it.
cheers
Duncan


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



[newbie] CD-ROM problem

2005-03-22 Thread Aron Smith
my cdrom will not load a data program eg: linux distro it will however find 
and play music . has anyone ever had this happen to them?


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



Re: [newbie] CD-ROM problem

2005-03-22 Thread Dennis Myers
On Tuesday 22 March 2005 11:58 am, Aron Smith wrote:
 my cdrom will not load a data program eg: linux distro it will however find
 and play music . has anyone ever had this happen to them?
Aron, try right clicking the cdrom icon and see if it shows  mount  or 
unmount when you have a data cd in it. If mount click on that and mayhap it 
will read ok?
-- 
Dennis M. linux user #180842


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



Re: [newbie] CD sound

2005-03-17 Thread Ivica Bogdanovic
On Wednesday 09 March 2005 13:25, Teilhard Knight wrote:
Just go to xmms options   AUDIO I/O Plugins  CD AUDIO PLAYER in INPUT  
PLUGINS click it and click configure enable DIGITAL AUDIO EXSTRACTION and 
thats it 
Have a nice day
 From: Anne Wilson [EMAIL PROTECTED]
 To: newbie@linux-mandrake.com
 Sent: Wednesday, March 09, 2005 3:50 AM
 Subject: Re: [newbie] CD sound

  On Wednesday 09 Mar 2005 05:59, Teilhard Knight wrote:
   The advice Kaj gave is good install xmms-cdread and configure xmms to
   read audio CDs through IDE
   See my page here
   http://www.jennings.homelinux.net/audio_cd.html
 
  Thanks so much, Derek. As it happens there is a home theatre attached to
  one of my computers and it is configured for digital output only. I know
  this computer contain the cables properly plugged because I cloned it
  myself. About the other computers I haven't open, I do not know, but I
  believe you, and as a matter of fact I consider you solved my problem. I
  had a go with xmms, but I couldn't make it work. I'll have to do it
  following your instructions more carefully.
 
  Although received wisdom is that you only need xmms-cdread if no audio
  cable
  is attached to your sound card, I have found that it is necessary with
  both
  SBLive card and Audigy card in my systems.  Both of them have audio
  cables attached.  HTH

 Actually my card in my clone computer is the SB live. More wisdom my way.
 Thanks a lot.

 Teilhard

-- 
A putt that stops close enough to the cup to inspire such comments as
you could blow it in may be blown in.  This rule does not apply if
the ball is more than three inches from the hole, because no one wants
to make a travesty of the game.
-- Donald A. Metz
Linux master 2.6.8.1-10mdk #1 Wed Sep 8 17:00:52 CEST 2004 i686 AMD Athlon(tm) 
XP 2400+ unknown GNU/Linux
 20:59:31 up  1:15,  2 users,  load average: 0.56, 0.23, 0.10


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



Re: [newbie] CD sound

2005-03-09 Thread Anne Wilson
On Wednesday 09 Mar 2005 05:59, Teilhard Knight wrote:
  The advice Kaj gave is good install xmms-cdread and configure xmms to
  read audio CDs through IDE
  See my page here
  http://www.jennings.homelinux.net/audio_cd.html

 Thanks so much, Derek. As it happens there is a home theatre attached to
 one of my computers and it is configured for digital output only. I know
 this computer contain the cables properly plugged because I cloned it
 myself. About the other computers I haven't open, I do not know, but I
 believe you, and as a matter of fact I consider you solved my problem. I
 had a go with xmms, but I couldn't make it work. I'll have to do it
 following your instructions more carefully.

Although received wisdom is that you only need xmms-cdread if no audio cable 
is attached to your sound card, I have found that it is necessary with both 
SBLive card and Audigy card in my systems.  Both of them have audio cables 
attached.  HTH

Anne
-- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels


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



Re: [newbie] CD sound

2005-03-09 Thread Teilhard Knight
From: Anne Wilson [EMAIL PROTECTED]
To: newbie@linux-mandrake.com
Sent: Wednesday, March 09, 2005 3:50 AM
Subject: Re: [newbie] CD sound

On Wednesday 09 Mar 2005 05:59, Teilhard Knight wrote:
 The advice Kaj gave is good install xmms-cdread and configure xmms to
 read audio CDs through IDE
 See my page here
 http://www.jennings.homelinux.net/audio_cd.html
Thanks so much, Derek. As it happens there is a home theatre attached to
one of my computers and it is configured for digital output only. I know
this computer contain the cables properly plugged because I cloned it
myself. About the other computers I haven't open, I do not know, but I
believe you, and as a matter of fact I consider you solved my problem. I
had a go with xmms, but I couldn't make it work. I'll have to do it
following your instructions more carefully.
Although received wisdom is that you only need xmms-cdread if no audio 
cable
is attached to your sound card, I have found that it is necessary with 
both
SBLive card and Audigy card in my systems.  Both of them have audio cables
attached.  HTH
Actually my card in my clone computer is the SB live. More wisdom my way. 
Thanks a lot.

Teilhard 



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



Re: [newbie] CD sound

2005-03-08 Thread Teilhard Knight
From: Derek Jennings [EMAIL PROTECTED]
To: newbie@linux-mandrake.com
Sent: Sunday, March 06, 2005 6:24 PM
Subject: Re: [newbie] CD sound

On Monday 07 March 2005 00:03, Teilhard Knight wrote:
The wiring is OK in the three computers. I can listen to CD music in 
other
OSs.

Teilhard
That is not proof the wiring is OK
Windows does not need the analogue cable since it reads audio CDs using 
the
IDE interface. So to save money many computer manufacturers omit the audio
cable.

The advice Kaj gave is good install xmms-cdread and configure xmms to read
audio CDs through IDE
See my page here
http://www.jennings.homelinux.net/audio_cd.html
Thanks so much, Derek. As it happens there is a home theatre attached to one 
of my computers and it is configured for digital output only. I know this 
computer contain the cables properly plugged because I cloned it myself. 
About the other computers I haven't open, I do not know, but I believe you, 
and as a matter of fact I consider you solved my problem. I had a go with 
xmms, but I couldn't make it work. I'll have to do it following your 
instructions more carefully.

About the package I need to install, I get bad signatures, but then again, 
in all computers and in all cases where I have wanted to install a package, 
I get this annoying bad signatures error. I install anyhow. Do you know 
what is happening here?

Sorry for my late reply, but I have been kind of busy. Best wishes and 
thanks for taking the time.

Teilhard 



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



Re: [newbie] CD sound

2005-03-08 Thread Teilhard Knight
From: Greg Meyer [EMAIL PROTECTED]
To: newbie@linux-mandrake.com
Sent: Monday, March 07, 2005 10:24 PM
Subject: Re: [newbie] CD sound
On Sunday 06 March 2005 07:24 pm, Derek Jennings wrote:
Windows does not need the analogue cable since it reads audio CDs using 
the
IDE interface. So to save money many computer manufacturers omit the audio
cable.

The advice Kaj gave is good install xmms-cdread and configure xmms to read
audio CDs through IDE
See my page here

amarok can read audio cd through ide too
Thanks for the info. I suppose I have to grab the package because I do not 
see it in my Multimedia items. I am assuming it is a GUI application, not 
a command line which would be rather odd.

Teilhard


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



Re: [newbie] CD sound

2005-03-07 Thread Greg Meyer
On Sunday 06 March 2005 07:24 pm, Derek Jennings wrote:
 Windows does not need the analogue cable since it reads audio CDs using the
 IDE interface. So to save money many computer manufacturers omit the audio
 cable. 

 The advice Kaj gave is good install xmms-cdread and configure xmms to read
 audio CDs through IDE
 See my page here

amarok can read audio cd through ide too
-- 
/g


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



[newbie] CD sound

2005-03-06 Thread Teilhard Knight
After a lot of struggling with alsamixer and other programs, I was able to 
get sound from 3 computers. I was all happy until I decided to listen to a 
CD. No sound. I have looked everywhere I can see and see no problem. Also, 
when one goes to configure your desktop-sound-sound system, there is a 
button to test MIDI. Nothing happens if I press there. I suspect the only 
sound I can produce is Wav sound.

Any help to allow me to listen to my music will be greatly appreciated.
Teilhard. 



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



Re: [newbie] CD sound

2005-03-06 Thread Dennis Myers
On Sunday 06 March 2005 04:23 pm, Teilhard Knight wrote:
 After a lot of struggling with alsamixer and other programs, I was able to
 get sound from 3 computers. I was all happy until I decided to listen to a
 CD. No sound. I have looked everywhere I can see and see no problem. Also,
 when one goes to configure your desktop-sound-sound system, there is a
 button to test MIDI. Nothing happens if I press there. I suspect the only
 sound I can produce is Wav sound.

 Any help to allow me to listen to my music will be greatly appreciated.

 Teilhard.
Teilhard, is the CDROM or DVD player the device that has the sound cable 
jumpered to the Motherboard or Sound Card?   I do not get a sound when I test 
midi either but can still listen to CD audio.
-- 
Dennis M. linux user #180842


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



Re: [newbie] CD sound

2005-03-06 Thread Kaj Haulrich
On Sunday 06 March 2005 23:23, Teilhard Knight wrote:
 After a lot of struggling with alsamixer and other programs, I
 was able to get sound from 3 computers. I was all happy until I
 decided to listen to a CD. No sound. I have looked everywhere I
 can see and see no problem. Also, when one goes to configure
 your desktop-sound-sound system, there is a button to test
 MIDI. Nothing happens if I press there. I suspect the only sound
 I can produce is Wav sound.

 Any help to allow me to listen to my music will be greatly
 appreciated.

You can get sound from .mp3's .ogg's and from the net etc., but not 
from CD ?

If so, maybe you use a CD player like Noatun (the KCDplayer).  That 
one requires analog input.  That means you'll have to check if 
there is an audio cable from the device to the motherboard or 
soundcard.

Other players like grip or xmms can use digital input and require no 
audio cable.  I don't think grip needs any additional software, but 
xmms does.  I think it is called   xmms-cdread.

But first, try grip.  If no go, report back.

Kaj Haulrich.
-- 
*sent from a 100% Microsoft-free workstation*
 * http://haulrich.net *
*Running Linux (Mandrake 10.1) - kernel 2.6.8*


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



Re: [newbie] CD sound

2005-03-06 Thread Teilhard Knight
From: Dennis Myers [EMAIL PROTECTED]
To: newbie@linux-mandrake.com
Sent: Sunday, March 06, 2005 4:44 PM
Subject: Re: [newbie] CD sound

On Sunday 06 March 2005 04:23 pm, Teilhard Knight wrote:
After a lot of struggling with alsamixer and other programs, I was able 
to
get sound from 3 computers. I was all happy until I decided to listen to 
a
CD. No sound. I have looked everywhere I can see and see no problem. 
Also,
when one goes to configure your desktop-sound-sound system, there is 
a
button to test MIDI. Nothing happens if I press there. I suspect the only
sound I can produce is Wav sound.

Any help to allow me to listen to my music will be greatly appreciated.
Teilhard.
Teilhard, is the CDROM or DVD player the device that has the sound cable
jumpered to the Motherboard or Sound Card?   I do not get a sound when I 
test
midi either but can still listen to CD audio.
--
Dennis M. linux user #180842
The wiring is OK in the three computers. I can listen to CD music in other 
OSs.

Teilhard 



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



Re: [newbie] CD sound

2005-03-06 Thread Derek Jennings
On Monday 07 March 2005 00:03, Teilhard Knight wrote:


 The wiring is OK in the three computers. I can listen to CD music in other
 OSs.

 Teilhard

That is not proof the wiring is OK

Windows does not need the analogue cable since it reads audio CDs using the 
IDE interface. So to save money many computer manufacturers omit the audio 
cable.  

The advice Kaj gave is good install xmms-cdread and configure xmms to read 
audio CDs through IDE
See my page here
http://www.jennings.homelinux.net/audio_cd.html

derek

-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


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



Re: [newbie] CD sound

2005-03-06 Thread Teilhard Knight
From: Kaj Haulrich [EMAIL PROTECTED]
To: newbie@linux-mandrake.com
Sent: Sunday, March 06, 2005 4:58 PM
Subject: Re: [newbie] CD sound

On Sunday 06 March 2005 23:23, Teilhard Knight wrote:
After a lot of struggling with alsamixer and other programs, I
was able to get sound from 3 computers. I was all happy until I
decided to listen to a CD. No sound. I have looked everywhere I
can see and see no problem. Also, when one goes to configure
your desktop-sound-sound system, there is a button to test
MIDI. Nothing happens if I press there. I suspect the only sound
I can produce is Wav sound.
Any help to allow me to listen to my music will be greatly
appreciated.
You can get sound from .mp3's .ogg's and from the net etc., but not
from CD ?
If so, maybe you use a CD player like Noatun (the KCDplayer).  That
one requires analog input.  That means you'll have to check if
there is an audio cable from the device to the motherboard or
soundcard.
Other players like grip or xmms can use digital input and require no
audio cable.  I don't think grip needs any additional software, but
xmms does.  I think it is called   xmms-cdread.
But first, try grip.  If no go, report back.
It's a no-go, I'm afraid. Can't get even a small note, no low volume, 
nothing. I'll try to get the xmms-cdread and I'll report the outcome.

Teilhard. 



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



[newbie] CD playing on Upgraded KDE 3.3.2 broken.

2005-01-26 Thread steve.goodey
Hello,

I wonder if someone could help me with a broken KDE 3.3.2 please.

The story is that a working 10.1 Official with KDE 3.2 was upgraded
using Konstruct to KDE 3.3.2 which appeared to go ok. Before the upgrade
kaudiocreator, Amarok and cd playing worked ok. However after the
upgrade these are now broken. 

In general the sound works ok, startup/shutdown sounds play ok.
KAudioCreator fails with could not start process unable to create
io-slave: klauncher says unknown protocol audiocd. Amarok gives an
error, could not find any sound-engine plugins. Mixer complains that
library files for kcm_kmix.la not found in paths. In kde control centre,
the menu option Audio CDs crashes with library files for kcm_audio.la
not found in paths.

I installed KDE 3.3.2 in /opt/kde3.3.2 and have not removed kde 3.2,
could this be my problem? 

I tried adding /usr/lib/kde3 to my paths which is where kcm_kmix.la and
kcm_audio.la are, but no joy.

Any help appreciated.

Regards, Steve Goodey
Colchester, England.
mailto:[EMAIL PROTECTED]
http://www.stevegoodey.com
http://www.bbcfactual.com
Registered Linux user #372670 http://counter.li.org 


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



[newbie] cd/dvd drive not recognizing another disk on insertion

2005-01-01 Thread Bruce Ellison
Hey all.

As a new convert, I'm perplexed at several things, but this thread is
about I can read/write to the first disk that I put into my cd/dvd
burner drive.  But as soon as I take it out, and insert another disk,
Konqueror tells me that there are zero files on the new (data filled)
disk.

Now I thought I had this problem licked by being careful about
mounting/unmounting, but that doesn't seem to work 100% - to be clear,
mounting/unmounting was working when just reading the data disk, and
then unmounting it before ejecting it.  Then I tried to make a ISO in
K3B and then I got the zero files when browsing to the data DVD
again.


Problem is also solved by restarting Linux, but that obviously isn't a
long term solution.

I am just going in through mnt/cdrom.  Do I need to make a mnt/dvdrom
or something?

Background:  
drive is a LG 1610 dual layer DVD burner
Mandrake 10.1 Community on x86_64


PS  On google, reply to list thanks.


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



Re: [newbie] CD-burning

2004-12-13 Thread Ron Hunter-Duvar
On December 12, 2004 21:25, RickSisler wrote:
 Graham Watkins ([EMAIL PROTECTED]) wrote:
..
 Hi Graham,
 k3b works for me, both DVD and CD's and the RPM's are from Charles.
 http://www.eslrahc.com/

 Hope it works for ya.

A couple of months ago, under 10.0 Official Download edition, I could burn 
data CDs, but not audio CDs. It always got 95-98% done, then failed, no 
matter what I did. This was using the version of K3B shipped by Mdk. Then I 
upgraded to the versions on Charles' web site, and it worked fine after that. 
So I would definitely recommend trying Charles' rpms if you haven't already.

Since then, I've upgraded to a slightly newer computer, a new DVD burner, and 
Mdk 10.1 Official Download, and haven't had any problems at all, using the 
version of K3B shipped with this version of Mdk, so I haven't needed Charles' 
10.1 rpms (yet).

-- 
Ron
ron dot hunterduvar at shaw dot ca

Opinions expressed here are all mine.

As you know, necessity is the mother of invention.
I don't know who the father is. Remorse, I guess. - Red Green


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



Re: [newbie] CD-burning - semi-hijack

2004-12-13 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 13 Dec 2004 18:56, Ron Hunter-Duvar wrote:
 On December 12, 2004 21:25, RickSisler wrote:
  Graham Watkins ([EMAIL PROTECTED]) wrote:

 A couple of months ago, under 10.0 Official Download edition, I could burn
 data CDs, but not audio CDs. It always got 95-98% done, then failed, no
 matter what I did. This was using the version of K3B shipped by Mdk. Then I
 upgraded to the versions on Charles' web site, and it worked fine after
 that. So I would definitely recommend trying Charles' rpms if you haven't
 already.

 Since then, I've upgraded to a slightly newer computer, a new DVD burner,
 and Mdk 10.1 Official Download, and haven't had any problems at all, using
 the version of K3B shipped with this version of Mdk, so I haven't needed
 Charles' 10.1 rpms (yet).

As a matter of interest, did you have any problems when changing the drive?  
I'm about to swap my ancient cd burner for a new dvd burner.

Anne
- -- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBvfHLkFAvMr/nNX8RAiinAJ4iva6s6xAxsatcVcNdDCy9Fok24gCfZVWD
U/nfGOPjZFsQ+mj6Dt6Kxao=
=NCDu
-END PGP SIGNATURE-


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



Re: [newbie] CD-burning - semi-hijack

2004-12-13 Thread Ron Hunter-Duvar
On December 13, 2004 12:47, Anne Wilson wrote:
 On Monday 13 Dec 2004 18:56, Ron Hunter-Duvar wrote:
  On December 12, 2004 21:25, RickSisler wrote:
   Graham Watkins ([EMAIL PROTECTED]) wrote:
 
  A couple of months ago, under 10.0 Official Download edition, I could
  burn data CDs, but not audio CDs. It always got 95-98% done, then failed,
  no matter what I did. This was using the version of K3B shipped by Mdk.
  Then I upgraded to the versions on Charles' web site, and it worked fine
  after that. So I would definitely recommend trying Charles' rpms if you
  haven't already.
 
  Since then, I've upgraded to a slightly newer computer, a new DVD burner,
  and Mdk 10.1 Official Download, and haven't had any problems at all,
  using the version of K3B shipped with this version of Mdk, so I haven't
  needed Charles' 10.1 rpms (yet).

 As a matter of interest, did you have any problems when changing the drive?
 I'm about to swap my ancient cd burner for a new dvd burner.

 Anne

No, it couldn't have gone smoother. Just opened up the case, checked the 
jumpers (Dell seems to like setting all their ide devices to cable-select 
rather than master/slave), plugged it in, and rebooted. Mandrake recognized 
it, and K3B (version 0.11.17) burned to it, with no problems. The biggest 
problem was removing the years of accumulated dust :^).

BTW, the name on the outside of the drive is WriterPlus by RetailPlus (never 
heard of them before, it's a Walmart special :^). Internally, according to 
cdrecord --scanbus, it a 'TOSHIBA ' 'ODD-DVD SD-R5272' '1030'.

-- 
Ron
ron dot hunterduvar at shaw dot ca

Opinions expressed here are all mine.

As you know, necessity is the mother of invention.
I don't know who the father is. Remorse, I guess. - Red Green


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



Re: [newbie] CD-burning - semi-hijack

2004-12-13 Thread Bryan Phinney
On Monday 13 December 2004 17:31, Anne Wilson wrote:

  BTW, the name on the outside of the drive is WriterPlus by RetailPlus
  (never heard of them before, it's a Walmart special :^). Internally,
  according to cdrecord --scanbus, it a 'TOSHIBA ' 'ODD-DVD SD-R5272'
  '1030'.

 A pleasure to come, then.  Our local Walmart, Asda, doesn't yet offer us pc
 goods, though the range of electronics is slowly growing ;-)

A quick plug.  I bought a Sony DVD DW-D22A about 3 months ago.  $60 US, Dual 
format, Double Density DVD+ support.  It has been absolutely awesome.  Worked 
out of the box with K3b and X-CD-Roast and webCDwriter.  I usually buy the 
absolute cheapest media possible and this things eats through whatever I put 
in at the top rated speed, no problems.  

I haven't bought any of the double layer discs to try them out but just for 
standard stuff, this burner is awesome.

-- 
Bryan Phinney



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



Re: [newbie] CD-burning

2004-12-12 Thread Graham Watkins
Brian Parish wrote:
On Fri, 26 Nov 2004 09:44 am, Anders Lind wrote:
Hello friends,
I have experienced something strange, after upgrading to 10.0 from 9.1 my
CD/DVD-writer has stopped being reckognised as a SCSI-device, cdrecord
-scanbus gives me this info:
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version
(warly-scsi-linux-sg.c-1.80-mdk '@(#)scsi-linux-sg.c  1.80 04/03/08
Copyright 1997 J. Schilling'). scsibus1:
   1,0,0   100) '_NEC' 'DVD+RW ND-1100A ' '1.80' Removable CD-ROM
   1,1,0   101) *
   1,2,0   102) *
   1,3,0   103) *
   1,4,0   104) *
   1,5,0   105) *
   1,6,0   106) *
   1,7,0   107) *
there are no /dev/sg after what I can see in the treesystem and no
/dev/scd0 either, interestingly enough it seems that X-CD-Roast seems to
reckognise the burner as a burner but refuses to burn with it. Gnometoaster
just give me the errormessage to do the scanbus. I suspect I am missing
something somewhere, but I am not sure what...or maybe I do, it seems also
that I have a append = hdc=ide-scsi in lilo.conf as well, I am at a loss
here
/Anders

If you are using the default 2.6 kernel, then scsi emulation is no longer 
required or supported.  Remove the ide-scsi stuff from lilo and expect the 
burner apps to see the drive as hdc (or whatever depending on the number of 
drives you have).

HTH
Brian

Hi Guys,
getting into the debate a little late but this info from the xcdroast 
site seems relevant:

Linux Kernel 2.6.8 broke CD-Writing:
I had several reports that the last 2.6.x kernel broke CD-Writing using the ATAPI driver. Don't update if you want to continue to use X-CD-Roast, or switch back 
to SCSI-emulation.
It's a pity that I had to trash 3 cds before I found out about this. 
From what has been said here, I gather that SCSI emulation is no longer 
an option.  So what's the  best way of writing CDs now? My burner is the 
 OPTORITECD-RW CW5201 if that matters.


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



Re: [newbie] CD-burning

2004-12-12 Thread RickSisler
Graham Watkins ([EMAIL PROTECTED]) wrote:
 Hi Guys,
 
 getting into the debate a little late but this info from the xcdroast 
 site seems relevant:
 
 Linux Kernel 2.6.8 broke CD-Writing:
 I had several reports that the last 2.6.x kernel broke CD-Writing using 
 the ATAPI driver. Don't update if you want to continue to use X-CD-Roast, 
 or switch back 
 to SCSI-emulation.
 
 It's a pity that I had to trash 3 cds before I found out about this. 
 From what has been said here, I gather that SCSI emulation is no longer 
 an option.  So what's the  best way of writing CDs now? My burner is the 
  ???OPTORITECD-RW CW5201 if that matters.
Hi Graham,
k3b works for me, both DVD and CD's and the RPM's are from Charles.
http://www.eslrahc.com/

Hope it works for ya.
-- 
RickS  Registered Linux user #338463
Mdk 10.1 OE - Linux 2.6.8.1-12mdk@ http://counter.li.org

gpg --recv-keys --keyserver www.keyserver.net 0x24AABE61


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



Re: [newbie] CD-burning

2004-12-12 Thread Graham Watkins
RickSisler wrote:
Hi Graham,
k3b works for me, both DVD and CD's and the RPM's are from Charles.
http://www.eslrahc.com/
Hope it works for ya.
Tried it, worked.
Thanks Rick.

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



Re: [newbie] CD-RW Problem

2004-12-01 Thread Poogle
On Tuesday 30 Nov 2004 23:09, BJ Tracy wrote:
 Hi All,

 Well I have been trying to copy a couple of Cmas CD's to play in my
 vehicle and don't seem to be having any luck(running MDK 10.0).

 Every time it gets 91% done and gives the following:
 unknow error 254  listed below is the copy of the failure.

 Track 10:   30 of   37 MB written (fifo 100%) [buf  98%]   4.0x.
 /usr/bin/cdrecord: Success. write_g1: scsi sendcmd: no error
 CDB:  2A 00 00 05 B7 6E 00 00 1B 00
 status: 0x2 (CHECK CONDITION)
 Sense Bytes: 70 00 03 00 00 00 00 0A 00 00 00 00 0C 00 00 D2
 Sense Key: 0x3 Medium Error, Segment 0
 Sense Code: 0x0C Qual 0x00 (write error) Fru 0x0
 Sense flags: Blk 0 (not valid) actual retry count 0
 resid: 63504
 cmd finished after 3.601s timeout 200s
 /usr/bin/cdrecord: A write error occured.
 /usr/bin/cdrecord: Please properly read the error message above.
 write track data: error after 32196528 bytes
 Writing  time:  623.826s
 Average write speed   4.4x.
 Min drive buffer fill was 94%
 Fixating...
 Fixating time:0.003s
 /usr/bin/cdrecord: fifo had 6385 puts and 6322 gets.
 /usr/bin/cdrecord: fifo was 0 times empty and 6311 times full, min fill
 was 96%.

 I'm a real newbie here so PLEASE don't reply as you would to one of your
 Linux colleagues.

 Thanks for all your help.

 B.J. Tracy



 Registered Linux User 364157
 http://counter.li.org

Can't offer anything specific, I haven't made the move up from 9.1 yet but You 
don't say how you are trying to burn them - Command line, X-CDRoast, K3b ? 
but a brief browse of the mailing list archives - find them at -
http://marc.theaimsgroup.com/?l=mandrake-newbier=1w=2 
suggests that K3b should work for your purpose
-- 
http://www.poogle.co.uk


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



Re: [newbie] CD-RW Problem

2004-12-01 Thread BJ Tracy
On Wed, 2004-12-01 at 05:20, Poogle wrote:
 On Tuesday 30 Nov 2004 23:09, BJ Tracy wrote:
  Hi All,
 
  Well I have been trying to copy a couple of Cmas CD's to play in my
  vehicle and don't seem to be having any luck(running MDK 10.0).

SNIP
Sorry using K3b.  
BJ

  Every time it gets 91% done and gives the following:
  unknow error 254  listed below is the copy of the failure.
 
  Track 10:   30 of   37 MB written (fifo 100%) [buf  98%]   4.0x.
  /usr/bin/cdrecord: Success. write_g1: scsi sendcmd: no error
  CDB:  2A 00 00 05 B7 6E 00 00 1B 00
  status: 0x2 (CHECK CONDITION)
  Sense Bytes: 70 00 03 00 00 00 00 0A 00 00 00 00 0C 00 00 D2
  Sense Key: 0x3 Medium Error, Segment 0
  Sense Code: 0x0C Qual 0x00 (write error) Fru 0x0
  Sense flags: Blk 0 (not valid) actual retry count 0
  resid: 63504
  cmd finished after 3.601s timeout 200s
  /usr/bin/cdrecord: A write error occured.
  /usr/bin/cdrecord: Please properly read the error message above.
  write track data: error after 32196528 bytes
  Writing  time:  623.826s
  Average write speed   4.4x.
  Min drive buffer fill was 94%
  Fixating...
  Fixating time:0.003s
  /usr/bin/cdrecord: fifo had 6385 puts and 6322 gets.
  /usr/bin/cdrecord: fifo was 0 times empty and 6311 times full, min fill
  was 96%.
 
  I'm a real newbie here so PLEASE don't reply as you would to one of your
  Linux colleagues.
 
  Thanks for all your help.
 
  B.J. Tracy
 
 
 
  Registered Linux User 364157
  http://counter.li.org
 
 Can't offer anything specific, I haven't made the move up from 9.1 yet but 
 You 
 don't say how you are trying to burn them - Command line, X-CDRoast, K3b ? 
 but a brief browse of the mailing list archives - find them at -
 http://marc.theaimsgroup.com/?l=mandrake-newbier=1w=2
 suggests that K3b should work for your purpose



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



[newbie] CD-RW Problem

2004-11-30 Thread BJ Tracy
Hi All,

Well I have been trying to copy a couple of Cmas CD's to play in my
vehicle and don't seem to be having any luck(running MDK 10.0).

Every time it gets 91% done and gives the following:
unknow error 254  listed below is the copy of the failure.

Track 10:   30 of   37 MB written (fifo 100%) [buf  98%]   4.0x.
/usr/bin/cdrecord: Success. write_g1: scsi sendcmd: no error
CDB:  2A 00 00 05 B7 6E 00 00 1B 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 03 00 00 00 00 0A 00 00 00 00 0C 00 00 D2
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x0C Qual 0x00 (write error) Fru 0x0
Sense flags: Blk 0 (not valid) actual retry count 0
resid: 63504
cmd finished after 3.601s timeout 200s
/usr/bin/cdrecord: A write error occured.
/usr/bin/cdrecord: Please properly read the error message above.
write track data: error after 32196528 bytes
Writing  time:  623.826s
Average write speed   4.4x.
Min drive buffer fill was 94%
Fixating...
Fixating time:0.003s
/usr/bin/cdrecord: fifo had 6385 puts and 6322 gets.
/usr/bin/cdrecord: fifo was 0 times empty and 6311 times full, min fill
was 96%.

I'm a real newbie here so PLEASE don't reply as you would to one of your
Linux colleagues.

Thanks for all your help.

B.J. Tracy



Registered Linux User 364157
http://counter.li.org
_
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilize Microsoft DRM encoded documents
__
  Mandrake GNU/Linux 10.0 OE/Kernel 2.6.3-7/ No Viruses here. 



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



Re: [newbie] CD-burning

2004-11-26 Thread Tom Brinkman
On Thursday 25 November 2004 04:44 pm, Anders Lind wrote:
 Hello friends,

 I have experienced something strange, after upgrading to 10.0
 from 9.1 my CD/DVD-writer has stopped being reckognised as a
 SCSI-device, cdrecord -scanbus gives me this info:

 scsidev: 'ATA'
 devname: 'ATA'
 scsibus: -2 target: -2 lun: -2
 Warning: Using badly designed ATAPI via /dev/hd* interface.
 Linux sg driver version: 3.5.27
 Using libscg version 'schily-0.8'.
 cdrecord: Warning: using inofficial libscg transport code
 version (warly-scsi-linux-sg.c-1.80-mdk '@(#)scsi-linux-sg.c 
 1.80 04/03/08 Copyright 1997 J. Schilling'). scsibus1:
 1,0,0   100) '_NEC' 'DVD+RW ND-1100A ' '1.80'
 Removable CD-ROM 1,1,0   101) *
 1,2,0   102) *
 1,3,0   103) *
 1,4,0   104) *
 1,5,0   105) *
 1,6,0   106) *
 1,7,0   107) *

 there are no /dev/sg after what I can see in the treesystem and
 no /dev/scd0 either, interestingly enough it seems that

/dev/scd*  is no longer used. 2.6.x kernels no longer use scsi 
emulation.

 Make sure you are using udev by running (you might need to do 
a 'urpmi udev' first)

 tom # service udev status
udev is running   [  OK  ]

   if not, run 'service udev start' and try again.

Then 'urpme devfs'  and remove any  devfs=mount  statement 
from lilo.conf  (or you can change it to  devfs=nomount )
Then.

 X-CD-Roast seems to reckognise the burner as a burner but
 refuses to burn with it. Gnometoaster just give me the
 errormessage to do the scanbus. I suspect I am missing
 something somewhere, but I am not sure what...or maybe I do, it
 seems also that I have a append = hdc=ide-scsi in lilo.conf
 
No, remove that from lilo.conf and run 'lilo' after all the 
above edits.

 as well, I am at a loss here

 /Anders

 Run  'cdrecord dev=ATA -scanbus'  You might see it 
recommended to use 'dev=ATAPI' but that is deprecated already. 
'dev=ATA' is the more correct form.  Eg, here's mine;

 tom # cdrecord dev=ATA -scanbus
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 
1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD 
support
Note: and therefore may have bugs that are not present in the 
original.
Note: Please send bug reports or support requests to 
[EMAIL PROTECTED].
Note: The author of cdrecord should not be bothered with problems 
in this version.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
#

  Warning: Using ATAPI via /dev/hd* interface. Use dev=ATA:X,Y,Z 
or dev=/dev/hdX

#
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version 
(warly-Mandrakelinux-scsi-linux-sg '@(#)scsi-linux-sg.c   
1.83 04/05/20 Copyright 1997 J. Schilling').
scsibus1:
1,0,0   100) 'TEAC' 'DV-516E ' '3.01' 
Removable CD-ROM
1,1,0   101) 'PLEXTOR ' 'CD-R   PREMIUM  ' '1.05' 
Removable CD-ROM
1,2,0   102) *
1,3,0   103) *
1,4,0   104) *
1,5,0   105) *
1,6,0   106) *
1,7,0   107) *

 Notice my burner is 1,1,0   So; 
cdrecord -v -eject speed=24 dev=ATA:1,1,0 ...

  is my basic form for burning CDr's.  speed= can be omitted 
and your burner should try an use it's fastest speed, but I'd 
suggest you use 1/2 of the lesser; your burner's speed or the 
media you use.  My burner is 52x, and I use 52x media, so I burn 
at 24x.  Notice from the Warning: that I could also use the 
form 'dev=/dev/hdc'  (burner is primary on the 2nd IDE channel).
I'd recommend usin 'dev=ATA:X,Y,Z'

   You might also have somethin like this in /etc/modprobe.conf

# This file is autogenerated from /etc/modules.conf using 
# generate-modprobe.conf command

install scsi_hostadapter /sbin/modprobe sata_via; /bin/true

You could have this if you'd done a fresh install. Since you 
upgraded you can try running 'generate-modprobe.conf'  That will 
try to convert your existing modules.conf (2.4.x kernels) into a 
suitable modprobe.conf (2.6.x kernels).  Backup your existing  
modprobe.conf  first.

  Either way you might need a line like this with the appropriate 
driver for your burner. (Mine is  'sata_via'  for an IDE/SATA 
combo VIA mobo). I'm not positive on this, as my SATA drive also 
uses SCSI emulation.  IOW's, the modprobe.conf line above might 
not be needed on your system.  So if you don't have it, try a 
test burn without it.
-- 
  Tom Brinkman Corpus Christi, Texas
   Proud to be an American


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

[newbie] CD-burning

2004-11-25 Thread Anders Lind
Hello friends,

I have experienced something strange, after upgrading to 10.0 from 9.1 my 
CD/DVD-writer has stopped being reckognised as a SCSI-device, cdrecord -scanbus 
gives me this info:

scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version 
(warly-scsi-linux-sg.c-1.80-mdk '@(#)scsi-linux-sg.c  1.80 04/03/08 Copyright 
1997 J. Schilling').
scsibus1:
1,0,0   100) '_NEC' 'DVD+RW ND-1100A ' '1.80' Removable CD-ROM
1,1,0   101) *
1,2,0   102) *
1,3,0   103) *
1,4,0   104) *
1,5,0   105) *
1,6,0   106) *
1,7,0   107) *

there are no /dev/sg after what I can see in the treesystem and no /dev/scd0 
either, interestingly enough it seems that X-CD-Roast seems to reckognise the 
burner as a burner but refuses to burn with it. Gnometoaster just give me the 
errormessage to do the scanbus. I suspect I am missing something somewhere, but 
I am not sure what...or maybe I do, it seems also that I have a append = 
hdc=ide-scsi in lilo.conf as well, I am at a loss here

/Anders


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



Re: [newbie] CD-burning

2004-11-25 Thread Brian Parish
On Fri, 26 Nov 2004 09:44 am, Anders Lind wrote:
 Hello friends,

 I have experienced something strange, after upgrading to 10.0 from 9.1 my
 CD/DVD-writer has stopped being reckognised as a SCSI-device, cdrecord
 -scanbus gives me this info:

 scsidev: 'ATA'
 devname: 'ATA'
 scsibus: -2 target: -2 lun: -2
 Warning: Using badly designed ATAPI via /dev/hd* interface.
 Linux sg driver version: 3.5.27
 Using libscg version 'schily-0.8'.
 cdrecord: Warning: using inofficial libscg transport code version
 (warly-scsi-linux-sg.c-1.80-mdk '@(#)scsi-linux-sg.c  1.80 04/03/08
 Copyright 1997 J. Schilling'). scsibus1:
 1,0,0   100) '_NEC' 'DVD+RW ND-1100A ' '1.80' Removable CD-ROM
 1,1,0   101) *
 1,2,0   102) *
 1,3,0   103) *
 1,4,0   104) *
 1,5,0   105) *
 1,6,0   106) *
 1,7,0   107) *

 there are no /dev/sg after what I can see in the treesystem and no
 /dev/scd0 either, interestingly enough it seems that X-CD-Roast seems to
 reckognise the burner as a burner but refuses to burn with it. Gnometoaster
 just give me the errormessage to do the scanbus. I suspect I am missing
 something somewhere, but I am not sure what...or maybe I do, it seems also
 that I have a append = hdc=ide-scsi in lilo.conf as well, I am at a loss
 here

 /Anders

If you are using the default 2.6 kernel, then scsi emulation is no longer 
required or supported.  Remove the ide-scsi stuff from lilo and expect the 
burner apps to see the drive as hdc (or whatever depending on the number of 
drives you have).

HTH
Brian


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



Re: [newbie] CD burner problems

2004-11-14 Thread Keith Powell
On Saturday 13 Nov 2004 7:31 pm, Keith Powell wrote:
 Two days ago, my Yamaha CD burner decided it wasn't going to burn! It
 will play data CDs normally, but when I insert a CD and try to burn
 with it, I get a message that there is an input/output error. The
 tray then opens and I get a message to insert a blank CD. Push the
 tray back in and the same thing happens again.

 It's the same whether I try to burn a new CD, a new CD-RW or a
 previously recorded CD-RW. It won't erase a CD-RW either.

 For some time, before this happened a couple of days ago, it would
 only record a CD-RW at a maximum speed of 2x and a CD at a maximum of
 6x. When it was new (two and a half years ago), I was getting 10-15x
 for a CD-RW and 20x for a CD. All the blanks are still from the same
 batches as the original ones.

 I have tried to burn with K3b and XCDroast in Mandrake, PCLOS and
 Libranet, also Nero in W98SE. All are the same, please insert a CD.
 I already have done :(

 I don't want to go to the expense of buying a new drive, unless I
 know that the drive is faulty and the fault does not lie elsewhere.

 From these symptoms, is it likely that the drive has gone duff, or
 can someone please suggest what else may suddenly be causing the
 drive to play but not record?


Thanks, Mikkel and Greg for your replies.

I have installed the latest firmware update, but it still does not work. 
There are the same error messages. So it looks as thought the writing 
laser has gone. 

I will have to get a new writer.

Cheers

Keith



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



[newbie] CD burner problems

2004-11-13 Thread Keith Powell
Two days ago, my Yamaha CD burner decided it wasn't going to burn! It will 
play data CDs normally, but when I insert a CD and try to burn with it, I get 
a message that there is an input/output error. The tray then opens and I get 
a message to insert a blank CD. Push the tray back in and the same thing 
happens again.

It's the same whether I try to burn a new CD, a new CD-RW or a previously 
recorded CD-RW. It won't erase a CD-RW either.

For some time, before this happened a couple of days ago, it would only record 
a CD-RW at a maximum speed of 2x and a CD at a maximum of 6x. When it was new 
(two and a half years ago), I was getting 10-15x for a CD-RW and 20x for a 
CD. All the blanks are still from the same batches as the original ones.

I have tried to burn with K3b and XCDroast in Mandrake, PCLOS and Libranet, 
also Nero in W98SE. All are the same, please insert a CD. I already have 
done :(   

I don't want to go to the expense of buying a new drive, unless I know that 
the drive is faulty and the fault does not lie elsewhere.

From these symptoms, is it likely that the drive has gone duff, or can 
someone please suggest what else may suddenly be causing the drive to play 
but not record? 

Many thanks

Keith




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



Re: [newbie] CD burner problems

2004-11-13 Thread mikkel
 Two days ago, my Yamaha CD burner decided it wasn't going to burn! It will
 play data CDs normally, but when I insert a CD and try to burn with it, I
 get
 a message that there is an input/output error. The tray then opens and I
 get
 a message to insert a blank CD. Push the tray back in and the same thing
 happens again.

 It's the same whether I try to burn a new CD, a new CD-RW or a previously
 recorded CD-RW. It won't erase a CD-RW either.

 For some time, before this happened a couple of days ago, it would only
 record
 a CD-RW at a maximum speed of 2x and a CD at a maximum of 6x. When it was
 new
 (two and a half years ago), I was getting 10-15x for a CD-RW and 20x for a
 CD. All the blanks are still from the same batches as the original ones.

 I have tried to burn with K3b and XCDroast in Mandrake, PCLOS and
 Libranet,
 also Nero in W98SE. All are the same, please insert a CD. I already have
 done :(

 I don't want to go to the expense of buying a new drive, unless I know
 that
 the drive is faulty and the fault does not lie elsewhere.

From these symptoms, is it likely that the drive has gone duff, or can
 someone please suggest what else may suddenly be causing the drive to play
 but not record?

 Many thanks

 Keith



Before giving up on the drive, see if there is a firmware update for it. 
If so, installing it may solve the problem.  Try this even if the update
it the same version as in already installed.  It may be that the firmware
in the drive got corrupted.  It isn't susposed to happen, but it sometimes
does.  Static? Cosmic rays? Strange sortware?  I don't know...

Mikkel



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



Re: [newbie] CD burner problems

2004-11-13 Thread Greg Meyer
On Saturday 13 November 2004 02:31 pm, Keith Powell wrote:
 From these symptoms, is it likely that the drive has gone duff, or can
 someone please suggest what else may suddenly be causing the drive to play
 but not record?

There are two lasers in the drive, one for playing and one for recording.  
Sound like the laser that does the recording burned out.
-- 
/g


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



[newbie] CD ROM's Not Mounting Up

2004-07-20 Thread JRH

Hi All,

I went up to 10OE yesterday, and now my CD ROM drives arent automounting. If 
youre installing something, and Mandrake asks for something, it will open the 
drawer and load from the CD ok.

However, stick a cd in, and that's it, no desktop icon, and if you go 
into /mnt/cdrom/, just a blank page.

How can I turn Automount on? I have looked, but cant see!

Many thanks,

JRH

-- 
  Sent using Kmail, on Mandrake Linux 10 Official
  Microsoft: Which Virus Would You Like to Catch Today?
  Registered Linux User #340061
  73 de M3GXQ
  Yaesu FT-902DM HF, 40/20/15/10m Dipole
  Yaesu FT-7800E VHF/UHF, Dual band Co Linear
 13:54:40 up 12:43,  0 users,  load average: 1.50, 1.23, 0.95


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



Re: [newbie] CD ROM's Not Mounting Up

2004-07-20 Thread Eric Huff
 Hi All,

 I went up to 10OE yesterday, and now my CD ROM drives arent automounting.
 If
 youre installing something, and Mandrake asks for something, it will open
 the drawer and load from the CD ok.

 However, stick a cd in, and that's it, no desktop icon, and if you go
 into /mnt/cdrom/, just a blank page.

 How can I turn Automount on? I have looked, but cant see!

What WM are you using?

I have the answer at home, but i'll try to remember here:

Read the release notes for the either the 2.6 kernel or Mandrake itself,
there's a small paragraph on supermount or automount that says they are
disabled by default, and some other kde/gnome usable thing replaced it. 
Just do a text search for supermount or automount.

I uninstalled that (i don't use gnome or kde) and re added the supermount
stuff.

HTH,
eric



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



Re: [newbie] CD ROM's Not Mounting Up

2004-07-20 Thread Greg Meyer
On Sunday 18 July 2004 08:57 am, JRH wrote:
 Hi All,

 I went up to 10OE yesterday, and now my CD ROM drives arent automounting.
 If youre installing something, and Mandrake asks for something, it will
 open the drawer and load from the CD ok.

 However, stick a cd in, and that's it, no desktop icon, and if you go
 into /mnt/cdrom/, just a blank page.

 How can I turn Automount on? I have looked, but cant see!

You need to read the release notes on the first CD, it explains how 
auto-mounting changed from 9.2 to 10.0.  An online version is here also.

http://qa.mandrakesoft.com/twiki/bin/view/Main/MandrakeLinux10ReleaseNotes
-- 
/g


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



Re: [newbie] CD playing? :-\

2004-07-07 Thread Frans Ketelaars
On Wednesday 07 July 2004 05:52, John Layt wrote:
 While we're on the subject of CD playing, my sisters motherboard
 doesn't have connectors for the analog cable (damn Win-centric
 machines), so I have her using Kaffeine as default for CD and DVD
 playing (Totem has been removed so I have a consistent KDE-only
 desktop to support by phone).  Of course, putting in a CD causes
 MagicDev to start up KsCD, which gives no sound.  Any quick tips on
 making MagicDev run Kaffeine instead?

 I know, I could do some digging myself but it's often quicker to get
 the answer here...

 John.

An audio CD does not contain a file system so it isn't mounted. In KsCD 
just click on the icon with hammer and screwdriver - CD player and 
uncheck autoplay when CD inserted.

HTH,

-Frans



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



Re: [newbie] CD playing? :-\

2004-07-07 Thread Tom Brinkman
On Wednesday 07 July 2004 02:19 am, Frans Ketelaars wrote:
 On Wednesday 07 July 2004 05:52, John Layt wrote:
  While we're on the subject of CD playing, my sisters
  motherboard doesn't have connectors for the analog cable
  (damn Win-centric machines), so I have her using Kaffeine as
  default for CD and DVD playing (Totem has been removed so I
  have a consistent KDE-only desktop to support by phone).  Of
  course, putting in a CD causes MagicDev to start up KsCD,
  which gives no sound.  Any quick tips on making MagicDev run
  Kaffeine instead?
 
  I know, I could do some digging myself but it's often quicker
  to get the answer here...
 
  John.

 An audio CD does not contain a file system so it isn't mounted.
 In KsCD just click on the icon with hammer and screwdriver -
 CD player and uncheck autoplay when CD inserted.

 HTH,

 -Frans

Another solution:  as root, 'urpme magicdev' followed by 
'supermount -i enable  mount -a'
-- 
  Tom Brinkman Corpus Christi, Texas
   Proud to be an American


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



Re: [newbie] CD playing? :-\

2004-07-06 Thread C. Tresenriter
On 06 Jul 2004 16:09:52 -0400
Eric Scott [EMAIL PROTECTED] wrote:

   I recently reinstalled Mandrake Linux 9.1 on my good ol' Pentium 1 @
 233Mhz. It's an old computer, but it had a 40x12x48 CD RW drive.  I have
 sound up and running fine (via sndconfig), but the CD player still
 doesn't play CDs. The counter runs and it does everything else it's
 supposed to do, except for actually spit out the sound. 
 Anybody know how I can fix this?
 I'm pretty newbie so be basic.
 Thanx,
ES
 

Volumes are muted by default - run Aumix and/or Kmix and check.
 
 


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



Re: [newbie] CD playing? :-\

2004-07-06 Thread Eric Scott
On Tue, 2004-07-06 at 17:22, PM wrote:
 On Tue, 2004-07-06 at 23:09, Eric Scott wrote:
  I recently reinstalled Mandrake Linux 9.1 on my good ol' Pentium 1 @
  233Mhz. It's an old computer, but it had a 40x12x48 CD RW drive.  I have
  sound up and running fine (via sndconfig), but the CD player still
  doesn't play CDs. The counter runs and it does everything else it's
  supposed to do, except for actually spit out the sound. 
  Anybody know how I can fix this?
  I'm pretty newbie so be basic.
  Thanx,
 ES
  
  
 
 It does have the cable between Cd  sound card doesn't it?
 
 ooo; mwehe. I'm smart when I wanna be ;-) I'm sure I have it in
 a drawer somewhere... but I don't recall plugging it in when I replaced
it's old crappy 4x drive. :-P  
   Thanx! This list rocks even with *duh* stuff. lol
ES



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



Re: [newbie] CD playing? :-\

2004-07-06 Thread robin
Eric Scott wrote:
	I recently reinstalled Mandrake Linux 9.1 on my good ol' Pentium 1 @
233Mhz. It's an old computer, but it had a 40x12x48 CD RW drive.  I have
sound up and running fine (via sndconfig), but the CD player still
doesn't play CDs. The counter runs and it does everything else it's
supposed to do, except for actually spit out the sound. 
Anybody know how I can fix this?
Have you checked your mixer setting in aumix or kmix? The CD is on a 
different channel, and may be muted.

Sir Robin
--
I have detailed files.
- Terminator II
Robin Turner
IDMYO
Bilkent Universitesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin


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



Re: [newbie] CD playing? :-\

2004-07-06 Thread Kaj Haulrich
On Tuesday 06 July 2004 22:09, Eric Scott wrote:
   I recently reinstalled Mandrake Linux 9.1 on my good ol' Pentium
 1 @ 233Mhz. It's an old computer, but it had a 40x12x48 CD RW
 drive.  I have sound up and running fine (via sndconfig), but the
 CD player still doesn't play CDs. The counter runs and it does
 everything else it's supposed to do, except for actually spit out
 the sound.
 Anybody know how I can fix this?
 I'm pretty newbie so be basic.
 Thanx,
ES

If you use the KsCD player, it will need an audio cable from the 
drive to the soundcard/motherboard. In 10.0 one can use Totem, 
because it uses the IDE interface. However, i think XMMS and maybe 
Grip can be tweaked to use that as well. But without an analog 
cable KsCD is a no-go. An audio cable comes at around $ 1.

Kaj Haulrich.
-- 
*sent from a 100% Microsoft-free workstation*
 *www.haulrich.net*
*Running Linux (Mandrake 10.0) - kernel 2.6.3*


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



Re: [newbie] CD playing? :-\

2004-07-06 Thread Eric Scott
Yeah. I thought I already had a cable... but I can't find it newhere
:-S.  It's wierd, under windows I can just plug into the headphone jack
on the CD player and it'll go fine, but I still can't get sound to come
out of it w/ KsCD. U know where I could download Totem or one of those
things? I have 9.1 and don't dare to put anything too much more advanced
on this ol' computer, it runs slow enough after choosing 9.1 over 8.2.
:-P

On Tue, 2004-07-06 at 17:40, Kaj Haulrich wrote:
 On Tuesday 06 July 2004 22:09, Eric Scott wrote:
  I recently reinstalled Mandrake Linux 9.1 on my good ol' Pentium
  1 @ 233Mhz. It's an old computer, but it had a 40x12x48 CD RW
  drive.  I have sound up and running fine (via sndconfig), but the
  CD player still doesn't play CDs. The counter runs and it does
  everything else it's supposed to do, except for actually spit out
  the sound.
  Anybody know how I can fix this?
  I'm pretty newbie so be basic.
  Thanx,
 ES
 
 If you use the KsCD player, it will need an audio cable from the 
 drive to the soundcard/motherboard. In 10.0 one can use Totem, 
 because it uses the IDE interface. However, i think XMMS and maybe 
 Grip can be tweaked to use that as well. But without an analog 
 cable KsCD is a no-go. An audio cable comes at around $ 1.
 
 Kaj Haulrich.



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



Re: [newbie] CD playing? :-\

2004-07-06 Thread Kaj Haulrich
On Tuesday 06 July 2004 22:49, Eric Scott wrote:
 Yeah. I thought I already had a cable... but I can't find it
 newhere

 :-S.  It's wierd, under windows I can just plug into the
 : headphone jack

 on the CD player and it'll go fine, but I still can't get sound
 to come out of it w/ KsCD. U know where I could download Totem or
 one of those things? I have 9.1 and don't dare to put anything
 too much more advanced on this ol' computer, it runs slow enough
 after choosing 9.1 over 8.2.

 :-P

 On Tue, 2004-07-06 at 17:40, Kaj Haulrich wrote:
  On Tuesday 06 July 2004 22:09, Eric Scott wrote:
 I recently reinstalled Mandrake Linux 9.1 on my good ol'
   Pentium 1 @ 233Mhz. It's an old computer, but it had a
   40x12x48 CD RW drive.  I have sound up and running fine (via
   sndconfig), but the CD player still doesn't play CDs. The
   counter runs and it does everything else it's supposed to do,
   except for actually spit out the sound.
   Anybody know how I can fix this?
   I'm pretty newbie so be basic.
   Thanx,
  ES
 
  If you use the KsCD player, it will need an audio cable from
  the drive to the soundcard/motherboard. In 10.0 one can use
  Totem, because it uses the IDE interface. However, i think XMMS
  and maybe Grip can be tweaked to use that as well. But without
  an analog cable KsCD is a no-go. An audio cable comes at around
  $ 1.

You can get totem for 9.1 here :
http://rpmfind.net//linux/RPM/mandrake/9.1/contrib/i586/totem-0.95.1-2mdk.i586.html
(all this on one line, of course).

HTH
Kaj Haulrich.
-- 
*sent from a 100% Microsoft-free workstation*
 *www.haulrich.net*
*Running Linux (Mandrake 10.0) - kernel 2.6.3*


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



Re: [newbie] CD playing? :-\

2004-07-06 Thread Erylon Hines
On Tuesday 06 July 2004 01:31 pm, Eric Scott wrote:
| On Tue, 2004-07-06 at 17:22, PM wrote:
|  On Tue, 2004-07-06 at 23:09, Eric Scott wrote:
| I recently reinstalled Mandrake Linux 9.1 on my good ol' Pentium 1 @
|   233Mhz. It's an old computer, but it had a 40x12x48 CD RW drive.  I
|   have sound up and running fine (via sndconfig), but the CD player still
|   doesn't play CDs. The counter runs and it does everything else it's
|   supposed to do, except for actually spit out the sound.
|   Anybody know how I can fix this?
|   I'm pretty newbie so be basic.
|   Thanx,
|  ES
| 
|  It does have the cable between Cd  sound card doesn't it?
| 
|  ooo; mwehe. I'm smart when I wanna be ;-) I'm sure I
|  have it in
|
|  a drawer somewhere... but I don't recall plugging it in when I replaced
| it's old crappy 4x drive. :-P
|Thanx! This list rocks even with *duh* stuff. lol
| ES

Probably because most of us have done it, at least once!!!   8)



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



Re: [newbie] CD playing? :-\

2004-07-06 Thread Aron Smith
On Tuesday 06 July 2004 01:25 pm, Eric Scott wrote:
 On Wed, 2004-07-07 at 17:12, Aron Smith wrote:
  On Tuesday 06 July 2004 01:09 pm, Eric Scott wrote:
 I recently reinstalled Mandrake Linux 9.1 on my good ol' Pentium 1 @
   233Mhz. It's an old computer, but it had a 40x12x48 CD RW drive.  I
   have sound up and running fine (via sndconfig), but the CD player still
   doesn't play CDs. The counter runs and it does everything else it's
   supposed to do, except for actually spit out the sound.
   Anybody know how I can fix this?
   I'm pretty newbie so be basic.
   Thanx,
  ES
 
  Do you have Kmix configured? the default volume is off
 
  That crossed my mind, but Kmix has the master volume @ 90%  the CD
  volume @ ~3/4 of max. :-\
Are you trying to play it with Totem? if so configure Xmms for CD play 
  __
 
  
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
  Join the Club : http://www.mandrakeclub.com
  


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



Re: [newbie] CD playing? :-\

2004-07-06 Thread Aron Smith
On Tuesday 06 July 2004 01:49 pm, Eric Scott wrote:
 Yeah. I thought I already had a cable... but I can't find it newhere

 :-S.  It's wierd, under windows I can just plug into the headphone jack

 on the CD player and it'll go fine, but I still can't get sound to come
 out of it w/ KsCD. U know where I could download Totem or one of those
 things? I have 9.1 and don't dare to put anything too much more advanced
 on this ol' computer, it runs slow enough after choosing 9.1 over 8.2.

 :-P

 On Tue, 2004-07-06 at 17:40, Kaj Haulrich wrote:
  On Tuesday 06 July 2004 22:09, Eric Scott wrote:
 I recently reinstalled Mandrake Linux 9.1 on my good ol' Pentium
   1 @ 233Mhz. It's an old computer, but it had a 40x12x48 CD RW
   drive.  I have sound up and running fine (via sndconfig), but the
   CD player still doesn't play CDs. The counter runs and it does
   everything else it's supposed to do, except for actually spit out
   the sound.
   Anybody know how I can fix this?
   I'm pretty newbie so be basic.
   Thanx,
  ES
 
  If you use the KsCD player, it will need an audio cable from the
  drive to the soundcard/motherboard. In 10.0 one can use Totem,
  because it uses the IDE interface. However, i think XMMS and maybe
  Grip can be tweaked to use that as well. But without an analog
  cable KsCD is a no-go. An audio cable comes at around $ 1.
 
  Kaj Haulrich.
Open XMMS right click in the upper left corner.. A menu should drop down click 
on Visualization plugins
Configure and activate the CD player plug-in (might as well activate the mp3 
plug-in too . (you don't necessarily need the sound cable)


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



Re: [newbie] CD playing? :-\

2004-07-06 Thread Eric Scott
On Wed, 2004-07-07 at 22:13, Aron Smith wrote:
 On Tuesday 06 July 2004 01:49 pm, Eric Scott wrote:
  Yeah. I thought I already had a cable... but I can't find it newhere
 
  :-S.  It's wierd, under windows I can just plug into the headphone jack
 
  on the CD player and it'll go fine, but I still can't get sound to come
  out of it w/ KsCD. U know where I could download Totem or one of those
  things? I have 9.1 and don't dare to put anything too much more advanced
  on this ol' computer, it runs slow enough after choosing 9.1 over 8.2.
 
  :-P
 
  On Tue, 2004-07-06 at 17:40, Kaj Haulrich wrote:
   On Tuesday 06 July 2004 22:09, Eric Scott wrote:
I recently reinstalled Mandrake Linux 9.1 on my good ol' Pentium
1 @ 233Mhz. It's an old computer, but it had a 40x12x48 CD RW
drive.  I have sound up and running fine (via sndconfig), but the
CD player still doesn't play CDs. The counter runs and it does
everything else it's supposed to do, except for actually spit out
the sound.
Anybody know how I can fix this?
I'm pretty newbie so be basic.
Thanx,
   ES
  
   If you use the KsCD player, it will need an audio cable from the
   drive to the soundcard/motherboard. In 10.0 one can use Totem,
   because it uses the IDE interface. However, i think XMMS and maybe
   Grip can be tweaked to use that as well. But without an analog
   cable KsCD is a no-go. An audio cable comes at around $ 1.
  
   Kaj Haulrich.
 Open XMMS right click in the upper left corner.. A menu should drop down click 
 on Visualization plugins
 Configure and activate the CD player plug-in (might as well activate the mp3 
 plug-in too . (you don't necessarily need the sound cable)

Okie day. I think I follow so far... but I can't find anywhere where it
will let me tell it to play via IDE.  The plugins are all enabled by
default.  ??
 
 __
 
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 



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



Re: [newbie] CD playing? :-\

2004-07-06 Thread John Layt
While we're on the subject of CD playing, my sisters motherboard doesn't have 
connectors for the analog cable (damn Win-centric machines), so I have her 
using Kaffeine as default for CD and DVD playing (Totem has been removed so I 
have a consistent KDE-only desktop to support by phone).  Of course, putting 
in a CD causes MagicDev to start up KsCD, which gives no sound.  Any quick 
tips on making MagicDev run Kaffeine instead?  

I know, I could do some digging myself but it's often quicker to get the 
answer here...

John.


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



Re: [newbie] CD playing? :-\

2004-07-06 Thread Aron Smith
On Tuesday 06 July 2004 07:23 pm, Eric Scott wrote:
 On Wed, 2004-07-07 at 22:13, Aron Smith wrote:
  On Tuesday 06 July 2004 01:49 pm, Eric Scott wrote:
   Yeah. I thought I already had a cable... but I can't find it newhere
  
   :-S.  It's wierd, under windows I can just plug into the headphone jack
  
   on the CD player and it'll go fine, but I still can't get sound to come
   out of it w/ KsCD. U know where I could download Totem or one of those
   things? I have 9.1 and don't dare to put anything too much more
   advanced on this ol' computer, it runs slow enough after choosing 9.1
   over 8.2.
  
   :-P
  
   On Tue, 2004-07-06 at 17:40, Kaj Haulrich wrote:
On Tuesday 06 July 2004 22:09, Eric Scott wrote:
   I recently reinstalled Mandrake Linux 9.1 on my good ol' Pentium
 1 @ 233Mhz. It's an old computer, but it had a 40x12x48 CD RW
 drive.  I have sound up and running fine (via sndconfig), but the
 CD player still doesn't play CDs. The counter runs and it does
 everything else it's supposed to do, except for actually spit out
 the sound.
 Anybody know how I can fix this?
 I'm pretty newbie so be basic.
 Thanx,
ES
   
If you use the KsCD player, it will need an audio cable from the
drive to the soundcard/motherboard. In 10.0 one can use Totem,
because it uses the IDE interface. However, i think XMMS and maybe
Grip can be tweaked to use that as well. But without an analog
cable KsCD is a no-go. An audio cable comes at around $ 1.
   
Kaj Haulrich.
 
  Open XMMS right click in the upper left corner.. A menu should drop down
  click on Visualization plugins
  Configure and activate the CD player plug-in (might as well activate the
  mp3 plug-in too . (you don't necessarily need the sound cable)

 Okie day. I think I follow so far... but I can't find anywhere where it
 will let me tell it to play via IDE.  The plugins are all enabled by
 default.  ??
Lets try something else
open the audio I/O plugins menu
where it says output plugin does it say oss driver (libOSS.so) ?
if so Click on CD Audio player 1.2.9
check to see that it is enabled
if so click on configure
Make sure that analog play is checked


  __
 
  
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
  Join the Club : http://www.mandrakeclub.com
  


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



Re: [newbie] CD-RW device problem

2004-06-23 Thread Jason Kretzer
--- Jason Kretzer [EMAIL PROTECTED] wrote:
 --- Hoyt Bailey [EMAIL PROTECTED] wrote:
 [snip]
 
   
   
   Here is the contents of my fstab
  
   [EMAIL PROTECTED] jason]# cat /etc/fstab
   /dev/hdb2 / ext3 noatime 1 1
   none /dev/pts devpts mode=0620 0 0
   /dev/hdb6 /home ext3 noatime 1 2
   /dev/hdc /mnt/cdrom auto
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
   0 0
   /dev/hdd /mnt/cdrom2 auto
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
   0 0
   none /mnt/floppy supermount
   
 

dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
   0 0
   /dev/hda1 /mnt/windows ntfs
  umask=0,nls=iso8859-1,ro 0
   0
   none /proc proc defaults 0 0
   /dev/hdb5 swap swap defaults 0 0
   none /mnt/hd supermount
   
 

dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
   0 0
   [EMAIL PROTECTED] jason]#
   
  yours
   /dev/hdc /mnt/cdrom auto
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
   0 0
   /dev/hdd /mnt/cdrom2 auto
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
   0 0
  
  mine
   none /mnt/cdrom supermount 
 

dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0
  
  0 0 
  
  It appears that you do not have supermount on your
  cd drives that will 
  require that you 'mount /mnt/cdrom[?]' from a
  terminal before 
  attempting access. or you could add supermount
 after
  
  'none /mnt/cdrom[?]'.
  -- 
  Regards;
  Hoyt
  
   
 
 
 Yep that did it.  
 
 Thanks!
 
 -Jason
   
 __

Ack! same problem again, even with the new line in the
fstab.  I now have a link on the desktop to /mnt/cdrom
which goes to /dev/hdc, which is there whether a cd is
in the drive or not.  When I click the link, there are
no contents.  

So, I opened a terminal and tried to umount it and got
this

/mnt/cdrom: not mounted

OK, so I tried to mount it using and got this

mount /dev/hdc /mnt/cdrom
mount: block device /dev/hdc is write-protected,
mounting read-only
mount: No medium found


Here are the contents of my current fstab file, the
original contents are listed above.

/dev/hdb2 / ext3 noatime 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdb6 /home ext3 noatime 1 2
#/dev/hdc /mnt/cdrom auto
umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
none /mnt/cdrom supermount
dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0
0 0
/dev/hdd /mnt/cdrom2 auto
umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
none /mnt/floppy supermount
dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
0 0
/dev/hda1 /mnt/windows ntfs umask=0,nls=iso8859-1,ro 0
0
none /proc proc defaults 0 0
/dev/hdb5 swap swap defaults 0 0
none /mnt/hd supermount
dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
0 0


Thanks again,

-Jason



__
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail


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



Re: [newbie] CD-RW device problem

2004-06-23 Thread John Richard Smith
Jason Kretzer wrote:
Ack! same problem again, even with the new line in the
fstab.  I now have a link on the desktop to /mnt/cdrom
which goes to /dev/hdc, which is there whether a cd is
in the drive or not.  When I click the link, there are
no contents.  

So, I opened a terminal and tried to umount it and got
this
/mnt/cdrom: not mounted
OK, so I tried to mount it using and got this
mount /dev/hdc /mnt/cdrom
mount: block device /dev/hdc is write-protected,
mounting read-only
mount: No medium found
Here are the contents of my current fstab file, the
original contents are listed above.
#/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
 

hashed out automount
none /mnt/cdrom supermount dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0 0 0
 

supermount
/dev/hdd /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
 

automount
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0
 

supermount
none /mnt/hd supermount 
dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
 0 0
Thanks again,
-Jason
 

Not sure if this helps,this is in MD10,
After fiddling around for ages, I gave up on supermount in general, and 
went back to automount like this,
/dev/hdc /mnt/cdrom auto 
umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec 0 0
/dev/hdd /mnt/cdrom2 auto 
umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec 0 0
/dev/fd0 /mnt/floppy auto user,iocharset=iso8859
/dev/fd1 /mnt/floppy2 auto user,iocharset=iso8859

I left this as it is, not knowing what it does for you,
none /mnt/hd supermount 
dev=/dev/scsi/host2/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-15,kudzu,codepage=850 
0 0

then mount -a
I also ran,
supermount disable /mnt/cdrom
supermount disable /mnt/cdrom2
supermount disable /mnt/floppy
supermount disable /mnt/floppy2
not sure if it did anything, but all seems reasonably stable, except 
occassionally the floppies don't umount reliably and I have to resort to 
logging out and in to clear it.

John
--
John Richard Smith
[EMAIL PROTECTED] 



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



Re: [newbie] CD-RW device problem

2004-06-23 Thread Jason Kretzer
--- Jason Kretzer [EMAIL PROTECTED] wrote:
 --- Jason Kretzer [EMAIL PROTECTED] wrote:
  --- Hoyt Bailey [EMAIL PROTECTED] wrote:
  [snip]
  


Here is the contents of my fstab
   
[EMAIL PROTECTED] jason]# cat /etc/fstab
/dev/hdb2 / ext3 noatime 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdb6 /home ext3 noatime 1 2
/dev/hdc /mnt/cdrom auto
   
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
/dev/hdd /mnt/cdrom2 auto
   
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
none /mnt/floppy supermount

  
 

dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
0 0
/dev/hda1 /mnt/windows ntfs
   umask=0,nls=iso8859-1,ro 0
0
none /proc proc defaults 0 0
/dev/hdb5 swap swap defaults 0 0
none /mnt/hd supermount

  
 

dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
0 0
[EMAIL PROTECTED] jason]#

   yours
/dev/hdc /mnt/cdrom auto
   
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
/dev/hdd /mnt/cdrom2 auto
   
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
   
   mine
none /mnt/cdrom supermount 
  
 

dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0
   
   0 0 
   
   It appears that you do not have supermount on
 your
   cd drives that will 
   require that you 'mount /mnt/cdrom[?]' from a
   terminal before 
   attempting access. or you could add supermount
  after
   
   'none /mnt/cdrom[?]'.
   -- 
   Regards;
   Hoyt
   

  
  
  Yep that did it.  
  
  Thanks!
  
  -Jason
  
  __
 
 Ack! same problem again, even with the new line in
 the
 fstab.  I now have a link on the desktop to
 /mnt/cdrom
 which goes to /dev/hdc, which is there whether a cd
 is
 in the drive or not.  When I click the link, there
 are
 no contents.  
 
 So, I opened a terminal and tried to umount it and
 got
 this
 
 /mnt/cdrom: not mounted
 
 OK, so I tried to mount it using and got this
 
 mount /dev/hdc /mnt/cdrom
 mount: block device /dev/hdc is write-protected,
 mounting read-only
 mount: No medium found
 
 
 Here are the contents of my current fstab file, the
 original contents are listed above.
 
 /dev/hdb2 / ext3 noatime 1 1
 none /dev/pts devpts mode=0620 0 0
 /dev/hdb6 /home ext3 noatime 1 2
 #/dev/hdc /mnt/cdrom auto

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
 0 0
 none /mnt/cdrom supermount

dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0
 0 0
 /dev/hdd /mnt/cdrom2 auto

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
 0 0
 none /mnt/floppy supermount

dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
 0 0
 /dev/hda1 /mnt/windows ntfs umask=0,nls=iso8859-1,ro
 0
 0
 none /proc proc defaults 0 0
 /dev/hdb5 swap swap defaults 0 0
 none /mnt/hd supermount

dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
 0 0
 
 
 Thanks again,
 
 -Jason
 
 
   


As an addition to this, I went back to the original
fstab(listed way at the top) and rebooted.  I then had
the same results.

What does one do when their cd-rw does not mount
reliably?  I don't believe it is a hardware problem
since this is a dual boot with win2k and it works
great there.

-Jason





__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


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



Re: [newbie] CD-RW device problem

2004-06-20 Thread Hoyt Bailey
On Saturday 19 June 2004 20:50, Jason Kretzer wrote:
 Hello list,
 
 I have the following Cd burner: 
 
 SONY CD-RW CRX160E
 
 It appears to be mounted fine as K3B and xcdroast can
 both see it.  Unfortunately, both act as though there
 is no disc in it.  Another symptom is when I am
 installing software from the CD's the software
 installer asks me to place the CD in /dev/hdc (which
 is the cdrom in question) when I do, it keeps asking
 me for it.  A third similar symptom is when I place a
 CD in it that does have stuff on it and it will not
 read it or even place that cool automount icon on the
 desktop.
 
 If anyone knows of a way around this, I would
 appreciate the help.  If you need more information,
 tell me where to find it and I will provide it.
 
 On a side note, this pc was upgraded from RedHat 8.0
 and xcdroast worked just fine.
 
 Thanks,
 
 -Jason
 
Can you post your /etc/fstab?


-- 
Regards;
Hoyt


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



Re: [newbie] CD-RW device problem

2004-06-20 Thread Hoyt Bailey
On Sunday 20 June 2004 11:45, Jason Kretzer wrote:
 --- Hoyt Bailey [EMAIL PROTECTED] wrote:
  On Saturday 19 June 2004 20:50, Jason Kretzer wrote:
   Hello list,
   
   I have the following Cd burner: 
   
   SONY CD-RW CRX160E
   
   It appears to be mounted fine as K3B and xcdroast
  can
   both see it.  Unfortunately, both act as though
  there
   is no disc in it.  Another symptom is when I am
   installing software from the CD's the software
   installer asks me to place the CD in /dev/hdc
  (which
   is the cdrom in question) when I do, it keeps
  asking
   me for it.  A third similar symptom is when I
  place a
   CD in it that does have stuff on it and it will
  not
   read it or even place that cool automount icon on
  the
   desktop.
   
   If anyone knows of a way around this, I would
   appreciate the help.  If you need more
  information,
   tell me where to find it and I will provide it.
   
   On a side note, this pc was upgraded from RedHat
  8.0
   and xcdroast worked just fine.
   
   Thanks,
   
   -Jason
   
  Can you post your /etc/fstab?
  
  
  -- 
  Regards;
  Hoyt
  
   
 
 
 Here is the contents of my fstab

 [EMAIL PROTECTED] jason]# cat /etc/fstab
 /dev/hdb2 / ext3 noatime 1 1
 none /dev/pts devpts mode=0620 0 0
 /dev/hdb6 /home ext3 noatime 1 2
 /dev/hdc /mnt/cdrom auto
 umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
 0 0
 /dev/hdd /mnt/cdrom2 auto
 umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
 0 0
 none /mnt/floppy supermount
 
dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
 0 0
 /dev/hda1 /mnt/windows ntfs umask=0,nls=iso8859-1,ro 0
 0
 none /proc proc defaults 0 0
 /dev/hdb5 swap swap defaults 0 0
 none /mnt/hd supermount
 
dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
 0 0
 [EMAIL PROTECTED] jason]#
 
yours
 /dev/hdc /mnt/cdrom auto
 umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
 0 0
 /dev/hdd /mnt/cdrom2 auto
 umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
 0 0

mine
 none /mnt/cdrom supermount 
dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0 
0 0 

It appears that you do not have supermount on your cd drives that will 
require that you 'mount /mnt/cdrom[?]' from a terminal before 
attempting access. or you could add supermount after 
'none /mnt/cdrom[?]'.
-- 
Regards;
Hoyt


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



Re: [newbie] CD-RW device problem

2004-06-20 Thread Jason Kretzer
--- Hoyt Bailey [EMAIL PROTECTED] wrote:
[snip]

  
  
  Here is the contents of my fstab
 
  [EMAIL PROTECTED] jason]# cat /etc/fstab
  /dev/hdb2 / ext3 noatime 1 1
  none /dev/pts devpts mode=0620 0 0
  /dev/hdb6 /home ext3 noatime 1 2
  /dev/hdc /mnt/cdrom auto
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
  0 0
  /dev/hdd /mnt/cdrom2 auto
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
  0 0
  none /mnt/floppy supermount
  

dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
  0 0
  /dev/hda1 /mnt/windows ntfs
 umask=0,nls=iso8859-1,ro 0
  0
  none /proc proc defaults 0 0
  /dev/hdb5 swap swap defaults 0 0
  none /mnt/hd supermount
  

dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
  0 0
  [EMAIL PROTECTED] jason]#
  
 yours
  /dev/hdc /mnt/cdrom auto
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
  0 0
  /dev/hdd /mnt/cdrom2 auto
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
  0 0
 
 mine
  none /mnt/cdrom supermount 

dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0
 
 0 0 
 
 It appears that you do not have supermount on your
 cd drives that will 
 require that you 'mount /mnt/cdrom[?]' from a
 terminal before 
 attempting access. or you could add supermount after
 
 'none /mnt/cdrom[?]'.
 -- 
 Regards;
 Hoyt
 
  


Yep that did it.  

Thanks!

-Jason




__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail


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



[newbie] CD-RW device problem

2004-06-19 Thread Jason Kretzer
Hello list,

I have the following Cd burner: 

SONY CD-RW CRX160E

It appears to be mounted fine as K3B and xcdroast can
both see it.  Unfortunately, both act as though there
is no disc in it.  Another symptom is when I am
installing software from the CD's the software
installer asks me to place the CD in /dev/hdc (which
is the cdrom in question) when I do, it keeps asking
me for it.  A third similar symptom is when I place a
CD in it that does have stuff on it and it will not
read it or even place that cool automount icon on the
desktop.

If anyone knows of a way around this, I would
appreciate the help.  If you need more information,
tell me where to find it and I will provide it.

On a side note, this pc was upgraded from RedHat 8.0
and xcdroast worked just fine.

Thanks,

-Jason




__
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail


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



[newbie] CD burn verify

2004-06-18 Thread Scott Mazur
OK, so I downloaded the ISOs for Mandrake 10.0, and the MD5s all check out.  I
burned each one to CDROM without any reported problems, but I'm having a heck
of a time trying to install on particular box I've got (crashes randomly at
the point of installing software).  This isn't the first time I've installed
MDK 10.0 (network upgrade from 9.2), and I'm beginning to suspect the CD is
corrupt so I googled for some method to compare the CD against the ISO, but
came up with scratch.

Is there an easy way to verify a burned CD against the original ISO?

Scott

--
Nothing goes to waste when Little Fish are near!
(http://www.littlefish.ca)



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



Re: [newbie] CD burn verify

2004-06-18 Thread Marc Lijour
Le June 18, 2004 03:47 pm, Scott Mazur a écrit :
 OK, so I downloaded the ISOs for Mandrake 10.0, and the MD5s all check out.
  I burned each one to CDROM without any reported problems, but I'm having a
 heck of a time trying to install on particular box I've got (crashes
 randomly at the point of installing software).  This isn't the first time
 I've installed MDK 10.0 (network upgrade from 9.2), and I'm beginning to
 suspect the CD is corrupt so I googled for some method to compare the CD
 against the ISO, but came up with scratch.

 Is there an easy way to verify a burned CD against the original ISO?
k3b has an option check and it calculates the md5sum.


 Scott

 --
 Nothing goes to waste when Little Fish are near!
 (http://www.littlefish.ca)


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



Re: [newbie] CD burn verify

2004-06-18 Thread Mikkel L. Ellertson
Scott Mazur wrote:
OK, so I downloaded the ISOs for Mandrake 10.0, and the MD5s all check out.  I
burned each one to CDROM without any reported problems, but I'm having a heck
of a time trying to install on particular box I've got (crashes randomly at
the point of installing software).  This isn't the first time I've installed
MDK 10.0 (network upgrade from 9.2), and I'm beginning to suspect the CD is
corrupt so I googled for some method to compare the CD against the ISO, but
came up with scratch.
Is there an easy way to verify a burned CD against the original ISO?
Scott
--
Nothing goes to waste when Little Fish are near!
(http://www.littlefish.ca)

dd if=/dev/cdrom bs=2048 | md5sum
Without the bs option, it will still work, but it will generate a read 
error at the end of most CDs...

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!


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



Re: [newbie] CD burn verify

2004-06-18 Thread JRH
 This isn't the first time
 I've installed MDK 10.0 (network upgrade from 9.2), and I'm beginning to
 suspect the CD is corrupt

I have major problems when installing 10 from scratch (ie freshly formatted
drive) also. I have 2 different CD sets from 2 different sources here, and
the same happens with both.

Normally it all goes wrong after the files have been copied, and it prompts
you to enter the new root password. Enter it, and click ok, and the whole
system just locks up, and the only way to get it back is to reboot, and then
the install is totally shot, as X hasnt even been installed by that
stage..

The only way I have found around it, is to intall 9.2 first, and then
upgrade from 9.2 to 10.

Unless anyone has any better ideas?

JRH

- Original Message -
From: Marc Lijour [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 18, 2004 9:03 PM
Subject: Re: [newbie] CD burn verify


 Le June 18, 2004 03:47 pm, Scott Mazur a écrit :
  OK, so I downloaded the ISOs for Mandrake 10.0, and the MD5s all check
out.
   I burned each one to CDROM without any reported problems, but I'm
having a
  heck of a time trying to install on particular box I've got (crashes
  randomly at the point of installing software).  This isn't the first
time
  I've installed MDK 10.0 (network upgrade from 9.2), and I'm beginning to
  suspect the CD is corrupt so I googled for some method to compare the CD
  against the ISO, but came up with scratch.
 
  Is there an easy way to verify a burned CD against the original ISO?
 k3b has an option check and it calculates the md5sum.

 
  Scott
 
  --
  Nothing goes to waste when Little Fish are near!
  (http://www.littlefish.ca)








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





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



Re: [newbie] CD burn verify

2004-06-18 Thread Scott Mazur
On Fri, 18 Jun 2004 16:03:24 -0400, Marc Lijour wrote
 Le June 18, 2004 03:47 pm, Scott Mazur a écrit :
  OK, so I downloaded the ISOs for Mandrake 10.0, and the MD5s all check out.
   I burned each one to CDROM without any reported problems, but I'm having a
  heck of a time trying to install on particular box I've got (crashes
  randomly at the point of installing software).  This isn't the first time
  I've installed MDK 10.0 (network upgrade from 9.2), and I'm beginning to
  suspect the CD is corrupt so I googled for some method to compare the CD
  against the ISO, but came up with scratch.
 
  Is there an easy way to verify a burned CD against the original ISO?
 k3b has an option check and it calculates the md5sum.

Ya, sure if you want to burn a new CD.  Unfortunately, that does nothing to
verify an previously burned CD.

Scott

--
Nothing goes to waste when Little Fish are near!
(http://www.littlefish.ca)



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



Re: [newbie] CD burn verify

2004-06-18 Thread Scott Mazur
On Fri, 18 Jun 2004 15:04:13 -0500, Mikkel L. Ellertson wrote
  Is there an easy way to verify a burned CD against the original ISO?
  
 dd if=/dev/cdrom bs=2048 | md5sum
 Without the bs option, it will still work, but it will generate a 
 read error at the end of most CDs...

Thanks!  That was the ticket.  The burned MD5 matched the ISO MD5, so at least
my burner is working fine.  Only now I've got to find out what the problem is
with the box I'm installing :(

Scott

--
Nothing goes to waste when Little Fish are near!
(http://www.littlefish.ca)



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



Re: [newbie] CD burn verify

2004-06-18 Thread Bill Spatz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 18 June 2004 02:04 pm, Mikkel L. Ellertson wrote:
 Scott Mazur wrote:
  OK, so I downloaded the ISOs for Mandrake 10.0, and the
  MD5s all check out.  I burned each one to CDROM without
  any reported problems, but I'm having a heck of a time
  trying to install on particular box I've got (crashes
  randomly at the point of installing software).  

I've had this problem when the drive on the install machine 
has decided it's getting close to time to leave this world.

You can sometimes get past this by blowing the drive out with 
some canned air.

Bill
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA01rMzHeHGYMT3rQRAlbFAKDFVZVaM8yXLvnY261G6LLQYvRuBgCdFSHP
QodRfPMu8olIKODF9IgpEwU=
=SCbl
-END PGP SIGNATURE-


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



Re: [newbie] CD burn verify

2004-06-18 Thread Eric Huff
  Is there an easy way to verify a burned CD against the original
  ISO?
  
 dd if=/dev/cdrom bs=2048 | md5sum
 Without the bs option, it will still work, but it will generate a
 read error at the end of most CDs...

I have also done it this way:

md5sum /dev/cdrom

eric


-- 
Mandrake HowTo's  More:  http://twiki.mdklinuxfaq.org


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



Re: [newbie] cd mount problem

2004-06-14 Thread Michael Adolf
On Saturday 12 June 2004 10:44 pm, David E. Fox wrote:

 If you're using 10.0 (which seems likely) you want to use the ATA device
 for the cdrom, not the scsi device. You'll want to prefix your device
 with ATA: (i.e., cdrecord -dev=ATA:1,0,0).

 try cdrecord --scanbus -dev=ATA, see what it reports. It should report
 your manufacturer under 1,0,0.

I am using 10.0 CE and when I tried the above I get:
**
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version 
(warly-scsi-linux-sg.c-1.80-mdk '@(#)scsi-linux-sg.c  1.80 04/03/08 Copyright 
1997 J. Schilling').
scsibus1:
1,0,0   100) 'LITE-ON ' 'DVDRW LDW-451S  ' 'GSB4' Removable CD-ROM
1,1,0   101) *
1,2,0   102) *
1,3,0   103) *
1,4,0   104) *
1,5,0   105) *
1,6,0   106) *
1,7,0   107) *
***
Although it says the drive is on 1,0,0, dvd::rip would only work when I set 
the cdrecord device = ATAPI:0,0,0.

Bottom line is it now works.  Thanks for your help!

Mike



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



Re: [newbie] CD problem

2004-06-13 Thread Ian
On Sunday 13 Jun 2004 03:47, David E. Fox wrote:
 On Sat, 12 Jun 2004 20:30:55 +0100

 Ian [EMAIL PROTECTED] wrote:
  Could someone please explain to me why I can't open a mounted CD using
  Konqueror.
  I use KDE and Mandrake 10 official.

 If you mean you're trying to read directly from /dev using konqueror, I
 don't see how that would work. There are (strictly speaking) no files in
 a /dev, it's just a sequence of bytes. Now, if you mount the device
 under /mnt/cdrom, and then open konqueror and view what's in /mnt/cdrom,
 then that's different.
No, I meant clicking on the mounted CD icon gives the KIOerror :-)
Yes, I'm able to do everything   /mnt/cdrom .
I have no idea what I (must) have altered, but it used to work just by 
clicking on the icon . 
-- 
[EMAIL PROTECTED]
Powered by Mandrake 10
   Microsoft Free


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



[newbie] cd mount problem

2004-06-12 Thread Mike Adolf
I am using dvdrip to copy a dvd and during the burn phase I get:

*
ERROR: Cannot open SCSI device '1,0,0' cannot open /dev/sg.
*
The (1,0,0) I put in as the 'cdrecord device' it stands for device location 
bus,target,lun

I have nothing called sg in /dev

Everything in /dev pertaining to the cd drive links to device:

ide/host0/bus1/target0/lun0/cd (which is why I used 1,0,0)

Note: it says ide not scsi, Is this the problem? (how do I fix?)

fstab contains:
/dev/hdc /mnt/cdrom auto 
umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0

fdisk -l (does not show any hdc)

fdisk hdc (gives: unable to open hdc)

mount /dev/hdc /mnt/cdrom (gives ...)
mount: block device /dev/hdc is write-protected, mounting read-only
mount: Wrong medium type

( I have a new CD-R) in the drive)
(all links to: ide/host0/bus1/target0/lun0/cd have no write permissions as do 
all mount points.)

This is the extent of what I know. Can anyone help???

Thanks,
Mike



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



[newbie] CD problem

2004-06-12 Thread Ian
Could someone please explain to me why I can't open a mounted CD using 
Konqueror.
I use KDE and Mandrake 10 official.
The error that is shown is KIOExec: Retrieving data from devices is not 
supported
My system used to open all devices . I can copy/move/view data if I go 
to /mnt/cdrom 
Any help welcome... as usual... 
-- 
[EMAIL PROTECTED]
Powered by Mandrake 10
   Microsoft Free


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



Re: [newbie] cd mount problem

2004-06-12 Thread David E. Fox
On Sat, 12 Jun 2004 10:56:19 -0400
Mike Adolf [EMAIL PROTECTED] wrote:

 I am using dvdrip to copy a dvd and during the burn phase I get:
 
 *
 ERROR: Cannot open SCSI device '1,0,0' cannot open /dev/sg.

If you're using 10.0 (which seems likely) you want to use the ATA device
for the cdrom, not the scsi device. You'll want to prefix your device
with ATA: (i.e., cdrecord -dev=ATA:1,0,0).

try cdrecord --scanbus -dev=ATA, see what it reports. It should report
your manufacturer under 1,0,0.

 mount /dev/hdc /mnt/cdrom (gives ...)
 mount: block device /dev/hdc is write-protected, mounting read-only
 mount: Wrong medium type

Well, if it's a blank cd, mounting it is not going to work. There has
to be an ISO 9660 filesystem on it (or another type of filesystem, but
ISO 9660 is the most common.)

 Mike

-- 

David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---


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



Re: [newbie] CD problem

2004-06-12 Thread David E. Fox
On Sat, 12 Jun 2004 20:30:55 +0100
Ian [EMAIL PROTECTED] wrote:

 Could someone please explain to me why I can't open a mounted CD using
 Konqueror.
 I use KDE and Mandrake 10 official.

If you mean you're trying to read directly from /dev using konqueror, I
don't see how that would work. There are (strictly speaking) no files in
a /dev, it's just a sequence of bytes. Now, if you mount the device
under /mnt/cdrom, and then open konqueror and view what's in /mnt/cdrom,
then that's different.

   Microsoft Free

missed a comma there somewhere :)
 



-- 

David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---


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



[newbie] CD sound only from Totem

2004-05-10 Thread JoeHill

Hey all,

Weird problem, I can play CD's no problem in Totem (not my favourite), but not
GnomeCD, GRip, or ROX-CD.

All are set to use /dev/hdd as the CD reader (actually my DVD drive). There does
not appear in any of them to be a way to set it to use ALSA or OSS, so I'm not
sure if that is the problem.

Any ideas?

-- 
JoeHill RLU #282046 /  www.orderinchaos.org
Kernel 2.4.22-21.tmb.1mdk Mandrake Linux release 9.2 (FiveStar) for i586
+++
19:23:07 up 4 days, 5:50, 8 users, load average: 0.33, 0.08, 0.02
+++
One of the most dangerous errors of our time is the belief that human beings
are uniquely violent animals, barely restrained from committing atrocities on
each other by the constraints of ethics, religion, and the state. -- Eric S.
Raymond


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



[newbie] cd burner all of a sudden stopped burning

2004-04-20 Thread Todd Slater
I tried to burn a cd using cdrecord and got the output below.
Hints welcome, I've got to clean my HD!

[EMAIL PROTECTED] beck]# cdrecord -v -audio -pad speed=4 dev=0,0,0 *.wav
Cdrecord 2.0 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
TOC Type: 0 = CD-DA
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
atapi: 1
Device type: Removable CD-ROM
Version: 0
Response Format: 1
Vendor_info: 'IDE-CD  '
Identifikation : 'R/RW 4x4x24 '
Revision   : '1.04'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags   : MMC SWABAUDIO 
Supported modes: TAO PACKET RAW/R16
Drive buf size : 1572864 = 1536 KB
FIFO size  : 4194304 = 4096 KB
Track 01: audio   41 MB (04:05.93) no preemp 
Track 02: audio   45 MB (04:31.02) no preemp 
Track 03: audio   28 MB (02:48.06) no preemp 
Track 04: audio   52 MB (05:09.80) no preemp 
Track 05: audio   57 MB (05:39.66) no preemp 
Track 06: audio   57 MB (05:42.00) no preemp 
Track 07: audio   33 MB (03:16.24) no preemp 
Track 08: audio   50 MB (04:58.66) no preemp 
Track 09: audio   85 MB (08:26.46) no preemp 
Total size:  453 MB (44:53.86) = 202040 sectors
Lout start:  453 MB (44:55/65) = 202040 sectors
Current Secsize: 2048
ATIP info from disk:
Indicated writing power: 4
Is not unrestricted
Is not erasable
Disk sub type: Medium Type A, high Beta category (A+) (3)
ATIP start of lead in:  -11849 (97:24/01)
ATIP start of lead out: 359847 (79:59/72)

Disk type:Long strategy type (Cyanine, AZO or similar)
Manuf. index: 25
Manufacturer: Taiyo Yuden Company Limited
Blocks total: 359847 Blocks current: 359847 Blocks remaining: 157807
Starting to write CD/DVD at speed 4 in real TAO mode for single session.
Last chance to quit, starting real write0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
Performing OPC...
Starting new track at sector: 0
Track 01:1 of   41 MB written (fifo 100%) [buf  59%]   4.4x.cdrecord: 
faio_wait_on_buffer for writer timed out.
cdrecord: Input/output error. write_g1: scsi sendcmd: no error
CDB:  2A 00 00 00 02 F4 00 00 1B 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 0B 00 00 00 00 13 00 00 00 00 4E 00 00 00
Sense Key: 0xB Aborted Command, Segment 0
Sense Code: 0x4E Qual 0x00 (overlapped commands attempted) Fru 0x0
Sense flags: Blk 0 (not valid) 
cmd finished after 121.994s timeout 40s
write track data: error after 1778112 bytes
cdrecord: Input/output error. prevent/allow medium removal: scsi sendcmd: no error
CDB:  1E 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 02 00 00 00 00 13 00 00 00 00 04 08 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x04 Qual 0x08 (logical unit not ready, long write in progress) Fru 0x0
Sense flags: Blk 0 (not valid) 
cmd finished after 0.002s timeout 40s
Sense Bytes: 70 00 00 00 00 00 00 13 00 00 00 00 00 00 00 00 00 00
cdrecord: Input/output error. flush cache: scsi sendcmd: cmd timeout after 120.116 
(120) s
CDB:  35 00 00 00 00 00 00 00 00 00
cmd finished after 120.116s timeout 120s
Trouble flushing the cache
Writing  time:  614.208s
Average write speed   4.4x.
Fixating...
Fixating time:  155.805s
cdrecord: fifo had 92 puts and 29 gets.
cdrecord: fifo was 0 times empty and 16 times full, min fill was 95%.


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



Re: [newbie] cd burner problem

2004-04-14 Thread Pete Doak
On Tue, 2004-04-13 at 09:39, Stephen Kuhn wrote:
 On Wed, 2004-04-14 at 00:35, Pete Doak wrote:
  Hi:
  
  My CD Burner seems to have a problem burning CD's under linux. It's a
  24x10x40x CD Burner, but under linux it only burns at 1x speed. The spec
  on the cd burner says
  
  Vendor_info: 'LITE-ON '
  Identifikation : 'LTR-24102B  '
  Revision   : '5S07'
  Device seems to be: Generic mmc CD-RW.
  
  Under windows it doesn't seem to have any problem burning at speeds up
  to at least 12x. 
  
  Anyone have any similar problems or suggestions?
  
  Thanks
  Pete
 
 1.) What program ya burning with?
 2.) Did you setup the preferences correctly?
 3.) What are the contents of your /etc/lilo.conf?
 4.) what are the contents of your /etc/fstab
 
 Those, Grasshopper, will help to resolve the issues you have and bring
 the truth to light for all to see! (g)
 
 stephen kuhn - owner
 ==
 illawarra computer services
 a kuhn media australia company
 http://kma.0catch.com
 --
   * This message was composed on a 100% Microsoft free computer *
   We expressly refuse to utilise Microsoft DRM encoded documents
 --
 A man always remembers his first love with special tenderness, but after
 that begins to bunch them. -- Mencken
 
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 

Hi Stephen:

Let me see if I can answer your questions in order.

I've tried burning with K3B, and when I had a problem there I went to
the console and tried using cdrecord. As near as I can tell, K3B was set
up and configured correctly. The syntax from the cdrecord command is as
follows:

cdrecord -v -dev 0,0,0 /home/techie/Xandros Desktop 2.iso

the contents of 'lilo.conf' are as follows:

boot=/dev/hda
install=/boot/cboot.b
message=/boot/splash.lilo
timeout=300
map=/boot/map
prompt
fix-table
lba32
read-only
disk=/dev/hda bios=0x80
disk=/dev/hdb bios=0x80
image=/vmlinuz
label=[]s_Desktop_2.0
vga=0xf04
root=/dev/hda2
initrd=/boot/initrd-2.4.22-x1.gz
append=rw acpi=on 
image=/vmlinuz
label=Safe_Video_Mode
vga=0xf04
root=/dev/hda2
initrd=/boot/initrd-2.4.22-x1.gz
append=3 rw acpi=on 
image=/vmlinuz
label={}ure_(Expert)
vga=normal
root=/dev/hda2
initrd=/boot/initrd-2.4.22-x1.gz
append=single rw acpi=on 
other=/dev/hda1
label=W®_2000
other=/dev/hdb1
label=W®_2000_2
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80

The contents of 'fstab' are as follows:

# /etc/fstab -- static file system information
# auto generation: on
# generated by: /sbin/etcdev2fstab
#
# NOTE: to make this file readable, it has been formatted for 132
columns
#
#device  mountpoint  fstype 
options   dbg pass
/dev/ide/host0/bus0/target0/lun0/part2  / ext2 
defaults0 1
/dev/ide/host0/bus0/target0/lun0/part1  /disks/C  ntfs 
ro,nosuid,nodev,noexec,nouser,async,umask=0 0 0
/dev/ide/host0/bus0/target1/lun0/part1  /disks/D  ntfs 
ro,nosuid,nodev,noexec,nouser,async,umask=0 0 0
/dev/ide/host0/bus0/target0/lun0/part5  /home ext2 
defaults0 2
/dev/cdroms/cdrom0  /mnt/cdrom0   iso9660  
ro,nosuid,nodev,exec,user,noauto,async,unhide   0 0
/dev/fd0/mnt/fd0  auto 
rw,nosuid,nodev,exec,nouser,noauto,async0 0
proc/proc proc 
rw  0 0
usbdevfs/proc/bus/usb usbdevfs 
rw,devmode=0666 0 0
/dev/ide/host0/bus0/target0/lun0/part3  none  swap 
sw  0 0
/dev/scsi/host1/bus0/target0/lun0/part1 zip1  auto 
rw,suid,nodev,exec,nouser,noauto,async  0 0
/dev/scsi/host1/bus0/target0/lun1/part1 zip2  auto 
rw,suid,nodev,exec,nouser,noauto,async  0 0
/dev/scsi/host1/bus0/target0/lun2/part1 zip3  auto 
rw,suid,nodev,exec,nouser,noauto,async  0 0


I think that's about got it. I can't see anything that would cause the
problem, but maybe you can.

Thanks for the help.

Pete




Want to buy your Pack or Services from MandrakeSoft? 
Go 

[newbie] cd burner problem

2004-04-13 Thread Pete Doak
Hi:

My CD Burner seems to have a problem burning CD's under linux. It's a
24x10x40x CD Burner, but under linux it only burns at 1x speed. The spec
on the cd burner says

Vendor_info: 'LITE-ON '
Identifikation : 'LTR-24102B  '
Revision   : '5S07'
Device seems to be: Generic mmc CD-RW.

Under windows it doesn't seem to have any problem burning at speeds up
to at least 12x. 

Anyone have any similar problems or suggestions?

Thanks
Pete




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



Re: [newbie] cd burner problem

2004-04-13 Thread Stephen Kuhn
On Wed, 2004-04-14 at 00:35, Pete Doak wrote:
 Hi:
 
 My CD Burner seems to have a problem burning CD's under linux. It's a
 24x10x40x CD Burner, but under linux it only burns at 1x speed. The spec
 on the cd burner says
 
 Vendor_info: 'LITE-ON '
 Identifikation : 'LTR-24102B  '
 Revision   : '5S07'
 Device seems to be: Generic mmc CD-RW.
 
 Under windows it doesn't seem to have any problem burning at speeds up
 to at least 12x. 
 
 Anyone have any similar problems or suggestions?
 
 Thanks
 Pete

1.) What program ya burning with?
2.) Did you setup the preferences correctly?
3.) What are the contents of your /etc/lilo.conf?
4.) what are the contents of your /etc/fstab

Those, Grasshopper, will help to resolve the issues you have and bring
the truth to light for all to see! (g)

stephen kuhn - owner
==
illawarra computer services
a kuhn media australia company
http://kma.0catch.com
--
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
--
A man always remembers his first love with special tenderness, but after
that begins to bunch them. -- Mencken



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



Re: [newbie] cd install failed

2004-03-24 Thread di di
Derek, i just dont find the prompt after pressing CTR-ALT F2!
Fabian.



From: Derek Jennings [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] cd install failed
Date: Tue, 23 Mar 2004 23:43:28 +
On Tuesday 23 Mar 2004 22:14, di di wrote:
 After inserting the first cd of mdk 10 communiy in my 12x cd rom of 
laptop
 presario 1275 -manufactured in 1998- the boot starts, ...but after doing
 clic over installing start loading the program and the message of 
looking
 for usb devices comes, then comes looking for cd rom.and here
 appears the error message No CD ROM device found.what 
strange??it
 wouldnt have booted if the cd rom didnt work??

 I recently installed on a newer desktop pc and everything worked
 perfectly

 Thanks...Fabian.

 _
 Consigue aquí las mejores y mas recientes ofertas de trabajo en América
 Latina y USA: http://latam.msn.com/empleos/

Try booting from CD2
http://www.mandrakelinux.com/en/errata.php3#bootinstall
derek
--
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org

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

_
Consigue aquí las mejores y mas recientes ofertas de trabajo en América 
Latina y USA: http://latam.msn.com/empleos/



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



Re: [newbie] cd install failed

2004-03-23 Thread Derek Jennings
On Tuesday 23 Mar 2004 22:14, di di wrote:
 After inserting the first cd of mdk 10 communiy in my 12x cd rom of laptop
 presario 1275 -manufactured in 1998- the boot starts, ...but after doing
 clic over installing start loading the program and the message of looking
 for usb devices comes, then comes looking for cd rom.and here
 appears the error message No CD ROM device found.what strange??it
 wouldnt have booted if the cd rom didnt work??

 I recently installed on a newer desktop pc and everything worked
 perfectly

 Thanks...Fabian.

 _
 Consigue aquí las mejores y mas recientes ofertas de trabajo en América
 Latina y USA: http://latam.msn.com/empleos/

Try booting from CD2
http://www.mandrakelinux.com/en/errata.php3#bootinstall

derek
-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


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



[newbie] CD drive installed MDK 10 but now does not recognize disks

2004-03-16 Thread Bob Smith
Hi,

I have been THRILLED with MDK 10 so far, very easy
install from the ISOs.  It recognized my Nvidia Nforce
2 board and all drivers including the lan and my video
ATI 9600 pro.  Cool.  But for some reason my cd drive
is recognized BUT does not recognize that there is a
disk in there.  Supermount is on.  Has anyone had this
problem before?  Perhaps someone has a checklist of
steps to go through to make sure the the cd is
configured correctly?  Here are the specs for my cd:

Model: #8206;LTR-52327S

Vendor: #8206;Lite-On Technology Corp.

Bus: #8206;ide

Drive capacity: #8206;burner 

Channel: #8206;primary

New devfs device:
#8206;/dev/ide/host0/bus0/target0/lun0/cd

Old device file: #8206;/dev/hda


Thanks in Advance!

__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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


Re: [newbie] CD drive installed MDK 10 but now does not recognize disks

2004-03-16 Thread Bryan Phinney
On Tuesday 16 March 2004 10:26 am, Bob Smith wrote:
But for some reason my cd drive
 is recognized BUT does not recognize that there is a
 disk in there.  Supermount is on.  Has anyone had this
 problem before?  Perhaps someone has a checklist of
 steps to go through to make sure the the cd is
 configured correctly?  

You might want to try several different CD's in the drive before concluding 
that the drive isn't working.  My understanding is that there is code built 
into the 2.6 kernel that tries to detect what kind of media is inserted into 
the drive and this may get confused once in a while.  I suspect that was the 
cause of my own problem.

Also, have you tried to manually mount the cd to see what kind of errors you 
get?

As user or root:  mount /mnt/cdrom
-- 
Bryan Phinney
Software Test Engineer

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


[newbie] CD problem FIXED!

2004-02-19 Thread Adam Halesworth
Ok, so heres the basics. I have an HP 8100+ CD-RW drive and basically,
every time I tried to access it, the desktop would crash (For around 15
minutes, and then come back) and basically the entire operating system
was sluggish and sometimes programs failed to start. Today I bought a
bog standard Samsung 52x CD-ROM drive for as cheap as dirt and not only
does Mandrake run smoother and faster, I can actually access CD's! Im
guessing Mandrake just didnt like the HP CD-RW drive, because right now
everything's fine!


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


Blogging [was Re: [newbie] CD Burning CLI style]

2004-02-09 Thread robin
Todd Slater wrote:

On another note, I'm compiling a list of feeds of Linux users who blog
on the topic of Linux somewhat regularly. Not so much developer-type
blogs, but end-user blogs.
Nice idea. I blog occasionally on Linux/OSS/general computer issues, but 
I wouldn't say I did it regularly. However, the URL is 
www.livejournal.com/users/solri for anyone who's interested.

Sir Robin

--
Telling disgruntled employees that they are always free to leave their 
jobs seems no different in principle from telling political dissidents 
that they are free to emigrate.
- Stephen Newman

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin


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


[newbie] Cd-rom boot error

2004-02-08 Thread Magnus Poppel
Hi.

I've booted Mandrake-Linux 9.2 wich I downloaded from the official site.
When I did that, it froze, and came up with the line:
ISOLINUX 1.76 Mandrake Linux isolinux: 0142429F

Does any of you know this problem, and what I can do about it?

Thank you
Magnus

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


[newbie] CD Burning CLI style

2004-02-08 Thread JoeHill

http://bashburn.sourceforge.net/

-- 
JoeHill
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
14:30:05 up 3 days, 2:18, 4 users, load average: 0.25, 0.13, 0.04
+++
Linux 2.4.22-21mdk i686
+++
See, free nations are peaceful nations. Free nations don't attack each other.
Free nations don't develop weapons of mass destruction.-- George Bush,
Milwaukee, Wis., Oct. 3, 2003

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


Re: [newbie] CD Burning CLI style

2004-02-08 Thread Dan Gordon
On Sun, 8 Feb 2004 14:31:33 -0500
JoeHill wrote:

 
 http://bashburn.sourceforge.net/
 
 
What an excellent find. I just installed this and burned a cd with it.
Thanks Joe.

Regards,
Dan Gordon

-- 
Sun Feb  8 15:59:17 EST 2004
 15:59:17 up  3:24,  1 user,  load average: 0.25, 0.17, 0.11
 _ 
( It's easier to fight for one's  )
( principles than to live up to them. )
 - 
o   ^__^
 o  (OO)\___
(__)\   )\/\
||w |
|| ||

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


Re: [newbie] CD Burning CLI style

2004-02-08 Thread JoeHill
On Sun, 8 Feb 2004 16:01:05 -0500
Dan Gordon disseminated the following:

  
  http://bashburn.sourceforge.net/
  
  
 What an excellent find. I just installed this and burned a cd with it.
 Thanks Joe.

Actually, thanks goes to Todd Slater, who turned me on to Liferea, then sent me
his RSS feed list, which included Lockergnome, which had an article on that app.

Just glad to share the joy! If GCombust won't go GTK2, my burning is going CLI,
looks cooler in a transparent term anyhow ;-)

-- 
JoeHill
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
16:29:26 up 3 days, 4:18, 5 users, load average: 0.28, 0.76, 0.77
+++
Linux 2.4.22-21mdk i686
+++
Superstition, idolatry, and hypocrisy have ample wages, but truth goes
a-begging.
-- Martin Luther

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


Re: [newbie] CD Burning CLI style

2004-02-08 Thread Todd Slater
On Sun, Feb 08, 2004 at 04:32:44PM -0500, JoeHill wrote:
 On Sun, 8 Feb 2004 16:01:05 -0500
 Dan Gordon disseminated the following:
 
   
   http://bashburn.sourceforge.net/
   
   
  What an excellent find. I just installed this and burned a cd with it.
  Thanks Joe.
 
 Actually, thanks goes to Todd Slater, who turned me on to Liferea, then sent me
 his RSS feed list, which included Lockergnome, which had an article on that app.

Kewl, glad that's still there. The Lockergnome Linux Fanatics and Linux*
feeds have been discontinued.

On another note, I'm compiling a list of feeds of Linux users who blog
on the topic of Linux somewhat regularly. Not so much developer-type
blogs, but end-user blogs.

Todd

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


  1   2   3   4   5   6   7   8   >