On Wed, Mar 09, 2011 at 09:38:55AM -0800, Charles H wrote:
> 
> Charles H wrote:
> > 
> > Hello:
> > according th the documentation tha came with my SPEAR 320 demo board I
> > should be able to configure the CAN interface thus:
> > 
> > ip link set can0 type can bitrate 125000
> > but I get :
> > RTNETLINK Answers : operation not supported
> > It sounds like the kernel is not configured properly for IPROUTE2 support
> > but I cant find what is missing in the  config. default .config for board
> > is attached http://old.nabble.com/file/p31101885/spear320_defconfig

I see
CONFIG_CAN_DEV_SYSFS=y

CAN configuration is still done via the sysfs.
see /sys/class/net/can0/can_bittiming/...
I'm not aware how familiar you are with the deprecated
sysfs method.

So you maybe don't _need_ to recompile.
When you do recompile, just turn CONFIG_CAN_DEV_SYSFS off.

Regards,
Kurt
_______________________________________________
Socketcan-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/socketcan-users

Reply via email to