Announcement

Collapse
No announcement yet.

Burning iso with k3b

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Burning iso with k3b

    I'm trying to burn the hardy alpha 5 iso with k3b (in gutsy). The md5 sum is completed fine and then when I click 'start' if gets to the following steps:
    ...
    Sending CUE Sheet
    Starting disc write
    Cdrecord has no permission to open device

    Does anyone have any ideas as to how to solve this permissions error? I tried running 'kdesudo k3b' but the just resulted in the same as above.

    #2
    Re: Burning iso with k3b

    Hmm - here (K3bSetup output, removed from the official Kubuntu k3b):
    HL-DT-ST DVDRAM GSA-4165B /dev/hdc 660 root.cdrom

    program version path rights
    cdrao 1.2.2 /usr/bin/cdrdao 4711 root.root
    cdrao 1.2.2 /usr/X11R6/bin/cdrdao 4711 root.root
    cdrecord 1.1.6 /usr/bin/wodim 4711 root.root
    cdrecord 1.1.6 /usr/X11R6/bin/wodim 4711 root.root
    growisof 7.0.1 /usr/bin/growisof 0755 root.root
    growisof 7.0.1 /usr/X11R6/bin/growisof 0755 root.root
    =>
    Code:
    ls -l /usr/bin/wodim
    -rws--x--x 1 root root 359116 2007-09-17 01:17 /usr/bin/wodim
    and
    Code:
    ls -l /usr/X11R6/bin/wodim
    -rws--x--x 1 root root 359116 2007-09-17 01:17 /usr/X11R6/bin/wodim
    K > System Settings > User Management -> Secondary Groups:
    adm, dialout, cdrom, floppy, audio, dip, video, plugdev, scanner, lpadmin, netdev, powerdev, admin
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Burning iso with k3b

      Thanks Rog, I ran those and got slightly different permissions settings on those /wodim executables. The following is what I got however I am not sure exactly what I should be changing the permissions to:
      Code:
      ls -l /usr/bin/wodim
      -rwxr-xr-x 1 root root 359116 2007-09-17 08:17 /usr/bin/wodim
      and
      Code:
      ls -l /usr/X11R6/bin/wodim
      -rwxr-xr-x 1 root root 359116 2007-09-17 08:17 /usr/X11R6/bin/wodim
      If someone could tell me what I need to set the permissions to exactly that would be great.

      Note: cdrom was in my secondary groups

      Comment


        #4
        Re: Burning iso with k3b

        I have this exact same problem. It unfortunately occurred when I downloaded the Kubuntu ISO image and attempted to burn it to a CD to give to a Windows user and install on a laptop. It was extremely embarrassing.

        I have seen the cryptic assistance offered and I do have the CD device listed in my secondary groups.

        Can anyone explain how to fix this problem

        And maybe why we have this problem to begin with?
        Kubuntu 11.10<br />KDE 4.7.3<br />Athlon XP 2000<br />512 MB RAM<br />ATI 64MB Video<br />~11 year old system still kicking :&gt

        Comment


          #5
          Re: Burning iso with k3b

          Maybe:

          k3b burning failed- cdrecord has no permission to open the device
          http://ubuntuforums.org/showthread.php?t=641217

          [SOLVED] K3b says, "Cd record has no permission to open device"
          http://ubuntuforums.org/showthread.php?t=676848
          Before you edit, BACKUP !

          Why there are dead links ?
          1. Thread: Please explain how to access old kubuntu forum posts
          2. Thread: Lost Information

          Comment


            #6
            Re: Burning iso with k3b

            I have, typed in a terminal session

            Code:
            dmesg | grep -i cd | grep -i romthis should identify your devices Now type

            and then

            Code:
            sudo chmod 777 /dev/scd0- replacing "scd0" with my id own device.

            I still recieve the exact same error. The above "fix" appears to have done nothing for me. Are there any additional suggestions?
            Kubuntu 11.10<br />KDE 4.7.3<br />Athlon XP 2000<br />512 MB RAM<br />ATI 64MB Video<br />~11 year old system still kicking :&gt

            Comment


              #7
              Re: Burning iso with k3b

              From /usr/share/doc/k3b/README.Debian
              Users must be members of the "cdrom" group
              ------------------------------------------

              To be able to access the CD/DVD burner, users must be members of the "cdrom"
              group. To check whether you are a member of that group, run the following
              command:

              groups

              If you don't see the "cdrom" group, ask the administrator to be added to that
              group or run the following command as root:

              adduser [username] cdrom

              If you are already a member of the "cdrom" group and are experiencing problems,
              then you may need to give SUID privileges to wodim. To do this, run the
              following command as root:

              dpkg-statoverride --add root cdrom 04710 /usr/bin/wodim

              -- Francois Marier <francois@debian.org>, Fri, 3 Dec 2006 16:38:14 -0500
              Francois Marier tells in the /usr/share/doc/k3b/changelog.Debian:
              ...K3b should be working out of the box on Debian,
              otherwise it's a bug that needs to be fixed, not worked around...
              => If:
              Code:
              sudo dpkg-statoverride --add root cdrom 04710 /usr/bin/wodim
              doesn't help, then it is bug. Maybe bug report helps =>

              Bugs in k3b in ubuntu
              https://bugs.launchpad.net/ubuntu/+source/k3b

              Before you edit, BACKUP !

              Why there are dead links ?
              1. Thread: Please explain how to access old kubuntu forum posts
              2. Thread: Lost Information

              Comment


                #8
                Re: Burning iso with k3b

                1. To be able to access the CD/DVD burner, users must be members of the "cdrom"
                group.

                2. If you are already a member of the "cdrom" group and are experiencing problems,
                then you may need to give SUID privileges to wodim. To do this, run the
                following command as root:

                dpkg-statoverride --add root cdrom 04710 /usr/bin/wodim

                I have performed each and every step in this and the Ubuntu threads.

                NO JOY!! Still doesn't work and the error is still the same.

                Thanks for trying Rog131
                Kubuntu 11.10<br />KDE 4.7.3<br />Athlon XP 2000<br />512 MB RAM<br />ATI 64MB Video<br />~11 year old system still kicking :&gt

                Comment


                  #9
                  Re: Solved for me - Burning iso with k3b

                  First my apologies for hi-jacking this thread.

                  It turns out that the error message I received concerning lack of permissions was completely BOGUS. By slowing my burner to 8x and changing the write mode to TAO, the ISO burned just fine. I do not know if the fix was the speed, the mode, both, or neither but it works.
                  Kubuntu 11.10<br />KDE 4.7.3<br />Athlon XP 2000<br />512 MB RAM<br />ATI 64MB Video<br />~11 year old system still kicking :&gt

                  Comment


                    #10
                    K3B Wodim Issues UNRESOLVED

                    I have no luck even with changing the write speed to the slowest available. I've tried all the "fixes" out there for this too. My permissions are correct for every thing
                    Code:
                    user@Desktop:~$ ls -l /usr/bin/wodim
                    -rwxr-xr-x 1 root root 359116 2008-03-01 01:22 /usr/bin/wodim
                    user@Desktop:~$ ls -l /usr/X11R6/bin/wodim
                    -rwxr-xr-x 1 root root 359116 2008-03-01 01:22 /usr/X11R6/bin/wodim
                    Code:
                    user@Desktop:~$ dmesg | grep -i cd | grep -i rom
                    [ 25.901629] scsi 1:0:0:0: CD-ROM      TSSTcorp CDDVDW SH-S202J SB01 PQ: 0 ANSI: 5
                    [ 25.903349] scsi 1:0:1:0: CD-ROM      SAMSUNG CD-R/RW SW-240B R402 PQ: 0 ANSI: 5
                    [ 25.962097] Uniform CD-ROM driver Revision: 3.20
                    [ 25.962135] sr 1:0:0:0: Attached scsi CD-ROM sr0
                    [ 25.966577] sr 1:0:1:0: Attached scsi CD-ROM sr1
                    user@Desktop:~$ wodim -prcap
                    wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits.Device was not specified. Trying to find an appropriate drive...
                    Detected CD-R drive: /dev/sr1
                    Device type  : Removable CD-ROM
                    Version    : 5
                    Response Format: 2
                    Capabilities :
                    Vendor_info  : 'SAMSUNG '
                    Identification : 'CD-R/RW SW-240B '
                    Revision   : 'R402'
                    Device seems to be: Generic mmc CD-RW.
                    
                    Drive capabilities, per MMC-2 page 2A:
                    
                     Does read CD-R media
                     Does write CD-R media
                     Does read CD-RW media
                     Does write CD-RW media
                     Does not read DVD-ROM media
                     Does not read DVD-R media
                     Does not write DVD-R media
                     Does not read DVD-RAM media
                     Does not write DVD-RAM media
                     Does support test writing
                    
                     Does read Mode 2 Form 1 blocks
                     Does read Mode 2 Form 2 blocks
                     Does read digital audio blocks
                     Does restart non-streamed digital audio reads accurately
                     Does support Buffer-Underrun-Free recording
                     Does read multi-session CDs
                     Does read fixed-packet CD media using Method 2
                     Does not read CD bar code
                     Does read R-W subcode information
                     Does not return R-W subcode de-interleaved and error-corrected
                     Does read raw P-W subcode data from lead in
                     Does return CD media catalog number
                     Does return CD ISRC information
                     Does support C2 error pointers
                     Does not deliver composite A/V data
                    
                     Does play audio CDs
                     Number of volume control levels: 255
                     Does support individual volume control setting for each channel
                     Does support independent mute setting for each channel
                     Does not support digital output on port 1
                     Does support digital output on port 2
                     Does not send digital data LSB-first
                     Does not set LRCK high for left-channel data
                     Does not have valid data on falling edge of clock
                     Length of data in BCLKs: 16
                    
                     Loading mechanism type: tray
                     Does support ejection of CD via START/STOP command
                     Does not lock media on power up via prevent jumper
                     Does allow media to be locked in the drive via PREVENT/ALLOW command
                     Is not currently in a media-locked state
                     Does not support changing side of disk
                     Does not have load-empty-slot-in-changer feature
                     Does not support Individual Disk Present feature
                    
                     Maximum read speed: 7056 kB/s (CD 40x, DVD 5x)
                     Current read speed: 7056 kB/s (CD 40x, DVD 5x)
                     Maximum write speed: 7056 kB/s (CD 40x, DVD 5x)
                     Current write speed: 7056 kB/s (CD 40x, DVD 5x)
                     Buffer size in KB: 2048
                     Copy management revision supported: 0
                    I've even tried running as root and
                    Code:
                    user@Desktop:~$ sudo chmod 777 /dev/scd0
                    user@Desktop:~$ sudo dpkg-statoverride --add root cdrom 04710 /usr/bin/wodim
                    with no luck at all.

                    There is a confirmed bug for this issue too https://bugs.launchpad.net/ubuntu/+s...3b/+bug/149076. Any other suggestions?

                    Comment

                    Working...
                    X