I was wondering if anyone had any ideas as to how I get my CD Writer to
function normally (both writing and ripping)in RedHat 8. I followed the
instructions in the CD Writing HOWTO
(http://www.redhat.com/mirrors/LDP/HOWTO/CD-Writing-HOWTO.html) and got
as far as getting it to be recognized as a SCSI Device. I can also successfully write CD's using the CD Writer utility shipped
with RH8 (GnomeToaster).

The problem is that as a normal IDE CDROM, I used to be able to use
`grip' to rip CD's to my hard drive. Now, whenever I attempt a rip
`grip' jumps quickly through each track from the first to the last, as
if scanning, but nerver reading data off the CD or writing to the hard
drive.

Is there any way to have both CD writing abilities and ripping abilities
with an IDE CD-RW in RedHat 8? Please someone help!

My `cdrecord -scanbus' output is the following:

==========================output=======================================

[root@sweety ~]# cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'IBM ' 'DORS=32160W !#' 'WA3E' Disk
0,1,0 1) 'IBM ' 'DORS=32160W !#' 'WA3E' Disk
0,2,0 2) 'SEAGATE ' 'SX4234514 ' '9E21' Disk
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus1:
1,0,0 100) 'LITE-ON ' 'LTR-32123S ' 'XS0F' Removable CD-ROM
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *

=======================================================================

I think this problem has something to do with my modules so I'll include
an `lsmod' and my `/etc/lilo.conf' and my '/etc/modules.conf' below.
Any help from anyone would be greatly appreciated. Thanks.

=============================lsmod=====================================
[root@sweety ~]# lsmod
Module Size Used by Not tainted
sg 36588 0 (autoclean)
sr_mod 18168 2 (autoclean)
sb 9236 1 (autoclean)
sb_lib 44750 0 (autoclean) [sb]
uart401 8420 0 (autoclean) [sb_lib]
sound 74388 1 (autoclean) [sb_lib uart401]
soundcore 6532 4 (autoclean) [sb_lib sound]
binfmt_misc 7524 1
autofs 13348 0 (autoclean) (unused)
3c509 12372 1
ipt_REJECT 3736 6 (autoclean)
iptable_filter 2412 1 (autoclean)
ip_tables 14936 2 [ipt_REJECT iptable_filter]
ide-scsi 10512 1
ide-cd 33608 0
cdrom 33696 0 [sr_mod ide-cd]
nls_iso8859-1 3516 2 (autoclean)
nls_cp437 5148 2 (autoclean)
vfat 13084 2 (autoclean)
fat 38712 0 (autoclean) [vfat]
printer 8992 0
mousedev 5524 1
keybdev 2976 0 (unused)
hid 22244 0 (unused)
input 5920 0 [mousedev keybdev hid]
usb-uhci 26188 0 (unused)
usbcore 77024 1 [printer hid usb-uhci]
ext3 70368 2
jbd 52212 2 [ext3]
BusLogic 100924 5
sd_mod 13552 10
scsi_mod 107176 5 [sg sr_mod ide-scsi BusLogic sd_mod]

=======================/etc/lilo.conf==================================
prompt
timeout=50
default=LinuxRedHat
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32

image=/boot/vmlinuz=2.4.18-18.8.0
label=LinuxRedHat
append="root=LABEL=/ hdc=ide-scsi"
read=only
initrd=/boot/initrd=2.4.18-18.8.0.img

other=/dev/sda1
optional
label=Windows98

========================/etc/modules.conf=============================
alias parport_lowlevel parport_pc
alias scsi_hostadapter BusLogic
alias usb-controller usb-uhci
alias eth0 3c509

#-----------------------------CD WRITER-------------------------------
options ide-cd ignore=hdc # tell the ide-cd module to ignore hdc
alias scd0 sr_mod # load sr_mod upon access of scd0
#pre-install ide-scsi modprobe imm # uncomment for some ZIP drives only
pre-install sg modprobe ide-scsi # load ide-scsi before sg
pre-install sr_mod modprobe ide-scsi # load ide-scsi before sr_mod
pre-install ide-scsi modprobe ide-cd # load ide-cd before ide-scsi

#---------------------------STANDARD SOUND----------------------------
alias sound-slot-0 sb
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L
>/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S
>/dev/null 2>&1 || :
#-----------------------------ALSA SOUND------------------------------
## ALSA portion
#alias char-major-116 snd
#alias snd-card-0 snd-es18xx
## module options should go here

## OSS/Free portion
#alias char-major-14 soundcore
#alias sound-slot-0 snd-card-0

## card #1
#alias sound-service-0-0 snd-mixer-oss
#alias sound-service-0-1 snd-seq-oss
#alias sound-service-0-3 snd-pcm-oss
#alias sound-service-0-8 snd-seq-oss
#alias sound-service-0-12 snd-pcm-oss

#post-install sound-slot-0 /usr/sbin/alsactl restore >/dev/null 2>&1 || :
#pre-remove sound-slot-0 /usr/sbin/alsactl store >/dev/null 2>&1 || :

=======================================================================





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to