Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Missing module?
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
J.I.N.X.
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2013
Posts: 94

PostPosted: Tue Nov 12, 2013 11:28 pm    Post subject: [SOLVED]Missing module? Reply with quote

Hello! I installed Gentoo last night but when I boot up it gets stuck here:

http://i.imgur.com/3BuNERPh.jpg

Except the one time out got stuck here instead:

http://i.imgur.com/UQE3v4Rh.jpg

I tried running
Code:
lspci
and got this:

http://i.imgur.com/VaSFY3Eh.jpg

I have a Toshiba Satellite P205-S6307 if that helps... Ya... I need a new computer.


Last edited by J.I.N.X. on Wed Nov 13, 2013 1:07 pm; edited 1 time in total
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Nov 13, 2013 12:38 am    Post subject: Reply with quote

boot cd, mount gentoo partitions, enter the chroot, run
Code:
emerge wgetpaste
lspci -nnk | wgetpaste
lsusb | wgetpaste
wgetpaste /usr/src/linux/.config
post url's returned. Any secrets-- virtual machine or raid or lvm or ???
_________________
Defund the FCC.
Back to top
View user's profile Send private message
J.I.N.X.
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2013
Posts: 94

PostPosted: Wed Nov 13, 2013 1:14 am    Post subject: Reply with quote

lspci got: http://bpaste.net/show/149107/

lsusb says the command isn't found. Maybe you misspelled it?

The last one got me this: http://bpaste.net/show/149109/

I think that last bit about secrets was meant to mean am I doing this in a virtual box... In that case no.

Here's a pic in case I misspelled everything again: http://i.imgur.com/82nkw4gh.jpg
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Nov 13, 2013 1:18 am    Post subject: Reply with quote

Code:
emerge usbutils
first, sorry
_________________
Defund the FCC.
Back to top
View user's profile Send private message
J.I.N.X.
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2013
Posts: 94

PostPosted: Wed Nov 13, 2013 1:55 am    Post subject: Reply with quote

http://bpaste.net/show/149116/

Sorry it took so long, I was getting diner.

Is this for if I'm using a USB? Because I'm using a CD.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Nov 13, 2013 2:35 am    Post subject: Reply with quote

did you use genkernel? if so do you have an initrd in grub.cfg (grub2) or grub.conf (legacy grub)
_________________
Defund the FCC.
Back to top
View user's profile Send private message
J.I.N.X.
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2013
Posts: 94

PostPosted: Wed Nov 13, 2013 2:39 am    Post subject: Reply with quote

DONAHUE wrote:
did you use genkernel? if so do you have an initrd in grub.cfg (grub2) or grub.conf (legacy grub)


Nope. I configured it. But the only things I terned off where support of higher memory, Dell laptops, and Apple hardware.

Also I used legacy.
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 Nov 13, 2013 2:47 am    Post subject: Reply with quote

Looking at your kernel .config it does not look as configured by hand. All SATA stuff is <M> for instance, you do not need all the drivers you have enabled, but you must build in the one you need support for, etc.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
J.I.N.X.
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2013
Posts: 94

PostPosted: Wed Nov 13, 2013 2:50 am    Post subject: Reply with quote

Jaglover wrote:
Looking at your kernel .config it does not look as configured by hand. All SATA stuff is <M> for instance, you do not need all the drivers you have enabled, but you must build in the one you need support for, etc.


The laptop isn't well documented so I left most the stuff on... Is that bad?
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 Nov 13, 2013 2:59 am    Post subject: Reply with quote

There are a few things that must be <*> if you have no initrd. Support for HDD controller, partition table used, root filesystem. Look at lspci output to determine what you need, disable everything else, it is cruft for you.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Nov 13, 2013 3:02 am    Post subject: Reply with quote

I'll be awhile building a config for you.
Meanwhile a look at kernel-seeds.org would be educational and provide background as to what i'm up to.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Nov 13, 2013 5:14 am    Post subject: Reply with quote

take a look at http://bpaste.net/raw/149145/ ; if comfortable with it; boot cd, mount the gentoo partitions, enter the chroot,
Code:
cd /usr/src/linux
make clean
make mrproper
wget -O /usr/src/linux/.config http://bpaste.net/raw/149145/
make menuconfig
look around - change something - change it back - when happy exit saving the config - compile and copy the kernel to /boot - (I use make && make modules_install && make install - does it all naming the kernel 'vmlinuz-3.10.17-gentoo') - ensure grub.cfg or grub.conf will call the new kernel - exit the chroot and reboot

I guessed at your webcam driver, if it does not pick up in gentoo but does in ubuntu run lsmod in ubuntu and pick out the webcam driver and fix the config
_________________
Defund the FCC.
Back to top
View user's profile Send private message
J.I.N.X.
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2013
Posts: 94

PostPosted: Wed Nov 13, 2013 5:18 am    Post subject: Reply with quote

DONAHUE wrote:
take a look at http://bpaste.net/raw/149145/ ; if comfortable with it; boot cd, mount the gentoo partitions, enter the chroot,
Code:
cd /usr/src/linux
make clean
make mrproper
wget -O /usr/src/linux/.config http://bpaste.net/raw/149145/
make menuconfig
look around - change something - change it back - when happy exit saving the config - compile and copy the kernel to /boot - (I use make && make modules_install && make install - does it all naming the kernel 'vmlinuz-3.10.17-gentoo') - ensure grub.cfg or grub.conf will call the new kernel - exit the chroot and reboot

I guessed at your webcam driver, if it does not pick up in gentoo but does in ubuntu run lsmod in ubuntu and pick out the webcam driver and fix the config


That's a lot of commands... I'll let you know if it works, and don't bother with the webcam, it's broken.

Edit: It seems to have worked... But a mirror is down so I can't install GNMOE yet.
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