tbsdtv / linux_media

TBS linux open source drivers
https://github.com/tbsdtv/linux_media/wiki
Other
174 stars 80 forks source link

device /dev/dvb/adapter0/frontend0 failed (Device or resource busy) #121

Open ltspicer opened 6 years ago

ltspicer commented 6 years ago

After install and uninstall Kaffeine and xine the adapter is busy. $ ./hdmioptions -a 0 -n 0 -R opening device /dev/dvb/adapter0/frontend0 failed (Device or resource busy)

$ dmesg | grep frontend [ 7.553026] begin Attaching frontend [ 7.660062] end Attaching frontend [ 7.688072] TBSECP3 driver 0000:09:00.0: DVB: registering adapter 0 frontend 0 (TurboSight TBS 6301 HDMI Capture )...

How i can see, which program is attached with the adapter? My OS: Linux Mint 18.3 mate 64bit

Edit: Problem solved! apt-get autoremove

tbslucy commented 6 years ago

one of our customers said he has solved the problem by the following cmd:apt-get autoremove

Lucy Lu | Software Engineerlucy@tbsdtv.com | www.tbsdtv.com   TBS TechnologyTHE BEST SOLUTIONS FOR DIGITAL TV AND MORELive TV Streaming | IPTV Head-end | OEM & ODM Solution---------------------------------------------------------------------------------

 From: treki1Date: 2018-04-03 03:00To: tbsdtv/linux_mediaCC: SubscribedSubject: [tbsdtv/linux_media] device /dev/dvb/adapter0/frontend0 failed (Device or resource busy) (#121)After install and uninstall Kaffeine and xine the adapter is busy.

$ ./hdmioptions -a 0 -n 0 -R

opening device /dev/dvb/adapter0/frontend0 failed (Device or resource busy) $ dmesg | grep frontend

[ 7.553026] begin Attaching frontend

[ 7.660062] end Attaching frontend

[ 7.688072] TBSECP3 driver 0000:09:00.0: DVB: registering adapter 0 frontend 0 (TurboSight TBS 6301 HDMI Capture )... How i can see, which program is attached with the adapter?

My OS: Linux Mint 18.3 mate 64bit

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.