Ubuntu 7.10 "Gutsy Gibbon"-related topic.

  male
shaka | 23 Oct 2007 - 6:09pm

I recently had Ubuntu installed on my new Sony Vaio FZ18M. I expected it to be 7.04 Feisty Fawn, but the dude decided to make me a surprise, let's say so. And now I'm unfortunately having a few problems, mostly with drivers.

I installed the most recent nVidia Linux x86 Display Drivers, Version: 100.14.19, and everything went fine, or so I thought. Since I installed them, I've encountered a couple of issues.

-The "Close," "Maximize," "Minimize" and "Send to tray" icons in the bar of whatever application disappeared, and now I have to right-click on them and close them from the lower panel. I'm not sure whether this is actually related to the nVidia drivers, but that's the first thing that came into my mind.

-A bit more problematic than the previous annoying, but harmless, issue, is the fact that I can no longer access the shell terminal from GNOME. If I try to do that, a white, blank window, the size of the usual shell terminal, pops up but I can't do anything with it. If I need to go command-line, I have to press Ctrl + Alt + F1.

I tried to check readme files and faqs on the nVidia website, but I couldn't find anything like that. Help, please? Very happy

Oh, yeah, BTW...I can't find anywhere online the drivers for the Ricoh built-in webcam. The name of the package should be r5u870-0.10.0.tgz, but all the links to that seem to point to a dead website. Does anyone have them or managed to otherwise get the webcam to work under Ubuntu?

__________________________

How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter? --Woody Allen


maleedbrazil | 23 October 2007 - 6:21pm

Copy ur /etc/X11/xorg.conf to a safe place and then replace it by the xorg.conf.backup and check if after that the GNOME works with no error. If everything goes ok than it's a problem with the installation of the nvidia driver, try to google it Smile. And if after that the problem continues just copy the xorg.conf to /etc/X11

maletoad2813 | 25 October 2007 - 8:45pm

I'm just a linux beginner. Smile Maybe this page could give you some more informations:"Configuring your webcam to work under Linux",
Url: http://www.linux.com/feature/118896

There is something written about the Ricoh builtin R5U870.
My opinion: Maybe you have to built the function in the kernel or built it as a loadable module which you could load with modprobe manually (or at the boot over entry in /etc/modules.conf).

maleshaka | 30 October 2007 - 10:35pm

Today at last, after a whole week, I had the time to work a bit more on it. I reinstalled the nVidia drivers and everything seems to be fine now. I also took the chance to install the mp3 support, which had always caused me no little deal of pain in my previous Linux experiences. Everything went fine this time, instead. Ubuntu definitely rocks.

However, the damn motion eye is still refusing to work. I've installed the drivers, but to no avail. aMSN won't detect it, nor will camorama or Xawtv. I found on a few forums some mentions of a patch for the r5u870_0.10.0-4 drivers that some people used to get their Ricoh to work on the Vaio of the FZ series, but quite frankly I have no idea of how to patch a driver. Does anyone know?

Btw, I've noticed that the screensavers won't work and that the screen will simply go black after the selected inactivity span. Any ideas? Not that I really mind the black screen, I'm just wondering.


__________________________

How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter? --Woody Allen

maleqrwteyrutiyoup | 31 October 2007 - 6:20pm

Quote:
However, the damn motion eye is still refusing to work. I've installed the drivers, but to no avail. aMSN won't detect it, nor will camorama or Xawtv. I found on a few forums some mentions of a patch for the r5u870_0.10.0-4 drivers that some people used to get their Ricoh to work on the Vaio of the FZ series, but quite frankly I have no idea of how to patch a driver. Does anyone know?

To patch a driver you will basically need the source code of the driver and the patch itself. You patch the source code with the command "patch" (try "man patch" to some info on how to use it) and then you compile the new patched source. Compiling/patching is mostly for advanced users, though. I'd suggest you to find some already made package with the driver compiled for your distro. I did a little research for you and ended up here: http://download.tuxfamily.org/arakhne/pool/ricoh-webcam-r5u870/
Check if any of the .deb files are suitable for you and good luck.

maleqrwteyrutiyoup | 5 December 2007 - 8:41pm

just wondering if you got the webcam working.

maleshaka | 5 December 2007 - 10:18pm

qrwteyrutiyoup wrote:
just wondering if you got the webcam working.

Not yet, unfortunately. I've tried everything and now I just don't have the time anymore, with university and stuff Sad I guess that will have to wait a bit.


__________________________

How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter? --Woody Allen

maleqrwteyrutiyoup | 5 December 2007 - 11:18pm

shaka wrote:
qrwteyrutiyoup wrote:
just wondering if you got the webcam working.

Not yet, unfortunately. I've tried everything and now I just don't have the time anymore, with university and stuff Sad I guess that will have to wait a bit.

ah, I understand. don't give up too easily, though. you have been fighting against it for just something more than a month Razz
anyway, I recently got a laptop and it looks like it has that same webcam (I barely had time to use it properly). I'll let you know if I have any luck in the process of trying to make it work.

maleqrwteyrutiyoup | 8 December 2007 - 7:22pm

I got my webcam working, but I found out it's not based on ricoh's chip, so I had to try a different driver.
I'm not a ubuntu user, but since I had a 7.10 version around I decided to check it out and build the driver for you.
Here is it http://www.larces.uece.br/~sergio/archives/fz18m-r5u870-u710.tar.gz
I don't know how to build a .deb package and I'm not really interested in learning how to do so, then I just got the files and created a tarball.
Some instructions for you to install it:

--------------------------------------------------------------

Untar the file
$ tar zxvf fz18m-r5u870-u710.tar.gz

- INSTALLING
============

1. Copy the module somewhere into your kernel modules tree:
# cp r5u870.ko /lib/modules/2.6.22-14-generic/kernel/drivers/misc
# depmod -a

2. Copy the microcode to the firmware directory:
# cp r5u870_1837.fw /lib/firmware/2.6.22-14-generic

- LOADING THE DRIVER
====================

Once you have installed the driver, you can load it:

# modprobe r5u870

--------------------------------------------------------------

Again, I couldn't test it, since my webcam is different from yours, but I applied that little patch you mentioned before and it was reported to work, from a few user on the ubuntu forum. Hopefully it's gonna work for you as well. Try it with the new skype beta. It supports video now and should work for you (as it did for me).
Good luck.

maleshaka | 9 December 2007 - 12:37pm

Thank you ^^ I foresee I'm going to have yet another deadly week, but I trust I'll have the time to test it next weekend Smile I'll let you know how it goes.


__________________________

How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter? --Woody Allen

maleshaka | 20 December 2007 - 4:18pm

Tried it, but it's still refusing to work...This time I've really tried everything :S


__________________________

How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter? --Woody Allen

maleqrwteyrutiyoup | 25 December 2007 - 4:44am

shaka wrote:
Tried it, but it's still refusing to work...This time I've really tried everything :S

sorry to hear that. I fear I can't help anymore. if I at least had that same cam to test...
good luck, anyway. one day you might get it working heh

maleshaka | 30 January 2008 - 2:20pm

Let's say I'm in the computer lab of my university, and that I connect my Linux laptop to the local server in order to surf the internet. If I wanted to use the LAN printer too, but if the configuration tool failed to automatically see it, I would theoretically need the printer's IP in order to use it, right? Is there a way to find it or do I just have to ask the technician here?


__________________________

How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter? --Woody Allen

maleqrwteyrutiyoup | 30 January 2008 - 11:44pm

shaka wrote:
Let's say I'm in the computer lab of my university, and that I connect my Linux laptop to the local server in order to surf the internet. If I wanted to use the LAN printer too, but if the configuration tool failed to automatically see it, I would theoretically need the printer's IP in order to use it, right? Is there a way to find it or do I just have to ask the technician here?

hmm.. what do you see when you type the command "smbtree" in a console? (as root)

maleshaka | 6 February 2008 - 9:13am

Sorry, haven't been to university for a few days so I had no access to the local network. Here's the output anyway:

MSHOME
\\FABIO-LAPTOP fabio-laptop server (Samba, Ubuntu)
\\FABIO-LAPTOP\IPC$ IPC Service (fabio-laptop server (Samba, Ubuntu))
\\FABIO-LAPTOP\print$ Printer Drivers


__________________________

How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter? --Woody Allen

maleshaka | 22 March 2008 - 7:49pm

Here comes that terribly annoying question I still haven't found an answer to: GNOME or KDE? Very happy Which one do you use, which one do you prefer and why? Just a little survey. I'm a curious person Razz Has anyone had a chance to try KDE4 yet?


__________________________

How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter? --Woody Allen

maleqrwteyrutiyoup | 25 March 2008 - 2:00am

shaka wrote:
Here comes that terribly annoying question I still haven't found an answer to: GNOME or KDE? Very happy Which one do you use, which one do you prefer and why? Just a little survey. I'm a curious person Razz Has anyone had a chance to try KDE4 yet?

gnome or kde?
hmm.. none of those. xfce is my fave window manager. if there were only the two options you put, though, I would surely stay with gnome. It was more attractive by the time I used it (a few years ago) than kde was. the features I was interested at by that time were better implemented by gnome. and in general I prefer things written in gtk (gnome, xfce) than qt (kde). havent tried kde 4, though. the screenshots look interesting.

just a note.. please create separate topics to ask different questions. it would be easier to find the topic, then, and more people interested on that specific subject would be able to see it.

maleshaka | 25 March 2008 - 6:23pm

You're right, I'm sorry Razz to go back on topic, I finally managed to get the damn webcam to work ^^ I think the module somehow refused to load at boot, although I'm not sure why. I simply reinstalled - yet again - the drivers and added again the r5u870 line to /etc/modules and it suddenly started to work...go figure.


__________________________

How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter? --Woody Allen