Page 4 of 34 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 333

Thread: HOWTO: Nvidia nForce SoundStorm APU: Digital output, Surround and Hardware mixing

  1. #31
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: HOWTO: Nvidia nForce SoundStorm APU: Digital output, Surround and Hardware mixing

    Quote Originally Posted by PRGUY85 View Post
    lsmod | grep intel8x0
    snd_intel8x0 33436 3
    snd_ac97_codec 96672 1 snd_intel8x0
    snd_pcm 80520 4 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
    snd_page_alloc 10504 2 snd_intel8x0,snd_pcm
    snd 55428 14 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_ oss,snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq _device,snd_pcm,snd_timer
    Your problem is that you still have the intel8x0 module loaded.
    Did you really do everything in my howto? Looks like you missed step 2, or maybe you did not reboot?

  2. #32
    Join Date
    Aug 2006
    Beans
    469
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: HOWTO: Nvidia nForce SoundStorm APU: Digital output, Surround and Hardware mixing

    Yes I did both and just checked the two files edited on step 2 and they seem allright. I rebooted many times already. Any ideas?

  3. #33
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: HOWTO: Nvidia nForce SoundStorm APU: Digital output, Surround and Hardware mixing

    Quote Originally Posted by PRGUY85 View Post
    Yes I did both and just checked the two files edited on step 2 and they seem allright. I rebooted many times already. Any ideas?
    Weird... Could you show me the contents of your /etc/modprobe.d/blacklist?

  4. #34
    Join Date
    Aug 2006
    Beans
    469
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: HOWTO: Nvidia nForce SoundStorm APU: Digital output, Surround and Hardware mixing

    # This file lists those modules which we don't want to be loaded by
    # alias expansion, usually so some other driver will be loaded for the
    # device instead.

    # evbug is a debug tool that should be loaded explicitly
    blacklist evbug

    # these drivers are very simple, the HID drivers are usually preferred
    blacklist usbmouse
    blacklist usbkbd

    # replaced by e100
    blacklist eepro100

    # replaced by tulip
    blacklist de4x5

    # causes no end of confusion by creating unexpected network interfaces
    blacklist eth1394

    # snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
    # hardware on its own (Ubuntu bug #2011, #6810)
    blacklist snd_intel8x0m

    # causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
    blacklist i2c_i801

    blacklist snd_intel8x0


    Also when I type sudo gedit /etc/modprobe.d/blacklist I get this on the terminal before getting gedit window:

    ALSA lib confmisc.c:670snd_func_card_driver) cannot find card 'nForce2'
    ALSA lib conf.c:3479_snd_config_evaluate) function snd_func_card_driver returned error: No such device
    ALSA lib confmisc.c:391snd_func_concat) error evaluating strings
    ALSA lib conf.c:3479_snd_config_evaluate) function snd_func_concat returned error: No such device
    ALSA lib confmisc.c:1070snd_func_refer) error evaluating name
    ALSA lib conf.c:3479_snd_config_evaluate) function snd_func_refer returned error: No such device
    ALSA lib conf.c:3947snd_config_expand) Evaluate error: No such device
    ALSA lib pcm.c:2146snd_pcm_open_noupdate) Unknown PCM default

  5. #35
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: HOWTO: Nvidia nForce SoundStorm APU: Digital output, Surround and Hardware mixing

    Also when I type sudo gedit /etc/modprobe.d/blacklist I get this on the terminal before getting gedit window:

    ALSA lib confmisc.c:670snd_func_card_driver) cannot find card 'nForce2'
    ALSA lib conf.c:3479_snd_config_evaluate) function snd_func_card_driver returned error: No such device
    ALSA lib confmisc.c:391snd_func_concat) error evaluating strings
    ALSA lib conf.c:3479_snd_config_evaluate) function snd_func_concat returned error: No such device
    ALSA lib confmisc.c:1070snd_func_refer) error evaluating name
    ALSA lib conf.c:3479_snd_config_evaluate) function snd_func_refer returned error: No such device
    ALSA lib conf.c:3947snd_config_expand) Evaluate error: No such device
    ALSA lib pcm.c:2146snd_pcm_open_noupdate) Unknown PCM default
    The file looks exactly like mine, so apparently something else is causing your problem. I'm not sure how to help you figure it out, I'm definetly not an expert.

    I think the alsa errors are caused by the intel8x0 module (nvsound uses oss instead of alsa).

  6. #36
    Join Date
    Aug 2006
    Beans
    469
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: HOWTO: Nvidia nForce SoundStorm APU: Digital output, Surround and Hardware mixing

    Fixed it. I had a set Nvidia nforce 2 sound driver on my Sounds section of Ubuntu. I put Autodetect on everything and now it works flawlessly. Will this give true 5.1 sound on movies or will it just throw out same sound through all speakers?

    Thanks a bunch. Great guide.

  7. #37
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: HOWTO: Nvidia nForce SoundStorm APU: Digital output, Surround and Hardware mixing

    Quote Originally Posted by PRGUY85 View Post
    Fixed it. I had a set Nvidia nforce 2 sound driver on my Sounds section of Ubuntu. I put Autodetect on everything and now it works flawlessly. Will this give true 5.1 sound on movies or will it just throw out same sound through all speakers?

    Thanks a bunch. Great guide.
    Cool.
    I get true 5.1 sound if the audio track of the video is 5.1.

  8. #38
    Join Date
    Aug 2006
    Beans
    469
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: HOWTO: Nvidia nForce SoundStorm APU: Digital output, Surround and Hardware mixing

    I am using a 5.1 DVD and getting same sound from all speakers. I dont have a digital output to my speakers though since I dont have an external receiver or anything.

  9. #39
    Join Date
    May 2006
    Beans
    1

    Re: HOWTO: Nvidia nForce SoundStorm APU: Digital output, Surround and Hardware mixing

    I have DFI NFII U400SG-AGF motherboard

    http://us.dfi.com.tw/Product/product...B=3244&SITE=US

    does this have soundstorm support?
    manual says "South bridge: nForce2 MCP GIG"
    but not MCP-t

  10. #40
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: HOWTO: Nvidia nForce SoundStorm APU: Digital output, Surround and Hardware mixing

    Quote Originally Posted by opticalia View Post
    I have DFI NFII U400SG-AGF motherboard

    http://us.dfi.com.tw/Product/product...B=3244&SITE=US

    does this have soundstorm support?
    manual says "South bridge: nForce2 MCP GIG"
    but not MCP-t
    Sorry, but I think you only have the AC'97 codec. According to DFI's description:
    Audio
    AC’97 CODEC
    S/PDIF-in/out interface
    6-channel audio output

Page 4 of 34 FirstFirst ... 2345614 ... LastLast

Bookmarks

Posting Permissions

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