Jump to content

dinsmorem

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by dinsmorem

  1. I can't find a "modprobe.conf" file. I click "root" then "etc" then there is "modprobed" or "modprobe.preload.d" and thats my choices. thank you

     

     

    You can try toshiba (picked that one because it looked promising), reboot and see if it works. If not, try another one. Just put it on a new line at the bottom of modprobe.conf. You'll need to be root to edit that file.
  2. As suggested options can be passed to the snd_hda_intel module. Thought a list of them all might come in handy.

     

    Add a line like:

     

    options snd-hda-intel model=toshiba <-- your correct model goes here :)

     

    to your /etc/modprobe.conf file.

     

    okay....you say put in my correct model. do i keep the word toshiba there or not? also where do i place the line....at the bottom of the existing lines? sorry to be a pest but this is all new to me. thank you

  3. Would you also include the output of
    grep sound-slot /etc/modprobe.conf

    and

    arecord -l

     

    [root@localhost mike]# grep sound-slot /etc/modprobe.conf

    alias sound-slot-0 snd_hda_intel

    [root@localhost mike]#

     

     

    [root@localhost mike]# arecord -l

    **** List of CAPTURE Hardware Devices ****

    card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]

    Subdevices: 1/1

    Subdevice #0: subdevice #0

    [root@localhost mike]#

     

    hope this helps....thank you,

  4. No, it's almost sure you won't need a kernel upgrade to fix this. You may need to blacklist the pc-speaker module, or pass certain switches to your snd-hda-intel sound module, but it's almost certain that no kernel upgrade is needed.

    What do you get if you give

    lsmod  | grep snd

    in a ROOT console?

     

     

    [mike@localhost ~]$ su

    Password:

    [root@localhost mike]# lsmod | grep snd

    snd_hda_intel 409872 0

    snd_hwdep 10884 1 snd_hda_intel

    snd_seq_dummy 6660 0

    snd_seq_oss 33664 0

    snd_seq_midi_event 10240 1 snd_seq_oss

    snd_seq 51312 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event

    snd_seq_device 10252 3 snd_seq_dummy,snd_seq_oss,snd_seq

    snd_pcm_oss 41760 0

    snd_pcm 72836 2 snd_hda_intel,snd_pcm_oss

    snd_timer 23816 2 snd_seq,snd_pcm

    snd_page_alloc 11784 2 snd_hda_intel,snd_pcm

    snd_mixer_oss 18304 1 snd_pcm_oss

    snd 52772 9 snd_hda_intel,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,s

    nd_timer,snd_mixer_oss

    soundcore 10080 1 snd

    [root@localhost mike]#

     

    hope this is the info you needed. thank you

  5. If it's just the headphones you have a problem with, then it's "simply" a matter of passing the correct model argument to the snd-hda-intel driver. The two most probable candidates for your laptop are either "3stack" or "fujitsu" (and yes, I know you do NOT have a Fujitsu laptop...). But better, before making any suggestions, give us the console output of the above command.

     

    no...its no sound from speakers or headphones. i am currently at work. i will get you the console output when i get home. thank you

  6. Have you checked your mixer settings? Have you checked if the drivers are installed under Mandriva Control Centre--> Hardware? Do you get sound out of the headphone socket?

     

    the mixer setting all are set correctly.

    under drivers it shows "snd_hda_intel [alsa]"

    no sound out of the headphones

  7. Intel 82801G HDA can use several different codecs. Can you be more specific? (mainboard, or laptop model, for example).

     

    do you think you will able to help me? elsewhere I saw people being advised to install a new kernel to correct this type of problem. is that what I should do?

  8. Intel 82801G HDA can use several different codecs. Can you be more specific? (mainboard, or laptop model, for example).

     

    Toshiba Satellite L45-S4687 Intel Corp 82801G (ICH7 family) High Definition Audio Controller

  9. first off I'm a newbie to Mandriva. I got sick of Vista , wiped it out and installed Mandriva 2009. everything is great except no sound. so please can someone help me? as I said I am a newbie so any instructions provided will have to be written for an idiot. i will need step-by-step instructions. any and all help is greatly appreciated. thank you.

×
×
  • Create New...