View previous topic :: View next topic |
Author |
Message |
Locke355 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 21 May 2002 Posts: 98
|
Posted: Fri Jan 17, 2003 9:41 am Post subject: 1.4rc2's tulip driver bad? |
|
|
I have an Linksys LNE100TX. It should use the tulip driver. I loadup the 1.4rc2 live cd, modprobe in the tulip (no errors listed), then i do 'ifconfig -a', and there is no eth0 in the list. I have never had a problem with this card with 1.2 gentoo livecd.
so yes/no?
*edit: edited for clarity and restricting question to 1 card
Locke355 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Locke355 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 21 May 2002 Posts: 98
|
Posted: Fri Jan 17, 2003 10:50 am Post subject: |
|
|
further, i can get the card working fine with the unreal live cd.
modprobe tulip
dhcpcd eth0
works fine on unreal live cd.. help? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zhenlin Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 09 Nov 2002 Posts: 1361
|
Posted: Fri Jan 17, 2003 1:01 pm Post subject: |
|
|
My experience with Gentoo LiveCDs... If Linksys card works out of the box, fine. Else, modprobe. Else, insmod. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
scrllock Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_yoda.gif)
Joined: 14 Oct 2002 Posts: 102
|
Posted: Sat Jan 18, 2003 11:06 pm Post subject: |
|
|
you have to either do one of these:
dhcpcd eth0
net-setup eth0
or manually set a static ip with ifconfig. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Locke355 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 21 May 2002 Posts: 98
|
Posted: Sun Jan 19, 2003 12:58 pm Post subject: |
|
|
scrllock wrote: | you have to either do one of these:
dhcpcd eth0
net-setup eth0
or manually set a static ip with ifconfig. |
read my second post. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
handsomepete Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/13418445623edb80a6d913d.jpg)
Joined: 21 Apr 2002 Posts: 548 Location: Kansas City, MO
|
Posted: Sun Jan 19, 2003 3:17 pm Post subject: |
|
|
I just installed w/ 1.4_rc2 and a tulip card and had no problems (although I installed it as eth1 with a static IP). Why not just use the unreal live cd? Same difference as far as software and installation are concerned. Maybe try:
modprobe tulip
net-setup eth0 <-- pick the dhcp option from here instead of using dhcpcd
It might be my imagination, but it seems like they changed a couple things in the whole network card setup so I ended up doing mine by hand. I dunno if the above will work, but it couldn't hurt. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Locke355 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 21 May 2002 Posts: 98
|
Posted: Tue Jan 21, 2003 10:24 am Post subject: |
|
|
handsomepete wrote: | I just installed w/ 1.4_rc2 and a tulip card and had no problems (although I installed it as eth1 with a static IP). Why not just use the unreal live cd? Same difference as far as software and installation are concerned. Maybe try:
modprobe tulip
net-setup eth0 <-- pick the dhcp option from here instead of using dhcpcd
It might be my imagination, but it seems like they changed a couple things in the whole network card setup so I ended up doing mine by hand. I dunno if the above will work, but it couldn't hurt. |
I did eventually use the Unreal CD, and I have it all working.
When i used net-setup, i would constantly get timeouts from the network card spit in stderr. I was sniffing the network on a second machine with port monitoring on, and I was seeing no traffic from it.
It all works now, and did shortly after I originally posted this (using 1.4_rc1). I was just curious if there was a problem.
Locke355 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sebest Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/682259981427a9b879a3b0.jpg)
Joined: 03 Jul 2002 Posts: 163 Location: Paris - France
|
Posted: Tue Jan 21, 2003 10:43 am Post subject: |
|
|
Did you also try the de4x5 driver, i had a card that was detected as a tulip card, and the tulip driver loaded ok, but doesn't work very well, i then modprobe de4x5 and it works perfectly. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|