On 09/04/14 15:55, Nick Hudson wrote:
url cannot detect carrier (ifconfig show 'no carrier') and link LED blinks periodically (about 6.5 sec).I guess url needs urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs Perhaps all of your ethernet usb devices could do with other PHYs adding to the RPI config file?
Bingo! My RPI kernel and generic kernel for RPI lack urlphy. url(4) now works fine by adding urlphy to the config file. Thank you. -- t-hash