Results 1 to 2 of 2

Thread: Ubuntu Server Sound Issues with Intel 82801BA/BAM AC'97

  1. #1
    Join Date
    Jul 2011
    Beans
    7

    Ubuntu Server Sound Issues with Intel 82801BA/BAM AC'97

    I am at my wits end with this sound issue, and I am probably missing something really obvious. I went through the comprehensive sound problem guide, and I am just stumped.

    So first step

    Code:
    adidas@test:~$ aplay -l
    aplay: device_list:240: no soundcards found...
    Then

    Code:
    lspci -v
    ...
    00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio Controller (rev 04)
    	Subsystem: Dell Device 010c
    	Flags: bus master, medium devsel, latency 0, IRQ 17
    	I/O ports at d800 [size=256]
    	I/O ports at dc40 [size=64]
    	Kernel driver in use: oss_ich
    	Kernel modules: snd-intel8x0
    Code:
    adidas@test:~$ sudo modprobe snd-
    [sudo] password for adidas: 
    FATAL: Module snd_ not found.
    I then followed the directions to refresh the kernel with no results. I then tried to compile the ALSA driver, but I ran into the following error while it was compiling with module-assistant.

    Code:
    @CONFIG_SND_KERNELSRC@/include/linux/pci_ids.h: No such file or directory
    So what am I doing wrong? Can anyone provide any tips to get me headed in the right direction? I am a bit of a linux newbie and laziness might be getting the best of me, but I have no idea what to do next. Besides the guide says to start a thread, so here it is.

  2. #2
    Join Date
    Jul 2011
    Beans
    7

    Re: Ubuntu Server Sound Issues with Intel 82801BA/BAM AC'97

    I think this is probably a obvious observation

    Code:
    adidas@test:~$ lsmod | grep snd_
    snd_page_alloc         14036  0
    That's it. I assume this is because I don't have the drivers installed?

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
  •