Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 1997 15:11:55 +0200 (MET DST)
From:      Zahemszky Gabor <zgabor@CoDe.hu>
To:        freebsd-questions@freebsd.org (FreeBSD questions)
Cc:        selfg@primenet.com
Subject:   Re: Install Help
Message-ID:  <199704041311.PAA01322@CoDe.hu>
In-Reply-To: <01BC40B3.C3EDDA80@ip155.fhu.primenet.com> from "George R. Self" at "Apr 4, 97 04:50:47 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

Please, try a little bit shorter lines!  Thanks!

<snip>
> I stopped my install, logged onto the Net, and began reading all the FAQs I could find on the topic. I discovered, only now, a week later, that I cannot use my CD ROM with FreeBSD! I own a Mitsumi FX001D controlled by a Sound Blaster card rather than a separate controller. From what I read, it seems that FreeBSD cannot get through the Soundblaster to control the CD Drive.

Hmm.  I think, it's an old model, which is not ATAPI, but use it's own
proprietary interface.  If it is, you may use it.  (And you can use it on a
SB-card - I have a Sony proprietary CD-ROM drive, and use it on a
SB16-card.)

1) Put the CD into the drive before boot.
2) after the boot prompt, type: -c
-> you will be in the hardware selection menu.
3) delete everything, which is not on your machine
4) Look, and CORRECT the values for the mcd driver!  I think, you need that.
5) etc.

If it's an ATAPI CD, I don't know anything about it.

Bye, Gabor
---
#!/bin/ksh
trap 'rm -f /tmp/$$.$$' EXIT HUP INT QUIT TERM&&print '21N16I25C25E30, 40M30E33E25T15U!'>/tmp/$$.$$&&IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ '&&set -A X $(</tmp/$$.$$)&&IFS=' 0123456789 '&&set -A Y $(</tmp/$$.$$);IFS=' '&&set -- "${X[@]}"&&for i do [[ $i = ? ]]&&print $i&&continue;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i&&print -n ${i#???}&&[[ "$j" = ??? ]]&&print -n "${j#??} "&&unset j;typeset +i i;done;set -- "${Y[@]}"&&set -A X&&for i do [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;set -A X "${X[@]}" $i&&typeset +l i;done&&set -- ${X[@]}&&print $*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704041311.PAA01322>