Running 4.8-stable on an old P200 box. I'm having problems with getting a d-link DFE-530TX (apparently a Rhine III card in reality) to work. During boot I get (probably with lots of typos; I had to copy it to paper and retype on another machine): /kernel: vr0: <VIA VT6105 Rhine III 10/100BaseTx> port 0x6400-0x64ff mem 0xe1000000-0xe10000ff irq 10 at device 11.0 on pci0 /kernel: vr0: Ethernet address 00:05:5d:93:5b:61 /kernel: miibus0: <MII bus> on vr0 Once the the boot is done I can ping the IP that ifconfig gives as my own, but any external one fails. When I try to run dhclient I get errors: /kernel: vr0 : Using force reset command routed: faith0 has a bad address routed IP_DROP_MEMORY ALLHOSTS : can't assign requested address routed[56]: 0.0.0.0 --> 213.132.119.1 dissapeared from kernel dhclient : send_packet : Address familly not supported by protocol family. The last line gets repeated a bunch of times. Any suggestions? /Par -- Par Leijonhufvud par@hunter-gatherer.org Cunning and deceit will every time serve a man better than force. -- Niccolo Machiavelli
Par Leijonhufvud wrote:> > Running 4.8-stable on an old P200 box. > > I'm having problems with getting a d-link DFE-530TX (apparently a Rhine > III card in reality) to work. >Shouldn't be any problem. I have such a thing in an old box running 4.9R.> During boot I get (probably with lots of typos; I had to copy it to > paper and retype on another machine): > > /kernel: vr0: <VIA VT6105 Rhine III 10/100BaseTx> port 0x6400-0x64ff mem 0xe1000000-0xe10000ff irq 10 at device 11.0 on pci0 > /kernel: vr0: Ethernet address 00:05:5d:93:5b:61 > /kernel: miibus0: <MII bus> on vr0It should have said someting about ukphy0: bla-bla on miibus0 also, right?> > Once the the boot is done I can ping the IP that ifconfig gives as my > own, but any external one fails. >What does an 'ifconfig vr0' say? Have you checked the cable? Can you see if the other end indicates that it have a working link? /thn -- --------------------------------------------------------------- Svensk Aktuell Elektronik AB Thomas Nystr?m Box 10 Phone: +46 8 35 92 85 S-191 21 Sollentuna Fax: +46 8 35 92 86 Sweden Email: thn@saeab.se ---------------------------------------------------------------
>On Wed, 19 Nov 2003, Thomas Nystrom wrote: > >#ifconfig_xl0="DHCP" >ifconfig_vr0="DHCP" >ifconfig_vr0="inet 213.132.119.242 netmask 255.255.255.0" > >defaultrouter=213.132.119.1 >You have static IP address on vr0... For what you need a line with ifconfig_vr0="DHCP"? Sincerely, Maxim M. Kazachek mailto:stranger@sberbank.sibnet.ru mailto:stranger@fpm.ami.nstu.ru
> >#ifconfig_xl0="DHCP" > >ifconfig_vr0="DHCP" > >ifconfig_vr0="inet 213.132.119.242 netmask 255.255.255.0"> You have static IP address on vr0... For what you need a line with > ifconfig_vr0="DHCP"?It's a shell script. Only the last "ifconfig_vr0=" line will have any effect.