All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel Modules
@ 2011-07-09 16:19 CACook
  2011-07-09 17:12 ` Andreas Philipp
  2011-07-09 17:33 ` Helmut Hullen
  0 siblings, 2 replies; 36+ messages in thread
From: CACook @ 2011-07-09 16:19 UTC (permalink / raw)
  To: linux-btrfs

Just compiled a custom kernel, but unable to mount a btrfs partition.  It essentially says 'unrecognized filesystem'.  What could be missing?

# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_XATTR=y
# CONFIG_EXT4_FS_POSIX_ACL is not set
# CONFIG_EXT4_FS_SECURITY is not set
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
CONFIG_JFS_FS=y
# CONFIG_JFS_POSIX_ACL is not set
# CONFIG_JFS_SECURITY is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_NILFS2_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_FANOTIFY is not set
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
CONFIG_PRINT_QUOTA_WARNING=y
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=m
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_QUOTACTL_COMPAT=y
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=y
CONFIG_CUSE=y
CONFIG_GENERIC_ACL=y

^ permalink raw reply	[flat|nested] 36+ messages in thread
* kernel modules
@ 2024-07-16 13:00 Gerd Kautzmann
  0 siblings, 0 replies; 36+ messages in thread
From: Gerd Kautzmann @ 2024-07-16 13:00 UTC (permalink / raw)
  To: yocto@lists.yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2092 bytes --]

Hello ML members,

I used to include some drivers for a camera chip for RaspberryPi4 in Yocto dunfell.

Now I'm trying the same under Yicto Scarthgap but it doesn't work.


dunfell
---------
find tmp/work -name my_driver.ko
tmp/work/raspberrypi4-poky-linux-gnueabi/core-image-minimal/1.0-r0/rootfs/lib/modules/5.4.72-v7l/extra/my_driver/my_driver.ko
tmp/work/raspberrypi4-poky-linux-gnueabi/hello-mod/1.0-r0/my_driver/my_driver.ko
tmp/work/raspberrypi4-poky-linux-gnueabi/hello-mod/1.0-r0/sysroot-destdir/lib/modules/5.4.72-v7l/extra/my_driver/my_driver.ko
tmp/work/raspberrypi4-poky-linux-gnueabi/hello-mod/1.0-r0/image/lib/modules/5.4.72-v7l/extra/my_driver/my_driver.ko
tmp/work/raspberrypi4-poky-linux-gnueabi/hello-mod/1.0-r0/package/lib/modules/5.4.72-v7l/extra/my_driver/my_driver.ko
tmp/work/raspberrypi4-poky-linux-gnueabi/hello-mod/1.0-r0/packages-split/kernel-module-vc-mipi-common-5.4.72-v7l/lib/modules/5.4.72-v7l/extra/my_driver/my_driver.ko

The kernel modules are compiled but they are never transferred or installed in the image

scarthgap
------------
find tmp/work -name my_driver.ko
tmp/work/raspberrypi4-poky-linux-gnueabi/hello-mod/1.0/my_driver/my_driver.ko


Under dunfell I used an expanded core-image-minimal for my system:
------------
cat meta/recipes-core/images/core-image-minimal.bb

SUMMARY = "Small image with own kernel module"

IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}"
IMAGE_INSTALL += "kernel-modules v4l-utils hello-mod hello autoconf"
IMAGE_INSTALL += "libgpiod"

KERNEL_MODULE_AUTOLOAD += "hello"

...
------------

I tried different changes on my conf/local.conf without any changes.

I built with:
bitbake core-image-minimal -c cleanall
bitbake core-image-minimal

But nothing changed.




PRIMES GmbH    Max-Planck-Str. 2    64319 Pfungstadt   Germany
T +49 6157 9878 0
CEO: Dr.-Ing. Reinhard Kramer, Dr. rer. nat. Thomas Umschlag
Local Court: Darmstadt HRB 5134
g.kautzmann@primes.de<mailto:g.kautzmann@primes.de>    www.primes.de<blocked::http://www.primes.de/>


[-- Attachment #2: Type: text/html, Size: 9724 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread
* kernel modules
@ 2023-02-23 22:30 mike mccool
  2023-02-24  5:57 ` Jonas Malaco
  0 siblings, 1 reply; 36+ messages in thread
From: mike mccool @ 2023-02-23 22:30 UTC (permalink / raw)
  To: lm-sensors

hello,

i am using lm-sensors/sensors on an AMD AM4 motherboard w/ 5700G APU
and ubuntu 22.04

i added kernel module 'drivetemp' to get temp data from the 10 SATA
drives on this box. i would like to filter-out(ignore) the drivetemp
output from /usr/bin/sensors but cannot. the keyword 'chip' does not
work so 'ignore' statements have no effect.

please add a new keyword, eg, 'module', so that it would be possible
to craft filters like this:

module "drivetemp-scsi-0-*"
   ignore temp1

or

module "k10temp-pci-00c3"
   ignore Tctl

or

module "nvme-pci-2600"
   ignore Sensor 1
   ignore Sensor 2

regards

^ permalink raw reply	[flat|nested] 36+ messages in thread
* Kernel modules
@ 2009-05-15 23:22 Chuck Kamas
  2009-05-16  7:31 ` Marcin Juszkiewicz
  2009-05-16  8:55 ` Koen Kooi
  0 siblings, 2 replies; 36+ messages in thread
From: Chuck Kamas @ 2009-05-15 23:22 UTC (permalink / raw)
  To: openembedded-devel

Hi all,

I am trying to compile a very small kernel.  To do this I have a few
kernel modules I would like in the root file system.  But when I load OE
I see that there are no kernel modules in the fs.  I found a way to
include them by adding a RDEPENDS line with kernel-module-i2c-core.
This places it in the rootfs.  My question is there a better, automatic
way, to have all kernel modules included in the rootfs?

Chuck




^ permalink raw reply	[flat|nested] 36+ messages in thread
* kernel Modules.
@ 2003-11-14 17:01 Kevin Smith
  0 siblings, 0 replies; 36+ messages in thread
From: Kevin Smith @ 2003-11-14 17:01 UTC (permalink / raw)
  To: Netfilter List

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

If I find I need or want a particular module that I didn't choose when I
first compiled the Kernel, can I compile said module w/o having to recompile
the entire kernel?

Im using RH 7.3, Kernel 2.4.22 with the newest POM. 
Kev

[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 1520 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread
* kernel modules
@ 2003-10-20 14:32 David Kesselring
  2003-10-20 15:48 ` David Daney
                   ` (2 more replies)
  0 siblings, 3 replies; 36+ messages in thread
From: David Kesselring @ 2003-10-20 14:32 UTC (permalink / raw)
  To: linux-mips

Can someone please confirm that loading and unloading of kernel modules is
functioning in the  2.4 release?

When I try to load a wlan module that I compiled (with mipsel-*) I get
relocation errors. I used the same options as I did to compile the kernel
(for MIPS Malta board). If you have any ideas, please let me know.


David Kesselring
Atmel MMC
dkesselr@mmc.atmel.com
919-462-6587

^ permalink raw reply	[flat|nested] 36+ messages in thread
* kernel modules
@ 2001-11-20 20:35 Lee Chin
  2001-11-22  2:52 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 36+ messages in thread
From: Lee Chin @ 2001-11-20 20:35 UTC (permalink / raw)
  To: linux-kernel

Hi,
I know that if you write a kernel module, and dont
modify any kernel source to get the module written,
then you dont have to open the source for your
module... but what if you include header files with in
line functions?

Thanks
Lee

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2024-07-16 13:00 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-09 16:19 Kernel Modules CACook
2011-07-09 17:12 ` Andreas Philipp
2011-07-09 17:28   ` CACook
2011-07-09 17:39     ` Hugo Mills
2011-07-10  8:24     ` Goffredo Baroncelli
2011-07-09 17:33 ` Helmut Hullen
2011-07-10  6:56   ` Felix Blanke
2011-07-10  7:29     ` Helmut Hullen
2011-07-10 14:24       ` Felix Blanke
2011-07-10 15:57         ` Helmut Hullen
2011-07-10 16:42           ` Felix Blanke
  -- strict thread matches above, loose matches on Subject: below --
2024-07-16 13:00 kernel modules Gerd Kautzmann
2023-02-23 22:30 mike mccool
2023-02-24  5:57 ` Jonas Malaco
2009-05-15 23:22 Kernel modules Chuck Kamas
2009-05-16  7:31 ` Marcin Juszkiewicz
2009-05-16  9:21   ` G. Eismann
2009-05-16 21:38     ` Cliff Brake
2009-05-16 21:50       ` G. Eismann
2009-05-17  7:24       ` Koen Kooi
2009-05-17  7:58         ` Ihar Hrachyshka
2009-05-17  8:16           ` Graeme Gregory
2009-05-17 18:24         ` Tom Rini
2009-05-16  8:55 ` Koen Kooi
2009-05-17 18:13   ` Chuck Kamas
2009-05-17 18:26     ` Koen Kooi
2009-05-18 23:23       ` Chuck Kamas
2003-11-14 17:01 kernel Modules Kevin Smith
2003-10-20 14:32 kernel modules David Kesselring
2003-10-20 15:48 ` David Daney
2003-10-20 18:13 ` David Daney
2003-10-20 18:39 ` Ralf Baechle
2003-10-20 21:00   ` Zhang Haitao
2003-10-21 12:34     ` David Kesselring
2001-11-20 20:35 Lee Chin
2001-11-22  2:52 ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.