Displaying 2 results from an estimated 2 matches for "5aeb".
Did you mean:
5ab
2010 Jul 13
3
[Xen-API] XCP - ddk network
Hi,
I''ve installed XCP 0.5 and I''m following these steps:
http://xenbits.xen.org/xapi/install.html to install ddk VM. But I can''t get
network working.
I tried to create a vif under xenbr0 then assigned mannually a IP address
and to create a vif under xapi0. But in both cases I can ping only dom0 IP.
What am I doing wrong?
Thanks in advance.
--
Sergio Roberto
2017 Mar 11
2
[nut-upsuser] Copeland Engineering Dockmaster
...t; hidraw:
>
> 0000000 1180 59e1 ffff 01a3 1180 59e2 ffff 01a3
> 0000010 1180 5ae3 ffff 01a3 1180 5ae4 ffff 01a3
> 0000020 1180 5ae5 ffff 01a3 1180 5ae6 ffff 01a3
> 0000030 1180 5ae7 ffff 01a3 1180 5ae8 ffff 01a3
> 0000040 1180 5ae9 ffff 01a3 1180 5aea ffff 01a3
> 0000050 1180 5aeb ffff 01a3 1180 5aec ffff 01a3
I was trying to reconcile this with your earlier information from usbhid-dump, and it looks like hexdump is swapping bytes:
$ printf 12345678|hexdump
0000000 3231 3433 3635 3837
0000008
You can do one of the following to get the natural order, pl...