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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-28-2006, 05:59 PM
|
#1
|
|
Member
Registered: Dec 2003
Location: Long Beach, CA
Distribution: haven't settled on one.
Posts: 251
Rep:
|
my hard drive or my optical drive is failing
hi,
I've built a new computer. The hard drive is an OEM seagate 250 Gb, with SATA connection and the optical drive is a Plextor PX-740 E-IDE (ATAPI) DVD+-R/RW.
Every linux livecd that I've tried cannot operate with the hardware, but for the purpose of specifics, I'll say Knoppix-v4.0.2 is what I'm using.
The cd is detected at boot. The cd begins to run along and detects some of the hardware, but then there is a problem. Sudennly five or six messages printed out to the screen thousands of times, looping very rapidly.
Code:
ide: failed opcode was: unknown
hda: drive not ready for command
hda: ATAPI reset complete
hda: status error: status=0x58 { DriveReady SeekComplete DataRequest }
end_request: I/O error, dev 03:00 (hda), sector 16080
I would like to know what I should do to fix my computer, so that I can run linux on it.
Last edited by fatblueduck; 01-28-2006 at 06:02 PM.
|
|
|
|
01-28-2006, 06:21 PM
|
#2
|
|
Senior Member
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Rep: 
|
Check the jumper setting of the DVD drive.
If the jumper is set at "cable select" you should have it connected to the end plug so that it is a master, otherwise set it as the Master because Sata uses its own connection and will be called sda.
|
|
|
|
01-28-2006, 06:35 PM
|
#3
|
|
Member
Registered: Dec 2003
Location: Long Beach, CA
Distribution: haven't settled on one.
Posts: 251
Original Poster
Rep:
|
The jumper is set to "master". That is the way it should be, isn't it?
|
|
|
|
01-28-2006, 06:52 PM
|
#4
|
|
Guru
Registered: Jan 2002
Posts: 6,042
Rep: 
|
Recompile the kernel to set multi-mode by default. It is in the ATA/IDE section if you use make menuconfig. In the kernel .config file it will be IDEDISK_MULTI_MODE=Y.
If a drive is set as cable select and it is the only one on the IDE channel, the BIOS will not show the drive. You need a special cable that has one wire going to the slave connector that is disconnected.
The disc could be a problem because you wrote at a very fast speed. I suggest setting the write speed near 1X to decrease pit distortion. Writting (burning) at a high speed creates a lot of pit distortion because the disc is warping while it is spinning. I write at 4X speed for OS and data discs because that is the lowest my drive go.
|
|
|
|
01-28-2006, 07:01 PM
|
#5
|
|
Member
Registered: Dec 2003
Location: Long Beach, CA
Distribution: haven't settled on one.
Posts: 251
Original Poster
Rep:
|
Recompiling the kernel would require a working linux envioronment.
I don't have that. There is nothing on my hard drive.
I am using a LiveCD called knoppix
also, the BIOS menu shows the hard drive and the optical drive.
Last edited by fatblueduck; 01-28-2006 at 07:04 PM.
|
|
|
|
01-28-2006, 07:42 PM
|
#6
|
|
Senior Member
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Rep: 
|
The master setting should be OK and I doubt if the DVD drive speed has an influence, not with a V4 Knoppix I would have thought. I have a LG (16xDVD+-R, 8xDVD+RW 48xCD-R) and used 52x CD drive before without meeting any speed problem myself.
I have also installed Knoppix 4.0.2 in the box plus many others.
If you said the problem has been consistent with a few other distros then it could be a hardware fault.
I would perhaps check again the connection, say if the wire No 1 (colored) is plugged to the designated position and not reversed.
ANother way of checking it is to down load a FreeDos or a Ultimate boot disk CDs which are Dos systems that supports CD drives. That way you can test the DVD drive if you do manage to burn the iso image somewhere. The DVD drive by default also doubles as a CD drive.
|
|
|
|
01-28-2006, 07:51 PM
|
#7
|
|
Member
Registered: Dec 2003
Location: Long Beach, CA
Distribution: haven't settled on one.
Posts: 251
Original Poster
Rep:
|
I've plugged and unplugged the optical drive many times. I'm sure that things are plugged into their correct place.
Here's an interesting quote that I found from one of Ubuntu's forums concerning this optical drive...
Quote:
|
Oh well. As many of you are well aware, this drive does NOT work with Breezy installs. hdparm -I (capital i) says that this drive does not have any DMA support. Trying to tweak this during install didn't help; telling the BIOS to not use DMA also didn't help. I also tried to install Solaris 10 on this new system; it failed miserably as well. ... So I'm sending the Plextor back to NewEgg... and trying to decide what DVD writer -- hopefully DL --to buy for the new system
|
|
|
|
|
01-28-2006, 08:30 PM
|
#8
|
|
Member
Registered: Dec 2003
Location: Long Beach, CA
Distribution: haven't settled on one.
Posts: 251
Original Poster
Rep:
|
solution
Ok, I've solved the problem -here's the solution.
Since there is no DMA support on the Plextor Drive (this is actually a good thing -google results surrounding 'exact audio copy' and 'cdparanoia stinks' will show you why), type knoppix dma and the command prompt.
knoppix will boot up all the way and work just fine.
Its always a bit embarassing to answer one's own questions. I hope this helps someone buying this drive.
|
|
|
|
| Thread Tools |
Search 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
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:12 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|