Unix Technical Forum

configuring the DVD & CDrecorder devices in Slack10.0

This is a discussion on configuring the DVD & CDrecorder devices in Slack10.0 within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello, Fist of all, excuse my english, I'm French & I'm a newbie in Slackware here's my questions : ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 01:55 PM
Ricardo
 
Posts: n/a
Default configuring the DVD & CDrecorder devices in Slack10.0

Hello,

Fist of all, excuse my english, I'm French & I'm a newbie in Slackware

here's my questions :
- how to configure a DVD player ? the system can't mount the DVD device
- is there any program to burn CDs with Slackware10.0?
- how to configure the CD recorder?

Thank you for any answer.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 01:55 PM
jenso
 
Posts: n/a
Default Re: configuring the DVD & CDrecorder devices in Slack10.0

On 2004-07-22, Ricardo <dalinuxsalsaman@yahoo.fr> wrote:
> Hello,
>
> Fist of all, excuse my english, I'm French & I'm a newbie in Slackware
>
> here's my questions :
> - how to configure a DVD player ? the system can't mount the DVD device
> - is there any program to burn CDs with Slackware10.0?
> - how to configure the CD recorder?
>
> Thank you for any answer.
>
>

1. What kernelversion?
2. cdrecord, mkisofs, growisofs.
3. What kernelversion?

/Jens
--
Slackware | CRUX-1.3.1 PPC
window manager improved

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 01:55 PM
Ricardo
 
Posts: n/a
Default Re: configuring the DVD & CDrecorder devices in Slack10.0

my kernel version is 2.4.26

jenso wrote:
> On 2004-07-22, Ricardo <dalinuxsalsaman@yahoo.fr> wrote:
>
>>Hello,
>>
>>Fist of all, excuse my english, I'm French & I'm a newbie in Slackware
>>
>>here's my questions :
>>- how to configure a DVD player ? the system can't mount the DVD device
>>- is there any program to burn CDs with Slackware10.0?
>>- how to configure the CD recorder?
>>
>>Thank you for any answer.
>>
>>

>
> 1. What kernelversion?
> 2. cdrecord, mkisofs, growisofs.
> 3. What kernelversion?
>
> /Jens


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 01:56 PM
jenso
 
Posts: n/a
Default Re: configuring the DVD & CDrecorder devices in Slack10.0

On 2004-07-23, Ricardo <dalinuxsalsaman@yahoo.fr> wrote:
> my kernel version is 2.4.26
>>
>>
>> 1. What kernelversion?
>> 2. cdrecord, mkisofs, growisofs.
>> 3. What kernelversion?
>>
>> /Jens

>

cdrecord -scanbus or cdrecord dev=ATAPI -scanbus
cat /proc/sys/dev/cdrom/info
Edit /etc/lilo.conf
append="hdX=ide-scsi"
mkdir /mnt/cdrecorder
ln -s /dev/output from -scanbus /dev/cdrecorder
Edit /etc/fstab to your likeing
This should get you going.

/Jens
--
Slackware | CRUX-1.3.1 PPC
window manager improved

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 01:57 PM
Huub
 
Posts: n/a
Default Re: configuring the DVD & CDrecorder devices in Slack10.0

> cdrecord -scanbus or cdrecord dev=ATAPI -scanbus
> cat /proc/sys/dev/cdrom/info
> Edit /etc/lilo.conf
> append="hdX=ide-scsi"


Should this be placed before or after the bootable partition config?

> mkdir /mnt/cdrecorder
> ln -s /dev/output from -scanbus /dev/cdrecorder


I don't quite understand this one.

> Edit /etc/fstab to your likeing

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 01:57 PM
jenso
 
Posts: n/a
Default Re: configuring the DVD & CDrecorder devices in Slack10.0

On 2004-07-24, Huub <v.niekerk@freeler.nl> wrote:
>> cdrecord -scanbus or cdrecord dev=ATAPI -scanbus
>> cat /proc/sys/dev/cdrom/info
>> Edit /etc/lilo.conf
>> append="hdX=ide-scsi"

>
> Should this be placed before or after the bootable partition config?
>

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
append="hdc=ide-scsi"
boot = /dev/hda
From an old lilo.conf. As i don't use LILO but Grub and kernel 2.6.7.

>> mkdir /mnt/cdrecorder
>> ln -s /dev/output from -scanbus /dev/cdrecorder

>
> I don't quite understand this one.
>

You get an output from -scanbus, like 0,0,0.
That should bee the device in /dev. /dev/sr0.
Fore the emulated scsi-device.
"ln -s /dev/sr0 /dev/cdrecorder" to make the symlink
Can't show you because of 2.6.7 and udev. And don't use that way.
To configure the device.
So do read the manual.

>> Edit /etc/fstab to your likeing

No differences there.

/Jens
--
Slackware | CRUX-1.3.1 PPC
window manager improved

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 01:57 PM
Huub
 
Posts: n/a
Default Re: configuring the DVD & CDrecorder devices in Slack10.0

jenso wrote:
> On 2004-07-24, Huub <v.niekerk@freeler.nl> wrote:
>
>>>cdrecord -scanbus or cdrecord dev=ATAPI -scanbus
>>>cat /proc/sys/dev/cdrom/info
>>>Edit /etc/lilo.conf
>>>append="hdX=ide-scsi"

>>
>>Should this be placed before or after the bootable partition config?
>>

>
> # LILO configuration file
> # generated by 'liloconfig'
> #
> # Start LILO global section
> append="hdc=ide-scsi"
> boot = /dev/hda
> From an old lilo.conf. As i don't use LILO but Grub and kernel 2.6.7.
>
>
>>>mkdir /mnt/cdrecorder
>>>ln -s /dev/output from -scanbus /dev/cdrecorder

>>
>>I don't quite understand this one.
>>

>
> You get an output from -scanbus, like 0,0,0.
> That should bee the device in /dev. /dev/sr0.
> Fore the emulated scsi-device.
> "ln -s /dev/sr0 /dev/cdrecorder" to make the symlink
> Can't show you because of 2.6.7 and udev. And don't use that way.
> To configure the device.
> So do read the manual.
>
>
>>>Edit /etc/fstab to your likeing

>
> No differences there.
>
> /Jens

Thank you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 01:58 PM
jenso
 
Posts: n/a
Default Re: configuring the DVD & CDrecorder devices in Slack10.0

On 2004-07-24, Huub <v.niekerk@freeler.nl> wrote:
> jenso wrote:
>> On 2004-07-24, Huub <v.niekerk@freeler.nl> wrote:
>>
>>
>> /Jens

> Thank you.


Good! Now do read the manual, it is all over
"The net" ( http://www.google.com/linux ).
Read up on the 2.6 kernel as well.
So you don't have to ask next time.

/Jens
--
Slackware | CRUX-1.3.1 PPC
window manager improved

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:10 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com