LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-26-2005, 05:28 PM   #1
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
cd rw drive will freeze my computer when i insert a cd


[redhat 9]whenever i put a cd in my cd rw drive it will cause my computer to freeze (i will have to do a cold boot).[/redhat 9]

Code:
[schneidz@lq]$ uname -a
Linux lq 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
[schneidz@lq]$ dmesg
...
hdd: CD-R/RW RW7063A, ATAPI CD/DVD-ROM drive
hdd: set_drive_speed_status: status=0x51 { DriveReady SeekComplete Error }
hdd: set_drive_speed_status: error=0x04
...
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
  Vendor:           Model: CD-R/RW RW7063A   Rev: 1.90
  Type:   CD-ROM                             ANSI SCSI revision: 02
...
works in m$ windoze
let me know if you have ideas on how to correct this
thanks,
schneidz
 
Old 08-28-2005, 02:32 PM   #2
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
look like the dma mode of your cdrom is too high... post the output of "hdparm -vi /dev/hdd". For now, a fix could be to turn off DMA (hdparm -d0 /dev/hdd).
 
Old 08-28-2005, 03:03 PM   #3
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
thanks elf,

here's my hdparm output:
Code:
[schneidz@lq]# hdparm -vi /dev/hdd
 
/dev/hdd:
 HDIO_GET_MULTCOUNT failed: Invalid argument
 IO_support   =  0 (default 16-bit)
 unmaskirq    =  0 (off)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 BLKRAGET failed: Invalid argument
 HDIO_GETGEO failed: Invalid argument
 
 Model=CD-R/RW RW7063A, FwRev=1.90, SerialNo=
 Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic }
 RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
 BuffType=unknown, BuffSize=0kB, MaxMultSect=0
 (maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
 IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4
 DMA modes:  sdma0 sdma1 sdma2 mdma0 mdma1 *mdma2
 AdvancedPM=no
i'll try to disable dma and post if that works.
 
Old 08-28-2005, 03:55 PM   #4
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
shutting off dma worked but i haven't tried to write yet
 
Old 09-01-2005, 09:50 AM   #5
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
now the same thing happens when i try to write. unfortunatly, using the burn bottun on 'nautilaus' or using 'gnome-roast' doesn't yeild any output messages,

any ideas?
 
Old 09-01-2005, 07:16 PM   #6
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
hmmm sound like broken hardware to me... do you have dual boot? have you tested this drive on another system?
 
Old 09-02-2005, 11:04 AM   #7
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
yeah i duel boot.

it works in m$ windoze.
 
Old 07-10-2006, 01:31 PM   #8
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
i just installed fedora-core-5 hoping that this cd-rw would exist in the driver database. but when i put a cd in the drive it would do the same thing (i had to burn the iso's using m$ windoze me ).

what can be done to get this cd-rw to work in fc-5?
any help is appreciated; let me know what info i need to post.

thanks,

Last edited by schneidz; 07-10-2006 at 01:33 PM.
 
Old 07-10-2006, 03:38 PM   #9
kdb4
LQ Newbie
 
Registered: May 2006
Posts: 5

Rep: Reputation: 1
I had a similar problem, I tried different media and it worked.
 
Old 07-11-2006, 11:40 AM   #10
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
thanks kdb4, i tried multiple types of media during the last year and it would freeze my computer indiscriminately.

anyone else have similar problems?
 
Old 07-17-2006, 03:44 PM   #11
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
is there a way to trace what it is getting stuck on upon inserting a cd?
 
Old 07-21-2006, 02:29 PM   #12
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
was able to iso-write 'dsl' with it in knoppix live-cd.
 
Old 11-30-2006, 09:41 AM   #13
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
hi i went back to rh9 so the cd-rw still isn't working.

i deleted my m$ windoze partition so i have no ability to burn any iso.

unfortunately, since my dvd drive and my cd-rw are connected to the same ide cable i get a lot of buffer underrun coasters if using knoppix live-cd.

is there any hope for me to be able to use this cd-rw drive ?

thanks,
 
Old 11-30-2006, 06:11 PM   #14
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
fyi eject and cdrecord -scanbus information on this drive:

Code:
[root@hyper root]# eject /dev/hdd
eject: unable to eject, last error: Invalid argument
[root@hyper root]# cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
scsibus0:
        0,0,0     0) '        ' 'CD-R/RW RW7063A ' '1.90' Removable CD-ROM
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *
 
  


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
solutions for computer freeze? bobbens Debian 3 10-20-2005 05:10 AM
when I insert an Actiontec 802CAT1 wireless card my computer freezes izquierdista Linux - Wireless Networking 1 09-22-2005 06:51 AM
Computer Freeze notres SUSE / openSUSE 3 12-16-2004 09:43 PM
hi .. im just now insert a new hardisk to the computer i have question to you New In Linux 11 Linux - Hardware 21 08-03-2004 08:59 AM
pcmcia->insert twice to activate then remove to freeze Brain Drop Linux - Laptop and Netbook 8 08-02-2004 07:15 AM

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

All times are GMT -5. The time now is 10:15 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