Mailinglist Archive: opensuse-factory (340 mails)
| < Previous | Next > |
Re: [opensuse-factory] eee-pc hotkey support not up to date..?
- From: "Rajko M." <rmatov101@xxxxxxxxxxx>
- Date: Fri, 3 Apr 2009 14:17:25 -0500
- Message-id: <200904031417.25752.rmatov101@xxxxxxxxxxx>
On Friday 03 April 2009 12:52:34 pm Oddball wrote:
I don't know for Factory.
The 11.1 has no such option defined at all and loads modules as requested.
Try to see output of:
grep CONFIG_STAGING_EXCLUDE_BUILD /boot/config-`uname -r`
The `uname -r` will add version of currently running kernel behind config- .
Watch for apostrophe type :-) or just copy and paste above command, it works
fine with en-US locale.
You can try command to see what it gives:
uname -r
It should be only version string for current kernel.
--
Regards, Rajko
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
Rajko M. schreef:
On Friday 03 April 2009 08:13:16 am Herbert Graeber wrote:
...
but force loading the pciehp
module simpliy makes it work. ...
Hi Herbert,
have you tried to include module in:
/etc/sysconfig/kernel
MODULES_LOADED_ON_BOOT=""
and add option line in the file named as module in:
/etc/modprobe.d/
Would that work?
I never had problem with laptop, so I never tried above.
That is nice, i have been thinking of that myself this afternoon..
But if i understand correctly:
There is just a kernel option which is likely incorrectly set,
CONFIG_STAGING_EXCLUDE_BUILD=y
which should be set to n
to be able to load the driver..
I don't know for Factory.
The 11.1 has no such option defined at all and loads modules as requested.
Try to see output of:
grep CONFIG_STAGING_EXCLUDE_BUILD /boot/config-`uname -r`
The `uname -r` will add version of currently running kernel behind config- .
Watch for apostrophe type :-) or just copy and paste above command, it works
fine with en-US locale.
You can try command to see what it gives:
uname -r
It should be only version string for current kernel.
--
Regards, Rajko
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |