使用戴尔R410的串行蓝牙。 请求中的数据字段无效

这是带有最新BMC固件的R410。

我可以从MacBook连接它。

$ ipmitool -v -I lanplus -H 192.168.1.23 -U root user list Password: ID Name Callin Link Auth IPMI Msg Channel Priv Limit 2 root true true true ADMINISTRATOR 

但是它不能激活SOL。

 $ ipmitool -I lanplus -H 192.168.1.23 -U root sol payload enable 1 2 $ ipmitool -I lanplus -H 192.168.1.23 -U root sol activate Error activating SOL payload: Invalid data field in request 

这是来自sol info的结果。

 $ ipmitool -I lanplus -H 192.168.1.23 -U root sol info Password: Info: SOL parameter 'Payload Channel (7)' not supported - defaulting to 0x0e Set in progress : set-complete Enabled : true Force Encryption : true Force Authentication : false Privilege Level : ADMINISTRATOR Character Accumulate Level (ms) : 50 Character Send Threshold : 255 Retry Count : 7 Retry Interval (ms) : 480 Volatile Bit Rate (kbps) : 115.2 Non-Volatile Bit Rate (kbps) : 115.2 Payload Channel : 14 (0x0e) Payload Port : 623 

如何让SOL在这种情况下工作?