Jump to content

Problems using any tools to record to Sony DRU-500AX


Steve Scrimpshire
 Share

Recommended Posts

I can use dvd+rw-format and growisofs to record to dvd+rw media, but I cannot get xcdroast or gcombust to work. They both say that they failed to find any scsi drives.

 

Here is /etc/modules.conf:

alias eth0 il

options ide-cd ignore=hdd

pre-install sg modprobe ide-scsi

pre-install sr_mod modprobe ide-scsi

pre-install ide-scsi modprobe ide-cd





pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start

alias usb-interface usb-ohci

alias sound-slot-0 es1371

options nvidia NVreg_ReqAGPRate=2

alias char-major-6 off

alias char-major-10-135 off



alias /dev/ttySHCF[0-9]* hcfpciserial

alias char-major-240 hcfpciserial

alias /dev/cuaHCF[0-9]* hcfpciserial

alias char-major-241 hcfpciserial

alias /dev/modem hcfpciserial

options hcfpciserial serialmajor=240 calloutmajor=241 pcivendorid=0x14F1 pcideviceid=0x1036

alias char-major-195 nvidia

 

lsmod:

Module                  Size  Used by

sr_mod                 12176   0  (unused)

ide-scsi                7760   0 

sg                     26144   0  (unused)

ppp_deflate             2992   0  (autoclean)

zlib_inflate           19072   0  (autoclean) [ppp_deflate]

zlib_deflate           18592   0  (autoclean) [ppp_deflate]

bsd_comp                4064   0  (autoclean)

ppp_async               6416   1  (autoclean)

ppp_generic            19712   3  (autoclean) [ppp_deflate bsd_comp ppp_async]

slhc                    4672   0  (autoclean) [ppp_generic]

hcfpciserial           22400   2  (autoclean)

hcfpciengine          886240   0  (autoclean) [hcfpciserial]

hcfpciosspec           15536   1  (autoclean) [hcfpciserial hcfpciengine]

nvidia               1468272  10  (autoclean)

es1371                 26384   0 

soundcore               3568   4  [es1371]

ac97_codec             10048   0  [es1371]

floppy                 46800   0  (autoclean)

ipt_REJECT              2880   2  (autoclean)

ipt_limit                880  10  (autoclean)

ip_conntrack_irc        3120   1  (autoclean)

ip_nat_irc              2368   0  (unused)

ip_nat_ftp              2976   0  (unused)

ipt_MASQUERADE          1312   2  (autoclean)

ipt_state                576  12  (autoclean)

ipt_LOG                 3408  10 

ip_conntrack_ftp        3824   1 

iptable_mangle          2128   0  (autoclean) (unused)

iptable_nat            15120   3  (autoclean) [ip_nat_irc ip_nat_ftp ipt_MASQUERADE]

ip_conntrack           17392   4  (autoclean) [ip_conntrack_irc ip_nat_irc ip_nat_ftp ipt_MASQUERADE ipt_state ip_conntrack_ftp iptable_nat]

iptable_filter          1680   1  (autoclean)

ip_tables              10976  10  [ipt_REJECT ipt_limit ipt_MASQUERADE ipt_state ipt_LOG iptable_mangle iptable_nat iptable_filter]

printer                 6576   0 

usb-ohci               17952   0  (unused)

il                     58208   1  (autoclean)

ntfs                   49968   0  (autoclean)

vfat                    9776   0  (autoclean)

fat                    30464   0  (autoclean) [vfat]

unix                   13680 115  (autoclean)

reiserfs              164672   3

 

Applicable sections in my .conf when I compiled my modules/kernel:

 [root@localhost linux-2.4.20]# cat .config | grep SCSI

CONFIG_BLK_DEV_IDESCSI=m

# SCSI support

CONFIG_SCSI=y

# SCSI support type (disk, tape, CD-ROM)

# Some SCSI devices (e.g. CD jukebox) support multiple LUNs

CONFIG_SCSI_DEBUG_QUEUES=y

CONFIG_SCSI_MULTI_LUN=y

CONFIG_SCSI_CONSTANTS=y

# CONFIG_SCSI_LOGGING is not set

# SCSI low-level drivers

# CONFIG_SCSI_7000FASST is not set

# CONFIG_SCSI_ACARD is not set

# CONFIG_SCSI_AHA152X is not set

# CONFIG_SCSI_AHA1542 is not set

# CONFIG_SCSI_AHA1740 is not set

# CONFIG_SCSI_AACRAID is not set

# CONFIG_SCSI_AIC7XXX is not set

# CONFIG_SCSI_AIC7XXX_OLD is not set

# CONFIG_SCSI_DPT_I2O is not set

# CONFIG_SCSI_ADVANSYS is not set

# CONFIG_SCSI_IN2000 is not set

# CONFIG_SCSI_AM53C974 is not set

# CONFIG_SCSI_MEGARAID is not set

# CONFIG_SCSI_BUSLOGIC is not set

# CONFIG_SCSI_CPQFCTS is not set

# CONFIG_SCSI_DMX3191D is not set

# CONFIG_SCSI_DTC3280 is not set

# CONFIG_SCSI_EATA is not set

# CONFIG_SCSI_EATA_DMA is not set

# CONFIG_SCSI_EATA_PIO is not set

# CONFIG_SCSI_FUTURE_DOMAIN is not set

# CONFIG_SCSI_GDTH is not set

# CONFIG_SCSI_GENERIC_NCR5380 is not set

# CONFIG_SCSI_IPS is not set

# CONFIG_SCSI_INITIO is not set

# CONFIG_SCSI_INIA100 is not set

# CONFIG_SCSI_PPA is not set

# CONFIG_SCSI_IMM is not set

# CONFIG_SCSI_NCR53C406A is not set

# CONFIG_SCSI_NCR53C7xx is not set

# CONFIG_SCSI_SYM53C8XX_2 is not set

# CONFIG_SCSI_NCR53C8XX is not set

CONFIG_SCSI_SYM53C8XX=y

CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4

CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32

CONFIG_SCSI_NCR53C8XX_SYNC=20

# CONFIG_SCSI_NCR53C8XX_PROFILE is not set

# CONFIG_SCSI_NCR53C8XX_IOMAPPED is not set

# CONFIG_SCSI_NCR53C8XX_PQS_PDS is not set

# CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT is not set

# CONFIG_SCSI_PAS16 is not set

# CONFIG_SCSI_PCI2000 is not set

# CONFIG_SCSI_PCI2220I is not set

# CONFIG_SCSI_PSI240I is not set

# CONFIG_SCSI_QLOGIC_FAS is not set

# CONFIG_SCSI_QLOGIC_ISP is not set

# CONFIG_SCSI_QLOGIC_FC is not set

# CONFIG_SCSI_QLOGIC_1280 is not set

# CONFIG_SCSI_SEAGATE is not set

# CONFIG_SCSI_SIM710 is not set

# CONFIG_SCSI_SYM53C416 is not set

# CONFIG_SCSI_DC390T is not set

# CONFIG_SCSI_T128 is not set

# CONFIG_SCSI_U14_34F is not set

# CONFIG_SCSI_ULTRASTOR is not set

# CONFIG_SCSI_DEBUG is not set

# PCMCIA SCSI adapter support

# CONFIG_SCSI_PCMCIA is not set

# Old CD-ROM drivers (not SCSI, not IDE)

# CONFIG_CD_NO_IDESCSI is not set

# CONFIG_USB_HPUSBSCSI is not set

 

[root@localhost scsi]# cat /proc/scsi/scsi

Attached devices: none

 

Any thoughts?

Link to comment
Share on other sites

Solved my own problem. Sorry. I had to add

 

hdd=ide-scsi

 

to my append line in /etc/lilo.conf and run lilo -v even though this site http://fy.chalmers.se/~appro/linux/DVD+RW/

says:

#



If you have an IDE unit, make sure it is "routed" through ide-scsi emulation layer by either:



   * passing "hdX=ide-scsi" argument to kernel;

   * appending following lines to your /etc/modules.conf:



options ide-cd ignore=hdX

pre-install sg modprobe ide-scsi

pre-install sr_mod modprobe ide-scsi

pre-install ide-scsi modprobe ide-cd

 

It really shouldn't say 'either', it should say 'and'.

 

 

Thanks.

Link to comment
Share on other sites

Steve, nice you got it working,... my next recording drive will be a dvd+rw, so good to know that's ok.

 

Did you mail the guy of the chalmers website about it?

It would help others to avoid this problem...

 

BTW are you sure it is not enough just to have the append part added to lilo.conf and then go from there?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...