pilebones / go-udev

Simple udev implementation in Golang
GNU General Public License v3.0
95 stars 28 forks source link

Monitor mode not working on mips architecture #24

Open umarbhatti1 opened 2 years ago

umarbhatti1 commented 2 years ago

Kernel version 4.14.81 mips GNU/Linux Openwrt monitor does not detect any device

pilebones commented 2 years ago

Ok, I will take a look in few days, ty for this issue.

pilebones commented 2 years ago

Hello @umarbhatti1,

Does info mode working on mips architecture from your side ?

I create a basic script to test go-udev -info on mips64 using docker and it works, see: https://github.com/pilebones/go-udev/pull/25/files

I will take a look for monitor mode soon because the mechanism is different and maybe an endianess issue according to kernel message.

umarbhatti1 commented 2 years ago

@pilebones yes info mode is working

pilebones commented 2 years ago

@umarbhatti1 I don't forget you and I'm currently working on the docker stack to fix this issue too in #29. But at this time -monitormode is not yet functional in a docker context.