I just installed the Karmic netbook-remix on my Asus EEE 1000HA, and
indeed scrolling doesn't work at all. 'synclient -l' says that
'VertTwoFingerScroll = 0', but after running the command 'synclient
VertTwoFingerScroll=1' scrolling works perfectly. So all that is needed
is to make this change pe
Whoopie's patch, tested by installing tvtime from his ppa. (running
Karmic amd64 here, using a WinTV-HVR 950, which worked great in tvtime
except without sound) works perfectly for my setup. I was running
tvtime with a script like the following:
#!/bin/sh
tvtime &
sleep 1
sox -r 48000 -b 16 -c 2
This 'bug' is a direct result from
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/188552 sane
does not have udev rules in place to give the device proper permissions
when plugged in, resulting in the root:root ownership. If you put in a
proper udev rule this problem goes away.
--
s