LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-05-2003, 10:21 PM   #16
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31

These terms, referring to hardware, are not Linux specific,
and so are equally used in the Micro$oft Windoze matrix.

1) SMP - Symmetric MultiProcessing
Two or more similar processors connected via a high-bandwidth link and managed by one operating system.

Do you have more than one processor in your machine?
I would guess not, so you do not need an SMP kernel.

However, let us see what you do actually have installed.
What is the output of

rpm -qa | egrep kernel

2) APIC -- Advanced Programmable Interrupt Controller
A Programmable Interrupt Controller (PIC) that can handle interrupts from and for multiple CPUs.

Can we check to see what parameters you are passing to the kernel from your /boot/grub/grub.conf file?
 
Old 08-06-2003, 12:04 AM   #17
Trag
LQ Newbie
 
Registered: Aug 2003
Distribution: Red Hat 9.0
Posts: 12

Original Poster
Rep: Reputation: 0
Corin: for rpm -qa command, the output is:

kernel-pcmcia-cs-3.1.31-13
kernel-2.4.20-8
kernel-source-2.4.20-8

I use lilo to boot so here is lilo.conf

..........

prompt
timeout=50
default=linux
boot=/dev/hda
map/boot/map
install=/boot/boot.b
message=/boot/message
lba32

image=/boot/vmlinuz-2.4.20-8
label=linux
initrd=/boot/initrd-2.4.20-8.img
read-only
append="hdc=ide-scsi root=LABEL=/"

other=/dev/hda1
optional
label=dos

....................

appreciate your help
 
Old 08-06-2003, 08:30 PM   #18
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
Thanks for providing the information.

That eliminates the possibility that the error was coming from an
SMP and or APIC issue.

Would you be able to do two tests?

1) Are you able to blank a CD-RW? Does that give you any errors?

2) Then, instead of writing your image to disk in TAO mode, can
you try and write it DAO mode to your CD-RW disk?

(Better to do all this with CD-RWs than end up with a pile of CD-R coasters.)

Please report back on any errors or successes, and keep an eye
on your kernel.log for SCSI errors while you try this.
 
Old 08-07-2003, 11:52 PM   #19
Trag
LQ Newbie
 
Registered: Aug 2003
Distribution: Red Hat 9.0
Posts: 12

Original Poster
Rep: Reputation: 0
As far as blanking goes, that was never a problem. I mentioned this before, but I was actually able to burn 2 CD's before, and I dont think I did anything different. Burning in DAO mode brings up the same error as before. Could it be a bad compatibility with the drive???
 
Old 08-08-2003, 01:27 AM   #20
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
Bad compatibility?

Are you using a different brand?
And which brand is giving the failure?

As you are ony trying to write at 4x speed, that should not be a problem.
 
Old 08-08-2003, 10:36 AM   #21
Trag
LQ Newbie
 
Registered: Aug 2003
Distribution: Red Hat 9.0
Posts: 12

Original Poster
Rep: Reputation: 0
The brand I always use is Memmorex. What I ment by bad compatibility was that maybe the device itself was not compatible with Linux, or SCSI emulation. But that doesnt make sence considering all IDE drives are pretty much the same. This one is 52X24X52 so its pretty new. Not sure if that makes a difference.
 
Old 08-08-2003, 02:19 PM   #22
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
Can we just confirm if you are trying to write to a CD-RW?

And when you fire up cdrecord, does it give this message?

cdrecord: Drive needs to reload the media to return to proper status.
 
Old 08-08-2003, 03:26 PM   #23
Trag
LQ Newbie
 
Registered: Aug 2003
Distribution: Red Hat 9.0
Posts: 12

Original Poster
Rep: Reputation: 0
Yes I am mostly trying to write to a CDRW, and yes most of the time it does say that the media needs to be reloaded, then it opends and closes the drive. I have also tried non rewriteable media, which gave a slightly different error message, which is also posted in this forum, above.
 
Old 08-08-2003, 03:50 PM   #24
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
The problem is that your drive it would appear is not to happy with the
brand of CD-RW you are using. Before running cdrecord, eject the
disk and manually reseat it in the tray. If this does not work, it could
be that either your disk is a bit warped or the tray is, or just that that
particular type of CD-RW is not really liked by your CD writer.

Please note that not all CD-RWs are of the same material, they use
different dyes in different brands.

My suggestion is to try a different brand and see if that still gives a problem. I do not think that this is a software / configuration issue.

If there is an updated firmware for the drive, then it would not hurt
to do an upgrade.
 
Old 08-11-2003, 11:23 AM   #25
Trag
LQ Newbie
 
Registered: Aug 2003
Distribution: Red Hat 9.0
Posts: 12

Original Poster
Rep: Reputation: 0
Hmmm.... I am getting pretty confused. I dont think Its a hardware problem because I have done numerous burns in Windows and never had a problem. I can just hope that by the time Red Hat 10 comes out it will work.... Thanks for your time and help. If you come up with anything else, please email me. yashalif@cogeco.ca Thanks again.
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel 2.6.7 Burner Problems now matt3333 Slackware 4 11-16-2004 04:32 PM
cd burner configuration problems. The_Messiah Slackware 15 08-26-2004 01:50 AM
CD-Burner Problems nrunge Linux - Hardware 22 11-15-2003 10:24 AM
cdr/burner problems Lagg Slackware 7 09-02-2003 04:41 PM
partion problems with my cd burner jclark00001 Linux - General 3 03-16-2003 03:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration