Component | Description | State |
CPU | AMD Turion 64 Mobile Technology, 1MB L2 cache, MT-30 1600 GHz. Frequency scaling working with Linux. | OK |
Chipset | SiS M760GX + SiS 964L. | OK |
RAM | 1 x 512 MB DDR-333 SO-DIMM (expandable to 2 GB) I have expanded it to 1.5 GB. | OK |
HDD Hitachi | IC25N060ATMR04-0 60GB 4200RPM ATA-6. | OK |
DVD-R(W) | Matshita UJ841S DVD-Super-Multi Double Layer. Does not work with some commercial DVD, see note in my SuSe article. | OK |
Display | SVGA LCD TFT 15.4" WXGA 1280x800. | OK |
Graphics | Nvidia GeForce Go 6200 with Turbo Cache 256 MB. Tested with bouth XOrg and NVidia driver. | OK |
S-Video | Not tested | |
Sound | Integrated [SiS] AC'97 Audio Controller. | OK |
USB | 4 x USB-2 SiS integrated controler. | OK |
Firewire | Ricoh R5C552 (IEEE1394a/IEEE1394b). Tetsted with a camcorder from Canon. | OK |
LAN | RTL-8139 (10/100Mbps) from Realtek. | OK |
WLAN | BCM4318 [AirForce One 54g] 802.11g from Broadcom. Use ndiswrapper and Windows driver. The chip does not support 802.11a/b. Windows driver can be downloaded from here. | OK |
Modem | Integrated [SiS] AC'97 Modem Controller 56K V90. See AC '97 Modem Driver Project. It looks like that the right driver is snd_intel8x0m, and the modem could be used together with the slmodemd application from Smart Link | Not tested |
TochPad | OK | |
ACPI | The ACPI modules load and successfully report the remaining battery, etc. See note in my SuSe article about LEDs and Hotkeys. | Partly OK. |
PCMCIA | Ricoh RL5c476 II (The kernel module is yenta_socket). | Not tested |
Flash Media Reader | R5C822 SD/SDIO/MMC/MS/MSPro from (Ricoh Co Ltd.) A driver was develuped by Linux Multi Media Card project, and the driver has been included in the kernel starting with 2.6.17-rc1. | OK |
WebCam | USB2.0 Camera M5602 from ALi Corp. Doesn’t work, since there’s no driver available (ALI do not want to hand out the datasheets for it) see: ALi M5603C Product Overview. A driver project is on its way see: the WIKI Page and Ali m560x Linux Driver. |
No driver |
IrDAs | SMC 217 (on /dev/ttyS1) | OK |
SubSection "Display" Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSectionI now had a functional Ubuntu installed, connected with the NIC interface to the Internet, my wireless interface did not function jet!
Add following lines: deb http://archive.ubuntu.com/ubuntu feisty main restricted deb http://archive.ubuntu.com/ubuntu feisty universe deb http://archive.ubuntu.com/ubuntu feisty multiverse deb-src http://archive.ubuntu.com/ubuntu feisty main restricted deb-src http://archive.ubuntu.com/ubuntu feisty universe deb-src http://archive.ubuntu.com/ubuntu feisty multiverse deb http://security.ubuntu.com/ubuntu feisty-security main restricted deb http://security.ubuntu.com/ubuntu feisty-security universe deb http://security.ubuntu.com/ubuntu feisty-security multiverseStep 3. Update apt-get Do this in the first windows where we have chrooted.
Add the following lines: /home /chroot/home none bind 0 0 /tmp /chroot/tmp none bind 0 0 /dev /chroot/dev none bind 0 0 /proc /chroot/proc proc defaults 0 0 /media/cdrom0 /chroot/media/cdrom0 none bind 0 0 /usr/share/fonts /chroot/usr/share/fonts none bind 0 0
Got following error: syntax error: unknown group `postdrop' in statusoverride file Solved by: 1. add the line postdrop:x:114:postfix to /etc/group 2. add the line postfix:x:107:114:Postfix user::/bin/false to /etc/passwd
Add following lines: #!/bin/sh /usr/bin/dchroot -d synapticsudo chmod 755 /usr/local/bin/synaptic32
I innstalled: libasound2 libqt3-mt libc6 libstdc++5