Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
LinkSys LNE100TX - need help setting up.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
dariddlah
n00b
n00b


Joined: 27 Mar 2003
Posts: 7

PostPosted: Fri Mar 28, 2003 3:01 am    Post subject: LinkSys LNE100TX - need help setting up. Reply with quote

Ok, i got Gentoo installed and can now boot to it using Grub. However, no matter what i try i cant get internet to work. I realize i need the tulip driver, but i have no idea how to compile it. When i check the modules i already have, all i have is dummy.o. any help would be appreciated.
Back to top
View user's profile Send private message
reillyeon
n00b
n00b


Joined: 26 Mar 2003
Posts: 44
Location: Boston (ish)

PostPosted: Fri Mar 28, 2003 2:43 pm    Post subject: Reply with quote

You need to go into the kernel config.
Code:
# cd /usr/src/linux
# make menuconfig

In there under Network Device Options -> 10/100 Ethernet there will be an option for the Tulip driver. It is a little hard to find because it calls it more than just the Tulip driver. You can then just press "y" to add it to the kernel or "m" to compile it as a module. It you use a module you need to add "tulip" to /etc/modules.autoload Then just recompile your kernel and reboot.
Code:
# make dep && make clean bzImage modules modules_install
# mount /boot
# cp /boot/bzImage /boot/bzImage.orig
# cp /usr/src/linux/arch/i386/boot/bzImage /boot
Back to top
View user's profile Send private message
tflecht
n00b
n00b


Joined: 29 Mar 2003
Posts: 17

PostPosted: Sat Mar 29, 2003 7:05 pm    Post subject: Reply with quote

I'm having similar problems, and haven't figured out a solution yet. I have a linksys LNE100TX v4 card, and had the following strange experience:

I burned the 1.4 rc3 stage 1 installation CD, and after booting with it, could not get the tulip (or any other) driver to work with the card.

Eventually, having run out of things that seemed logical to try, I booted with the LiveCD (still from 1.4 rc3). Now the card worked! Whatever driver its using however, is built into the kernel (as opposed to being a module), so I don't know what driver is being used.

I went through all the steps on the installation page (succesfully, I think), including building a kernel from the gentoo sources and adding the tulip driver as a module, and rebooted. When the system came up, again the card didn't work. I explicitly loaded the tulip module and configured the interface and set the default gateway by hand, but no dice. The driver loads, and my ifconfig command seems to succeed (running ifconfig eth0 reports the correct information), but I can't ping another host on my lan. Using ifconfig, the eth0 interface is certainly using very different irq and IO ranges than when I was running with LiveCD.

Does anyone know what drivers the LiveCD supplies for networking? I looked at the logs, and it wasn't obvious to me which one was installed (it tries for maybe a dozen different ones).

thanks!
-tim
Back to top
View user's profile Send private message
ptbarnett
n00b
n00b


Joined: 24 Nov 2002
Posts: 25

PostPosted: Mon Mar 31, 2003 5:09 pm    Post subject: Reply with quote

tflecht wrote:
I burned the 1.4 rc3 stage 1 installation CD, and after booting with it, could not get the tulip (or any other) driver to work with the card.


I had problems with the boot installation kernel recognizing my Linksys card, too. My solution was to boot from the installation CD with the "noscsi" option.

See https://forums.gentoo.org/viewtopic.php?t=38312&highlight=noscsi.
Back to top
View user's profile Send private message
tflecht
n00b
n00b


Joined: 29 Mar 2003
Posts: 17

PostPosted: Mon Mar 31, 2003 6:58 pm    Post subject: Reply with quote

well, the livcd recognized my card, i just can't get any kernel that *i* build to do so. that's why i'd like to know what driver is being compiled into the kernel booted from the livecd.

-tim
Back to top
View user's profile Send private message
ptbarnett
n00b
n00b


Joined: 24 Nov 2002
Posts: 25

PostPosted: Mon Mar 31, 2003 7:02 pm    Post subject: Reply with quote

tflecht wrote:
well, the livcd recognized my card, i just can't get any kernel that *i* build to do so. that's why i'd like to know what driver is being compiled into the kernel booted from the livecd.


Oh, I misunderstood. When I built my own kernel, I specified the tulip driver and it is working fine for me. My problem was building a system from stage 1 with a live CD that wouldn't recognize my NIC. :-(
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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