View previous topic :: View next topic |
Author |
Message |
cruelnovember Apprentice
Joined: 11 Sep 2004 Posts: 154
|
Posted: Sun Nov 21, 2004 10:45 pm Post subject: Lite-on LNE100TX and home router questions |
|
|
hi all
I have a home router running with one network card. The routing works, but sometimes i have a very bad internal network.
Now i thought it could be better to have two network cards, one for adsl connection and the other one for the home network.
Is this really better?
My second question: I dont get the second network card running.
Code: | speedy root # lspci
0000:00:00.0 Host bridge: ALi Corporation M1531 [Aladdin IV] (rev b2)
0000:00:02.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV] (rev 03)
0000:00:08.0 VGA compatible controller: ATI Technologies Inc 3D Rage II+ 215GTB
[Mach64 GTB] (rev 9a)
0000:00:0b.0 IDE interface: ALi Corporation M5229 IDE (rev 20)
0000:00:0d.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
0000:00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:00:0f.0 Ethernet controller: Lite-On Communications Inc LNE100TX (rev 20) |
I googled for the driver of the lite-on and thought something that it would be tulip. I had tulip support in the kernel for my other network card but it doesnt work.
ifconfig -a doesnt show up a eth1. can anybody help? thanks, Paul |
|
Back to top |
|
|
hds Advocate
Joined: 21 Aug 2004 Posts: 2629 Location: Sprockhoevel [GER]
|
Posted: Sun Nov 21, 2004 10:51 pm Post subject: |
|
|
search this forum for lite-on. also called pnic100. i had a hell of a time with it, replace it
i meanwhile got it running, if i reboot the machine in question twice (dont power off, just reboot). maybe it works for you as well.
also google is full of this, btw..
and, yes, you are correct, tulip drivers are correct. however, the problem is syncing (autonegotiation) where the card (at least mine) fails - and at least i am not alone with this. put in another realtek, and you should be fine and have less headache. |
|
Back to top |
|
|
nobspangle Veteran
Joined: 23 Mar 2004 Posts: 1318 Location: Manchester, UK
|
Posted: Mon Nov 22, 2004 4:37 pm Post subject: |
|
|
have you created a net.eth1 script by doing
Code: | ln -sf /etc/init.d/net.eth0 /etc/init.d/net.eth1 | Then you need to edit /etc/conf.d/net and add settings for the nic card and finally bring it up with Code: | /etc/init.d/net.eth1 start |
I have a lite-on nic card (branded netgear) and it runs fine, if you continue to have problems a new realtek should only set you back £5 |
|
Back to top |
|
|
|
|
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
|
|