saa7134 >8 channels
-
- Posts: 3
- Joined: Wed Sep 16, 2009 9:17 am
Re: problem solved
sir I have same problem. I have 2 saa7134 cards with 8 inputs in each card. I can see onley video0 to video7. Do not have enough knowledge to compile kernel. I have downloaded saadriver from
http://dl.bytesex.org/releases/video4l ... 12.tar.gz
I have unzipped tgz file and found saa7134.h file and have added following lines as guided.
#define SAA7134_MAXBOARDS 8
#define SAA7134_INPUT_MAX 8
but failed to recompile kernel. I am on Ubuntu 8.10 please help in easy steps.
Thanks
I have unzipped tgz file and found saa7134.h file and have added following lines as guided.
#define SAA7134_MAXBOARDS 8
#define SAA7134_INPUT_MAX 8
but failed to recompile kernel. I am on Ubuntu 8.10 please help in easy steps.
Thanks
liviud wrote:For saa7134 chipset this problem can be solved in few steps
1. download kernel sources
2. edit drivers/media/video/saa7134/saa7134.h , search for
#define SAA7134_MAXBOARDS 8
#define SAA7134_INPUT_MAX 8
and change values in what you need
3. compile
4. reboot and play
i hoppe this will help
-
- Posts: 3
- Joined: Wed Sep 16, 2009 9:17 am
Re: problem solved
Sir, I have same problem. I have 2 saa7134 cards with 8 inputs in each card. I can see onley video0 to video7. Do not have enough knowledge to compile kernel. I have downloaded saadriver from
http://dl.bytesex.org/releases/video4 ... 12.tar.gz
I have unzipped tgz file and found saa7134.h file and have added following lines as guided.
#define SAA7134_MAXBOARDS 8
#define SAA7134_INPUT_MAX 8
but failed to recompile kernel. I am on Ubuntu 8.10 please help in easy steps.
Thanks
I have unzipped tgz file and found saa7134.h file and have added following lines as guided.
#define SAA7134_MAXBOARDS 8
#define SAA7134_INPUT_MAX 8
but failed to recompile kernel. I am on Ubuntu 8.10 please help in easy steps.
Thanks
liviud wrote:For saa7134 chipset this problem can be solved in few steps
1. download kernel sources
2. edit drivers/media/video/saa7134/saa7134.h , search for
#define SAA7134_MAXBOARDS 8
#define SAA7134_INPUT_MAX 8
and change values in what you need
3. compile
4. reboot and play
i hoppe this will help