You are not logged in.

#1 2008-09-14 20:34:58

Jayem
Member
From: Glasgow, Scotland
Registered: 2008-09-10
Posts: 21

Sound module?

Hi. I was wondering if it's possible to convert ALSA to a kernel module because there is a way to fix a sound issue I have by using a modprobe configuration file. I don't think it's possible to supply paramaters when ALSA is built-in to the kernel.

I need to run this on ALSA (alsa-base):

options snd-hda-intel model=sony-assamd

Much help appreciated,
Cheers!

Offline

#2 2008-09-14 22:39:19

azleifel
Member
Registered: 2007-10-28
Posts: 486

Re: Sound module?

snd-hda-intel is a module:

[david@darkstar ~]$ locate snd-hda-intel
/lib/modules/2.6.26-ARCH/kernel/sound/pci/hda/snd-hda-intel.ko

and I'm happily passing options to it here.  Did you try adding the options line you need to /etc/modprobe.conf or /etc/modprobe.d/sound?

Offline

#3 2008-09-15 15:28:58

Jayem
Member
From: Glasgow, Scotland
Registered: 2008-09-10
Posts: 21

Re: Sound module?

All fixed now, cheers mate! smile

Offline

Board footer

Powered by FluxBB