Items with no label
3335 Discussions

no realsense device found: realsense D415 camera

IYada
Beginner
9,370 Views

Hi,

I recently brought a realsense D415 camera. I am using ubuntu 14.04 and installed ros-wrapper and realsense SDK from https://github.com/intel-ros/realsense/releases Releases · intel-ros/realsense · GitHub. All the installation works ok but when I launch the rs_camera.launch file I get error

[ERROR] [1523460413.786180365]: No RealSense devices were found! Terminating RealSense Node...

There is no light in the camera when I plug it in with the usb3.0 cable that came with the camera. the output of lsusb is:

indrajeet@indrajeet:~$ lsusb

Bus 002 Device 002: ID 8086:0a66 Intel Corp.

Bus 002 Device 007: ID 8086:0ad3 Intel Corp.

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Bus 001 Device 003: ID 0cf3:e360 Atheros Communications, Inc.

Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller

Bus 001 Device 019: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

the kernel version

indrajeet@indrajeet:~$ uname -a

Linux indrajeet 4.4.0-119-generic # 143~14.04.1-Ubuntu SMP Mon Apr 2 18:04:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Please let me know what I can do to solve this problem.

Thanks,

Indrajeet

0 Kudos
23 Replies
IYada
Beginner
635 Views

for:"EDIT: Oh, so you are failing at the Xenial instruction, so can't get that far?"

I hope I am not doing something stupid. the steps you said are listed under heading "make ubuntu up to date" I could do them. after that I fail at patch kernel module step. Even after failing I go ahead and complete all the steps.

 

0 Kudos
IYada
Beginner
635 Views

yes, exactly before this step.

0 Kudos
MartyG
Honored Contributor III
635 Views

The instructions are not as clear as they could be, so it's understandable if you missed something. I read them often and still check them several times every time I quote them.

Let's do a recap of the process.

1. Update Ubuntu distribution, including getting the latest stable kernel

sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade

As you have kernel 4.4, you should not need to use the longer instruction for 'stock Ubuntu 14 LTS systems', as it is intended for installations with kernels earlier than 4.4.

0 Kudos
Reply