From: <Use...@zo...> - 2008-01-07 00:38:29
|
Hello from time to time my USB Ethernet interface "disappears" I have to reinstall its driver. After reinstall it got this time the name "LAN-Verbindung 10" which i, as usual, rename to the device name "LAN-ADM851X". But now colinux colinux can't find it any more tho it's there and working! At the same time tried to run colinux as a service. The Ethernet "disapeared" during that phase. But i deinstalled the service mean while to get more usefull messages. May i assume the colinux is not expecting so many devices or what's wrong or can be done to make it work again? I rebooted etc. Compiled on Dec 22 2007 05:10:09 conet-bridged-daemon: Looking for interface "LAN-ADM851X" conet-bridged-daemon: checking connection: LAN-TAP V9 conet-bridged-daemon: checking connection: LAN-TAP V8(colinux) conet-bridged-daemon: checking connection: LAN-RTL8139 conet-bridged-daemon: no matching adapter conet-bridged-daemon: error initializing winPCap kernel=vmlinux initrd=initrd.gz mem=128 cobd0=\colinux.disks\Debian-3.0r2.ext3-mit-backports.imi root=/dev/cobd0 hda=:cobd0 cobd1=\colinux.disks\swap_file hdb=:cobd1 cofs0=\colinux.disks\exchange cobd4=\Device\Cdrom0 hdc=:cobd4 ttys0=COM2,"BAUD=115200 PARITY=n DATA=8 STOP=1 dtr=on rts=on" exec0=C:\Programme\Xming\Xming.exe,":0 -clipboard -multiwindow -ac" eth0=pcap-bridge,"LAN-ADM851X",0A:C0:71:65:08:00, C:\coLinux>netsh interface ip dump # ---------------------------------- # Schnittstellen-IP-Konfiguration # ---------------------------------- pushd interface ip # Schnittstellen-IP-Konfiguration für ""LAN-TAP V9"" set address name="LAN-TAP V9" source=dhcp set dns name="LAN-TAP V9" source=dhcp register=PRIMARY set wins name="LAN-TAP V9" source=dhcp # Schnittstellen-IP-Konfiguration für ""LAN-TAP V8(colinux)"" set address name="LAN-TAP V8(colinux)" source=dhcp set dns name="LAN-TAP V8(colinux)" source=dhcp register=PRIMARY set wins name="LAN-TAP V8(colinux)" source=dhcp # Schnittstellen-IP-Konfiguration für ""LAN-RTL8139"" set address name="LAN-RTL8139" source=static addr=192.168.1.2 mask=255.255.255.0 add address name="LAN-RTL8139" addr=172.16.0.2 mask=255.255.255.0 set dns name="LAN-RTL8139" source=static addr=none register=PRIMARY set wins name="LAN-RTL8139" source=static addr=none # Schnittstellen-IP-Konfiguration für ""LAN-ADM851X"" set address name="LAN-ADM851X" source=dhcp set dns name="LAN-ADM851X" source=dhcp register=PRIMARY set wins name="LAN-ADM851X" source=dhcp popd # Ende der Schnittstellen-IP-Konfiguration ipconfig: Ethernetadapter LAN-ADM851X: Beschreibung. . . . . . . . . . . : ADM851X USB To Fast Ethernet Adapter ... Rainer---<=====> Vertraulich // // <=====>--------------ocholl, Kiel, Germany ------------ |
From: <Use...@zo...> - 2008-01-07 20:50:28
|
Use...@zo...(Rainer Zocholl) 07.01.08 01:37 >Hello >Compiled on Dec 22 2007 05:10:09 >conet-bridged-daemon: Looking for interface "LAN-ADM851X" >conet-bridged-daemon: checking connection: LAN-TAP V9 >conet-bridged-daemon: checking connection: LAN-TAP V8(colinux) >conet-bridged-daemon: checking connection: LAN-RTL8139 >conet-bridged-daemon: no matching adapter >conet-bridged-daemon: error initializing winPCap >eth0=pcap-bridge,"LAN-ADM851X",0A:C0:71:65:08:00, Using "LAN-RTL8139" it works: conet-bridged-daemon: Looking for interface "LAN-RTL8139" conet-bridged-daemon: checking connection: LAN-TAP V9 conet-bridged-daemon: checking connection: LAN-TAP V8(colinux) conet-bridged-daemon: checking connection: LAN-RTL8139 conet-bridged-daemon: listening on: Realtek RTL8139/810x Family Fast Ethernet NIC ... conet-bridged-daemon: listening for: (ether dst 0a:c0:71:65:08:00) or (ether bro adcast or multicast) or (ip broadcast or multicast) Using wireshark i found: Wireshark does not see "LAN-ADM851X" anymore too! So it's problem of libpcap and not Colinux! Where to complain what? Is there a workarround? Rainer---<=====> Vertraulich // // <=====>--------------ocholl, Kiel, Germany ------------ |
From: <Use...@zo...> - 2008-01-07 21:00:51
|
Hello after upgrading winpcap from 4.0.1 to 4.0.2 it works! conet-bridged-daemon: Looking for interface "LAN-ADM851X" conet-bridged-daemon: checking connection: LAN-TAP V9 conet-bridged-daemon: checking connection: LAN-TAP V8(colinux) conet-bridged-daemon: checking connection: LAN-ADM851X conet-bridged-daemon: listening on: ADMtek 851X Series AdapterNDIS 5.0 Miniport Driver... conet-bridged-daemon: listening for: (ether dst 0a:c0:71:65:08:00) or (ether broadcast or multicast) or (ip broadcast or multicast) winpcap 4.0.1 >Compiled on Dec 22 2007 05:10:09 >conet-bridged-daemon: Looking for interface "LAN-ADM851X" >conet-bridged-daemon: checking connection: LAN-TAP V9 >conet-bridged-daemon: checking connection: LAN-TAP V8(colinux) >conet-bridged-daemon: checking connection: LAN-RTL8139 >conet-bridged-daemon: no matching adapter >conet-bridged-daemon: error initializing winPCap >eth0=pcap-bridge,"LAN-ADM851X",0A:C0:71:65:08:00, Rainer---<=====> Vertraulich // // <=====>--------------ocholl, Kiel, Germany ------------ |