Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 15 of 15
is there any file i need to edit after i install the drivers? because i just installed the drivers and its still not working...
  1. #11
    Just Joined!
    Join Date
    Mar 2005
    Posts
    98
    is there any file i need to edit after i install the drivers? because i just installed the drivers and its still not working

  2. #12
    Linux Enthusiast
    Join Date
    Jun 2005
    Posts
    668
    you need to learn how to load modules for your hardware

  3. #13
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    That's all very nice.

    But... have you made sure you are in the "audio" group?

    In the file "/etc/group", there should be a line like that...
    Code:
    audio&#58;x&#58;29&#58;<yourself>
    If your name isn't there... well, sound cannot work for you.

    Just start simple first.
    Downloading drivers... that shouldn't be the first step.
    "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

  4. #14
    Just Joined!
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    13
    Run "alsaconf " as root

    Give it a try, works most of the time for probing the drivers and setting up the modules.conf, all on it's own.

  5. #15
    Linux User
    Join Date
    Sep 2003
    Posts
    254
    Hello
    In general u should type
    Code:
    lspci -v | grep audio
    to find out ur chip.
    If it's done (and u know the modules to use etc...)
    I read this in the slackbook:
    Modules are stored in the /lib/modules/kernel version directory on your system. They can be loaded at boot time through the rc.modules file. This file is very well commented and offers examples for major hardware components.
    And the rights of /dev/dsp should be sth like that:
    Code:
    $ls -l /dev/dsp
    crw-rw-rw-  1 root  wheel    0, 111 Dec  7 15&#58;20 /dev/dsp

Page 2 of 2 FirstFirst 1 2

Posting Permissions

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