Find the answer to your Linux question:
Results 1 to 5 of 5
Hey out there. I'm a first-time Linux user. I've tried a couple of Live CDs in the past, but I decided the other day to install Debian (net install). Anyway, ...
  1. #1
    Just Joined!
    Join Date
    Jun 2006
    Posts
    21

    The CD was Don McLean. I'm sure you can understand my pain.

    Hey out there. I'm a first-time Linux user. I've tried a couple of Live CDs in the past, but I decided the other day to install Debian (net install).

    Anyway, on to the story. My sister is impatient and irritating, so she wanted to come on and listen to some music. I told her to pop a CD in, but alas, no sound.

    I was told by vumeter to run esd. I did, and I got the following message:
    /dev/dsp: no such device.
    I tried dsps 1-3, and was presented with similar messages.

    I tried to Google the problem, but every article I found seemed to assume that my sound card had been recognised during the installation.

    Any help would be appreciated, even if it's just a link to a more helpful article.

  2. #2
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    have you installed alsa?
    install alsa

    terminal>apt-get install alsa-base alsa-utils

    and than configure alsa

    terminal>alsaconf

    and in the xmms you need to load the audio cd module if it isn't loaded
    i don't know the name of the module but you will find it. Than open the cdrom device like a directory.

    have fun!

  3. #3
    Just Joined!
    Join Date
    Jun 2006
    Posts
    21
    Okay, I took your advice. I kept getting an error saying "no module by that name found". Nothing doing, I'm afraid.
    I'm using Kscd to play them at the moment. It seems to be doing it fine, but for the fact that I've no sound card...

  4. #4
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    If you have the Debian Sarge default kernel, which is a 2.4 one, then you need to install the alsa modules first:
    Code:
    apt-get install alsa-modules-$(uname -r)
    Then you can set up alsa dmix:
    http://www.linuxforums.org/forum/deb...leas-help.html
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  5. #5
    Just Joined!
    Join Date
    Jun 2006
    Posts
    21
    Cheers. Haven't tried out dmix yet (my family's not huge on Linux), but it hasn't given me any problems or anything, and at least I have sound.
    Thanks for your help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •