Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] No network with LiveUSB.
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
Cl3x
n00b
n00b


Joined: 12 Jun 2007
Posts: 9

PostPosted: Tue Jun 12, 2007 12:15 am    Post subject: [SOLVED] No network with LiveUSB. Reply with quote

Hello,

I'm trying to install Gentoo on my laptop with an USB stick.
My USB stick was made with the handbook.

After booting, I have no network. There is no net-setup or PP* on the stick, so I try to use modprobe but there is only two modules e1000 and tg3.ko.
This two modules don't work, I think I need 8139cp and 8139too but how install them ?

Thanks.

Edit: I succeed !
I simple bought a bigger USB stick (1Go), and I have copy livecd-i686-installer-2007.0.iso (and no gentoo minimal).
http://www.gentoo.org/doc/en/liveusb.xml

Thanks for all.


Last edited by Cl3x on Sun Jun 17, 2007 11:53 am; edited 1 time in total
Back to top
View user's profile Send private message
holidaystyles
Tux's lil' helper
Tux's lil' helper


Joined: 08 May 2007
Posts: 80

PostPosted: Wed Jun 13, 2007 4:35 pm    Post subject: Reply with quote

How far did you get into the installation? I assume Gentoo is installed but just no network? You probably just need to recompile the kernel with the right network card support. Im a noob at this but i can try to help...

Code:
#cd /usr/src/linux


Configure the kernel
Code:
#make menuconfig


Code:
Device Drivers --->
--Network Device Support -->
----[*]Ethernet (10 or 100Mbit)
----<M>   RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support



Code:
#make -j2 && make modules_install


Copy it to you boot partition
Code:
#cp arch/i386/boot/bzImage /boot/[your kernel name here]

(Update grub (or lilo) if needed and reboot to the new kernel.)

If it still doesnt work after reboot , try this to see if 8139cp is loaded, if not:
Code:
#lsmod


If its not try:
Code:
#modprobe 8139cp


I'm not sure if this is required, but you can add the module to modules.autoload.d file

Code:
#nano -w /etc/modules.autoload.d/kernel-2.*
and just add the name of the module there (8139cp).


If it still doesn't work, check to make sure eth0 is started
Code:
#/etc/init.d/net.eth0 status


if not, start it
Code:
#/etc/init.d/net.eth0 start


then make sure its added to the default runlevel:
Code:
#rc-update add net.eth0 default
Back to top
View user's profile Send private message
Cl3x
n00b
n00b


Joined: 12 Jun 2007
Posts: 9

PostPosted: Wed Jun 13, 2007 4:57 pm    Post subject: Reply with quote

There is no make in the LiveUSB :/

I just start the installation, i can't format the HDD, there is no fdisk too...


Last edited by Cl3x on Wed Jun 13, 2007 5:00 pm; edited 1 time in total
Back to top
View user's profile Send private message
holidaystyles
Tux's lil' helper
Tux's lil' helper


Joined: 08 May 2007
Posts: 80

PostPosted: Wed Jun 13, 2007 5:00 pm    Post subject: Reply with quote

Sorry, ive never used the live usb and i assumed you were booted into your installation. you can try net-setup to get the network going, or just modprobe 8139cp for the correct network drivers.
Back to top
View user's profile Send private message
Cl3x
n00b
n00b


Joined: 12 Jun 2007
Posts: 9

PostPosted: Sun Jun 17, 2007 11:54 am    Post subject: Reply with quote

Solved :)
Thank you.
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