My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 2: fjpanel can't be modprobed with kernel 2.6.27
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by christop...@gmail.com, Dec 5, 2008
I'm trying to use fjpanel with Ubuntu Intrepid Ibex an kernel 2.6.27-9

$ uname -ar
Linux stein 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux

I can compile the module...

$ sudo make KERNEL_SOURCE=/lib/modules/`uname -r`/build modules_install
 Say Y here if you want support the keys on the Application Panel
 of Fujitsu-Siemens laptops (FJKEYINF). This drivers are tested on
  - Fujitsu-Siemens LifeBook C1110
  - Fujitsu-Siemens LifeBook C1020
  - Fujitsu-Siemens LifeBook E4010
 It generates the differents keycodes for the panel buttons:
 It manage a Mail led if present with the input interface
 and with the leds_class interface
 the module will be called fjpanel.
make -C /lib/modules/2.6.27-9-generic/build SUBDIRS=`pwd` modules
make[1]: Betrete Verzeichnis '/usr/src/linux-headers-2.6.27-9-generic'
  CC [M]  /home/toff/Desktop/fjpanel-0.1.1/fjpanel.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/toff/Desktop/fjpanel-0.1.1/fjpanel.mod.o
  LD [M]  /home/toff/Desktop/fjpanel-0.1.1/fjpanel.ko
make[1]: Verlasse Verzeichnis '/usr/src/linux-headers-2.6.27-9-generic'
cp fjpanel.ko /lib/modules/`uname -r`/kernel/drivers/input/misc
depmod -a

But i can't activate it...

$ sudo modprobe fjpanel 
FATAL: Error inserting fjpanel
(/lib/modules/2.6.27-9-generic/kernel/drivers/input/misc/fjpanel.ko):
Operation not permitted


Powered by Google Project Hosting