[tlinux-users:08504] Re: reg:ToshibaA100-139 Fn key
"Peter T. Breuer" <[email protected]>
| Newsgroups | gmane.linux.hardware.toshiba |
|---|---|
| Message-ID | <[email protected]> |
"Also sprach Christian Tenllado:" > When I try insmod I get a segmentation fault. Do you know if the problem > is the version of the kernel I am using? Can you help me to find out > which is the problem? A segfault is likely merely the manifestatiion in user space of a kernel oops. After all, if insmod segfaulted independently, millions of people over the world would complain! Look at the output from "dmesg" to confirm or deny that theory. If indeed it is an oops, as I suppose, see what you can gather from the oops itself, if you are care enough to want to know! Usually kernel oops data should be sent to the author of the subsystem - the author of the module - for comment and corrections. You likely have some hardware that is different from the programming expectation in some way, or just have some different hardware than the module is aimed at. Peter