Ethernet cable connect /disconnect state with Micrel KSZ8081 PHY chip

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Ethernet cable connect /disconnect state with Micrel KSZ8081 PHY chip

ソリューションへジャンプ
1,889件の閲覧回数
sivaalagarsamy
Contributor II

We have ethernet working with Micrel KSZ8081 phy chip on a custom IMX6 board. Everything works fine when the cable is connected. If I disconnect, the cable I expect the DHCP IP address to be released and when the cable is connected back, the dhcp IP address should be renewed. But that is not happening. Linux doesn't seem to see that the cable was disconnected. cat /sys/class/net/eth0/carrier is 1 even when the cable is disconnected.  I do see the green LED  on the ethernet connector turn off when the cable is disconnected. Any suggestions?

ラベル(3)
0 件の賞賛
返信
1 解決策
1,291件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Siva

seems this is quite common problem, one can try

edit  /etc/network/interfaces and add "auto eth0"  and "allow-hotplug"


as suggested in

Linux Forums

Best regards

igor

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,292件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Siva

seems this is quite common problem, one can try

edit  /etc/network/interfaces and add "auto eth0"  and "allow-hotplug"


as suggested in

Linux Forums

Best regards

igor

0 件の賞賛
返信