Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Pentium III/700, 128MB SDRAM, 20GB hard drive, 10.4-inch XGA screen, 8MB Savage IX graphics. Wight aprox 2.9 pounds. Battery lasts 3+ hours with SpeedStep in low-power mode (550MHz, screen brightness turned down). Comes with 1 USB, 1 IEEE1394, MemoryStick slot, external monitor slot (need special cable), 1 PCMCIA, 1 modem, jog-dial. No floppy, CD/DVD, Parallel, serial, svideo, ps/2. Ships with Windows ME and alot of multimedia tools.
I installed Debian GNU Linux on it. Works like a charm :)
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 9
Kernel (uname -r):
2.6.3
Distribution:
Debian GNU Linux
This is often referred to as a subnotebook/mini-laptop because of it's small size. It is stripped down, meaning it has no internal floppy or CD-ROM drives. And since it is originally shipped with Windows ME pre-installed it is abit tricky to get Linux onto it.
If you have a bootable USB (external) CD-ROM drive, or USB floppy drive, then there's no problem. Plug it in and boot your Linux installer.
If not, then your best option is to connect the Windows partition to a network and make WinME dos-bootable, like it says here: http://www.dewassoc.com/support/winme/real_dos.htm
then use loadlin from dos mode to start your linux installation. For me, with Debian, I did:
- copyed the Debian CD1 to c:/debian
- copyed the basesystem- and drivers-tars to c:/linux
- put the loadlin stuff in c:/linux
- rebooted to DOS (Shift F8?)
- switched to the c:\linux\ directory and ran install.bat
After the installation has loaded and displayed the Welcome to Debian installation screen:
- open new console: Alt-F2
mkdir /dos
mount /dev/hda1 /dos
- install the kernel modules and base system off the mounted /dos partition.
Oh, and I installed everything to /dev/hda2 as the disk comes partitioned with winME on /dev/hda1 and a non-used partition /dev/hda2.
Finally:
Installed LILO on /dev/hda2, not a MBR. Switch to console 2 and run fdisk /dev/hda -> make hda2 bootable instead of hda1.
Switch back to console 1 (installer) and select the reboot option.
Additionally:
To make all the features of this laptop work you need to compile a new kernel. Here are some kernel options you might want:
MemoryStick:
Enable SCSI
Enable USB Storage
Enable SD
JOG:
Enable Sony Programmable I/O Control Module (sonypi)
Manually add device /dev/sonypi: mknod /dev/sonypi c 10 63
the minor is 63 on the sony sr17k if sonypi is compiled into the kernel. Check dmesg if unsure.
Install sjog
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.