After installing Ubuntu 8.10 on my Sony laptop (VGN-AR51E) this is a list of some of the configurations I’ve made:
Fixes
- The web-cam (MotionEye – Ricoh USB r5u870) doesn’t work, I think the driver isn’t in the kernel for Ubuntu 8.10. In fact, /dev/video0 is completely missing (see bug 255678). This is how to fix:
- lsusb gives:
05ca:1839 Ricoh Co., Ltd - Download the latest driver:
svn co http://svn.mediati.org/svn/r5u870/trunk r5u870( see http://wiki.mediati.org/b/2008/01/r5u870/ for more info) - Do the following:
cd r5u870 sudo apt-get install build-essential subversion make make install Reboot the machine sudo chmod 777 /dev/video0
- Test with
gstreamer-propertiesorxawtvorskype - Cheese still doesn’t work but nevermind.
Configurations
- To get DVD playback working: Install the Xine movie player:
sudo apt-get install xine-ui - To get youtube working: Go to www.youtube.com, click to play a video and then click on the link to install Flash. Adobe provide a deb file that works fine – just make sure you don’t miss the Firefox “Allow this software to install” notification. Also, sometimes I have restart to see flash work (but other times it worked without a restart?)
- Install essential Firefox Add-ons:
- Install the British English Dictionary extension and restart Firefox. Once restarted, right- click inside a text field and choose English / British under the Language settings.
- Install LastTab (I can’t understand why pressing Ctrl+Tab doesn’t default to your last tab in the base installation of Firefox?)
- Edit
/etc/hostsand add the names of the other machines on our network - Set up the printer:
- Turn the printer on.
- Click System->Administration->Printing. There should be 4 Devices, one being “HP Photosmart 3200 series 192.168.0.5″.
- Select “HP” in the “Select printer from database”, Then “Photosmart 3200″.
- The printer should now work.
- Remove the Windows recovery partition from the Grub Boot screen (because confusingly, it has the same name as the real Windows partition and I kept booting into the recover partition instead of the rubbish but game-playing-enabled OS I expected.
sudo gedit /boot/grub/menu.lst. Then comment out the first occurrence of Windows which is at the end of the file.- I like to press “super+d” to see my desktop (i.e. minimise all). To map this keyboard shortcut: System -> Preferences -> Keyboard Shortcuts. Under “Windows Management” section, click the “Hide all windows and focus desktop” and the press “Super+d”.
Still not working:
- Three of the Sony Custom keyboard buttons: DVD eject button and 2 user programmable buttons. None of the methods described in https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch work.
- The Headphones socket.
- The card reader works for SD cards but not “Memory Stick Pro” cards (which is unsurprising since it is a Sony proprietary technology).