[Bug 120434] Re: [needs-packaging] Ricoh R5U87x Webcam userland tools

2010-04-10 Thread Alexander Hixon
Yeah, sounds like the module isn't getting inserted into the kernel again, which is, well, very odd by itself, heh. However, the loader reports an error if it gets a non-zero return code when it reloads uvcvideo, so if it failed or didn't exist it would bail. We shall soon see, I guess.

[Bug 120434] Re: [needs-packaging] Ricoh R5U87x Webcam userland tools

2010-04-09 Thread Alexander Hixon
Commited to head. If you can give that a go and report back (either here or open a bug on the bitbucket repository and set me as the owner/assigned), that'd be great! You'll need to check out r5u87x out from the repository and build it (a good 6 steps, check out the Ubuntu quickstart at

[Bug 120434] Re: [needs-packaging] Ricoh R5U87x Webcam userland tools

2010-04-08 Thread Alexander Hixon
Pretty sure the issue you're seeing is because of a udev attribute we use to detect the camera has now been depreciated, so it doesn't check it at boot anymore. David Jurenka sent me a patch a while back, but I had an enormous inbox at the time and forgot to look at it properly (sorry David!).

[Bug 120434] Re: [needs-packaging] Ricoh R5U87x Webcam userland tools

2009-12-08 Thread Alexander Hixon
Hi Micheal, Nice work with the packaging! :) Some comments: sudo r5u87x-loader reboot cheese Rebooting is not necessary. If you read README, you will note that it's suggested you run it as r5u87x-loader --reload instead. I should probably also note two other things: r5u87x has already

[Bug 120434] Re: [needs-packaging] Ricoh R5U87x Webcam userland tools

2008-12-24 Thread Alexander Hixon
@wvengen: Awesome! Works as advertised! However, please change the system firmware path in config.h rather than in loader.c (just change UCODEDIR as appropriate). Also, you don't need #include loader.h again; it's already included in the file (otherwise you end up including it twice). Make sure

[Bug 120434] Re: [needs-packaging] Ricoh R5U870 Webcam Driver

2008-12-14 Thread Alexander Hixon
** This bug is no longer a duplicate of bug 219252 [Hardy] webcam stopped working after last kernel update -- [needs-packaging] Ricoh R5U870 Webcam Driver https://bugs.launchpad.net/bugs/120434 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 120434] Re: [needs-packaging] Ricoh R5U870 Webcam Driver

2008-12-14 Thread Alexander Hixon
wvengen: do you think you could pastebin the udev script you're using? -- [needs-packaging] Ricoh R5U870 Webcam Driver https://bugs.launchpad.net/bugs/120434 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 120434] Re: [needs-packaging] Ricoh R5U870 Webcam Driver

2008-11-24 Thread Alexander Hixon
If somebody would like to package up the loader tool and integrate that, I think that'd be ideal. The only thing that would need to be done apart from packaging is to create a udev rule that runs the loader (and possibly tells uvcvideo to reload; or, even better, gets the USB device to

[Bug 120434] Re: [needs-packaging] Ricoh R5U870 Webcam Driver

2008-07-19 Thread Alexander Hixon
Brian, the code already supports packaging both the firmware and the actual kernel module separately, provided the firmware ends up in the correct path (generally /lib/firmware) since we're using request_firmware(). Note that it'll just error when loading the module saying the firmware isn't