Cd-writer & Cd-rom not regconized in 32bitmode on Sun Ultra5, running cdrecord, fbk, scg

Cd-writer & Cd-rom not regconized in 32bitmode on Sun Ultra5, running cdrecord, fbk, scg

Post by Frank Schliephack » Fri, 28 May 1999 04:00:00



I am running cdrecord 1.8 and the scg/fbk drivers on solaris2.6 on a Sun
Ultra5.

The cd-writing using cdrecord works allright but using the internal CDrom or
the cdwriter is not possible - why.
I am running the Ultra5 on 32  bit (boot kernel/unix), acc. to the
instructions for the scg and fbk provided, developt and revised by J?rg
Schilling.

I am running the CD-rom writer (yamaha 4416S) on an internal
scsicard(symbios logic).

Is it possible to run the scg amd fbk drivers on the ordinary 64 bit kernel
or to operate them under a 32 bit kernel.
How do I operate both the Internal CDROM and the external SCSI
CD-rom/cdwriter.
using the ordinary kernel.

Any tips would be appreciated, Frank

 
 
 

Cd-writer & Cd-rom not regconized in 32bitmode on Sun Ultra5, running cdrecord, fbk, scg

Post by Joerg Schilli » Sat, 29 May 1999 04:00:00




>I am running cdrecord 1.8 and the scg/fbk drivers on solaris2.6 on a Sun
>Ultra5.

>The cd-writing using cdrecord works allright but using the internal CDrom or
>the cdwriter is not possible - why.
>I am running the Ultra5 on 32  bit (boot kernel/unix), acc. to the
>instructions for the scg and fbk provided, developt and revised by J?rg
>Schilling.

>I am running the CD-rom writer (yamaha 4416S) on an internal
>scsicard(symbios logic).

>Is it possible to run the scg amd fbk drivers on the ordinary 64 bit kernel
>or to operate them under a 32 bit kernel.

I did not yet have the time to add 64 bit support. ..... but now I hope to
have soon more time to do it. For a while I had time but the beta 64 bit
C-compiler timed out and Sun did not deliver the official one fast enough ;-)

The next 3 weeks, it is unlikely that I'll do it as my DVD-R sample drive
just arrived and I can only have it two times for a very limited time. There
are only few samples on the world at the moment :-(

Quote:>How do I operate both the Internal CDROM and the external SCSI
>CD-rom/cdwriter.
>using the ordinary kernel.

The internal CDROM is ATAPI. Older Solaris versions had a very obscure way
of integrating ATAPI and it would have been a big challenge to add ATAPI
support to the scg driver.

Solaris 7 now seems to be a bit better, there is a atapi module which seems
to do the right thing. But at the moment I did not yet figured out
how to use the features of this module. It seems that the directory structure
on the Solaris source CD's becomes more and more confusing.

Give me time or give me a Volonteer and you will see ATAPI support on Solaris.

--



URL:  http://www.fokus.gmd.de/usr/schilling    ftp://ftp.fokus.gmd.de/pub/unix

 
 
 

Cd-writer & Cd-rom not regconized in 32bitmode on Sun Ultra5, running cdrecord, fbk, scg

Post by Thomas Tornblo » Sat, 29 May 1999 04:00:00





> >I am running cdrecord 1.8 and the scg/fbk drivers on solaris2.6 on a Sun
> >Ultra5.

> >The cd-writing using cdrecord works allright but using the internal CDrom or
> >the cdwriter is not possible - why.
> >I am running the Ultra5 on 32  bit (boot kernel/unix), acc. to the
> >instructions for the scg and fbk provided, developt and revised by J?rg
> >Schilling.

> >I am running the CD-rom writer (yamaha 4416S) on an internal
> >scsicard(symbios logic).

> >Is it possible to run the scg amd fbk drivers on the ordinary 64 bit kernel
> >or to operate them under a 32 bit kernel.

> I did not yet have the time to add 64 bit support. ..... but now I hope to
> have soon more time to do it. For a while I had time but the beta 64 bit
> C-compiler timed out and Sun did not deliver the official one fast enough ;-)

Why don't you add USCSI as a compile time option for those that wishes
to use cdrecord without scg?

Granted that it will only work with drives that presents themselves as
CDROM or disks, I believe this covers most interesting drives anyway.

I have just today moved my USCSI  patch from 1.6.1 to 1.8, but haven't had
the time to fully test it out yet.

This will make the whole 32/64-bit issue moot.

--


Sun Microsystems AB      Fax: +46 8 623 9102

 
 
 

Cd-writer & Cd-rom not regconized in 32bitmode on Sun Ultra5, running cdrecord, fbk, scg

Post by Joerg Schilli » Sun, 30 May 1999 04:00:00







>> >I am running cdrecord 1.8 and the scg/fbk drivers on solaris2.6 on a Sun
>> >Ultra5.

>> >The cd-writing using cdrecord works allright but using the internal CDrom or
>> >the cdwriter is not possible - why.
>> >I am running the Ultra5 on 32  bit (boot kernel/unix), acc. to the
>> >instructions for the scg and fbk provided, developt and revised by J?rg
>> >Schilling.

>> >I am running the CD-rom writer (yamaha 4416S) on an internal
>> >scsicard(symbios logic).

>> >Is it possible to run the scg amd fbk drivers on the ordinary 64 bit kernel
>> >or to operate them under a 32 bit kernel.

>> I did not yet have the time to add 64 bit support. ..... but now I hope to
>> have soon more time to do it. For a while I had time but the beta 64 bit
>> C-compiler timed out and Sun did not deliver the official one fast enough ;-)

>Why don't you add USCSI as a compile time option for those that wishes
>to use cdrecord without scg?

Cdrecord compiles on 20 OS platforms. Support for SunOS 4.x as well as support for
SunOS 5.x is a base feature. The problem is that USCSI on SunOS 4.x and early versions
of SunOS 5.x is unusable. I would need some autoconf code to check whether
USCSI is usable or only a joke.

SCG uses an interface that is binary identical from SunOS 3.0 to SunOS 5.7
Using this scg interface makes portability issues easy to forget if you compare
to USCSI.

If this prtability problems have been solved, I will add USCSI support to my
SCSI transport library.

--



URL:  http://www.fokus.gmd.de/usr/schilling    ftp://ftp.fokus.gmd.de/pub/unix

 
 
 

Cd-writer & Cd-rom not regconized in 32bitmode on Sun Ultra5, running cdrecord, fbk, scg

Post by doe ray m » Mon, 31 May 1999 04:00:00


Quote:> Cdrecord compiles on 20 OS platforms. Support for SunOS 4.x as well as
support for
> SunOS 5.x is a base feature. The problem is that USCSI on SunOS 4.x and
early versions
> of SunOS 5.x is unusable. I would need some autoconf code to check whether
> USCSI is usable or only a joke.

cdrecord is Wonderful....

Quote:

> SCG uses an interface that is binary identical from SunOS 3.0 to SunOS 5.7
> Using this scg interface makes portability issues easy to forget if you
compare
> to USCSI.

WHY havent you released Source for the Solaris SCG driver???
 
 
 

1. cdrecord thinks CD-writer is CD-ROM

When I try to write to my CD-writer with
'cdrecord -v speed=2 dev=5,0 cdimage.raw'
it fails to write because it thinks the
device is a CD-ROM. I've tried to boot with
the cd-writer turned off, then turning it
on after the boot completes but get the
same results. I'm using PPC Linux 4.1 which
is based upon Red Hat 5.0, with a Philips
CDD 2600 cd-writer. How can I write the
image to the CD-R?

Greg

2. Interrupts, what are them?

3. cdrecord and scg or fbk on v5.7 ultra 10

4. A GNU Vision - utilities as object components

5. linux, Mitsumi CD-ROM (& SB), & the TA CD-ROM - solved!

6. Problem with news setup...

7. CD writer does not detect the presence of a CD-ROM

8. RealVideo & Distorted Colors

9. Reading CD-R & CD-RW with an ATAPI HP 7200e CD-Writer on RH 6.0...

10. CD-Writer CD-Writer

11. CD-writer and CD-rom: some simple questions

12. Troubles with CD-Writer and now alos with CD-rom

13. CD-ROM not detected by linux after CD-ROM install