[Bug 484603] Re: Lock Screen doesn't work

2009-12-02 Thread deChrLam
confirmation on Medion Akoya e1210 using Karmic UNR

-- 
Lock Screen doesn't work
https://bugs.launchpad.net/bugs/484603
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435352] Re: regression: uvcvideo module makes "cannot reset port" error on usb with bison webcam (5986:0203): USB and suspend fails

2009-11-16 Thread deChrLam

udelay(500) - works, if my method is correct
applied the patch, then adjusted the dealy to 500
r...@ubunut-unr:/dl/development/kernel/karmic/source# skipabi=true 
skipmodule=true fakeroot debian/rules binary-core2
few minutes later finished

skipabi=true skipmodule=true fakeroot debian/rules binary-indep
few miuntes finished

dpkg -i linux-headers-2.6.31-14-core2_2.6.31-14.48_i386.deb linux-
headers-2.6.31-14_2.6.31-14.48_all.deb linux-
image-2.6.31-14-core2_2.6.31-14.48_i386.deb

boot and select the new kernel in grub

trying 250 now

-- 
regression: uvcvideo module makes "cannot reset port" error on usb with bison 
webcam (5986:0203): USB and suspend fails
https://bugs.launchpad.net/bugs/435352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435352] Re: regression: uvcvideo module makes "cannot reset port" error on usb with bison webcam (5986:0203): USB and suspend fails

2009-11-16 Thread deChrLam
I must report that my method was flawed.  Any number I put in for udelay
was working  5, 250, 350. The only udelay that I can confirm as working
is the 2000 one.

I must have an error somewhere.  Maybe I should have deleted the files in the 
karmic folder first. I will try the long way for 400, deleting the files in the 
karmic folder and doing this before compiling:
fakeroot debian/rules clean

-- 
regression: uvcvideo module makes "cannot reset port" error on usb with bison 
webcam (5986:0203): USB and suspend fails
https://bugs.launchpad.net/bugs/435352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435352] Re: regression: uvcvideo module makes "cannot reset port" error on usb with bison webcam (5986:0203): USB and suspend fails

2010-02-07 Thread deChrLam
My goodness, why can they bloody well include the fix in the new
kernels.  We all thought that it would be in .16, but now we are at .19
and still no fix.

FIX IT ! It is long overdue.  And no, I don't feel like building my
own kernel to fix it myself, just to have a .20 or .21 update with the
old bug in it and my cam not working after updating.

-- 
regression: uvcvideo module makes "cannot reset port" error on usb with bison 
webcam (5986:0203): USB and suspend fails
https://bugs.launchpad.net/bugs/435352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435352] Re: regression: uvcvideo module makes "cannot reset port" error on usb with bison webcam (5986:0203): USB and suspend fails

2009-11-15 Thread deChrLam
@Stephan Diestelhorst, Catscrash:  I have a clone Medion Akoya Mini
E1210 with the same problems.  Doing the kernel now and will report back
later

-- 
regression: uvcvideo module makes "cannot reset port" error on usb with bison 
webcam (5986:0203): USB and suspend fails
https://bugs.launchpad.net/bugs/435352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435352] Re: regression: uvcvideo module makes "cannot reset port" error on usb with bison webcam (5986:0203): USB and suspend fails

2009-11-15 Thread deChrLam
I compiled a new kernel using the same kernel version that comes with Karmic 
2.6.31-15.49 and the
very detailed instructions here:
http://blog.avirtualhome.com/2009/11/03/how-to-compile-a-kernel-for-ubuntu-karmic/

The camera works now and so do the USB ports.  Laptop is Medion Akoya
Mini E1210 - clone of MSI Wind U100.

Just before compiling I did this:
 In the section enable_periodic() on line 460 of this file 
/dl/development/kernel/karmic/source/drivers/usb/host/ehci-sched.c, I added 
udelay(2000);

Differences to the guide:
git checkout Ubuntu-2.6.31-15.49 -b core2
dpkg -i linux-headers-2.6.31-14-core2_2.6.31-14.48_i386.deb 
linux-headers-2.6.31-14_2.6.31-14.48_all.deb 
linux-image-2.6.31-14-core2_2.6.31-14.48_i386.deb
CONCURRENCY_LEVEL=2 skipabi=true skipmodule=true fakeroot debian/rules 
binary-core2 

[Bug 435352] Re: regression: uvcvideo module makes "cannot reset port" error on usb with bison webcam (5986:0203): USB and suspend fails

2009-11-15 Thread deChrLam
I compiled a new kernel using the same kernel version that comes with Karmic 
2.6.31-14.48
Sorry first line should read like above

-- 
regression: uvcvideo module makes "cannot reset port" error on usb with bison 
webcam (5986:0203): USB and suspend fails
https://bugs.launchpad.net/bugs/435352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435352] Re: regression: uvcvideo module makes "cannot reset port" error on usb with bison webcam (5986:0203): USB and suspend fails

2009-11-15 Thread deChrLam
Sorry guys, guess my brain is winding down for another working week.
git checkout Ubuntu-2.6.31-14.48 -b core2 is what I wanted to write in 
differences

-- 
regression: uvcvideo module makes "cannot reset port" error on usb with bison 
webcam (5986:0203): USB and suspend fails
https://bugs.launchpad.net/bugs/435352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435352] Re: regression: uvcvideo module makes "cannot reset port" error on usb with bison webcam (5986:0203): USB and suspend fails

2009-11-15 Thread deChrLam
@knuutsen
I did not really pay attention to the compile but I guess somewhere between 3 
and 4 hours

I read that if this command shows 2 processors then CONCURRENCY_LEVEL=2 is what 
one should use:
grep -c ^processor /proc/cpuinfo
Could be that I am wrong and my build took longer than normal.

I did not notice any flickering, I got this laptop on Thursday and
installed Ubuntu Netbook Remix 9.10 on it.  I had a terrible time
installing it, probably because the Camera was on during the USB stick
install.

So far I have booted a few times with and without memory stick in.  The
boot with memory stick in and camera on was a cold boot.  After you
install your new kernel press Shift during boot to pick your new kernel
from the grub menu

-- 
regression: uvcvideo module makes "cannot reset port" error on usb with bison 
webcam (5986:0203): USB and suspend fails
https://bugs.launchpad.net/bugs/435352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435352] Re: regression: uvcvideo module makes "cannot reset port" error on usb with bison webcam (5986:0203): USB and suspend fails

2009-11-15 Thread deChrLam
@knuutsen: yes that is right.  Good luck with compiling.

-- 
regression: uvcvideo module makes "cannot reset port" error on usb with bison 
webcam (5986:0203): USB and suspend fails
https://bugs.launchpad.net/bugs/435352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs