Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Tinycore
is here 12/1/2008!
Welcome
visitors.
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Base
»
Corepure64
»
Compiling a missing kernel modul
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Compiling a missing kernel modul (Read 1202 times)
HoerMirAuf
Newbie
Posts: 10
Compiling a missing kernel modul
«
on:
May 08, 2023, 03:41:37 AM »
I'm trying to compile a missing kernel modul for a intel Soc Soundcard cht-bsw-rt5672
Made the steps from this post:
http://forum.tinycorelinux.net/index.php/topic,26236.0.html
And enable the driver with "make menuconfig".
All compiled well but loading the driver with insmod run in a "unknow symbol" error.
Can anyone give me a hint, how to compile a working driver modul from kernel source?
Logged
Juanito
Administrator
Hero Member
Posts: 14826
Re: Compiling a missing kernel modul
«
Reply #1 on:
May 08, 2023, 04:08:01 AM »
This typically means that your new module depends on another module(s) that it cannot find.
Try the command "modinfo /path-to-module/new-module-name" and check the "depends" line.
Logged
HoerMirAuf
Newbie
Posts: 10
Re: Compiling a missing kernel modul
«
Reply #2 on:
May 08, 2023, 08:39:52 AM »
Ahhhh !
Thank you very much ! Now i could load the modul succesfully
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Base
»
Corepure64
»
Compiling a missing kernel modul