Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: How to start using dvb-apps



I think you can use following kind of idea for allowing other users to connect to adapter 0.
Lets say you have user called "joe" and "fred" and you want to allow both of them to access DVD adapter.
Then you can create user group "dvbusers" and put both "joe" and "fred" to that group.

After that you can simply do following commands for allowing them to access dvb adapter0:
cd /dev/dvb/adapter0
chown -R joe:dvbusers *

Mika


and I can use the ./szap to get the channel (as the README file show) and mplayer -< /dev/dvb/adapter0/dvr0 to view
This works fine (I get both picture and sound), but I must be root user to do it. It is only root that can access the adapter0.
Can the windows version of mplayer be used to access the adapter0 or are there other way to do this that may be easier?
Are there any FAQ list for this (I have not found it)? Should I stay with mplayer or is there other program that is easy to setup? Any sugestion?

rgds Kjell

At 18:30 10.05.2004 +0200, tilsch wrote:

Hi,

first you have to know the chips on your card..

There are always two ;-)

Then load the modules for your chips with modprobe

# modprobe your_module1
# modprobe your_module2





--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index