>From: Benoit Audouard <[EMAIL PROTECTED]>
I'm testing eagle-usb V2.0.0 rc1 and rc2 on kernel 2.4 (SuSE 9.0).
Eagle-usb 2.0.0 rc1 :
- Lines 879 and 920 of the file eu_main.c must be framed by one #ifdef LINUX_2_6 #endif for compilation on a kernel < 2.6
- do not use --enable-cmvs with it, because the HexToByte function into eaglectrl causes an assert.
Eagle-usb 2.0.0 rc2 + Bnm Pots 44e2ea17:
it is necessary to put
#ifdef LINUX_2_6
free_netdev( ins->eth );
#elif defined( LINUX_2_4 )
kfree( ins->eth );
#endif
in the file eu_main.c and
#ifdef LINUX_2_6
free_netdev( ins->eth );
#elif defined( LINUX_2_4 )
kfree( ins->eth );
#endif
in the file eu_main.c and
#ifdef LINUX_2_6
free_netdev( eth );
#elif defined( eth );
kfree( eth );
#endif
in the file eu_eth.c
free_netdev( eth );
#elif defined( eth );
kfree( eth );
#endif
in the file eu_eth.c
the two versions function well on SuSE 9.0 after these modifications.
I did not have of Oops or another problem.
I did not have of Oops or another problem.
@+ ludovic
MSN Messenger : dialoguez en temps réel avec vos amis
