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 : ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |
| |||
| 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 |
| |||
| 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 |
| |||
| 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 |
| |||
| > 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 |
| |||
| 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 |
| |||
| 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. |
| ||||
| 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 |