Pascal Schirrmann wrote:
> Duncan Webb a écrit :
>> I've just committed a new version of the vg helper. This version should 
>> use two methods to group the video devices together.
>>
>> This version also runs under just python, at the bottom are some 
>> examples. You may need to change the permission of the uevent file in 
>> the sysfs directories.
>>
>> I am really interested in how to detect DVB and how this works with the 
>> DVB interfaces.
>>
>> Thanks
>> Duncan
>>
>> # python src/helpers/vg.py
>>   
> Hi Duncan,
> 
> This version doesn't star at all on one of my Mandriva system (the other 
> is set on my work laptop, witch is at work !)
> 
> stating python src/helpers/vg.py or freevo vg give the same answer :
> $ freevo vg
> Cannot find mounted sysfs

Seems reasonable as sysfs is not mounted. It does seem a bit odd that 
sysfs has not been mounted. As this is a kernel-user interface. A manual 
mount should sort this out.
# mkdir /tmp/sysfs
# mount -t sysfs none /tmp/sysfs

> Here is the result of a 'mount' (remember, Mandriva 2008.0, with kernel 
> 2.6.23.14-tmb-desktop-1mdv)
> 
>  mount
> /dev/hda5 on / type ext3 (rw,relatime)
> none on /proc type proc (rw)
> /dev/hda7 on /home type ext3 (rw,relatime)
> /dev/hdb1 on /home2 type ext3 (rw,relatime)
> /dev/hda1 on /mnt/windows type vfat (rw,umask=0022,iocharset=utf8)
> none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
> sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
> nfsd on /proc/fs/nfsd type nfsd (rw)
> 
> I'll check tomorow to see if the other system answer is the same.

Thanks
Duncan

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to