[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel 2.6.16 on powerbook G4: Oops when loading sound module



Yves-Alexis Perez wrote:
On Wed, 2006-03-22 at 09:54 +0100, Michael Schmitz wrote:
modprobe i2c-powermac (as root).

yeah, I know how to load a module. I mean, in the boot sequence modules
are autoloaded, and i2c-powermac is loaded *after* snd-powermac, so the
oops.

You only have to list it before snd-powermac in /etc/modules, I've done so and it works ok:
# cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

ide-cd
ide-disk
ide-generic
i2c-powermac
snd-powermac
...

By the way, I've experimented the same problem with bcm43xx as you, builds fine but ieee80211softmac has problems while loading, so bcm43xx does not work:

Mar 22 10:40:17 localhost kernel: ieee80211softmac: disagrees about version of symbol ieee80211_wx_get_scan Mar 22 10:40:17 localhost kernel: ieee80211softmac: Unknown symbol ieee80211_wx_get_scan Mar 22 10:40:17 localhost kernel: ieee80211softmac: disagrees about version of symbol free_ieee80211 Mar 22 10:40:17 localhost kernel: ieee80211softmac: Unknown symbol free_ieee80211 Mar 22 10:40:17 localhost kernel: ieee80211softmac: disagrees about version of symbol ieee80211_tx_frame Mar 22 10:40:17 localhost kernel: ieee80211softmac: Unknown symbol ieee80211_tx_frame Mar 22 10:40:17 localhost kernel: ieee80211softmac: disagrees about version of symbol alloc_ieee80211 Mar 22 10:40:17 localhost kernel: ieee80211softmac: Unknown symbol alloc_ieee8021

I'll try to look in the snapshots in the home page and see what happens.

A. Corbi



Reply to: