Fujitsu-Siemens Amilo M-7400
with OpenSuSE - Kernel 2.6.x






I made a special guide for Kernel 2.4.21 (SuSE 9.0)!
Please read the SuSE 9.1 overview (in german!)
Please read the OpenSuSE 10.0 overview (in german!)


TuxMobil - Linux on Laptops, Notebooks, PDAs and Mobile Phones




This notebook works with LINUX ™. I tried OpenSuSE 10.0, SuSE 9.1,  SuSE 9.0 and SuSE 8.2.
Boot by CD-ROM or DVD, format the HD with ext2, ext3, ReiserFS or your preferred file system.



Amilo M


Technical Data (PDF)

With the AMILO M you are getting yourself a truly mobile notebook. Coming in an elegant, slim design but with a large display and integrated wireless LAN it strikes a perfect balance between mobility and performance. Thanks to Centrino technology it is optimised for low power consumption, thus enabling extended battery life. An S-Video out port, IEEE 1394 and 3 USB 2.0 interfaces are built-in as standard to connect to all your digital peripherals and multimedia devices.




Specific configuration and information about the implemented devices:


Tux
= Operates
Skull = Does not work
Warning = Works partially
Stop = I did not try it yet
ToDo = Under development
Hardware Info = Hardware information (use the command lspci)

[§] = Windos Specification



These components does not work:



Motherboard   Hardware Info

Fujitsu Siemens Computers
Mobile Intel® Pentium® M processor Centrino
1400 MHz

Intel 855GM+ICH4M Chipset




ACPI 
Tux

Power System:
Li-Ion battery, 8 cells, 14.8V / 4400mAH
DC 19V, 3.42 A
Appr. 4:00 hrs battery runtime, depending on usage
Dynamic charge supported, ACPI 2.0 supported. External universal AC adapter: 110   240 V AC, 50-60HZ, output: 65W with 19V DC.
Operating conditions Operational: 5°C to 35°C (ambient temperature) 10% to 90% relative humidity, non-condensing AC input 100-240 V, 50-60 Hz.

Install the package powersave. You do not need install additional ACPI-tools like cpufreqd. Everything is inside powersave.
akpi is a good browser for /proc/acpi.

Pentium M715 (1500MHz):
Speedstepping not working with original SuSE-Kernel on SuSE 9.1. When starting with AC pluuged in processor is at 1500Mhz, without at 600MHz. The Speed does not change when removing or plugging in the AC adapter. 
Battery status is working correctly. Notebook does not awake after going into Suspend Mode!


Suspend Mode:

Viniac just found out, that there is a way to get the suspend mode running on the Amilo M 7400 Notebook.

First there are two modules you have to install, written by Jozef Vesely.
http://bugme.osdl.org/attachment.cgi?id=4601&acton=view (you'll have to save the attachment as *.tar.gz)
Jozef uses x86emu to reset the framebuffer device after the wakup.

Additional you have to use the ipw2100 driver >=1.0.3, because else you would have to remove the ipw2100 driver before going to S3 and modprobe them after S3 again.

On by I also send you my acpid script for suspend:
[code]
#!/bin/sh
if cat /etc/network/ifstate | grep wlan0 > /dev/null ; then
touch /tmp/wlan
fi
echo 0 > /proc/driver/wireless/radio
echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
hwclock --systohc
/etc/init.d/hotplug stop
echo -n "mem" > /sys/power/state
echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo 1 > /proc/driver/wireless/radio
if [ -f /tmp/wlan ] ; then
ifup wlan0
fi
hwclock --hctosys
/etc/init.d/hotplug start &
rm /tmp/wlan
[/code]

At the moment I'm using ipw2100 v. 1.0.2 , that'S why I have to remove the ipw2100 at the moment. If you're using newer versions you should be able do delete this part of the script.
 
Update from Sebastien Estienne:
Suspend to disk to ram work flawlessly without the additonnal modules that you suggest

Update from Viniac:
I wrote you some time ago about the solution for using sleepmode S3. Since I'm using kernel version >=2.15 I have some problems with it. The main problem is that the system just starts to go to suspend, but then (for a reason I don't know by now) it stops an it returns to the normal working behaviour.



Audio / Sound 
ok

Cirrus logic CS4299-XQ, 2 built-in speakers, built-in microphone, microphone in, headphone out incl. S/PDIF support. 1 x volume regulator.

Cirrus Logic CS4299 rev. 4  -  Intel 8280 1DB-ICH4 (Duplex)
Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio (rev 03)
[§] Crystal WDM AC'97 Driver for ICH4; Resources: PCI-Bus 0, Device 31, Function 5

The OSS module is i810_audio and ALSA module is snd-intel8x0.



BIOS  Info

Phoenix
System BIOS Version: R01-S0N ¹
VGA BIOS Version: 2894
KBC Version: 02.13.29

IRQ Status CPU0 from /proc/interrupts:
  0:    8109336          XT-PIC  timer
  1:       4817          XT-PIC  i8042
  2:          0          XT-PIC  cascade
  8:          2          XT-PIC  rtc
  9:         15          XT-PIC  acpi
 10:       3481          XT-PIC  yenta, eth0, ICH4, ohci1394, Intel 82801DB-ICH4
 11:     662789          XT-PIC  uhci_hcd, uhci_hcd, uhci_hcd, ehci_hcd
 12:         99          XT-PIC  i8042
 14:      86438          XT-PIC  ide0
 15:       5967          XT-PIC  ide1

Ettore wrote me: On many sold models out there people have often found impossible to get the CPU working at more than 600Mhz, even in windows. That's because a bug in the bios keeps speedstep frequency stuck at the lowest value. I used to have the same problem with bios release R01-S0R, but flashing it to version R01-S0T (July 03) I found on the Fujitsu-Siemens site solved such serious problem.

¹ Update your BIOS to Version R01-S0Z:
http://download.fujitsu-siemens.com/download/ShowDescription.asp?SoftwareGUID=1968BB6F-7819-4C8C-A488-BAA44C111F7C



Dimensions and weight  Info

326mm x 270mm x 30mm
2.6 kg (with 15  XGA, Li-Ion battery, HDD, Combo drive)

Kensington Lock support



Display / Monitor - LCD / CRT   ok

To switch between the notebook display (LCD) and an external monitor (CRT) without booting, please use CRT out for i855 from Andrea Merello.

Andrea Merello wrote about the CRT out:
I own a amilo-7400 and i wrote a little userspace driver that should make possible manage crt out.
If you are interested in it is available on http://sourceforge.net/projects/i855crt. It's still very experimental and doesn't provide complete management of CRT out yet.
Another driver exist: 'i855switch', but mine is based on i855switch and should make something better (I hope...).
Thank you, Andrea, it works fine for me.  :-)



DVD / CD-RW   ok

Fujitsu MHT 2040AT
HL-DT-ST DVD+RW GCA-4040N

DVD+R/+RW DVD 8x / DVD+R 2.4x / DVD+RW 2.4x / CD 24x / CD-R 16x / CD-RW 8x

For viewing DVDs you must activate DMA.

Writing DVDs (DVD+RW)  ok



FireWire / i.LINK® / IEEE 1394   ok

02:03.0 FireWire (IEEE 1394): Lucent Microelectronics FW323 (rev 61) (prog-if 10 [OHCI])
    Subsystem: Unknown device 1734:1033
    Flags: bus master, medium devsel, latency 96, IRQ 10
    Memory at e0202000 (32-bit, non-prefetchable) [size=4K]
    Capabilities: [44] Power Management version 2

[§] OHCI-compliant IEEE 1394-Hostcontroller; Resources: IRQ 10, PCI-Bus 2, Device 3, Function 0

I can't try the FireWire port, because I do not have FireWire devices.
Somebody told me: It seems to work just fine ever FireWire. I use firewire disks at home so you can add that support for firewire works on this laptop.



Floppy Drive  Hardware Info

This laptop does not have an internal floppy drive.



Graphic / VGA / Display  ok

Shared memory, integrated in Intel 855GM chipset, up to 64MB.
Delivers intense, realistic 3D graphics with sharp images and enables balanced memory usage between graphics and system for optimal performance.
Optimised internal clock gating for 3D & display engines. Reduces chipset power consumption by intelligently clocking 3D & display engines based on application needs.
Image rotation, ability to rotate the screen image.

Display: 15" TFT XGA, 1024 x 768 pixel

Which Graphic Controller do you have?  cat /proc/pci | grep -A 1 VGA
VGA compatible controller: PCI device 8086:3582 (Intel Corp.) (rev 2). IRQ 11.
[§] Intel® 82852/82855 GM/GME Graphics Controller; Resources: IRQ 11, PCI-Bus 0, Device 2, Function 0
[§] AIM 3.0 Part 01 Codec Driver CH-7009-A/CH-7011; Intel AIM 3.0 Codec; Intel® 82852/82855 GM/GME Graphics Controller

Open a shell/console and test 3D features with command
/usr/X11R6/bin/glxgears
In case of a Pentium III 500 with Geforce2MX the output should be approx. 800 Fps.
5887 frames in 5000 seconds = 1177.000 FPS is a minimum.

If you get a blue screen while playing a movie with xine, mplayer or kaffeine, change the video driver. This points to a problem with the Xv extension, which is used by xine to display the video image. To verify this, try running xine with the XShm video output plugin: xine -V xshm movie.avi
You should also change the video driver inside other movie-players, like mplayer or kaffeine. Do not use »xv« or »auto«.



Harddisk   Hardware Info  ok

Fujitsu MHT2040AT
Zyl. 0 - 4863 = 37.2 GB

[§] Intel® 82801DBM Ultra ATA Storage Controller - 24CA; Resources: PCI-Bus 0, Device 31, Function 1
[§] Primary IDE: Ultra-DMA-Mode 5; IRQ 14; Secondary IDE: PIO-Mode; IRQ 15

Maybe you have to enable DMA for optimal performance. You can activate DMA with YaST2 (»IDE DMA Mode«).
For viewing DVDs you must activate DMA!

Review the performance with »hdparm -T -t /dev/hda«

Deactivate DMA with »hdparm -d 0 /dev/hda«:
  /dev/hda:
   Timing buffer-cache reads:   128 MB in  0.21 seconds =609.52 MB/sec
   Timing buffered disk reads:  64 MB in  3.02 seconds = 21.19 MB/sec

Activate DMA with »hdparm -d 1 /dev/hda«:
  /dev/hda:
   Timing buffer-cache reads:   128 MB in  0.20 seconds = 640.00 MB/sec
   Timing buffered disk reads:  64 MB in  17.64 seconds = 3.63 MB/sec



IrDA   ok

National Semiconductor
BIOS Configuration: FIR Enabled - Mode: FIR, Base I/O address: 2F8, Interrupt: IRQ 3, DMA channel: DMA 3
[§] Intel® 82801DBM LPC Interface Controller - 24CC; Infraredreceiver A: IBM SC-20H2987; Infraredreceiver B: SIR-Transceiver; Max. connection rate: 4000000 bps
[§] Resources: IRQ 03, DMA 01, Intput/Output Range 02F8-02FF

Start this script from Jordi (also works finde on Gentoo Linux):
setserial /dev/ttyS1 uart none port 0 irq 0
modprobe nsc-ircc irq=3 dma=1 io=0x2f8 dongle_id=0x09
modprobe irport
modprobe ircomm
modprobe ircomm-tty
irattach irda0 -s
irattach /dev/ircomm0 -s
echo 115200 > /proc/sys/net/irda/max_baud_rate

After starting you can check if everything is running correctly with irdadump. If everything goes as planned you should receive the following monitor-output every 3 seconds:
earth:~ # irdadump
13:42:57.118679 xid:cmd d04496e2 > ffffffff S=6 s=0 (14)
13:42:57.208957 xid:cmd d04496e2 > ffffffff S=6 s=1 (14)
13:42:57.298645 xid:cmd d04496e2 > ffffffff S=6 s=2 (14)
13:42:57.388923 xid:cmd d04496e2 > ffffffff S=6 s=3 (14)
13:42:57.478670 xid:cmd d04496e2 > ffffffff S=6 s=4 (14)
13:42:57.568914 xid:cmd d04496e2 > ffffffff S=6 s=5 (14)
13:42:57.658705 xid:cmd d04496e2 > ffffffff S=6 s=* earth hint=0500 [ PnP Computer ] (23)

Be careful! With some cellphones (e. g. Nokia 6310i) IrDA works incorrect.

Links:
Infrared Data Association / IrDA
Linux IrDA Project
Infrared-HOWTO (Tuxmobil)




Keyboard  Hardware Info

Standard Keyboard (101/102 keys)
Resources: IRQ 01


Launch Keys 
Tux
Located left of the keyboard are 5 Launch Keys used to launch the following applications: wireless communication, e-mail, Internet browser, 2 user-programmable buttons.

+ Download Acer Hotkeys from http://www.informatik.hu-berlin.de/~tauber/acerhk
+ Before you compile the driver, change KERNELSRC in the Makefile to your path to the kernel build environment!
+ Do 'make' and copy the created file "acerhk.ko" to your kernel modules path "/lib/modules/<kernelversion>/kernel/drivers/char/".
+ Update module dependencies: depmod -a
+ Load the new module with 'modprobe acerhk poll=1' (add this line to /etc/init.d/boot.local for automated loading).
+ Now you are able to use these buttons. May be you add it to ~/.Xmodmap.

keycode 147 = WLAN button
keycode 236 = Mail button
keycode 178 = WWW button
keycode 159 = P1
keycode 151 = P2


Klas Kalaß has made some improvement:
»I got the keys running fine. I installed the acerhk module and loaded it with: modprobe acerhk poll=1
But now the important part: I added the following to /usr/X11R6/lib/X11/xkb/symbols/inet
----------------
// Fujitsu Siemens Amilo M 7400

partial alphanumeric_keys
xkb_symbols "am7400" {
    name[Group1]= "Fujitsu Siemens Amilo M 7400 Laptop Keyboard";

    key <I20>   {       [ XF86AudioMute         ]       };
    key <I6C>  {       [ XF86Mail              ]       };
    key <I32>   {       [ XF86WWW               ]       };
    key <I1F>   {       [ XF86User1KB           ]       };
    key <I17>   {       [ XF86User2KB           ]       };
    key <I13>   {       [ XF86Launch0           ]       };
};
----------------
After that I needed to set "XkbLayout" in XF86Config-4 to "de(nodeadkeys)+inet(am7400)". Now XKEYBOARD will report the keys correctly and you may use KHotKeys (KDE Control Center) to assign arbitrary actions to a keypress. To be able to use the wlan button I execute 'sudo /usr/local/bin/wlan_toggle.sh' when pressing XF86Launch0.
I attached wlan_toggle.sh and my sudoers file (I use the intel driver). «


Hot Keys
The notebook uses hotkeys or key combinations for the following:
Fn-F1 help hotkey (does work with Ubuntu)
Fn-F2 puts the computer in sleep mode
Fn-F3 display toggle, switches display output between display screen and external monitor or to dual view
Fn-F4 screen blank, turns the display screen backlight off to save power
Fn-F5 speaker on/off
Fn-PgUp home
Fn-PgDn end
Fn- -->   screen brightness up
Fn- <--  screen brightness down

Hotkey Project  |   Hotkey Project Download


Martin's (http://www.haschmi.de) Guide for using Hotkeys:

The hotkeys are working just fine using the acerhk driver. I had to load it with "echo on > /proc/driver/acerhk/wirelessled" but maybe you have to use other options for the modules.
    Use with KDE (like in Windows):
        Preparation: Put the following lines into your /etc/X11/Xmodmap:
                    keycode 147 = F20
                    keycode 236 = F21
                    keycode 178 = F22
                    keycode 159 = F23
                    keycode 151 = F24
        Using Keys Mail, WWW, P1, P2:
                    open the KDE Menu Editor and select the programms you want to start with the hotkeys, they can be pressed now like any other key
                   
        Using the WLAN key: Due to /proc/driver/acerhk/wirelessled never returns any value I use the following script "wlan.sh" for controling the WLAN:
                        #!/bin/sh
                        # (C) 2004 Haschmi.de
                        if [ ! -f /tmp/wireless_on ] ; then echo "Enabling WLAN..."
                         echo on > /proc/driver/acerhk/wirelessled
                         sleep 3
                         touch /tmp/wireless_on 2>/dev/null
                         else
                         echo "Disabling WLAN..."
                         echo off > /proc/driver/acerhk/wirelessled
                         sleep 3
                         rm /tmp/wireless_on 2>/dev/null
                        fi
                       
I made the script executable with root rights for all users by sudo and put a link in the KDE menu so I could bind it to the WLAN key. So it works like under Windows to en- and disable wireless lan by pressing the WLAN key.
For enabling the acerhk driver and the WLAN on boot i added the following lines to "/etc/init.d/boot.local":
                        modprobe acerhk usedritek=1 poll=1 autowlan=1
                        echo on > /proc/driver/acerhk/wirelessled
                        touch /tmp/wireless_on

INFO: On my Amilo the WLAN LED is always off while using it with Linux alltough WLAN is enabled!




Multicard-Port  Partially works Did not tried

3 in 1 flash card port SD/MS/MMC.

[§] Winbond Memory Stick Storage (MS); Resources: IRQ 05
[§] Winbond Secure Digital Storage (SD/MMC); Resource: IRQ 06

My camera works with CompactFlash. Therefore I can't try this card-port.

Andrea Merello wrote me:
I just report you that SD/MMC/MS slot on Fujitsu-Siemens amilo m-7400 (partially) works on Linux, so you can update (if you wish) your nice page

The slot uses a winbond chip for witch a driver is included since 2.6.10. The driver is for MMC only but SD patches are availabe here: http://projects.drzeus.cx/wbsd/sd.php
It seems there is no support for MS yet. In past (2.6.10) I have tryied the driver with MMC and no success. Now with 2.6.12 and SD it works. I think the problem was not the MMC card, but instead a buggy bios for witch workaround exists in 2.6.12.

This is a dmesg output on my system:
wbsd: Winbond W83L51xD SD/MMC card interface driver, 1.2-sd
wbsd: Copyright(c) Pierre Ossman
wbsd: PnP active but chip not configured! You probably have a buggy BIOS.
Configuring chip manually.
mmc0: W83L51xD id 7112 at 0x248 irq 6 FIFO PnP

So:
2.6.10/2.6.11: Most probably nothing works
2.6.10/2.6.11 + SD patch: Most probably nothing works, maybe SD
2.6.12.2 + SD patch: SD works, probably MMC also.

Sebastien Estienne wrote on Feb. 2006:
One more info, it seems that the SD card reader is now working in Ubuntu dapper out of box. The project implementing this has been merged in kernel 2.6.15.



NIC / Ethernet  ok

Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
[§] Broadcom 440x 10/100 Integrated Controller; Resources: IRQ 10, PCI-Bus 2, Device 5, Function 0



PCMCIA   ok

CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller
[§] Texas Instruments PCI-1510 CardBus Controller; Resources: IRQ 10, PCI-Bus 2, Device 9, Function 0



RAM   Hardware Info

504 MB (Extended Memory) DDR SDRAM (Up to 2GB DDR SDRAM in 2 so-DIMM slot.)



Softmodem  Tux

Built-in 56K, V.92 international modem

Intel Corp. 82801DB AC'97 Modem (rev. 03) (prog-if 00 [Generic])
[§] Agere Systems AC'97 Modem; Resources: IRQ 11 (10?), PCI-Bus 0, Device 31, Function 6; Input/Output Range 2400-24FF + 2000-207F

00:1f.6 Modem: Intel Corp. 82801DB AC'97 Modem (rev 03) (prog-if 00 [Generic])
    Subsystem: Unknown device 1734:1033
    Flags: bus master, medium devsel, latency 0, IRQ 10
    I/O ports at 2400 [size=256]
    I/O ports at 2000 [size=128]
    Capabilities: [50] Power Management version 2

YaST found this Agere SoftModem Version 2.1.25 and installed the slmodem drivers itself.

Download the latest modem driver
(The latest driver comes also with SuSE. You have nothing to do.)



S-Video   Skull

This laptop have got a S-Video port. I can't see anything on TV, when I connect S-Video--->SCART to TV-set.

It is also possible to connect a screen (VGA). Thereto it is necessary to boot the notebook. While operating you can't switch the display. [Fn]+[F3] works only some seconds before booting the operating system.



Touchpad  ok

Synaptics PS/2 Port Pointing Device (Touchpad with a left and right mouse button plus a 4-way scroll button)
Resources: IRQ 12

YaST are able to install the Synaptics driver from Peter Österlund, http://w1.894.telia.com/~u89404340/touchpad, itself.

You have to add/replace the InputDevice-section of /etc/X11/XF86Config for the touchpad the following lines:
Section "InputDevice"
  Driver      "synaptics"
  Identifier      "Mouse[1]"
  Option     "Device"        "/dev/psaux"
  Option    "Protocol"      "auto-dev"
  Option    "LeftEdge"        "1700"
  Option    "RightEdge"       "5300"
  Option    "TopEdge"         "1700"
  Option    "BottomEdge"      "4200"
  Option    "FingerLow"      "25"
  Option    "FingerHigh"      "30"
  Option    "MaxTapTime"      "180"
  Option    "MaxTapMove"      "220"
  Option    "VertScrollDelta" "100"
  Option    "MinSpeed"      "0.06"
  Option    "MaxSpeed"      "0.12"
  Option    "AccelFactor"     "0.0010"
  #Option    "SHMConfig"      "on"
  #Option    "Repeater"      "/dev/ps2mouse"
EndSection

The mouse pointer occasionally causes it to misbehave, dancing around at wild speed and doing wild clicks along the way. When this happens, messages such as »Synaptics driver lost sync at byte 1« and »Synaptics driver resynced« appear in the kernel logs. This is a widely reported bug.
The solution for this problem: Using Linux kernel 2.6.7 I needed to add boot option "i8042.nomux" (to /boot/grub/menu.lst, for example) to get rid of kernel messages "psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1". This hint is from http://www.cc.jyu.fi/~hastrup/linux/amilo.html.
From OpenSuSE 10.0 it is not needfully to add this boot option.



USB   ok

3 USB 2.0 Ports

Intel Corp. 82801DB USB EHCI Controller (1)
[§] Intel® 82801DB/DBM USB 2.0 extended Hostcontroller - 24CD; Resources: IRQ 11, PCI-Bus 0, Device 29, Function 7



Wireless LAN   ok

02:06.0 Network controller: Intel Corp.: Unknown device 1043 (rev 04)
    Subsystem: Intel Corp.: Unknown device 2527
    Flags: medium devsel, IRQ 10
    Memory at e0203000 (32-bit, non-prefetchable) [size=4K]
    Capabilities: [dc] Power Management version 2

[§] Intel® PRO/Wireless LAN 2100 3B Mini PCI Adapter; Resources: IRQ 10, PCI-Bus 2, Device 6, Function 0


You should use Intel Centrino drivers for WLAN:

Martin's (http://www.haschmi.de) Guide for using Hotkeys:

WLAN can only be enabled when the aerhk module was loaded and a "echo on > /proc/driver/acerhk/wirelessled" was done!
WLAN works just fine using the newest ipw220 driver from http://ipw2200.sf.net (do not forget to also install the firmware!) After compiling and installing the driver start YaST and start the network cards module. There just go configure an unknown network card as type "wireless" with the module name "ipw220" and the module options "ifname=wlan0". Configure the rest according to your WLAN access point settings. If you forget the "ifname=wlan0" the YaST configuration will get in conflict with the ipw2200 module because it will always load as device eth0 then!






To get further information please visit the following links:

LINUX on Laptops
This is an index of information and documentation of interest to those who now use or are considering using the Linux operating system on a notebook or laptop computer.

LINUX on Centrino™ Laptops

UNIX with mobile computers
The TuxMobil site (former known as MobiliX) is dedicated to Mobile UniX systems. It leads you to a lot of useful hands-on information about installing and running Linux, BSD, Solaris and other UniXes on laptops, PDAs, cell phones, wearables and other mobile computer devices. You may find the Linux-Mobile-Guide and the Infrared-HOWTO, a survey of supported PCMCIA/CF cards, other mobile hardware surveys, some links to databases of stolen laptops and PDAs, a survey of laptop manufacturers and their Linux status, software for mobile computers and the `linux-laptop` mailing list. For even more information see the navigation bar above, the A-Z index or the sitemap.

LINUX on a laptop
Linux on specific laptops.

Fujitsu-Siemens Amilo A-7600  (© Janne Nurminen)
Fujitsu-Siemens Amilo M-6100 (© Michael Schlenstedt)

LINUX Software (RPM)


Thank you all for help and information. :-)



Last Update: April 2nd, 2006



Home | Contact | other Notebooks | other Manuals


Say No! to TCPA.
Linux™ is a registered Trademark of Linus Torvalds.
Copyright © 2004
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1
or any later version published by the Free Software Foundation;
with the Invariant Sections being with no Invariant Sections, with
no Front-Cover Texts, and with no Back-Cover Texts.
A copy of the license is included in the section entitled
»GNU Free Documentation License«.