LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-18-2004, 01:31 AM   #1
joker20
Member
 
Registered: Sep 2004
Location: 127.0.0.1
Distribution: Slackware/Ubuntu/CentOS
Posts: 286

Rep: Reputation: 31
K3B error


it says:

System
-----------------------
K3b Version:0.11.16
KDE Version: 3.2.3
QT Version: 3.3.2

cdrdao
-----------------------
Cdrdao version 1.1.9 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty
Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.
Using libscg version 'schily-0.8'
ATAPI:/dev/hdd: HP CD-Writer+ 9100 Rev: 1.0a
Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0010)
Burning entire 79 mins disc.
Starting write ERROR: Cannot retrieve drive capabilities mode page.
at speed 0...
Process can be aborted with QUIT signal (usually CTRL-\).
ERROR: Cannot retrieve write parameters mode page.
ERROR: Cannot setup write parameters for session-at-once mode.
ERROR: Please try to use the 'generic-mmc-raw' driver.
ERROR: Writing failed.

cdrdao comand:
-----------------------
/usr/bin/cdrdao write --device ATAPI:/dev/hdd --speed 8 -n -v 2 --force --eject --remote 20 /tmp/kde-root/k3bxWjEratoc


im kind of at a loss as to why since it asked to verify the speed in like 4 different menues lol...so can anyone help?
 
Old 09-18-2004, 01:49 AM   #2
joker20
Member
 
Registered: Sep 2004
Location: 127.0.0.1
Distribution: Slackware/Ubuntu/CentOS
Posts: 286

Original Poster
Rep: Reputation: 31
ok now im gettin really pissed off, i just renamed my iso image to something else and now its gone!, can somebody please help me
im gettin really testy
 
Old 09-18-2004, 02:01 AM   #3
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
first thing i would do
is double-check the permissions of
cdrdao and cdrecord
in k3b>settings>k3bsetup
 
Old 09-18-2004, 02:03 AM   #4
joker20
Member
 
Registered: Sep 2004
Location: 127.0.0.1
Distribution: Slackware/Ubuntu/CentOS
Posts: 286

Original Poster
Rep: Reputation: 31
Quote:
Originally posted by kodon
first thing i would do
is double-check the permissions of
cdrdao and cdrecord
in k3b>settings>k3bsetup
al the users have root permissions

and ontop of that im in root atm
 
Old 09-18-2004, 02:23 AM   #5
joker20
Member
 
Registered: Sep 2004
Location: 127.0.0.1
Distribution: Slackware/Ubuntu/CentOS
Posts: 286

Original Poster
Rep: Reputation: 31
everytime i try to burn anything, it says "Medium or Burner does not support write speed 8x"

dunno
 
Old 09-18-2004, 02:41 AM   #6
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
according to the k3b site
you need to:
open k3b
settings
configure k3b
devices
writer
your cd device
cdrdao driver
change from "auto" to "generic-mmc"
 
Old 09-18-2004, 02:55 AM   #7
joker20
Member
 
Registered: Sep 2004
Location: 127.0.0.1
Distribution: Slackware/Ubuntu/CentOS
Posts: 286

Original Poster
Rep: Reputation: 31
Quote:
Originally posted by kodon
according to the k3b site
you need to:
open k3b
settings
configure k3b
devices
writer
your cd device
cdrdao driver
change from "auto" to "generic-mmc"
still getting the same error
 
Old 09-18-2004, 03:03 AM   #8
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
did you try changing
the write speed there?
 
Old 09-18-2004, 03:03 AM   #9
Cedrik
Senior Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140

Rep: Reputation: 244Reputation: 244Reputation: 244
have you something like hdd=ide-cd in your bootloader config as it seems that you use a 2.6 kernel
 
Old 09-18-2004, 03:13 AM   #10
joker20
Member
 
Registered: Sep 2004
Location: 127.0.0.1
Distribution: Slackware/Ubuntu/CentOS
Posts: 286

Original Poster
Rep: Reputation: 31
Quote:
Originally posted by Cedrik
have you something like hdd=ide-cd in your bootloader config as it seems that you use a 2.6 kernel
no, i use 2.4 on slackware 10

append=hdd-ide-scsi" is in my bootloader
 
Old 09-18-2004, 03:15 AM   #11
Cedrik
Senior Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140

Rep: Reputation: 244Reputation: 244Reputation: 244
So the command :
/usr/bin/cdrdao write --device ATAPI:/dev/hdd --speed 8 -n -v 2 --force --eject --remote 20 /tmp/kde-root/k3bxWjEratoc

...seems false to me

could you post what 'cdrdao scanbus' says ?
 
Old 09-18-2004, 03:17 AM   #12
joker20
Member
 
Registered: Sep 2004
Location: 127.0.0.1
Distribution: Slackware/Ubuntu/CentOS
Posts: 286

Original Poster
Rep: Reputation: 31
root@slackware:~# cdrdao scanbus
Cdrdao version 1.1.9 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty

Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.

Using libscg version 'schily-0.8'

ATAPI:0,0,0 TOSHIBA , DVD-ROM SD-M1212, 1L10
ATAPI:0,1,0 HP , CD-Writer+ 9100 , 1.0a
root@slackware:~#
 
Old 09-18-2004, 03:20 AM   #13
joker20
Member
 
Registered: Sep 2004
Location: 127.0.0.1
Distribution: Slackware/Ubuntu/CentOS
Posts: 286

Original Poster
Rep: Reputation: 31
Quote:
Originally posted by Cedrik
So the command :
/usr/bin/cdrdao write --device ATAPI:/dev/hdd --speed 8 -n -v 2 --force --eject --remote 20 /tmp/kde-root/k3bxWjEratoc
my debug screen gave me a line similar to that, but the file in /kde-root was different
 
Old 09-18-2004, 03:28 AM   #14
Cedrik
Senior Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140

Rep: Reputation: 244Reputation: 244Reputation: 244
I would try burn a cd by hand :

First create this script in the .wav files directory :
Code:
#!/bin/bash

echo "CD_DA" > cd.toc
for i in `ls *.wav`; do
    echo "TRACK AUDIO" >> cd.toc
    echo "PREGAP 0:2:0" >> cd.toc
    echo "FILE $i" >> cd.toc
done
save as make_toc.sh, chmod +x it, then

./make_toc.sh

now try this command :
Code:
cdrdao --device "ATAPI:0,1,0" --speed 8 --driver "generic-mmc-raw" simulate cd.toc
If it success you can burn cd by replace 'simulate' by 'write'

Last edited by Cedrik; 09-18-2004 at 03:35 AM.
 
Old 09-18-2004, 03:30 AM   #15
joker20
Member
 
Registered: Sep 2004
Location: 127.0.0.1
Distribution: Slackware/Ubuntu/CentOS
Posts: 286

Original Poster
Rep: Reputation: 31
Quote:
Originally posted by Cedrik
I would try burn a cd by hand :

First create this script in the .wav files directory :
Code:
#!/bin/bash

echo "CD_DA" > cd.toc
for i in "*.wav"; do
    echo "TRACK AUDIO" >> cd.toc
    echo "PREGAP 0:2:0" >> cd.toc
    echo "FILE $i" >> cd.toc
done
save as make_toc.sh, chmod +x it, then

./make_toc.sh

now try this command :
Code:
cdrdao --device "ATAPI:0,0,0" --speed 8 --driver "generic-mmc-raw" simulate cd.toc
If it success you can burn cd by replace 'simulate' by 'write'

ok i appreciate the honest effor to help me out, but i dont wanna burn it by hand, i wanna use k3b - i cant burn cds by hand for everything i have to burn
 
  


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 error after re-installation beckwith Linux - Newbie 1 05-24-2005 06:08 AM
k3b error Mystified Linux - Software 1 01-12-2005 09:29 PM
K3B error DaBlade Linux - Software 0 12-30-2004 01:48 PM
K3B error joker20 Linux - Newbie 1 09-18-2004 02:09 PM
k3b error bosewicht Linux - Newbie 1 03-14-2004 05:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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