Re: How to bring up fs_enet on 2.6.27?
From: Daniel Ng <hidden>
Date: 2009-01-29 00:42:33
From: Daniel Ng <hidden>
Date: 2009-01-29 00:42:33
Thanks for your help so far Laurent- On Wed, Jan 28, 2009 at 8:50 PM, Laurent Pinchart [off-list ref] wrote:
Make sure FS_ENET_HAS_FCC is set in your kernel configuration.
Yep, I've done that...
[snip]quoted
The fs_enet probe() function doesn't seem to get called (I had put a panic() in it). Should it?Yes it should.
Ok, so it isn't being called. What code calls the fs_enet probe() function? What could be the reason why this isn't being called? ie. do I need to set something else? Should the device just be available as 'eth2', so that I can do 'ifconfig eth2 192.168.1.33'? Cheers, Daniel