You are not logged in.

#1 2007-08-20 13:17:12

fivre
Member
Registered: 2007-04-17
Posts: 99

Module not loading correctly on boot

I need a daily build of ALSA's driver for my soundcard to work, and while I can modprobe it okay, it isn't loaded on boot (the old version in Arch's repos is.) How can I get the daily version to load automatically instead?

Offline

#2 2007-08-20 14:08:53

nikron
Member
Registered: 2007-05-15
Posts: 130

Re: Module not loading correctly on boot

fivre wrote:

I need a daily build of ALSA's driver for my soundcard to work, and while I can modprobe it okay, it isn't loaded on boot (the old version in Arch's repos is.) How can I get the daily version to load automatically instead?

Put it in the modules section of your /etc/rc.conf.

Offline

#3 2007-08-20 14:29:19

fivre
Member
Registered: 2007-04-17
Posts: 99

Re: Module not loading correctly on boot

It is.

Or do I need something more specific than just snd-hda-intel?

Offline

#4 2007-08-20 14:37:52

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Module not loading correctly on boot

Where are both modules located ?


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#5 2007-08-21 14:06:18

fivre
Member
Registered: 2007-04-17
Posts: 99

Re: Module not loading correctly on boot

At least one is at /lib/modules/2.6.22-ARCH/kernel/sound/pci/hda/snd-hda-intel.ko

modprobe -l returns the same thing regardless of which one is being used.

Offline

#6 2007-08-21 14:56:57

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Module not loading correctly on boot

You need to make sure the old module is unloaded, overwrite it with the new one, run depmod, and then load the new one. If you have any doubt about the old module being unloaded, overwrite with the new one and reboot.

modinfo <module_name> gives you module details.

Offline

#7 2007-08-22 15:46:02

fivre
Member
Registered: 2007-04-17
Posts: 99

Re: Module not loading correctly on boot

Overwrote the .ko file, but the same thing still seems to be happening.

Offline

Board footer

Powered by FluxBB