View previous topic :: View next topic |
Author |
Message |
crevette Guru


Joined: 21 May 2002 Posts: 543 Location: Chrooted in Nice, France
|
Posted: Tue Jun 04, 2002 12:12 pm Post subject: How to create a node in devfs for my TV card |
|
|
I would like to create a node for my bttv card.
I don't know a lot of things in devfs. so How can I do???? _________________ http://www.mille-mathias.info |
|
Back to top |
|
 |
pavera Tux's lil' helper

Joined: 27 May 2002 Posts: 84
|
Posted: Tue Jun 04, 2002 1:51 pm Post subject: |
|
|
is the driver for the card compiled into the kernel?
I don't know if this is true, but most of the things in /dev on my computer just appear when I have the kernel compiled right... |
|
Back to top |
|
 |
crevette Guru


Joined: 21 May 2002 Posts: 543 Location: Chrooted in Nice, France
|
Posted: Tue Jun 04, 2002 3:00 pm Post subject: bttv in devfs |
|
|
No I Have compiled it in modules.
So That's Why I need help. _________________ http://www.mille-mathias.info |
|
Back to top |
|
 |
tomte Tux's lil' helper

Joined: 08 May 2002 Posts: 122
|
Posted: Tue Jun 04, 2002 8:22 pm Post subject: |
|
|
do you have
in your modules.autoload?
that should do anything necessary
regards,
tom |
|
Back to top |
|
 |
Predator n00b


Joined: 04 Jun 2002 Posts: 9 Location: Leipzig
|
Posted: Tue Jun 11, 2002 4:18 pm Post subject: |
|
|
just adding "bttv" in modules.autoload won't work
xawtv and other say
cannot open : /dev/v4l/video0 : no such device
no video grabber available
i didn't find any solution yet
CU Joni |
|
Back to top |
|
 |
shadowvcd n00b

Joined: 22 Apr 2002 Posts: 27
|
Posted: Tue Jun 11, 2002 4:44 pm Post subject: |
|
|
I had similar problem with my old ati all in wonder card after an emerge -u world. It was working before, then after update world which installed a new xfree, xawtv gave me the same error message.
I just reemerged xawtv and it worked. Maybe you need to recompile the xawtv with the new xfree. |
|
Back to top |
|
 |
PaperCrane n00b

Joined: 11 Apr 2002 Posts: 25 Location: Nova Scotia
|
Posted: Tue Jun 11, 2002 6:37 pm Post subject: |
|
|
When you modprobe bttv it should make that device automatically. I'm using a bttv card right now, and don't have any troubles with it. Perhaps it's making the node somewhere else. Try stopping devfsd and then running it in debug mode, then on another console modprobe bttv and devfsd should tell you what node it creates. Then just link that device to /dev/v4l/video0 |
|
Back to top |
|
 |
|