Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
03-23-2006, 02:17 AM
|
#1
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705
Rep:
|
Need help burning CD on Slackware 10.2
Hi guys, I read all the threads but I can't get this to work. I can burn CDs on this machine from Win and also from Linux Live CDs (using KDE) but I run X and not KDE or gnome on this Slackware box.
I don't know what the problem is. I tried Chinaman's commands that I found in an old post and I get error messages from cdrecord.
The reason I can't burn this particular CD from a live CD is that it's bigger than available memory and the live CDs (running from RAM) all lock up- at least that's what happened on various versions of Slax and DSL. I also can't burn it from Win because the source file is on a reiserfs partition.
Thanks,
Randux
|
|
|
03-23-2006, 03:28 AM
|
#2
|
Member
Registered: Jun 2003
Location: France
Distribution: slackware 11.0
Posts: 80
Rep:
|
Have you tried to make the iso (mkisofs...) on a mounted partition.
I mean mouting an existing partition and write the iso to disk, then burn it.
Just a thought
|
|
|
03-23-2006, 03:46 AM
|
#3
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705
Original Poster
Rep:
|
Thanks but I am trying to write files which are not ISO. So I don't understand your suggestion.
|
|
|
03-23-2006, 04:34 AM
|
#4
|
Member
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246
Rep:
|
You create an .iso of the files you want to burn, and burn the iso. Here's a good how-to over at IBM for burning CDs from the command line:
http://www-128.ibm.com/developerwork.../l-cdburn.html
You can. ofcourse, run KDE apps (i.e. k3b) in a non-KDE desktop environment (flux/blackbox/xfce/fvwm etc. etc.) provided you have the KDE base, libs and qt packages installed (maybe one or two others).
EDIT; additional:
btw, there are reiserfs (and ext2/3) drivers available for Windows.
Last edited by odevans; 03-23-2006 at 04:36 AM.
|
|
|
03-23-2006, 06:47 AM
|
#5
|
Member
Registered: Mar 2005
Location: chennai(madras), India
Distribution: slackware ofcourse
Posts: 654
Rep:
|
1.which kernel u r using ??
2.what is the output of "#cdrecord -scanbus"
if u r using 2.4 kernel.. then u need scsi emulation.
appending lilo is needed.
if u have k3b installed, try runnig tht
|
|
|
03-23-2006, 07:36 AM
|
#6
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705
Original Poster
Rep:
|
Quote:
Originally Posted by odevans
You create an .iso of the files you want to burn, and burn the iso. Here's a good how-to over at IBM for burning CDs from the command line:
http://www-128.ibm.com/developerwork.../l-cdburn.html
You can. ofcourse, run KDE apps (i.e. k3b) in a non-KDE desktop environment (flux/blackbox/xfce/fvwm etc. etc.) provided you have the KDE base, libs and qt packages installed (maybe one or two others).
EDIT; additional:
btw, there are reiserfs (and ext2/3) drivers available for Windows.
|
Thanks for the pointer. I'll look at it. I'm on to plan B now, back to burning it from a live CD since I realized that I can mount a dead partition as /tmp and then KDE will have enough work space to make an image.
Of course I don't have the KDE libs installed, that's the whole point!
Interesting note on various fs drivers available for win. But I don't trust win to do anything except play MP3s...
|
|
|
03-23-2006, 07:38 AM
|
#7
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705
Original Poster
Rep:
|
Quote:
Originally Posted by rkrishna
1.which kernel u r using ??
2.what is the output of "#cdrecord -scanbus"
if u r using 2.4 kernel.. then u need scsi emulation.
appending lilo is needed.
if u have k3b installed, try runnig tht
|
You're exactly right, it can't find the scsi driver. And the modprobe fails on init every time. I've been ignoring it.
I'll have to come back to this later. Right now I need to make some backups.
Thanks for the help guys.
|
|
|
03-23-2006, 12:59 PM
|
#8
|
Member
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246
Rep:
|
Do you have the append=ide-scsi line in your /etc/lilo.conf? Something like this:
Code:
image = /boot/vmlinuz
root = /dev/hda1
append = "hdc=ide-scsi"
Label = Linux
read-only
Where /dev/hdc is your cdrom device (don't use the /dev/cdrom symlink).
|
|
|
03-23-2006, 03:37 PM
|
#9
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,961
|
Quote:
Originally Posted by Randux
You're exactly right, it can't find the scsi driver. And the modprobe fails on init every time. I've been ignoring it.
I'll have to come back to this later. Right now I need to make some backups.
Thanks for the help guys.
|
Hi,
You load the modules from /etc/rc.d/rc.modules. You will need to un-comment the /sbin/modprobe ide-scsi.
Then add the append="hdc=ide-scsi" to the desired stanza lilo.conf. Don't forget to run lilo to update!
edit: If you use the kernel 2.6, then just put this in the correct stanza in lilo.conf;
append = "hdc=ide-cd"
HTH!
Last edited by onebuck; 03-23-2006 at 03:39 PM.
|
|
|
03-23-2006, 04:08 PM
|
#10
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,961
|
Quote:
Originally Posted by rkrishna
1.which kernel u r using ??
2.what is the output of "#cdrecord -scanbus"
if u r using 2.4 kernel.. then u need scsi emulation.
appending lilo is needed.
if u have k3b installed, try runnig tht
|
Hi,
I have noticed your post in the past! Several people have asked you to not use the aol speak. I now am asking you to not use it.
To use the aol speak makes the reading for understanding difficult.
The use of aol speak is for aol not LQ!
Your information would come across much better if you used proper written word along with GRAMMAR.
The thought is better conveyed by writing in fluid flow of information. Not broken!
If spelling is the problem, then use the spell check feature of LQ during the reply session.
|
|
|
03-23-2006, 05:02 PM
|
#11
|
Member
Registered: Apr 2005
Location: Canada
Distribution: Slackware 12
Posts: 184
Rep:
|
Hey guys, quick question, is this line correct when declaring two burners?
Code:
append = "hdc=ide-scsi hdd=ide-scsi"
|
|
|
03-23-2006, 07:27 PM
|
#12
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,961
|
Quote:
Originally Posted by CrEsPo
Hey guys, quick question, is this line correct when declaring two burners?
Code:
append = "hdc=ide-scsi hdd=ide-scsi"
|
Hi,
This is correct for kernels 2.4 or less to use scsi emulation. If you are using kernels 2.6 and above then;
Code:
append = "hdc=ide-cd hdd=ide-cd"
You can place the append in the stanza of choice within lilo.conf. Don't forget to run lilo to update.
HTH!
|
|
|
03-23-2006, 07:29 PM
|
#13
|
Member
Registered: Apr 2005
Location: Canada
Distribution: Slackware 12
Posts: 184
Rep:
|
Quote:
Originally Posted by gwsandvik
This is correct for kernels 2.4 or less to use scsi emulation.
|
Thanks for the reply, appreciated.
|
|
|
03-23-2006, 08:14 PM
|
#14
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705
Original Poster
Rep:
|
OD and Gary, thanks very much for the tips. Actually, I was able to do what I needed (kinda cool, actually, linux is really easy to administer!) I will have to get back to this. It's nice to know you guys are so helpful when someone has a problem.
Just a note, a lot of people from foreign countries (myself included) sometimes don't speak English so well. It's easy to think someone is aol-speaking when maybe their English isn't so good. We should all try to write clearly but not everyone can write on the same level.
Thanks again guys,
Rand
|
|
|
03-24-2006, 03:27 AM
|
#15
|
Member
Registered: Mar 2005
Location: chennai(madras), India
Distribution: slackware ofcourse
Posts: 654
Rep:
|
Quote:
OD and Gary, thanks very much for the tips. Actually, I was able to do wh
at I needed (kinda cool, actually, linux is really easy to administer!) I will h
ave to get back to this. It's nice to know you guys are so helpful when someone
has a problem.
|
happy to know that you haev resolved your problem. i had
to left the office so i couldnt help you
one more question
"can you still read data cds after the scsi emulation?"
|
|
|
All times are GMT -5. The time now is 07:43 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|