You are not logged in.

#1 2005-04-28 17:16:02

Clanman
Member
Registered: 2005-02-08
Posts: 35

Problems after pacman -S kernel26 [solved]

Hi

After upgrading the kernel from original wombat kernel (2.6.10 I think) to the latest 2.6.11.7 I have got some problem with my sound module.  I get this error when booting or trying to modprobe snd-cmipci

FATAL: Error inserting snd_cmipci (/lib/modules/2.6.11.7-ARCH/kernel/sound/pci/snd-cmipci.ko): Unknown symbol in module, or unknown parameter (see dmesg)

Before upgrading my sound worked perfect (a little low mic sound)

Please help me

//Clanman

Offline

#2 2005-04-28 17:46:06

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Problems after pacman -S kernel26 [solved]

it says "(see dmesg)" - what does dmesg say? (please don't post the entire thing)

Offline

#3 2005-04-28 17:57:17

Clanman
Member
Registered: 2005-02-08
Posts: 35

Re: Problems after pacman -S kernel26 [solved]

Not sure what to look for but

dmesg | grep snd     or cmipci
gives this

"snd_cmipci: Unknown parameter `snd_enable_midi'"

[edit]
lsmod
Module                  Size  Used by
pcspkr                  4044  0
usb_storage            72000  0
parport_pc             29252  1
lp                     12548  0
tsdev                   8256  0
parport                38600  2 parport_pc,lp
8139too                28160  0
mii                     5760  1 8139too
nvidia               3918684  12
snd_opl3_lib           11776  0
snd_hwdep              10144  1 snd_opl3_lib
gameport                5120  0
usbhid                 47744  0
snd_mpu401_uart         8832  0
snd_rawmidi            26144  1 snd_mpu401_uart
snd_seq_device          8972  2 snd_opl3_lib,snd_rawmidi
snd_pcm_oss            56224  0
snd_pcm                98564  1 snd_pcm_oss
snd_timer              27268  2 snd_opl3_lib,snd_pcm
snd_page_alloc         10244  1 snd_pcm
snd_mixer_oss          21120  1 snd_pcm_oss
snd                    59492  9 snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore              10848  1 snd
uhci_hcd               33424  0
ehci_hcd               36488  0
ohci_hcd               23048  0
usbcore               125560  6 usb_storage,usbhid,uhci_hcd,ehci_hcd,ohci_hcd
evdev                   9984  0
rtc                    13260  0
nls_cp437               6144  1
vfat                   14976  1
fat                    41884  1 vfat
ntfs                  187792  1

Man is it possible to keep the tabs


phrakture wrote:

it says "(see dmesg)" - what does dmesg say? (please don't post the entire thing)

Offline

#4 2005-04-28 18:37:25

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Problems after pacman -S kernel26 [solved]

Clanman wrote:

"snd_cmipci: Unknown parameter `snd_enable_midi'"

hmmm, check your /etc/modprobe.conf - if you have "snd_enable_midi" there, remove it - I'd venture a guess that that was removed in the last kernel update

Offline

#5 2005-04-28 18:47:59

Clanman
Member
Registered: 2005-02-08
Posts: 35

Re: Problems after pacman -S kernel26 [solved]

Hey man U pinpointed the problem exactly
After removing
snd_enable_midi=1 from modprobe.conf
everything works great
modprobe snd-cmipci worked
and now the tunes are flowing thru my speakers again

THANKS

//Clanman


phrakture wrote:
Clanman wrote:

"snd_cmipci: Unknown parameter `snd_enable_midi'"

hmmm, check your /etc/modprobe.conf - if you have "snd_enable_midi" there, remove it - I'd venture a guess that that was removed in the last kernel update

Offline

Board footer

Powered by FluxBB