You are not logged in.

#1 2007-07-21 01:15:47

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

DVD Drive & Burner App Issues

Hey guys, I've searched the forums for several days on this but can't see to find the fix.

I've been running Arch for about 2.5 years, upgrading daily, and all was going well, but yesterday I decided to do a fresh Arch install.  The new install went fine and I'm using it now, but I'm having some troubles with my DVD drive and any CD/DVD burner apps that I try to use.  Those same apps worked perfectly in my old install.

K3b now launches very slowly on the first start but it does detect both, my dvdr, and cdrw drives.  However, on a K3b restart during the same Linux session, it only sees the cdrw drive.  If I reboot and restart K3b, the process is repeated.

Graveman just hangs on trying to detect my drives on the first start, and it has to be killed manually.  It never gets past detecting the first drive.


cdrecord gives this:

$ cdrecord -scanbus
scsibus1:
        1,0,0   100) 'PLEXTOR ' 'DVDR   PX-740A  ' '1.01' Removable CD-ROM
        1,1,0   101) 'PLEXTOR ' 'CD-R   PREMIUM  ' '1.06' Removable CD-ROM
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) *
        1,6,0   106) *
        1,7,0   107) *

fstab looks like this:

$ cat /etc/fstab
#
# /etc/fstab: static file system information
#
# <file system>  <dir>        <type>    <options>            <dump> <pass>
none              /dev/pts     devpts    defaults              0      0
none              /dev/shm     tmpfs     defaults              0      0


/dev/dvd    /mnt/dvd     udf,iso9660   ro,user,noauto,unhide   0      0
/dev/cdrom1 /mnt/cdrom   udf,iso9660   ro,user,noauto,unhide   0      0
/dev/sdb1   /mnt/flash   vfat          user,noauto,noatime     0      0
/dev/fd0    /mnt/fd0     vfat          user,noauto             0      0
/dev/sda6   /            ext3          defaults                0      1
/dev/sda7   swap         swap          defaults                0      0
/dev/sda8   /home        ext3          defaults                0      1

I didn't have any modules in rc.conf before the new install and all worked well, so I didn't put any there this time either.  I've tried reinstalling K3b, Graveman, and the kernel, but none of that helped.

It seems to me that this all has something to do with the new drive naming scheme, but I'm not sure.

Anyone have any clues on a fix for this one?

Thanks in advance.

oz


oz

Offline

#2 2007-07-21 01:24:01

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: DVD Drive & Burner App Issues

Probably you have moved from ide hook to pata. The latter gives me all kinds of problems with my DVD burner. You might try to revert to ide in /etc/mkinitcpio.conf, rebuild the image and see whether it helps.

Offline

#3 2007-07-21 14:01:41

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: DVD Drive & Burner App Issues

Hey, thanks for the reply, lucke.  smile

Yeah, I have thought about reverting back to ide and just might do that, but if possible I'd prefer to keep using pata.  I've also been thinking about trying the Persistent Block Device Naming thingy found in the wiki, but haven't tried that yet.

Edit: I should also add here just in case it makes any difference that once K3b has scanned for devices, cdrecord will no longer see the dvd drive but continues to see the cdrw drive.  After a reboot, cdrecord sees both drives again.  I've also upgraded the drive firmware, but it was no help.  In addition, burning from command line works perfectly with either device.

Anyone else have any suggestions for a fix?

Last edited by ozar (2007-07-22 20:43:57)


oz

Offline

#4 2007-07-23 00:20:42

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: DVD Drive & Burner App Issues

Just an update...

I found an Archlinux bug report filed by a user with similar but different symptoms, and found that reverting back to K3b version 1.0.1 fixed things for him, so I tried that and it fixed things for me, too.  It now appears to be either a K3b bug, or perhaps a kernel bug that'll be fixed in the next kernel release.


oz

Offline

#5 2007-07-23 00:59:13

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: DVD Drive & Burner App Issues

What about graveman? Does it still hang? You could try hard coating the device to /dev/sr0 in its config.

Offline

#6 2007-07-23 01:17:55

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: DVD Drive & Burner App Issues

Hi, T-Dawg  smile

Yep, graveman still hangs, so it might not really be K3b's fault, but a possible kernel problem instead.  However, the current kernel works fine with the previous version of KDE.  In the bug report mentioned above, someone claimed this issue will be fixed with the 2.6.22 kernel, so I guess we'll know soon enough.

Command line burns work perfectly so I'll keep using that and skip on hard coding the device to sr0 for now.  Might do that if the new kernel doesn't work, though.

Thanks for your help.

oz

Edit:  I've tried k3b 1.0.3-1 that just came out earlier today, but it has the same problem.  Gotta go all the way back to version 1.0.1 to get things working again.

Last edited by ozar (2007-07-23 16:18:16)


oz

Offline

#7 2007-07-24 04:00:40

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: DVD Drive & Burner App Issues

Okay, the newly released 2.6.22 kernel seems to have fixed this issue.

Thanks bunches to all that offered a helping hand.

oz


oz

Offline

#8 2007-08-06 13:25:35

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: DVD Drive & Burner App Issues

graveman starts for the first time  only if a mounted media is in the drive. also recognises the dvd burner as /dev/sg2. /dev/sr0 is impossible to use

Last edited by dolby (2007-08-06 13:39:03)


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#9 2007-10-30 16:04:55

sense
Member
From: Bangalore, India
Registered: 2007-10-24
Posts: 12
Website

Re: DVD Drive & Burner App Issues

I am facing same old problem after I upgraded to kernel 2.6.23. Is it got to do with ide and pata? I cant burn any DVDs now sad


There is no reason

Offline

Board footer

Powered by FluxBB