Fujitsu LifeBook S6120 - FreeBSD

Hardware info on main page.

FreeBSD / i386 is installed on the first hard drive - ad0.

slice 1 - 32 GB - FreeBSD (RELENG-8)
slice 2 - 10 GB - pfSense 2.0.1
slice 3 -
slice 4 -

Work log

2021-11-20: FreeBSD 13.0-release - escaping to boot loader prompt and doing

set hint.agp.1.disabled=1
boot

makes the kernel boot without a panic. There are many "Root mount waiting for: CAM" messages - probably related to the CD-ROM, as other messages refers to ATAPI_IDENTIFY, but after a while ada0 is identified and the boot process continues. Hmm, it takes way too long. In the end, I removed it CD-ROM module and started over. This time the machine boots fully. dmesg output: normal, verbose.

2021-11-19: I tried booting FreeBSD 13.0-release i386 off a usb stick, but it would consistently fail with a kernel panic. Tried normal, verbose and safe mode. The message (transcribed): "panic: make_dev_sv: bad si_name (error=17, si_name=agpgart)". seems like bug 187015.

2021-11-19: ad0s1a - I booted this machine, just to see if it still works. It does:

tingo@kg-flb$ uname -a
FreeBSD kg-flb.kg4.no 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Sun Dec 12 03:35:17 CET 2010     root@kg-flb.kg4.no:/usr/obj/usr/src/sys/GENERIC  i386

gpart info in drive ad0

tingo@kg-flb$ gpart show ad0
=>       63  268435377  ad0  MBR  (128G)
         63   69205185    1  freebsd  [active]  (33G)
   69205248   20972448    2  freebsd  (10G)
   90177696  178257744    3  freebsd  (85G)

battery info

tingo@kg-flb$ acpiconf -i 0
Design capacity:    4000 mAh
Last full capacity: 4000 mAh
Technology:     secondary (rechargeable)
Design voltage:     10800 mV
Capacity (warn):    0 mAh
Capacity (low):     0 mAh
Low/warn granularity:   1 mAh
Warn/full granularity:  1 mAh
Model number:       CP147685-XX / CP147686-XX
Serial number:      1
Type:           LION
OEM info:       Fujitsu
State:          discharging 
Remaining capacity: 89%
Remaining time:     2:56
Present rate:       1211 mA (14453 mW)
Present voltage:    11935 mV

battery is working.

2016-11-19: ad0s1a - the battery looks ok after charging:

root@kg-flb# acpiconf -i 0
Design capacity:    4000 mAh
Last full capacity:    4000 mAh
Technology:        secondary (rechargeable)
Design voltage:        10800 mV
Capacity (warn):    0 mAh
Capacity (low):        0 mAh
Low/warn granularity:    1 mAh
Warn/full granularity:    1 mAh
Model number:        CP147685-XX / CP147686-XX
Serial number:        1
Type:            LION
OEM info:        Fujitsu
State:            discharging
Remaining capacity:    100%
Remaining time:        2:30
Present rate:        1591 mA (19438 mW)
Present voltage:    12218 mV

ok.

2016-11-19: ad0s1a - I booted the machine to see if it still works, and it does.

tingo@kg-flb$ uname -a
FreeBSD kg-flb.kg4.no 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Sun Dec 12 03:35:17 CET 2010     root@kg-flb.kg4.no:/usr/obj/usr/src/sys/GENERIC  i386

I probably should upgrade or install a newer release.

2012-01-29: ad0s2 - installing pfSense 2.0.1-release (i386) on this slice, by using Custom install. I had to make a "dummy" partition which fills the rest of the hard drive; this was the only way I could get the installer to continue. The installer suggested 2048 M for swap, and the rest for root. After reboot, pfSense comes up, it has preserved the configuration I made on the livecd: lan - rl0 - 192.168.1.1, wan - xl0 - DHCP

2012-01-29: testing some PCCard network cards in the machine:

root@kg-flb# uname -a
FreeBSD kg-flb.kg4.no 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Sun Dec 12 03:35:17 CET 2010     root@kg-flb.kg4.no:/usr/obj/usr/src/sys/GENERIC  i386

a 3Com Megahertz 10/100 LAN CardBus PC Card (3C575B), "Model 3CCFE575BT":

From /var/log/messages:

Jan 29 00:30:52 kg-flb kernel: xl0: <3Com 3c575B Fast Etherlink XL> port 0x1000-0x107f mem 0x88000000-0x8800007f,0x88001000-0x8800107f irq 11 at device 0.0 on cardbus0
Jan 29 00:30:52 kg-flb kernel: miibus1: <MII bus> on xl0
Jan 29 00:30:52 kg-flb kernel: tdkphy0: <TDK 78Q2120 media interface> PHY 0 on miibus1
Jan 29 00:30:52 kg-flb kernel: tdkphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Jan 29 00:30:52 kg-flb kernel: xl0: Ethernet address: 00:10:4b:e3:38:8b
Jan 29 00:30:52 kg-flb kernel: xl0: [ITHREAD]
Jan 29 00:30:53 kg-flb kernel: xl0: link state changed to DOWN

from pciconf -lv:

root@kg-flb# pciconf -lv | grep -A 4 xl0
xl0@pci0:2:0:0:    class=0x020000 card=0x5b5710b7 chip=0x515710b7 rev=0x01 hdr=0x00
    vendor     = '3COM Corp, Networking Division'
    device     = 'Megahertz 10/100 LAN CardBus PC Card (3C575B)'
    class      = network
    subclass   = ethernet

a Billionton LNA-100B:

from /var/log/messages:

Jan 29 00:49:10 kg-flb kernel: ed0: <Billionton LNA-100B> at port 0x300-0x31f irq 11 function 0 config 7 on pccard0
Jan 29 00:49:10 kg-flb kernel: ed0: ccr_write of 0 to 0xa (0x3c0)
Jan 29 00:49:10 kg-flb kernel: ed0: ccr_write of 0x3 to 0xc (0x3c0)
Jan 29 00:49:10 kg-flb kernel: ed0: WARNING: using obsoleted if_watchdog interface
Jan 29 00:49:10 kg-flb kernel: ed0: Ethernet address: 00:10:60:f3:31:04
Jan 29 00:49:10 kg-flb kernel: miibus1: <MII bus> on ed0
Jan 29 00:49:10 kg-flb kernel: axphy0: <Ax88x9x internal PHY> PHY 16 on miibus1
Jan 29 00:49:10 kg-flb kernel: axphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Jan 29 00:49:10 kg-flb kernel: ed0: [ITHREAD]
Jan 29 00:49:10 kg-flb kernel: ed0: link state changed to DOWN

from pciconf -lv: - it doesn't show up? ok, cardbus is pci, 16 bit PCCard is not.

2010-12-11: I installed FreeBSD 8.1-release on the new hard drive, and used csup to upgrade to FreeBSD 8.2-prerelease. dmesg output: normal, verbose.

2010-11-27: Xorg - I received a patch for the intel driver (xf86-video-intel) by mail. After patching (really just commenting out line 1966 in i830_display.c) xf86-video-intel and reinstalling it, Xorg now works with the intel driver. Yay! Here is the Xorg.0.log file. Output from /var/log/messages:

Nov 27 19:54:48 test-fi kernel: drm0: <Intel i852GM/i855GM GMCH> on vgapci0
Nov 27 19:54:48 test-fi kernel: vgapci0: child drm0 requested pci_enable_busmaster
Nov 27 19:54:48 test-fi kernel: info: [drm] AGP at 0xd8000000 128MB
Nov 27 19:54:48 test-fi kernel: info: [drm] Initialized i915 1.6.0 20080730
Nov 27 19:54:49 test-fi kernel: drm0: [ITHREAD]
Nov 27 19:56:12 test-fi kernel: drm0: [ITHREAD]
Nov 27 19:56:37 test-fi kernel: drm0: [ITHREAD]

That's about it.

2010-11-21: Xorg: the vesa driver works (using this xorg.conf file, here is the Xorg.0.log file) giving me a 1024x768 mode, but after exit the text on the console waves and scrolls, it looks like a sync problem. Using vidcontrol to change mode doesn't help. If I try to use the intel driver (xf86-video-intel-2.7.1_3, using this xorg.conf file) the machine locks up after startx, it doesn't even write anything to Xorg.0.log.

2010-11-17: Indicated battery time is about 3 hours:

root@test-fi# acpiconf -i 0
Design capacity:    3800 mAh
Last full capacity:    3800 mAh
Technology:        secondary (rechargeable)
Design voltage:        10800 mV
Capacity (warn):    0 mAh
Capacity (low):        0 mAh
Low/warn granularity:    1 mAh
Warn/full granularity:    1 mAh
Model number:        CP147685-XX / CP147686-XX
Serial number:        1
Type:            LION
OEM info:        Fujitsu
State:            discharging
Remaining capacity:    100%
Remaining time:        3:00
Present rate:        1263 mA
Voltage:        12385 mV

2010-11-17: With a new battery, I get this output from acpiconf -i 0:

tingo@test-fi$ acpiconf -i 0
Design capacity:    3800 mAh
Last full capacity:    3800 mAh
Technology:        secondary (rechargeable)
Design voltage:        10800 mV
Capacity (warn):    0 mAh
Capacity (low):        0 mAh
Low/warn granularity:    1 mAh
Warn/full granularity:    1 mAh
Model number:        CP147685-XX / CP147686-XX
Serial number:        1
Type:            LION
OEM info:        Fujitsu
State:            charging
Remaining capacity:    60%
Remaining time:        unknown
Present rate:        1533 mA
Voltage:        11729 mV

I haven't tested how long the machine runs on battery yet, still charging.

2010-11-14: I upgraded to latest FreeBSD 8.1-stable. dmesg output: normal, verbose.

2010-11-13: Contents of /boot/loader.conf:

legal.intel_ipw.license_ack=1
if_ipw_load="YES"
ichsmb_load="YES"
snd_ich_load="YES"

2010-11-13: I installed FreeBSD 8.1-release / i386 on the machine. dmesg output: normal, verbose. pciconf -lv output:

root@test-fi# pciconf -lv
hostb0@pci0:0:0:0:    class=0x060000 card=0x11d510cf chip=0x35808086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82852GM/GME/GMV/PM, 855GM/GME Montara Host-Hub Interface Bridge'
    class      = bridge
    subclass   = HOST-PCI
none0@pci0:0:0:1:    class=0x088000 card=0x11d510cf chip=0x35848086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82852GM/GME/GMV/PM, 855GM/GME Montara System Memory Controller'
    class      = base peripheral
none1@pci0:0:0:3:    class=0x088000 card=0x11d510cf chip=0x35858086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82852GM/GME/GMV/PM, 855GM/GME Montara Configuration Process'
    class      = base peripheral
vgapci0@pci0:0:2:0:    class=0x030000 card=0x120e10cf chip=0x35828086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics Device'
    class      = display
    subclass   = VGA
vgapci1@pci0:0:2:1:    class=0x038000 card=0x120e10cf chip=0x35828086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics Device'
    class      = display
uhci0@pci0:0:29:0:    class=0x0c0300 card=0x11ab10cf chip=0x24c28086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller *1'
    class      = serial bus
    subclass   = USB
uhci1@pci0:0:29:1:    class=0x0c0300 card=0x11ab10cf chip=0x24c48086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller *2'
    class      = serial bus
    subclass   = USB
uhci2@pci0:0:29:2:    class=0x0c0300 card=0x11ab10cf chip=0x24c78086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller *3'
    class      = serial bus
    subclass   = USB
ehci0@pci0:0:29:7:    class=0x0c0320 card=0x11ab10cf chip=0x24cd8086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Controller'
    class      = serial bus
    subclass   = USB
pcib1@pci0:0:30:0:    class=0x060400 card=0x00000000 chip=0x24488086 rev=0x83 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = '82801 Family (ICH2/3/4/5/6/7/8/9-M) Hub Interface to PCI Bridge'
    class      = bridge
    subclass   = PCI-PCI
isab0@pci0:0:31:0:    class=0x060100 card=0x00000000 chip=0x24cc8086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801DBM (ICH4-M) LPC Interface Bridge'
    class      = bridge
    subclass   = PCI-ISA
atapci0@pci0:0:31:1:    class=0x01018a card=0x11ab10cf chip=0x24ca8086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801DBM (ICH4-M) UltraATA/100 EIDE Controller'
    class      = mass storage
    subclass   = ATA
ichsmb0@pci0:0:31:3:    class=0x0c0500 card=0x11ab10cf chip=0x24c38086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller'
    class      = serial bus
    subclass   = SMBus
pcm0@pci0:0:31:5:    class=0x040100 card=0x11c310cf chip=0x24c58086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Realtek AC97 Audio (82801DBM SoundMAXController (ICH4-M B0 step))'
    class      = multimedia
    subclass   = audio
none2@pci0:0:31:6:    class=0x070300 card=0x10d110cf chip=0x24c68086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller'
    class      = simple comms
    subclass   = generic modem
cbb0@pci0:1:10:0:    class=0x060700 card=0x10e610cf chip=0x69331217 rev=0x02 hdr=0x02
    vendor     = 'O2 Micro Inc'
    device     = 'OZ6933/711E1 SmartCardBus Controller'
    class      = bridge
    subclass   = PCI-CardBus
cbb1@pci0:1:10:1:    class=0x060700 card=0x10e610cf chip=0x69331217 rev=0x02 hdr=0x02
    vendor     = 'O2 Micro Inc'
    device     = 'OZ6933/711E1 SmartCardBus Controller'
    class      = bridge
    subclass   = PCI-CardBus
rl0@pci0:1:12:0:    class=0x020000 card=0x11bd10cf chip=0x813910ec rev=0x10 hdr=0x00
    vendor     = 'Realtek Semiconductor'
    device     = 'Realtek RTL8139 Family PCI Fast Ethernet NIC (RTL-8139/8139C/8139D)'
    class      = network
    subclass   = ethernet
ipw0@pci0:1:13:0:    class=0x028000 card=0x25278086 chip=0x10438086 rev=0x04 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Intel(R) PRO/Wireless 2100 LAN Card Driver (82801)'
    class      = network
fwohci0@pci0:1:14:0:    class=0x0c0010 card=0x116210cf chip=0x8026104c rev=0x00 hdr=0x00
    vendor     = 'Texas Instruments (TI)'
    device     = 'TSB43AB21 1394a-2000 OHCI PHY/link-layer Controller'
    class      = serial bus
    subclass   = FireWire
root@test-fi#

end