Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]/lib/modules does not exist
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
EugeneTheJeep
Tux's lil' helper
Tux's lil' helper


Joined: 17 May 2017
Posts: 101

PostPosted: Wed May 17, 2017 12:47 pm    Post subject: [solved]/lib/modules does not exist Reply with quote

I just got done compiling the kernel and when I run:

Code:
root #find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko' | less


I get:

Code:
/lib/modules/vmlinuz-4.9.16/: no such file or directory


Also,

Code:
ls /lib/modules


I get
Code:
no such file or directory


I did compile modules in the kernel, so did I do something horribly wrong somewhere? I'm a total newb at this.

Thanks


Last edited by EugeneTheJeep on Sun May 21, 2017 9:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Wed May 17, 2017 12:54 pm    Post subject: Reply with quote

Did you
Code:
make modules_install

_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
EugeneTheJeep
Tux's lil' helper
Tux's lil' helper


Joined: 17 May 2017
Posts: 101

PostPosted: Wed May 17, 2017 1:15 pm    Post subject: Reply with quote

Yes I called

Code:
make && make modules install


then

Code:
make install
Back to top
View user's profile Send private message
EugeneTheJeep
Tux's lil' helper
Tux's lil' helper


Joined: 17 May 2017
Posts: 101

PostPosted: Wed May 17, 2017 1:17 pm    Post subject: Reply with quote

Oh crap I forgot the underscore! Do I need to undo anything or can I just re input those commands?
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Wed May 17, 2017 1:22 pm    Post subject: Reply with quote

Code:
make - builds kernel and modules
make modules - builds modules
make install - installs kernel image

Do you see anything in above you didn't want to happen?
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
EugeneTheJeep
Tux's lil' helper
Tux's lil' helper


Joined: 17 May 2017
Posts: 101

PostPosted: Wed May 17, 2017 1:31 pm    Post subject: Reply with quote

I just reran
Code:
make && make modules_install


and
Code:
make install


but still can't find
Code:
/lib/modules
Back to top
View user's profile Send private message
EugeneTheJeep
Tux's lil' helper
Tux's lil' helper


Joined: 17 May 2017
Posts: 101

PostPosted: Wed May 17, 2017 1:35 pm    Post subject: Reply with quote

I got it:

I initially ran:
Code:
ls lib/modules


instead of the correct:
Code:
 ls /lib/modules


So of course it didn't find anything.

So the correct kernel name is
Code:
4.9.16-gentoo


not
Code:
vm-linuz-4.9.16


making the correct call:
Code:
find /lib/modules/4.0.16-gentoo/ -type f -iname '*.o' -or -iname '*.ko' | less


so i now found the modules.

Sorry for my newbness
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum