Linux Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsLinux Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old July 2nd, 2002, 11:10 AM
php_rocks php_rocks is offline
<?php
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Location: Wyoming, USA
Posts: 41 php_rocks User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
linux cd player...

hi,

i have rhl 7.3 and the cd player isn't working right... it will only play the cd for about 2 seconds and then stop... i know its not the cd becuase ive tried several. it works fine with data cds.

help!!
thanks,
-sean
__________________
"I speak English, can you type it?" -Everett_XML

Reply With Quote
  #2  
Old July 2nd, 2002, 05:26 PM
christo's Avatar
christo christo is offline
Introspective
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Nov 2001
Location: London, UK
Posts: 3,296 christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 3 Days 1 h 5 m 42 sec
Reputation Power: 101
Send a message via ICQ to christo Send a message via Yahoo to christo
try running your CD player from the command line in the foreground and see what messages are coughed up - then post them back here.

Christo

Reply With Quote
  #3  
Old July 2nd, 2002, 09:21 PM
php_rocks php_rocks is offline
<?php
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Location: Wyoming, USA
Posts: 41 php_rocks User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
ok, im not quite sure what to type.

Reply With Quote
  #4  
Old July 4th, 2002, 05:55 PM
christo's Avatar
christo christo is offline
Introspective
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Nov 2001
Location: London, UK
Posts: 3,296 christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 3 Days 1 h 5 m 42 sec
Reputation Power: 101
Send a message via ICQ to christo Send a message via Yahoo to christo
okay, say you're using alsaplayer (a popular cd player), you need to run if from the command line. To do this, open up a console and at the command line, type

# whereis alsaplayer
/usr/bin/alsaplayer

and you'll see it tells you where it is, so then you can call it directly from the command line, which means that all it's stderr output will come back to your console. You can redirect the whole lot into a file (let's call it outputfile). You can then look through this file and if you're lucky, understand what the errors are saying and maybe fix 'em... so here's how to run the player and capture the output:

# /usr/bin/alsaplayer > outputfile

outputfile will then contain all that stuff -

chris

Reply With Quote
  #5  
Old July 4th, 2002, 07:27 PM
php_rocks php_rocks is offline
<?php
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Location: Wyoming, USA
Posts: 41 php_rocks User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
well, its not putting anything in the file?

Reply With Quote
  #6  
Old July 5th, 2002, 02:49 AM
christo's Avatar
christo christo is offline
Introspective
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Nov 2001
Location: London, UK
Posts: 3,296 christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 3 Days 1 h 5 m 42 sec
Reputation Power: 101
Send a message via ICQ to christo Send a message via Yahoo to christo
# touch outfile
# chmod 666 outfile

to ensure outfile exists and open up the read/write permissions on outfile


Then try again

# /usr/bin/alsaplayer > outfile

Any good?
Christo

Reply With Quote
  #7  
Old July 5th, 2002, 11:19 AM
php_rocks php_rocks is offline
<?php
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Location: Wyoming, USA
Posts: 41 php_rocks User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
nope, still nothing!

Reply With Quote
  #8  
Old July 8th, 2002, 03:44 AM
christo's Avatar
christo christo is offline
Introspective
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Nov 2001
Location: London, UK
Posts: 3,296 christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 3 Days 1 h 5 m 42 sec
Reputation Power: 101
Send a message via ICQ to christo Send a message via Yahoo to christo
is the application starting when you try to run is from the prompt?
What is the name of the CD player application you are using?
Have you tried any others (Alsaplayer or XMMS are good)

christo

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsLinux Help > linux cd player...


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway