SV: [Freevo-users] still no sound on recording, almost ready to t hrow in towel ...

2004-04-30 Thread Peter Svensson
Mary, maybe someone already mentioned this, or it might not be applicable. However, I also had a problem with no sound from tv, and noticed after a while that the sound channels where forced to zero. I then used this script in the beginning of my /usr/bin/freevo script; -- aumix -m+70 xmodmap

Re: [Freevo-users] Re: usb mass storage help please [attn Dischi] FIXED !!!

2004-04-30 Thread Robert Winder
Hi, Duh, a search through /proc/bus/usb/devices revealed the culprit. Found the problem in misc.py line 300 if line.lower().find('mass storage') != -1: should be if line.lower().find('storage') != -1: Probably kernel 2.4 and 2.6 usb/mass storage module naming is different. A find for

Re: [Freevo-users] Re: usb mass storage help please [attn Dischi] FIXED !!!

2004-04-30 Thread Robert Winder
Hi, oohps half way there, device shows up in menu but doesn't get mounted automaticly. Gonna look a bit further into it. /Robert Friday, April 30, 2004, 11:05:21 AM, Robert wrote: Hi, Duh, a search through /proc/bus/usb/devices revealed the culprit. Found the problem in misc.py line

Re: [Freevo-users] still no sound on recording, almost ready to throw in towel ...

2004-04-30 Thread Joe Piche
I was having a similar problem. I loaded aumix in xwindows, and moved the record marker (red dot) around on the channels until i found the one that mencoder liked. - Original Message - From: Mary Strimel [EMAIL PROTECTED] To: freevo mailing list post [EMAIL PROTECTED] Sent: Thursday,

Re: [Freevo-users] Re: usb mass storage help please [attn Dischi] NOT FIXED !!!

2004-04-30 Thread Robert Winder
I give up. It has something to do with the vfs implementation. But where it goes wrong excactly i really can't tell. But what i said earlier if line.lower().find('mass storage') != -1: should be if line.lower().find('storage') != -1: in misc.py still stands. Device shows up in menu but