This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox Hello linux - how to choose vido source /dev/vido1 not /dev/video0

  • 1 (رد واحد)
  • 2 have this problem
  • 1 view
  • آخر ردّ كتبه ivicakg

more options

My /dev/video0 is TV card, webcam is /dev/vido1. How do I make conversation to use /dev/vido1?

My /dev/video0 is TV card, webcam is /dev/vido1. How do I make conversation to use /dev/vido1?

Modified by ivicakg

All Replies (1)

more options

ivicakg said

My /dev/video0 is TV card, webcam is /dev/vido1. How do I make conversation to use /dev/vido1?

This is the solution I found (as root, or use sudo):

mv /dev/video0 /dev/video2 mv /dev/video1 /dev/video0

and optionally

mv /dev/video2 /dev/video1

Downside is that you have to do this after every reboot.