Results 1 to 8 of 8

Thread: HDMI Input on Alienware M18x

  1. #1
    Join Date
    Sep 2008
    Beans
    12

    HDMI Input on Alienware M18x

    I have an Alienware M18x laptop that has an HDMI input. I dual boot between Win7 64-bit and Ubuntu 11.10 64-bit. When I am in Win7, the HDMI input works fine for both audio and video when I plug my PS3 in to play it on the laptop's monitor; however, when I am in Ubuntu, only the PS3 video comes through without any audio.

    I can't seem to find any answers searching throughout the Internet. Can anyone help me figure out why the audio won't come through when I use Ubuntu?

    Thanks!
    Last edited by stanjr; December 11th, 2011 at 10:13 PM.

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HDMI Input on Alienware M18x

    Hi stanjr. HDMI input on a laptop? That's really cool!

    This is what I do: First I would check if the device is being recognized as an input device:
    Code:
    arecord -L
    Then, I would check if the input is muted using alsamixer:
    Code:
    alsamixer
    Remember to press F4 to see the input (capture devices).

    After that I would select the input device on 'Sound Properties' before connecting your PS3 (like you would do if you had several mics and wanted to record from one of them).

    Hope it helps, and let us know hot it goes.
    Regard.

  3. #3
    Join Date
    Sep 2008
    Beans
    12

    Re: HDMI Input on Alienware M18x

    Code:
    stanjr@stanjr-alien-ubuntu:~$ arecord -L
    default
        Playback/recording through the PulseAudio sound server
    pulse
        Playback/recording through the PulseAudio sound server
    front:CARD=PCH,DEV=0
        HDA Intel PCH, STAC92xx Analog
        Front speakers
    surround40:CARD=PCH,DEV=0
        HDA Intel PCH, STAC92xx Analog
        4.0 Surround output to Front and Rear speakers
    surround41:CARD=PCH,DEV=0
        HDA Intel PCH, STAC92xx Analog
        4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=PCH,DEV=0
        HDA Intel PCH, STAC92xx Analog
        5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=PCH,DEV=0
        HDA Intel PCH, STAC92xx Analog
        5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=PCH,DEV=0
        HDA Intel PCH, STAC92xx Analog
        7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    dmix:CARD=PCH,DEV=0
        HDA Intel PCH, STAC92xx Analog
        Direct sample mixing device
    dsnoop:CARD=PCH,DEV=0
        HDA Intel PCH, STAC92xx Analog
        Direct sample snooping device
    hw:CARD=PCH,DEV=0
        HDA Intel PCH, STAC92xx Analog
        Direct hardware device without any conversions
    plughw:CARD=PCH,DEV=0
        HDA Intel PCH, STAC92xx Analog
        Hardware device with all software conversions
    Nothing is muted in alsamixer.

    The only type of audio inputs I have listed under Sound Settings are:
    Analog Microphone
    Internal Microphone
    Analog Line In

    It doesn't seem that an HDMI inupt is noticed at all there.
    Last edited by stanjr; December 11th, 2011 at 11:55 PM.

  4. #4
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HDMI Input on Alienware M18x

    Yes. It looks like the device is not visible.

    Could you post the result of these commands?
    Code:
    lspci | grep -i vga
    
    sudo lshw -C display
    Regards.

  5. #5
    Join Date
    Sep 2008
    Beans
    12

    Re: HDMI Input on Alienware M18x

    Thanks for your help in this! Here are the outputs to the two commands:

    Code:
    stanjr@stanjr-alien-ubuntu:~$ lspci | grep -i vga
    01:00.0 VGA compatible controller: nVidia Corporation Device 1251 (rev a1)
    Code:
    stanjr@stanjr-alien-ubuntu:~$ sudo lshw -C display
    [sudo] password for stanjr: 
      *-display               
           description: VGA compatible controller
           product: nVidia Corporation
           vendor: nVidia Corporation
           physical id: 0
           bus info: pci@0000:01:00.0
           version: a1
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
           configuration: driver=nvidia latency=0
           resources: irq:16 memory:cc000000-cdffffff memory:c0000000-c7ffffff memory:c8000000-cbffffff ioport:7000(size=128) memory:ce080000-ce0fffff

  6. #6
    Join Date
    Dec 2011
    Beans
    1

    Re: HDMI Input on Alienware M18x

    Hello,

    I have been trying versions of ubuntu including 11.10 64 and 32-bit on my M18x. It hangs every time. I have also tried wubi as well as dual-boot. You seem to have gotten ubuntu to work? What might I be doing wrong?

  7. #7
    Join Date
    Sep 2008
    Beans
    12

    Re: HDMI Input on Alienware M18x

    I originally had the fresh install of Win7 64-bit installed on it (as it came), then installed a fresh install of Ubuntu 11.10 64-bit for a dual-boot situation with grub2. Everything seems to work fine (except, of course, the hdmi input audio). I don't know what might be going wrong

  8. #8
    Join Date
    Feb 2012
    Beans
    4

    HDMI Input Card

    does anyone know of an HDMI input card that I can use to watch tv in Ubuntu 11.10 from my AT&T Uverse box?

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
  •