 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

19th March 2004, 03:38 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Arlington, TX
Age: 46
Posts: 64

|
|
|
Writing CDs
I have CD-R which I used to burn Fedora on CDs (several times). This drive read the CDs fine. One a seperate machine, a Ppro with a 52X CD drive installed, the CDs do not work.
What can I do to figure out how to get Fedora and other burned CDs to work on this machine with the 52X? Is it something with the drive speed? What about the standard differences that maybe at fault?
|

19th March 2004, 04:47 PM
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: 45° 57' 9.43" N 86° 14' 39.55" W
Posts: 719

|
|
|
What speed did you burn the disks at? It's been my experiance that the higher the burn speed, the lower the chances that the disk will be readable on other machines. I can't burn CD's on my desktop machine much over 2X and have them be readable with my laptop.
About the only time you'll run into a format standards problem is with CD-RW's burned with Windows CD-RW software.
__________________
Obscurum per obscurius
-the obscure (explained) by the more obscure.
|

21st March 2004, 04:14 AM
|
 |
Retired Community Manager
|
|
Join Date: Feb 2004
Location: Austin, Texas
Age: 26
Posts: 581

|
|
|
Also you might want to try different media (ie TDK rather than Memorex or something (although I have found both of those to be rather reliable)).
|

21st March 2004, 04:28 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Arlington, TX
Age: 46
Posts: 64

|
|
|
Will do, for now I am on hold with this problem until the lost desktop links and files are sovled. I will test these and reply later on this thanks both so far.
John
|

22nd March 2004, 11:21 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Arlington, TX
Age: 46
Posts: 64

|
|
|
I got a book on FC1 which has 2 CDs. I place the first one in the CD drive and the same thing happened. Right now it boots RH9 without thinking of booting FC1.
I wonder why?
Another thing, when I mout the drive using
"mount /dev/cdrom"
I get a error:
UDF-fs: No VRS found
Why? I am thinking that the /etc/fstab file maybe incorrect. I am I wrong, what else could it be? Maybe, this is why it is not working right.
John
|

23rd March 2004, 02:43 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: 45° 57' 9.43" N 86° 14' 39.55" W
Posts: 719

|
|
|
O.K. I'll get obvious question out of the way...
You do have your computer's BIOS set to boot from CDROM right?
VRS?... It's not a DVD drive is it? The fstab entry for a CDROM drive should look something like this:
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
__________________
Obscurum per obscurius
-the obscure (explained) by the more obscure.
|

24th March 2004, 01:17 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 11

|
|
|
Did you turn off plug and play in the bios?
Did your check the md5sums on the downloaded ISO's?
Did you burn at the slowest possible speed on the more fault tolerant CDRW's?
What was the make and model of the burner?
Counterspy
__________________
Get your ISO's at LinuxISO - http://www.linuxiso.org.
|

24th March 2004, 04:07 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Arlington, TX
Age: 46
Posts: 64

|
|
Quote:
Originally posted by Lindy
O.K. I'll get obvious question out of the way...
You do have your computer's BIOS set to boot from CDROM right?
VRS?... It's not a DVD drive is it? The fstab entry for a CDROM drive should look something like this:
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
|
Yes, it is set to boot from CDROM. It must be something with this VRS error.
Yes , the line is as stated and in /etc/fstab
|

24th March 2004, 04:31 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Arlington, TX
Age: 46
Posts: 64

|
|
|
Counterspy,
I did not check the PnP in bios, but I did check the MD5. Because of the new CDs I did not do the burn again.
During the reboot while checking the bios I saw this
Boot from ATAPI CD-ROM
System Type-(00)
GRUB Loading stage 2
I have never need to mess with the PnP stuff, so what things need to be done with all of the options? If I turn it off, will I need to do anything to keep the other PnP things working correctly?
John
|

24th March 2004, 10:10 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Arlington, TX
Age: 46
Posts: 64

|
|
|
I was doing some looking for howto's for a Jaz drive which is on the machine, but not set up and thought about the fact that the CDROM and SCSI sorfware are simular. Is there a way to check for conflics? Maybe this is causing my problem?
John
|

25th March 2004, 06:57 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: 45° 57' 9.43" N 86° 14' 39.55" W
Posts: 719

|
|
|
It's just possible that your jaz drive is being confused for a cdrom. Take a look through the hardware browser and see what device your cdrom is (example: /dev/scd0)and see what device your jaz drive is. /dev/cdrom is a symbolic link to the actual device, so using your file manager, check and see what device /dev/cdrom points to.
__________________
Obscurum per obscurius
-the obscure (explained) by the more obscure.
|

25th March 2004, 03:31 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Arlington, TX
Age: 46
Posts: 64

|
|
|
The machine is command line only. Do you know the statement I need to run?
|

26th March 2004, 06:57 PM
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: 45° 57' 9.43" N 86° 14' 39.55" W
Posts: 719

|
|
|
ls -l /dev | grep cdrom should tell you what the symlink cdrom points to. Use vi or the editor of your choice to take a dash through /var/log/messages and see what your cdrom, and jaz drives are.
__________________
Obscurum per obscurius
-the obscure (explained) by the more obscure.
|

2nd April 2004, 11:55 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Arlington, TX
Age: 46
Posts: 64

|
|
After doing some things, I have come to think that the problem has been with the CD drive itself or the computer BIOS. It is a Ppro machine so I will not worry about this any more. I did a few hardware swaps, to decide this so I know it is not to be solved by software. But using a floppy I can install Fedora just fine.
So I will tag this one as resolved.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Need a help with writing C
|
Said |
Programming & Packaging |
5 |
27th February 2009 08:02 PM |
|
Writing to USB
|
TypeSH |
Using Fedora |
1 |
13th April 2008 05:41 AM |
Current GMT-time: 08:22 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|