Creative Sound Card: All Static and No Sound on Cold Boot

1

0

Whenever I cold boot my system I get sound blasted by static. When I reboot the static disappears and the sound works properly.

PC Info:

  • Motherboard - MSI h77ma-g43
  • Sound Card - Creative Sound Blaster Audigy FX 5.1 Sound Card SB1570
  • Graphics Card - GeForce GTX 460
  • Operating System - Ubuntu 14.04

I've disabled the onboard audio in BIOS

If I lspci -vv I noticed there is a second Audio device listed which I believe is the graphics card's HDMI audio.

$ lspci -vv
...
03:00.0 Audio device: Creative Labs Device 0012 (rev 01)
    Subsystem: Creative Labs Device 0010
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 18
    Region 0: Memory at f6104000 (64-bit, non-prefetchable) [size=16K]
    Region 2: Memory at f6100000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel

...
04:00.1 Audio device: NVIDIA Corporation GF104 High Definition Audio Controller (rev a1)
    Subsystem: eVga.com. Corp. Device 1360
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin B routed to IRQ 17
    Region 0: Memory at f6080000 (32-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel

Both are listed as using the same Kernel driver snd_hda_intel. I'm not sure if that could be causing an issue.

Since the sound works flawlessly after reboot I've been wondering if the issue could be the OS loading too fast for the sound card to properly initialize?

Let me know if you need any other info.

user276318

Posted 2015-10-16T00:00:23.067

Reputation: 11

No answers