You are not logged in.

#1 2011-07-16 19:47:27

johan1391
Member
From: Dhahran, Saudi Arabia
Registered: 2010-08-03
Posts: 106

[SOLVED]kernel26-ck-core2 help

Hi,
This may seem blatantly obvious to some, however, I have not been able to find the answer. Sorry if this seems obvious but this is my first month working with Linux legitimately ever and am unable to get my modules to load after installing kernel26-ck. They fail on boot. I have found the modules directory residing in /lib/modules/2.6.39-ck. How do I use this with my boot up instead of the standard ARCH one?

Last edited by johan1391 (2011-07-17 08:34:12)

Offline

#2 2011-07-16 20:07:23

Griemak
Member
Registered: 2011-05-10
Posts: 46

Re: [SOLVED]kernel26-ck-core2 help

Could you list which modules are failing and where the "fail" message/event occurs?

Is it upon boot, where the "MODULES LOADING" is reporting [FAIL] or when you try to launch an application? as an example

In your /etc/rc.conf file, what do you have listed within the [Modules] section (array)?  is it empty?


There are only two ways to live your life: One is as though nothing is a miracle. The other is as though everything is a miracle. - Albert Einstein

How wonderful it is that nobody need wait a single moment before starting to improve the world. - Anne Frank

Offline

#3 2011-07-16 20:29:33

johan1391
Member
From: Dhahran, Saudi Arabia
Registered: 2010-08-03
Posts: 106

Re: [SOLVED]kernel26-ck-core2 help

yes it is upon boot and reports a [FAIL] as you initially mention. My modules array is as follows:

nvidia-bl wl acpi-cpufreq uvcvideo coretemp vboxdrv hfs hfsplus

Offline

#4 2011-07-16 20:32:47

ilusi0n
Member
Registered: 2010-06-09
Posts: 187

Re: [SOLVED]kernel26-ck-core2 help

Forgot to rebuild vboxdrv with that kernel?

Offline

#5 2011-07-16 21:22:53

johan1391
Member
From: Dhahran, Saudi Arabia
Registered: 2010-08-03
Posts: 106

Re: [SOLVED]kernel26-ck-core2 help

I did, however I removed it and I'm still experiencing the same problem. maybe something to do with nvidia-ck and broadcom-wl-ck modules?

Sorry, forgot to mention it's the kernel26-ck-core2 variety.

Last edited by johan1391 (2011-07-16 21:23:59)

Offline

#6 2011-07-16 21:51:38

ilusi0n
Member
Registered: 2010-06-09
Posts: 187

Re: [SOLVED]kernel26-ck-core2 help

Well In your post above you have 'nvidia-bl' and not 'nvidia-ck' in your array modules. Is a misspelling problem?

Offline

#7 2011-07-16 22:05:52

swanson
Member
From: Sweden
Registered: 2011-02-05
Posts: 759

Re: [SOLVED]kernel26-ck-core2 help

nvidia shouldn't be listed there at all. Xorg takes care of that.

Offline

#8 2011-07-17 00:52:14

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: [SOLVED]kernel26-ck-core2 help

@op - try an experiment for me:  remove all entries from your MODULES array, reboot.  Once rebooted, manually modprobe each one by hand and see if you get an error... i.e.

# modprobe wl
# modprobe acpi-cpufreq
... etc

BTW, as others have mentioned, the nvidia module doesn't need to go in the array, and it's simply named, 'nvidia' not 'nvidia-ck' or anything else.
Also, vboxdrv needs the kernel26-ck-core2-headers packages and you must rebuild it manually whenever there is a new release via "/etc/rc.d/vboxdrv setup"

All of the other modules in your array should be just fine to load.  Please report back either way in this thread.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#9 2011-07-17 08:33:49

johan1391
Member
From: Dhahran, Saudi Arabia
Registered: 2010-08-03
Posts: 106

Re: [SOLVED]kernel26-ck-core2 help

removing the nvidia entry in the modules array seemed to do the trick. Now if I could just get my wireless working...

Manually starting all modules was successful as well as booting up with the omitted nvidia.

Offline

#10 2011-07-17 10:47:52

swanson
Member
From: Sweden
Registered: 2011-02-05
Posts: 759

Re: [SOLVED]kernel26-ck-core2 help

For wireless I recommend Wicd. Check out the Wiki.

Offline

#11 2011-07-17 11:29:42

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: [SOLVED]kernel26-ck-core2 help

johan1391 wrote:

removing the nvidia entry in the modules array seemed to do the trick. Now if I could just get my wireless working...

Manually starting all modules was successful as well as booting up with the omitted nvidia.

Glad to hear it.  I assume you reconstructed your MODULES array. with the correct ones.
As to your wireless, are you certain you need the wl module?  What hardware do you have?

Post the output of:

$ lspci | grep -i net

CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB