Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
DVB device nodes lost
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Mon Jan 08, 2018 8:46 pm    Post subject: DVB device nodes lost Reply with quote

Code:
ls -l /dev/dvb/adapter5/
total 0
crw-rw---- 1 root video 212, 21 Dec 25 20:42 demux0
crw-rw---- 1 root video 212, 22 Dec 25 20:42 dvr0
crw-rw---- 1 root video 212, 20 Dec 25 20:42 frontend0
crw-rw---- 1 root video 212, 23 Dec 25 20:42 net0

Suddenly there is only one frontend. I think there was two before, frontend0 and frontend1. Not sure when/how the other one got lost. There have been kernel upgrades. More than one. Some upgrade went haywire? All 6 adapters have only one frontend now. Not that I need them desperately, but still ...
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Mon Jan 08, 2018 8:59 pm    Post subject: Reply with quote

Which card?
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Mon Jan 08, 2018 9:05 pm    Post subject: Reply with quote

There are two (the first one is a dual device). Hauppauge 1609 and 2250.
Code:
04:00.0 Multimedia video controller: Conexant Systems, Inc. CX23887/8 PCIe Broadcast Audio and Video Decoder with 3D Comb (rev 04)
05:00.0 Multimedia video controller: Conexant Systems, Inc. CX23887/8 PCIe Broadcast Audio and Video Decoder with 3D Comb (rev 04)
07:00.0 Multimedia controller: Philips Semiconductors SAA7164 (rev 81)

_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Mon Jan 08, 2018 10:12 pm    Post subject: Reply with quote

I've got a quad around somewhere (I misplaced it). I'll hunt for it again and see what it does in my 4.14 kernels.

I had a 2250 a fewyears ago but returned it because I couldn't get it to work in Linux.
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Mon Jan 08, 2018 10:35 pm    Post subject: Reply with quote

I wonder why you couldn't get it working. It has been working for me for many years, never had any issues. Used to watch analog cable, now I use it for digital broadcast.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Thu Jan 11, 2018 12:14 am    Post subject: Reply with quote

I can't find the quad. I'm p.o. ed because I bought it last June for $97 and never used it. I think my wife put in a "safe place" like a black hole.
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Thu Jan 11, 2018 1:52 pm    Post subject: Reply with quote

Good news! After an extended search this morning, She Who Must Be Obeyed asked what I was looking for and then found it immediately. (Yeah! It belongs in a filing cabinet with the furnace papers. Of course!). I'll be installing it later today and will test with a variety of kernels. I have the latest 4.4,4.9. and 4.14 ready in the boot menu.
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Thu Jan 11, 2018 9:24 pm    Post subject: Reply with quote

Code:
CASTI /home/tony # uname -a
Linux CASTI 4.14.12-gentoo #1 SMP PREEMPT Sat Jan 6 12:54:28 CST 2018 x86_64 AMD Phenom(tm) II X6 1090T Processor AuthenticAMD GNU/Linux
CASTI /home/tony # ls /dev/dvb
adapter0  adapter1  adapter2  adapter3  adapter4
 # ls -l /dev/dvb/*
/dev/dvb/adapter0:
total 0
crw-rw---- 1 root video 212, 4 Jan 11 15:17 demux0
crw-rw---- 1 root video 212, 5 Jan 11 15:17 dvr0
crw-rw---- 1 root video 212, 3 Jan 11 15:17 frontend0

/dev/dvb/adapter1:
total 0
crw-rw---- 1 root video 212, 68 Jan 11 15:17 demux0
crw-rw---- 1 root video 212, 69 Jan 11 15:17 dvr0
crw-rw---- 1 root video 212, 67 Jan 11 15:17 frontend0

/dev/dvb/adapter2:
total 0
crw-rw---- 1 root video 212, 132 Jan 11 15:17 demux0
crw-rw---- 1 root video 212, 133 Jan 11 15:17 dvr0
crw-rw---- 1 root video 212, 131 Jan 11 15:17 frontend0

/dev/dvb/adapter3:
total 0
crw-rw---- 1 root video 212, 196 Jan 11 15:17 demux0
crw-rw---- 1 root video 212, 197 Jan 11 15:17 dvr0
crw-rw---- 1 root video 212, 195 Jan 11 15:17 frontend0

/dev/dvb/adapter4:
total 0
crw-rw---- 1 root video 212, 260 Jan 11 15:18 demux0
crw-rw---- 1 root video 212, 261 Jan 11 15:18 dvr0
crw-rw---- 1 root video 212, 259 Jan 11 15:18 frontend0

That's one HVR-1600 and one quad-TV. Looks like thay all take the same driver?

Will reboot and edit with the other two kernels.
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Thu Jan 11, 2018 9:29 pm    Post subject: Reply with quote

Code:
 # uname -a
Linux CASTI 4.9.66-gentoo #1 SMP PREEMPT Sat Dec 9 10:52:17 CST 2017 x86_64 AMD Phenom(tm) II X6 1090T Processor AuthenticAMD GNU/Linux
CASTI /home/tony # ls -l /dev/dvb/*
total 0
crw-rw---- 1 root video 212, 4 Jan 11 15:26 demux0
crw-rw---- 1 root video 212, 5 Jan 11 15:26 dvr0
crw-rw---- 1 root video 212, 3 Jan 11 15:26 frontend0
Looks like 4.9.66 is not seeing the quad.
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Thu Jan 11, 2018 9:32 pm    Post subject: Reply with quote

Code:
 # uname -a
Linux CASTI 4.4.103-gentoo #1 SMP PREEMPT Sat Dec 9 13:22:33 CST 2017 x86_64 AMD Phenom(tm) II X6 1090T Processor AuthenticAMD GNU/Linux
CASTI /home/tony # ls -l /dev/dvb/*
total 0
crw-rw---- 1 root video 212, 4 Jan 11 15:31 demux0
crw-rw---- 1 root video 212, 5 Jan 11 15:31 dvr0
crw-rw---- 1 root video 212, 3 Jan 11 15:31 frontend0
Likewise 4.4.103
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum