LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-03-2009, 01:21 AM   #1
syd2669
LQ Newbie
 
Registered: Mar 2006
Posts: 4

Rep: Reputation: 0
having problems with k3b, cdrecord


hi everyone, first time posting here.

I have been using linux for a while now........still a litle bit of newbie though.

I had my latop (toshiba M70-131) runing smoothly on mandriva 2008.0 since it was released for a year maybe. But recently i have been having this new problem K3b is showing "cdrecord has no permissions to open the device". I have already updated. I have reinstalled it recently 3 days ago, had reinstalled it previously too without any problems.

I checked the /etc/fstab file and this is what I got:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>

/dev/sda7 / ext3 noatime 1 1
/dev/sdb5 /mnt/win-e ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sdb6 /mnt/win-f ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sda1 /mnt/win_c ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sda5 /mnt/win_d vfat umask=000,iocharset=utf8 0 0
/dev/cdrom /media/cdrom auto umask=0022,users,iocharset=utf8,noauto,ro,exec 0 0
none /proc proc defaults 0 0
/dev/sda6 swap swap defaults 0 0

I tried changing: umask=0022 to umask=0.......didnt help
deleted users......no help
deleted ro......no help

Here is another one:

# sudo lshw -C disk
*-disk
description: SCSI Disk
product: FreeAgentDesktop
vendor: Seagate
physical id: 0.0.0
bus info: scsi@6:0.0.0
logical name: /dev/sdb
version: 100F
serial: 9QM3436R
size: 465GB
capabilities: partitioned partitioned:dos
configuration: ansiversion=4
*-cdrom
description: DVD-RAM writer
product: DVD-RAM UJ-841S
vendor: MATSHITA
physical id: 0.0.0
bus info: scsi@4:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrom0
logical name: /dev/dvd
logical name: /dev/dvd0
logical name: /dev/sr0
version: 1.50
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=ready
*-disc
physical id: 0
logical name: /dev/cdrom
*-disk
description: ATA Disk
product: TOSHIBA MK6034GS
vendor: Toshiba
physical id: 0.0.0
bus info: scsi@0:0.0.0
logical name: /dev/sda
version: AH10
serial: 364K0852S
size: 55GB
capabilities: partitioned partitioned:dos
configuration: ansiversion=5


So I just changed everything back to how it was before i do something stupid and opted to ask for someone's help. Search on the net didnt help me much.

My drive is working under xp and i am also able to mount it and read files, install packages from cds etc........but it wont burn any cds or dvd. I cant burn audio/iso.....nothing at all. Any help guys. Plz.

Last edited by syd2669; 07-03-2009 at 01:31 AM.
 
Old 07-03-2009, 02:03 AM   #2
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by syd2669 View Post
/dev/cdrom /media/cdrom auto umask=0022,users,iocharset=utf8,noauto,ro,exec 0 0
I don't think you want to be using umask and iocharset in your mount options for the cdrom drive. Try it with something like:

Code:
/dev/cdrom      /media/cdrom       auto        noauto,users,exec,ro   0   0
Also, try reconfiguring K3B from: settings > configure K3B.
Also, make sure that your user is a member of the cdrom group. Open a terminal and run groups to see what groups you are a member of.
Also, try running K3B as root from a root terminal. If it works ok as root, then it is a permissions problem with cdrecord.

Last edited by tommcd; 07-03-2009 at 02:12 AM.
 
Old 07-03-2009, 02:39 AM   #3
syd2669
LQ Newbie
 
Registered: Mar 2006
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by tommcd View Post
I don't think you want to be using umask and iocharset in your mount options for the cdrom drive. Try it with something like:

Code:
/dev/cdrom      /media/cdrom       auto        noauto,users,exec,ro   0   0
Also, try reconfiguring K3B from: settings > configure K3B.
Also, make sure that your user is a member of the cdrom group. Open a terminal and run groups to see what groups you are a member of.
Also, try running K3B as root from a root terminal. If it works ok as root, then it is a permissions problem with cdrecord.
I tried what you said deleted umask etc........started k3b......its not burning the cd.

I tried configuring k3b......doesnt help......its not burning using TAO or DAO or SAO

Ran it as root same result. checked the user group too.

K3b is showing "unable to fixate the disk"
"cdrecord has no permissions to open the device"

I am really confused now.
 
Old 07-03-2009, 02:46 AM   #4
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by syd2669 View Post
"cdrecord has no permissions to open the device"
What is the output of:
Code:
ls -l /usr/bin/cdrecord
This will report your cdrecord permissions.
 
Old 07-03-2009, 03:35 AM   #5
syd2669
LQ Newbie
 
Registered: Mar 2006
Posts: 4

Original Poster
Rep: Reputation: 0
Its as follows:

ls -l /usr/bin/cdrecord
lrwxrwxrwx 1 root root 26 2009-06-28 05:57 /usr/bin/cdrecord -> /etc/alternatives/cdrecord*

I restarted my laptop and tried to burn an mp3 on cd as root and its showing "buffer under run" and "use a lower speed to burn"........I checked the settings and the only speed I found is 4x and auto. The software buffer's box in the gui is not checked.......I havent changed anything there.

Last edited by syd2669; 07-03-2009 at 04:24 AM.
 
Old 07-05-2009, 11:52 PM   #6
syd2669
LQ Newbie
 
Registered: Mar 2006
Posts: 4

Original Poster
Rep: Reputation: 0
Can anyone plz help me
 
Old 07-06-2009, 03:33 AM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I don't know, but newer versions of k3b are a bit buggy, IMO, or they deal with permissions in a strange way.

I usually burn from the command line and it works. I recommend you try a different burning program or try using the command line. Maybe try:
http://bashburn.dose.se/

or I made a script for myself that burns directories and ISOs:
http://draconishinobi.50webs.com/slackware/scripts.html
(it is 'burnit' part of 'possibly useful scripts')
 
  


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
K3B issue-cdrecord changes rob2006 Linux - Software 3 06-12-2007 06:40 PM
k3b/cdrecord error xobiso Linux - Software 6 12-16-2005 07:20 PM
k3b cdrecord problems carl0ski Linux - Software 3 07-10-2005 09:01 AM
K3B with no cdrecord (...?) martincho Linux - Software 2 05-06-2005 06:19 PM
K3b Cdrecord inescapeableus Linux - Software 5 03-16-2005 02:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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