On Sun, Mar 30, 2003 at 01:29:29PM -0500, Hal MacArgle wrote:
> Greetings and thanks for your input..
> 
> I'm still stuck.. I found the bootdisk  'isp16', the name of the
> soundcard/cd-interface, and it found the drive at the proper port:
> 0x340.. But it still wont mount the drive either as /dev/sjcd or when
> I 'mknod /dev/isp16 b 0 6', which is "supposed" to be the major/minor
> number of the device.. I, honestly, question that Major of zero, but
> that's what I found in the src code, IIRC..

Major 0?
Maybe these have mislead you..from isp16.c source:

#define ISP16_VERSION_MAJOR 0
#define ISP16_VERSION_MINOR 6
              ^^^^^^^
Wrong ones i guess :)

>From include/linux/major.h:

#define SANYO_CDROM_MAJOR 18

> > > 7.1 distribution and I can't get "setup" to find the CDR.. The report
> > > is always: "SJCD: Sanyo CDR-H94A Cdrom driver version 1.7
> > >             SJCD: Resetting............ reset failed, no drive found."
> 
>               For some reason the drive doesn't want to make up
> it's mind whether it's a /dev/sjcd or /dev/isp16.. No amount of
> parameter entries seem to solve the problem /or/ to force the kernel
> to be able to mount the drive.. The boot image 'isp16' finds the
> drive all right at port 0x340,0,0-Sanyo, but I can't get it mounted

AFAIK, isp16.c enables the cdrom port on your soundblaster card, and
sjcd.c manages the drive(i could be dead wrong here).
/dev/sjcd (should have major 18) is the right device i guess..

Do you have the drivers in the main kernel image or as modules? If they
are in modules, try loading the isp16.o first, then sjcd.o..

The last resort is to ask the maintainer or whoever was the last
patching the driver(s).

BTW, when asking for help on mail list, always leave the mail-list
address in Cc field..might get some more brainpower 8)

Best luck.
-- 

  Boris
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to