LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   unable to burn cd's in gnome baker (https://www.linuxquestions.org/questions/linux-software-2/unable-to-burn-cds-in-gnome-baker-430107/)

Michael_aust 03-30-2006 02:43 PM

unable to burn cd's in gnome baker
 
When attempting to burn a cd in gnome baker I recieve the following messages when it attempts to burn the disk:

Code:

cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
cdrecord: Warning: Running on Linux-2.6.15-1-486
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns.
scsidev: '/dev/hdd'
devname: '/dev/hdd'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Error: Cannot gain SYS_RAWIO capability.Is cdrecord installed SUID root?
: Operation not permitted
cdrecord: Warning: using inofficial version of libscg (debian-0.8debian2 '@(#)scsitransp.c        1.91 04/06/17 Copyright 1988,1995,2000-2004 J. Schilling').
SCSI buffer size: 64512
Cdrecord-Clone 2.01.01a03 (i686-pc-linux-gnu) Copyright (C) 1995-2005 Joerg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
      and thus may have bugs that are not present in the original version.
      Please send bug reports and support requests to <cdrtools@packages.debian.org>.
      The original author should not be bothered with problems of this version.

TOC Type: 3 = CD-ROM XA mode 2
Using libscg version 'debian-0.8debian2'.
Driveropts: 'burnfree'
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities  :
Vendor_info    : 'PHILIPS '
Identifikation : 'PBRW5232L      '
Revision      : 'Q5S2'
Device seems to be: Generic mmc CD-RW.
Current: 0x0009
Profile: 0x000A
Profile: 0x0009 (current)
Profile: 0x0008
Profile: 0x0002
Using generic SCSI-3/mmc  CD-R/CD-RW driver (mmc_cdr).
Driver flags  : MMC-3 SWABAUDIO BURNFREE FORCESPEED
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 1422080 = 1388 KB
FIFO size      : 4194304 = 4096 KB
cdrecord: Operation not permitted. Cannot send SCSI cmd via ioctl

Any ideas on how i can solve this

The drive is just a stamdard cdrw attapi connected via ide

Thanks in advance

Michael

deepclutch 03-30-2006 02:53 PM

I use gnomebaker on my distros.but i always burned cd's as root-a golden rule.also did u try checking in edit>preferences menu on GNome baker gui for ur cd-rw drive been detected and other options also..

Michael_aust 03-30-2006 02:55 PM

ok so iv figured its a permission error because it allows me to burn if i launch gnome baker as root, just to note, the gnoem built in cd burner fails too. So am I right in assuming I need to add my user account to allow me to access cdrecord?

How would I go about adding my self as a member of cdrecord? I have looked around but i seem to find conflicting things.

Thanks again

deepclutch 03-30-2006 03:04 PM

there's a gui in debian based distros and most others too for managing user-n-group things..i'll suggest u to look for "users-admin" and add urself as a member of whatever group it(gnBake) wanted U to be :).otherwise U can manually add urself to cdrecord as a secondary group using "useradd -G "..more read "man useradd" or "man adduser".so Best of Lux Friend

Michael_aust 03-30-2006 03:25 PM

ok so iv figgured that to add my self to cdreord i need to issue as root adduser username cdrecord

but it returns back to me that cdrecord does not exist. Now im guessing that i would need to create this group, but isnt it already created or does root have access to cdrecord even thought the cdrecord group does not exist?

Michael_aust 03-30-2006 03:34 PM

I have sorted it. I issued the following command as root and now I can burn as a user.

chmod +s /usr/bin/cdrecord.mmap


All times are GMT -5. The time now is 09:19 AM.