Sony Vaio PCG-C1MV
From Gentoo Linux Wiki
This article is still a Stub. You can help Gentoo-Wiki by expanding it.
| Laptops • TV Tuner Cards • Wireless • Servers • Storage • Other Hardware • Motherboards • Related |
Contents |
[edit] Installing
Installation is standard aside from a few options. The best method of installation is to use the Universal LiveCD CD-ROM. There is no built in ethernet, so you must use a PCMCIA card, but you can't use the CD-ROM at the same time. You have to install without networking. The installation has to be a Stage3 install because it can handle a networkless install.
[edit] Choosing the Right Installation Medium
[edit] Chosing The Right LiveCD
The Universal LiveCD is required because we are unable to use networking during the install. The Universal LiveCD installs a fully functional system whithout the internet. Once installed, networking will be setup and the system updated.
[edit] Booting
The only way to boot the CD is to use Sony's PCMCIA CD-ROM drive. Gentoo needs to be passed the location of the drive. Added it after your choice of kernel. The default 2.4 kernel with framebuffer support works just fine. It should look something like:
boot: gentoo ide2=0x180,0x386
with 2005.1 cd i had to use gentoo-nofb nodetect nocoldplug nousb ide2=0x180,0x386
with 2006.0 cd i had to use gentoo-nofb nodetect ide2=0x180,0x386
with 2006.1 cd use: gentoo-nofb nohotplug ide2=0x180,0x386
setting pnp to off in bios also seems to help
[edit] Configuring your Network
Networking is unavailable during the install, you may skip this section.
[edit] Preparing The Disks
Follow the Gentoo Handbook
[edit] Installing the Gentoo Installation Files
We will be extracting The Stage3 Tarball, The Portage Snapshot, and The Source Code from the CD-ROM
[edit] Alternative: Using a Stage from the LiveCD
Follow the guide and make sure that extract the Stage3 Tarball
stage3-<subarch>-2004.2.tar.bz2
You will want the i686 version
[edit] Installing a Portage Snapshot and Source Code from LiveCD
Extract the Portage Snapshot and copy the Source Code as told in the handbook
[edit] Configuring the Compile Options
[edit] Configuring
[edit] Kernel
[edit] Version 2.6.X
[edit] Modules
Make sure sonypi and meye are compiled as modules.
Add the following to /etc/modprobe.d/aliases
| File: /etc/modprobe.d/aliases |
alias char-major-81 videodev alias char-major-81-0 meye options meye gbuffers=32 alias char-major-10-250 sonypi options sonypi minor=250 camera=1 |
Afterwards run update-modules.
[edit] Version 2.4.X
[edit] Modules
[edit] Xorg
[edit] Specific Hardware
[edit] Motion Eye
Once the kernel is setup correctly, the media-video/motioneye package can be emerge to use the motioneye camera
# ACCEPT_KEYWORDS"~x86" emerge --ask --verbose media-video/motioneye
