On Fri, Jun 20, 2003 at 01:08:30PM -0500, David Hammett wrote:

All this time I have been working as root under kid setting up my driver's now when I login as a user under Gnome and play KsCD aap as a user my cd-rw links to /dev/cdrom with no sound.Look at the other post you will see as root under kid my cd-rw links to /dev/cdrom1 and /dev/scd0 with no sound and my dvd-rom links to /dev/cdrom and has sound. :-(

I think what is going on here is the SCSI host adapter emulation is not set right in My grub config I think I need to set it to:

kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi

and semilink

I think you mean "symlink", which is short for "symbolic link".



Thank you for the english correction. I just could not remeber. So I got it close.


rm /dev/cdrom
ln -s /dev/scd0 /dev/cdrom

and semilink
rm /dev/cdrom1
ln -s /dev/scd1 /dev/cdrom1

It doesn't matter which one is linked to which, really, all that matters
is that the app you're using to play points at the one you want it to
access. if the app is trying to use /dev/cdrom1, and if that links to
/dev/scd0, then it'll be trying to play sound on /dev/scd0.



I did not know that Thank's. This Is what it's about learning. I will but this one in my Note's. No joke!!



right now in my grub config it's set to this:


kernel /vmlinuz-2.4.20- 8ro root=LABEL=/ hdc=ide-scsi


Well, it only has ONE of your drives set up to use ide-scsi (/dev/hdc),
while the other one (/dev/hdd???) is still an ATAPI device. You should
be able to set them up like this:

Yes your right & Yes It will work like this too.



        ln -s /dev/scd0 /dev/cdrom
        ln -s /dev/hdd /dev/cdrom1
(of course, you can name the "cdromx" part of it anything you want,
so you could use /dev/firstcd and /dev/2ndcd, or anything else that
strikes your fancy--it's just a link/pointer/indirection to the real
device--as long as the programs that access it know the name you've
used).

Learning something again. Another Note! Thank You!



There's nothing wrong with having one CD use ide-scsi emulation and
one not (except the one that does not is not usable by X-CDROAST). But
if you want both of them to use it, then set it up as you suggested up
above and change the /dev/cdromx links appropriately.

You said (except the one that does not is not usable by X-CDROAST)


But X-cdroast is useing my dvd-rom and right now it's setup as ATAPI device and cd-rw is scsi.

Why I say this is because I'v copied a cd form my dvd-rom useing x-cdroast to my cd-rw and to the hard drive too. The way it's setup now just no sound form cd-rw.


if you still don't get sound, the things to check are:
1. is the player even finding the drive? (i.e., does the drive actually
play the CD or not?)

Yes It Is....


2. if so, do you get sound at the headphone jack on the device?

YES I Do. Look at Note in other post.


3. if so, make sure the audio cable from the CD to the sound card
is properly connected. (also make sure it's not defective)

Yes it's properly connected. Played good untill I setup config's in X-cdroast


4. if so, do you have the correct channel volume turned up on your
sound mixer?

Come on now Im new to linux not computter's ;)


5. if so, is your sound card busted?

I'll check it just to make sure. If so? It had to happen when configing X-cdroast.


6. If NOT, I'm out of ideas!



But Im not sure ?????


After the SCSI emulation takes over the IDE bus can it be reversed?? Note: The kernel will be

No clue.


changed I think to a generic scsi IDE bus.

If I try this what would be the command's to put it back like it was??? :-(

ditto

The only reason I wanted to put It back was because .I had someone comeing to look at It to buy it.At lest I could showe him it worked I just had to get this one thing fixed and it was not a hardware thing just setting's. That I'v got to fix.



FYI, here's the appropriate entry from my /etc/grub.conf:


kernel /vmlinuz-2.4.9-34 ro root=/dev/hda5 hdc=ide-scsi hdf=ide-scsi

And the /dev/cd* links:

lrwxrwxrwx    1 root     root            9 Sep  1  2002 /dev/cdrom -> /dev/scd0
lrwxrwxrwx    1 root     root            9 Oct 24  2002 /dev/cdrom1 -> /dev/scd

-- ---- Fred Smith -- [EMAIL PROTECTED] ----------------------------- "And he will be called Wonderful Counselor, Mighty God, Everlasting Father, Prince of Peace. Of the increase of his government there will be no end. He will reign on David's throne and over his kingdom, establishing and upholding it with justice and righteousness from that time on and forever." ------------------------------- Isaiah 9:7 (niv) ------------------------------

I will try all this when I get back form church :-)


Thank you for all your time.I really appreciate you helping me with this. I'v been reading for about 6 or 7 day's now trying to get this fixed.
plus You have tought me alot and I like your verse too Thank you very much.


Thank's & God Bless All\
 David Hammett
 [EMAIL PROTECTED]

/------------------------------------------------\
\Linux Is great #1 in my book Now !!!


/Start makeing programs for it now Ho..yes ;)
\ /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to