Results 1 to 8 of 8

Thread: MSI A6500 Laptop / Oneiric = Please Help

  1. #1
    Join Date
    Jun 2007
    Location
    Charlotte, NC, USA
    Beans
    3,135
    Distro
    Ubuntu Development Release

    Exclamation MSI A6500 Laptop / Oneiric = Please Help

    Hi,

    I just bought a new laptop for my daughter and installed 11.10.

    The problem is this, sometimes (rarely) when it boots it has sound but most of the time it detects the HDMI sound output only which seems to produce nothing on the internal speakers.

    When it does detect both sound devices (HDMI / Analog) the HDMI is the default and I have to change the sound device to Analog in the sound preferences.

    I've looked at and tried some things in the guide (remove / reinstall ALSA) but none of that has worked so far.

    Can someone please help me track this down and possibly make this work? I need a little hand holding here so I'm begging for assistance please!

    Thanks

    Here's some more information. This is my terminal output when sound is working:

    Code:
    ericka@ericka-MS-16GN:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: SB [HDA ATI SB], device 0: ALC269VB Analog [ALC269VB Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    Okay It seems that if I power all the way off after losing sound, it will return on next boot, but I still have to change the output device.

    If I plug in headphones, they work fine, but when I unplug them I've lost the speakers again.

    If I select reboot, then it will lose the analog device and I have no sound.
    Mac Pro 5,1 6-Core 3.33GHz, 48GB, Sapphire RX580
    Optical -- Apple Super Drive & MCE Internal Blu-ray
    512GB SM 970 Pro NVMe/HighPoint 7101A/10.14.5
    SonnetAllegro Pro USB 3/ 4TB WD/4TB - Barracuda

  2. #2
    Join Date
    Jun 2007
    Location
    Charlotte, NC, USA
    Beans
    3,135
    Distro
    Ubuntu Development Release

    Re: MSI A6500 Laptop / Oneiric = Please Help

    Bump
    Mac Pro 5,1 6-Core 3.33GHz, 48GB, Sapphire RX580
    Optical -- Apple Super Drive & MCE Internal Blu-ray
    512GB SM 970 Pro NVMe/HighPoint 7101A/10.14.5
    SonnetAllegro Pro USB 3/ 4TB WD/4TB - Barracuda

  3. #3
    Join Date
    Nov 2011
    Beans
    Hidden!

    Re: MSI A6500 Laptop / Oneiric = Please Help

    What kind of laptop is this, and are you going to use the HDMI audio?

  4. #4
    Join Date
    Jun 2007
    Location
    Charlotte, NC, USA
    Beans
    3,135
    Distro
    Ubuntu Development Release

    Re: MSI A6500 Laptop / Oneiric = Please Help

    It's an MSI A6500 laptop and HDIM won't be used.
    Mac Pro 5,1 6-Core 3.33GHz, 48GB, Sapphire RX580
    Optical -- Apple Super Drive & MCE Internal Blu-ray
    512GB SM 970 Pro NVMe/HighPoint 7101A/10.14.5
    SonnetAllegro Pro USB 3/ 4TB WD/4TB - Barracuda

  5. #5
    Join Date
    Jun 2007
    Location
    Charlotte, NC, USA
    Beans
    3,135
    Distro
    Ubuntu Development Release

    Re: MSI A6500 Laptop / Oneiric = Please Help

    bump
    Mac Pro 5,1 6-Core 3.33GHz, 48GB, Sapphire RX580
    Optical -- Apple Super Drive & MCE Internal Blu-ray
    512GB SM 970 Pro NVMe/HighPoint 7101A/10.14.5
    SonnetAllegro Pro USB 3/ 4TB WD/4TB - Barracuda

  6. #6
    Join Date
    Nov 2011
    Beans
    Hidden!

    Re: MSI A6500 Laptop / Oneiric = Please Help

    You can try blacklisting the hdmi module by creating a file in /etc/modprobe.d
    Code:
    gksu gedit /etc/modprobe.d/blacklist-hdmi.conf
    copy/past
    Code:
    blacklist snd_hda_codec_hdmi
    Save and quit.
    Code:
    sudo depmod -a
    sudo update-initramfs -u -k all
    Reboot, and hopefully, you'll only have one sound device.

  7. #7
    Join Date
    Jun 2007
    Location
    Charlotte, NC, USA
    Beans
    3,135
    Distro
    Ubuntu Development Release

    Re: MSI A6500 Laptop / Oneiric = Please Help

    Cool, I'll try that...
    Mac Pro 5,1 6-Core 3.33GHz, 48GB, Sapphire RX580
    Optical -- Apple Super Drive & MCE Internal Blu-ray
    512GB SM 970 Pro NVMe/HighPoint 7101A/10.14.5
    SonnetAllegro Pro USB 3/ 4TB WD/4TB - Barracuda

  8. #8
    Join Date
    Jun 2007
    Location
    Charlotte, NC, USA
    Beans
    3,135
    Distro
    Ubuntu Development Release

    Re: MSI A6500 Laptop / Oneiric = Please Help

    Quote Originally Posted by MoreOrLess View Post
    You can try blacklisting the hdmi module by creating a file in /etc/modprobe.d
    Code:
    gksu gedit /etc/modprobe.d/blacklist-hdmi.conf
    copy/past
    Code:
    blacklist snd_hda_codec_hdmi
    Save and quit.
    Code:
    sudo depmod -a
    sudo update-initramfs -u -k all
    Reboot, and hopefully, you'll only have one sound device.
    Thanks MoreOrLess,

    That did the trick as far as default device. I don't have any headsets laying around right here at the moment to test, but speakers are working correctly.
    Mac Pro 5,1 6-Core 3.33GHz, 48GB, Sapphire RX580
    Optical -- Apple Super Drive & MCE Internal Blu-ray
    512GB SM 970 Pro NVMe/HighPoint 7101A/10.14.5
    SonnetAllegro Pro USB 3/ 4TB WD/4TB - Barracuda

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
  •