astuff / ibeo_lux

ROS Driver for Ibeo LUX and LUX Fusion Sensors
MIT License
12 stars 8 forks source link

Error when initilizating network #11

Closed pedrobagatin closed 5 years ago

pedrobagatin commented 5 years ago

I get the following error when trying to connect to the IBEO LUX 4L:

[ WARN] [1552976276.733442993]: Ibeo LUX - Unable to connect to sensor at 192.168.0.1: -1 - Initialization of the network interface failed.

When using windows it worked by 192.168.0.1 address but somehow in ubuntu it doesn't work.

Configuration of the system is Ibeo -> Ethernet (HUB) -> Laptop

Ethernet(HUB) was changed to 192.168.0.2 Laptop ip is 192.168.0.3

Is there any software I should install to start the network communication?

JWhitleyWork commented 5 years ago

@pedrobagatin - Have you verified that your IP address in Ubuntu is correctly assigned to the right interface? The "initialization of the network interface failed" message indicates that this is a problem with your network interface in Ubuntu. Are you sure that the driver is loaded and working for your network card in Ubuntu? You can check on the list of interfaces and the IP addresses assigned to them with the command ifconfig on the terminal.

pedrobagatin commented 5 years ago

@pedrobagatin - Have you verified that your IP address in Ubuntu is correctly assigned to the right interface? The "initialization of the network interface failed" message indicates that this is a problem with your network interface in Ubuntu. Are you sure that the driver is loaded and working for your network card in Ubuntu? You can check on the list of interfaces and the IP addresses assigned to them with the command ifconfig on the terminal.

I fixed it, I think first time when trying to run I was using one network wi-fi and another network ethernet. Disabling wifi from the another network made it to work probably, thanks.