With the extra boot flags noted below, Redhat 7.2 installs effortlessly, and Kudzu
readily handles the sound card, too.
Redhat 8.0 no longer locks up at boot, no more need for ide0=ata66 ... !!
This is kernel 2.4.18-14 so hopefully in other distros soon.
There are now many other pages that get into more detail on Lifebook-Ps.
A good one is
http://www4.ncsu.edu/~tscoffe2/Fujitsu/
linux single root=/dev/hdaX initrd=where X is the proper partition.
I made the following changes to /etc/X11/XF86Config-4 from the one built by
installation:
In the Monitor section, I added a number of Modelines. The 1280x768 entry is
essential to get the native LCD resolution available. The others may be
useful with an external monitor, and many work (with stretching) on the LCD.
Modeline "1024x768" 65 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
Modeline "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsy
nc
Modeline "1280x768" 81.59 1280 1280 1384 1688 768 769 774 791 +hsync -vsync
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525
Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync
Modeline "1600x1200" 162 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsy
Subsection "Display"
Depth 8
Modes "1280x768" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 16
Modes "1280x768" "1280x1024" "1600x1200" "640x480" "800x600" "1024x768"
EndSubSection
Subsection "Display"
Depth 32
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 24
Modes "1280x768" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
append="hdc=ide-scsi"to the boot configuration (same place as the ide0=ata66 discussed below) and Kudzu should automatically set up /dev/scd0 as /dev/cdrom1.
The first is with wlan-ng at
http://www.linux-wlan.org/.
I never got this to work WITH WEP encryption but it's likely that I
missed something.
Since I did not get it working I will leave it to others and
to the wlan-ng documentation.
Be sure to build and configure for the prism2_pci module.
This ought to be the better supported code since it is Prism specific,
and has access to the full set of options implemented in the hardware.
The second way is to use the Prism support in the orinoco drivers that are
a standard component of RedHat 8.0 and other distributions.
While this only provides
lowest common denominator support, I did get it working.
To allow automatic use of either the 100-Base-T interface or the wireless
interface, I configured 100-Base-T as eth0 and the wireless as eth1, but this
will cause a short delay and error message when booting with one of the
networks absent.
/etc/sysconfig/hwconf should automatically contain an entry that includes
... driver: orinoco_pci desc: "Harris Semiconductor|Prism 2.5 Wavelan chip set" ...In /etc/modules.conf, I put the lines
alias eth0 8139too alias eth1 orinoco_pciand finally I created the file /etc/sysconfig/network-scripts/ifcfg-eth1 containing
TYPE=Wireless DEVICE=eth1 BOOTPROTO=dhcp ONBOOT=yes ESSID=xxx CHANNEL=1 MODE=Managed KEY=1357-9bdf-24 RATE=11Mb/sThe actual value of ESSID, MODE and KEY need to match your local network environment of course.
The fix to allow installation is to add the following to any boot commands:
ide0=ata66 ide1=ata66e.g. at the install boot, say
linux ide0=ata66 ide1=ata66Of course, be sure to give this when install prompts for "extra boot-time arguments". If you forget, you can add the arguments at boot time, and once the system is up, edit /etc/lilo.conf or /boot/grub/grub.conf as appropriate.