Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Beginner, Problem with sound on Ubuntu 10.04, Sony Vaio VPC-EB1M1E

  1. #1
    Join Date
    May 2010
    Beans
    11

    Beginner, Problem with sound on Ubuntu 10.04, Sony Vaio VPC-EB1M1E

    Hello Everyone!

    New to Ubuntu and on this forum!

    I've used Ubuntu 8.04 LTS before for a couple of weeks until I changed back to Windows. This time though I really want to stay with Ubuntu and I'm willing to do the job to make this work. I even choose to put ubuntu on the whole harddrive

    I installed 10.04 LTS yesterday and everything seems really good except my sound. I googled alot and couldn't find anything at all with my level of skill.

    Code:
    marc@marc-laptop:~$ aplay -l
    aplay: device_list:223: no soundcards found...
    I'm guessing that my soundcard has no drivers for linux. It's around 3 month old in the store. I'm using Sony Vaio VPC-EB1M1E.

    Can anyone guide me? What can i do to make sure that there isn't a driver out there?

    Best Regards,
    Marc

  2. #2
    Join Date
    Oct 2007
    Beans
    Hidden!

    Re: Beginner, Problem with sound on Ubuntu 10.04, Sony Vaio VPC-EB1M1E

    Can you provide the output of

    Code:
    lspci
    and

    Code:
    lsusb
    (that is LSPCI and LSUSB in lowercase)

  3. #3
    Join Date
    May 2010
    Beans
    11

    Re: Beginner, Problem with sound on Ubuntu 10.04, Sony Vaio VPC-EB1M1E

    Code:
    lspci
    
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
    00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05)
    00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 05)
    00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
    01:00.0 VGA compatible controller: ATI Technologies Inc Redwood [Radeon HD 5600 Series]
    01:00.1 Audio device: ATI Technologies Inc Redwood HDMI Audio [Radeon HD 5600 Series]
    02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    03:00.0 SD Host controller: Ricoh Co Ltd Device e822
    03:00.1 System peripheral: Ricoh Co Ltd Device e230
    03:00.4 SD Host controller: Ricoh Co Ltd Device e822
    04:00.0 Ethernet controller: Marvell Technology Group Ltd. Device 4381 (rev 11)
    3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
    3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
    3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
    3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
    3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    Code:
    lsusb
    
    Bus 002 Device 004: ID 03f0:0024 Hewlett-Packard KU-0316 Keyboard
    Bus 002 Device 003: ID 1532:0007 Razer USA, Ltd DeathAdder Mouse
    Bus 002 Device 002: ID 8087:0020  
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0c45:6409 Microdia 
    Bus 001 Device 002: ID 8087:0020  
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  4. #4
    Join Date
    Oct 2007
    Beans
    Hidden!

    Re: Beginner, Problem with sound on Ubuntu 10.04, Sony Vaio VPC-EB1M1E

    Hmm odd. SHouldnt need a driver. I found someone with the same onboard sound with a workaround here:

    http://www.linuxquestions.org/questi...1558-a-797064/

    No idea if it will work for you, but its worth a shot.

    open a terminal and copy/paste this command:

    Code:
    gksudo gedit /etc/modprobe.d/alsa-base.conf
    and add this line at the bottom:

    Code:
    options snd-hda-intel model=dell-m6
    Save the file, and log out and in again (or reboot).

    Even though its for a dell, try anyway.
    See if aplay -l shows a soundcard after that.

  5. #5
    Join Date
    May 2010
    Beans
    11

    Re: Beginner, Problem with sound on Ubuntu 10.04, Sony Vaio VPC-EB1M1E

    Thanks for the replies, I appreciate it very much!

    I tried adding the line to the file and rebooted my comp, aplay -l still doesn't recognize any soundcard.

    Any more suggestions?

    Best Regards,
    Marc

  6. #6
    Join Date
    May 2010
    Beans
    11

    Re: Beginner, Problem with sound on Ubuntu 10.04, Sony Vaio VPC-EB1M1E

    http://bbs.archlinux.org/viewtopic.php?pid=749888

    I found this threat, but i dont really know what to do.

    Can anyone guide me?

    Best Regards,
    Marc

  7. #7
    Join Date
    Oct 2007
    Beans
    Hidden!

    Re: Beginner, Problem with sound on Ubuntu 10.04, Sony Vaio VPC-EB1M1E

    there is no solution in there, and a somewhat different problem.
    I suggest you file a bug report on launchpad:

    https://help.ubuntu.com/community/ReportingBugs

    and meanwhile hope someone provides a workaround. maybe remove that line you just added so it doesnt interfere with any future fix.

  8. #8
    Join Date
    May 2010
    Beans
    11

    Re: Beginner, Problem with sound on Ubuntu 10.04, Sony Vaio VPC-EB1M1E

    I followed the Ubuntu SoundTroubleshootingGuide until i came to: ( I guess this is for 9.04, I use 10.04 )

    Do you have the sound modules installed?

    Open a terminal window, and type
    Code:
    find /lib/modules/`uname -r` | grep snd
    You should see a whole list of items come up. If you don't, it means that the upgrade process missed installing the kernel modules for sound. To fix this, type this at the command line:

    I got this:

    Code:
    marc@marc-laptop:~$ find /lib/modules/`uname -r` | grep snd
    /lib/modules/2.6.32-21-generic/kernel/sound/isa/msnd
    /lib/modules/2.6.32-21-generic/kernel/sound/oss/msnd_pinnacle.ko
    /lib/modules/2.6.32-21-generic/kernel/sound/oss/msnd.ko
    /lib/modules/2.6.32-21-generic/kernel/sound/oss/msnd_classic.ko
    I'm guessing i should have some ALSA modules there?

    There were two lines to install the alsa modules but none of them worked:

    Code:
    
    sudo aptitude install linux-ubuntu-modules-`uname -r` linux-generic
    
    Code:
    
    sudo aptitude install linux-restricted-modules-`uname -r`  linux-generic
    
    I then did:

    Is ALSA using the correct model?

    If you are experiencing problems with your sound card after upgrading to Ubuntu 9.04, it might be because ALSA is using the wrong model for your chipset.
    To figure out your chipset you can run this command:
    Code:
    wget -O alsa-info.sh http://alsa-project.org/alsa-info.sh && bash ./alsa-info.sh
    This will provide you with a URL to a webpage with lots of information about your sound setup. Open it up, and keep it open; you'll need it as a reference.

    I got a link and this is the result: (no driver and no ALSA modules loaded from what i can see)

    Code:
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Sat May  1 20:24:59 UTC 2010
    
    
    !!Linux Distribution
    !!------------------
    
    Ubuntu 10.04 LTS \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS"
    
    
    !!DMI Information
    !!---------------
    
    Manufacturer:      Sony Corporation
    Product Name:      VPCEB1M1E
    
    
    !!Kernel Information
    !!------------------
    
    Kernel release:    2.6.32-21-generic
    Operating System:  GNU/Linux
    Architecture:      i686
    Processor:         unknown
    SMP Enabled:       Yes
    
    
    !!ALSA Version
    !!------------
    
    Driver version:     
    Library version:    1.0.22
    Utilities version:  1.0.22
    
    
    !!Loaded ALSA modules
    !!-------------------
    
    
    
    !!Sound Servers on this system
    !!----------------------------
    
    Pulseaudio:
          Installed - Yes (/usr/bin/pulseaudio)
          Running - Yes
    
    ESound Daemon:
          Installed - Yes (/usr/bin/esd)
          Running - No
    
    
    !!Soundcards recognised by ALSA
    !!-----------------------------
    
    
    
    !!PCI Soundcards installed in the system
    !!--------------------------------------
    
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    01:00.1 Audio device: ATI Technologies Inc Redwood HDMI Audio [Radeon HD 5600 Series]
    
    
    !!Advanced information - PCI Vendor/Device/Susbsystem ID's
    !!--------------------------------------------------------
    
    00:1b.0 0403: 8086:3b56 (rev 05)
        Subsystem: 104d:9071
    --
    01:00.1 0403: 1002:aa60
        Subsystem: 104d:9071
    
    
    !!Modprobe options (Sound related)
    !!--------------------------------
    
    snd-atiixp-modem: index=-2
    snd-intel8x0m: index=-2
    snd-via82xx-modem: index=-2
    snd-usb-audio: index=-2
    snd-usb-us122l: index=-2
    snd-usb-usx2y: index=-2
    snd-usb-caiaq: index=-2
    snd-cmipci: mpu_port=0x330 fm_port=0x388
    snd-pcsp: index=-2
    
    
    !!Loaded sound module options
    !!--------------------------
    
    
    !!ALSA Device nodes
    !!-----------------
    
    
    
    !!Aplay/Arecord output
    !!------------
    
    APLAY
    
    aplay: device_list:223: no soundcards found...
    
    ARECORD
    
    arecord: device_list:223: no soundcards found...
    
    !!Amixer output
    !!-------------
    
    
    !!Alsactl output
    !!-------------
    
    --startcollapse--
    --endcollapse--
    
    
    !!All Loaded Modules
    !!------------------
    
    Module
    nls_iso8859_1
    nls_cp437
    vfat
    fat
    ums_cypress
    usb_storage
    binfmt_misc
    ppdev
    joydev
    arc4
    fbcon
    ath9k
    tileblit
    font
    mac80211
    ath
    bitblit
    uvcvideo
    softcursor
    videodev
    v4l1_compat
    fglrx
    vga16fb
    intel_agp
    psmouse
    cfg80211
    serio_raw
    vgastate
    sdhci_pci
    sdhci
    led_class
    agpgart
    sony_laptop
    video
    output
    lp
    parport
    usbhid
    hid
    sky2
    ahci
    
    
    !!ALSA/HDA dmesg
    !!------------------
    Last edited by marclol; May 1st, 2010 at 09:40 PM.

  9. #9
    Join Date
    Oct 2007
    Beans
    Hidden!

    Re: Beginner, Problem with sound on Ubuntu 10.04, Sony Vaio VPC-EB1M1E

    Nice self help you are doing there! But dont go any futher following that how to, its too old and you may mess things up.

    See if this helps:

    Code:
    sudo apt-get install linux-backports-modules-alsa-2.6.32-21-generic
    You will need to reboot

    also a tip: select the command above, click it with your middle mouse. In the terminal, click again with middle mouse. Just so you understand why we love using command line here, as its just quicker to explain and quicker for you.

    But if you dont like command lines, you can install the package through synaptic package manager with a nice (and difficult to describe) gui

  10. #10
    Join Date
    May 2010
    Beans
    11

    Re: Beginner, Problem with sound on Ubuntu 10.04, Sony Vaio VPC-EB1M1E

    Alright! Thank you alot!

    I got sound but it is very low. Any suggestions what might be the cause of that?

    I've tried to turn everything up to max but it is still really low.

    Best Regards,
    Marc

Page 1 of 3 123 LastLast

Tags for this Thread

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
  •