This page is a place to keep track of solaris compatible laptops.
Philip Brown collected this information from newsgroup postings, and
form submissions through the website.
Last update: 2008. Kept around for historical purposes now.
I used to suggest that people contaact me to add entries for your laptop, but at this point, most laptops WILL work with solaris.
AFTER you have everything installed and working, then on Solaris 8, try
# eeprom ata-dma-enabled=1
and reboot. You'll then have reasonable speed disk access, if your controller and drive are fully ATA compatible. Otherwise, reset the value via the DCA at boot-time, by changing boot-properties.
Solaris currently can only use PCMCIA cards in "PCIC" mode, the legacy mode.
Well, strictly speaking, it can use CardBus mode in some situations, but only if the "CardBus base address" has been initialized by the bios or some other means. And even if you do set it by hand, there are other nasties that basically mean it will only work about 5% of the time.If you have a Sun "supported" PCMCIA card (listed on Sun's HCL), but cannot force your slot to the old mode in the BIOS, you can try the FREE initpcic patch, from ftp.xig.com. According to the README file for it, you may get use out of it if "
prtconf -D | grep pcic
" shows something. If so, get the software, and follow the directions carefully about setting it up.An alternative is to take a look at the lynnsoft.com page for solaris. They have written various drivers for cards in the new PCMCIA CardBus mode, under solaris. Unfortunately, the drivers are not free; they run about $100. However, there is an impressive range of products they support, above and beyond the range of cards supported by Sun, including some 802.11b wireless networking cards.
The latest Xsun patches have "generic VESA/SVGA" support. (patch 109401), so it should work with almost any video card. You can also tweak it to support 1400x1050For support for Dell's new super-hi-res screens (nv based), you can try just pkgadd -d DELLwxga.pkg, and then selecting one of the "Dell W*XGA" LCD Monitors from kdmconfig.
For a wider general range of card suport from Xsun, you may want to install the xfree86 'porting' kit from Sun. Despite its 'porting kit' name, it actually comes with compiled binaries that are plug-n-go, for any card that xfree4.2.0 supports. You can also get a patch for suns patch, to better support some ATI cards, from Juergen Keil's site
Unfortunately, the support is not 100% perfect: using a geforce2 with the kit will display most things, but certain very rare apps will have corrupted graphics (As of Dec 14, 2001). Unfortunately, one of these "rare apps" is Netscape 6.1, but the good news is, you can allegedly work around this issue by calling it with
--no-xshm
FIX for solaris 9 x86: install patch 112786
Another option is XiG's commercial X server. XiG'd drivers support a few cards that xfree does not. Their drivers are production quality, and if you pay a little extra, you can get 3d acceleration for your laptop, too.
Try to get an Intel one, either built-in, or through a "miniPCI" board. Solaris has excellent support for just about any intel NIC. All others are hit-or-miss whether they are supported.If you are pretty sure you have an intel-compatible card, but dont know what ID to put in, then use my prtdev utility, to find a PCI ID for your ethernet controller that looks like 8086,xxxx. You'll be looking for the "True VendorID/DeviceID" information.
As a last resort, you can try some third-party free drivers for on-board ethernet and PCMCIA cards:
Garrett D'amore's Ethernet drivers
Masayuki Murayama's drivers(some PCMCIA drivers here also)
Realtek solaris ethernet drivers , including a special "solaris express", aka solaris 10, driver.How do you get the drivers on the box, if you dont have a working ethernet port? The easiest way is via floppy after the OS install, if you have one. An alternative is to use a modem to dial in to an ISP and download them "directly". Or, use the serial port with a null-modem adapter to get them "indirectly", from another local computer. You'll probably want to connect to another unix box, and use "tip", to get a uuencoded version of the neccessary archive. See elsewhere for directions on using tip.
You have three options for sound on your laptop:
- (free) Sun's limited built-in drivers
- (free) Juergen Keil's audio drivers
- (commercial) The OSS drivers from www.opensound.com
Usually, solaris will be able to see devices on the "other side" of a docking station, but sometimes, it does not initially know about it. You may be able to solve this problem by adding the appropriate entry to/etc/driver_aliases
. One entry that has been reported to be useful, isIf that does not work, you can attempt to find a more appropriate value by doing the following:pci_pci "pci104c,ac22"This should give you a candidate or two to try for editing and using the example pci_pci line, above.
- When your laptop is not in the docking status, run "
prtconf -D > /tmp/pre-dock
"- When your laptop is IN the docking status, run "
prtconf -D > /tmp/post-dock
"- Run "
diff /tmp/pre-dock /tmp/post-dock
"
If you are having extreme difficulty with your video card (or keyboard) during the install, and you know there is a patch for it once you have the OS installed, you may choose to try installing via a terminal on the serial port. Details for this are included in this file
If for some reason, you "have to" install solaris on a particular laptop that does not have a boot-supported cdrom or ethernet device, a final option is to use vmware. It has been reported that you can install vmware on linux or ms-windows, and configure vmware to give the upcoming solaris install access to a (f)disk partition, and access to the MBR. You also need to configure vmware to present a CD ISO image as a cdrom drive. Once all this is done, you can install solaris within vmware. [Within vmware, boot off the fake cdrom drive, and run the install to the fdisk partition designated above]. Once that is accomplished, you can reboot the "real" machine, and boot into solaris directly, without going through linux or vmware. You may not have access to the cdrom or network device.. but you'll have solaris on the laptop :-} [presuming that the internal hard drive is scsi or ATA attached.]Tweaking iprb from cdrom
If you find yourself with only a CDROM, no floppy, no install on hard drive, a non-standard iprb pci-ID, but but you *need* access to the network [eg: you want to install a flash archive over the net], you can use the following hack proceedure, presuming the pci id for your adapter is compatible with pci8086,1031:
You should now be able to do "ifconfig iprb0 plumb", etc. I have used this trick to do a flash install over the network by running "suninstall" by hand after configuring the interface appropriately.
- boot to cdrom "normally", but exit install when you get the chance
- mkdir /tmp/overlay
- cd /etc ; tar cf - . | (cd /tmp/overlay; tar xf -)
- cd / ; mount -F lofs /tmp/overlay /etc
- rem_drv iprb (This wil remove ALL iprb entries from driver_aliases
- add_drv -i pci8086,1031 iprb
The slow alternative method for no-floppy, would be to do a core install, edit /boot/solaris/devicedb/master and /etc/driver_aliases, reboot, and use the DCA **on the local disk** to then do a full jumpstart over the network. [You'll want to go into "Boot tasks" and set boot strategy to RARP though]
In theory, there might be a way to get PXEboot to work, if your laptop supports it. But it is waaay complex to setup, and I dont know of anyone in the field who has suceeded in setting it up on a non-supported ethernet device.
Brand | Solaris | Graphics | Networking | Notes |
---|---|---|---|---|
Acer Travelmate 261 xv | 8 | Xig, or xfree86 for 8bit color (Intel i830) |
built-in realtek nic |
Use the ethernet drivers from
www.realtek.com.tw [some say USB works, some day does not work] Sound works with audioi810 drivers |
Acer Travelmate 350 | 8 | Xsun+Xfree86 XF86-TRIDENT entry (Trident Cyberblade) |
built-in intel nic | |
Acer Travelmate 351 | 8,9 | Xsun VESA (Trident Cyberblade Ai1) |
built-in intel nic | Note that XF86-TRIDENT does not work, as of 2004/05/14. Nor does USB |
Acer Travelmate 352 | 8 | Xsun+Xfree86 (Trident Cyberblade) |
built-in intel nic | Slight oddity with a few keys? |
Acer Travelmate 613TXV | 8 | Xsun (Intel i815) |
built-in intel nic | USB deadly! To install, must boot from adjusted network install. Make a net install server, and edit [...]/Solaris_8/Tools/Boot/etc/driver_aliases to comment out uhci. Once the install has run, with *manual reboot* set, make sure to comment out /etc/driver_aliases before rebooting. eg: # mount -F ufs /dev/dsk/c0d0s0 /mnt # vi /mnt/etc/driver_aliases |
Acer Travelmate 631 | 10 | Xorg (NVidia GeForce2Go) |
RealTek NIC | USB works |
Acer Travelmate 803 | 9 | Xsun+Xfree 4.4.0,XF86-ATI (ATI Radeon 9000) |
broadcom 44x | USB works Actual screen res is 1400x1050 Sound works with audioi810 drivers Use Masayuki Murayama's bcf driver for ethernet |
Acer Travelmate 2304NLC | 10 | Xsun+Xfree 4.4.0,XF86-ATI (ATI Radeon 9000) |
broadcom 44x | USB works Actual screen res is 1400x1050 Sound works with audioi810 drivers Use Masayuki Murayama's bcf driver for ethernet |
Asus A1000 | 9 | Xsun+Xfree porting kit XF86-SIS (SiS 630) |
Built-in SiS630, 3rdparty driver |
Use Masayuki Murayama's
sfe ethernet driver USB may not work. |
Asus Aspire 1362LM | 10 | Xorg nvidia (nVidia GeForce FX go 5200) |
Via Rhine II, drivers from Via |
USB works. has "cpu scaling"(800/1600mhz) capability "frkit" on opensolaris.org works for this laptop alternative net driver: rh driver |
Acer A(Aspire)3628 AWXMi | 10 | Xsun XF86-RADEON (Intel 915GM ) |
Built-in RealTek |
wireless works with opensolaris iwi drivers.
Installed in plain VGA mode, after reboot, autoconfigured to
1280x800.
USB works. oddity: cpu seems to always go to 100% |
Asus A(Aspire)5020 | 10 | Xsun XF86-RADEON (ATI Radeon Mobility X600) |
Built-in RealTek, 3rdparty driver |
Use Masayuki Murayama's
ethernet driver USB works. |
Asus A5200A | 10 | Xorg i810 (Intel i810 |
Built-in RealTek |
Must disable ACPI for touchpad to work (eeprom acpi-user-options=0x2) Sound does not work. USB works. |
Asus A6B00VC | 10 | Xsun XF86-NVidia GeForce Go (NVidia GeForce Go 256mb) |
Marvell Semiconductor gigabit 88E8001 ?? |
USB works. sounds does not(?) net does not (what driver to use? pci11ab,4320 ) |
Alienware 51-M 766 | 10 | Xsun+Xfree ("default") (ATI Mobility Radeon 9600 RV-350) |
Realtek Nic | USB works. Sound works with i810 driver from tools.de |
Asus L3800C | 9 | Xsun+Xfree porting kit - XF86-VESA (ATI Mobility Radeon m7) |
Realtek Nic | USB does not work. |
Asus L8400-K | 8 | Xsun+Xfree porting kit (S3 Savage/MX) |
Built-in Realtek 8139 NIC Drivers from www.realtek.com.tw |
Upgrade BIOS to rev 0200 |
Clevo 3420 | 8 (07/01) | Xsun+Xfree or Xig ATI Rage LT pro |
3com 3C589C PCMCIA | Need "force-8bit" hack noted at bottom, PLUS Xig PCMCIA patch, for ethernet. USB works if PnP set to off. |
Compaq Armada 110 | 8 (10/01) |
Xsun+Xfree86 Trident CyberBlade: use XF86-TRIDENT |
Built-in Intel nic | SVGA mode does NOT work: only 800x600 res |
Compaq Armada V300 | 8 | Xsun+Xfree86 XF86-ATI (ATI Rage Pro) |
Intel "mini-pci" nic | |
Compaq Armada E500 | 8 | Xsun+Xfree86 XF86-ATI (ATI RAGE MOBILITY AGP 8Mb) |
Built-in Intel nic | docking station modules work. Need to edit iprb.conf to force full speed networking. |
Compaq Armada 4160T | 2.6 only | Xsun (use "Armada 4130" in kdmconfig) | 3com 3C589C PCMCIA | |
Compaq EVO N600C | 8 | Xsun+xfree86 XF86-ATI (assumed) (ATI Mobility Radeon) |
Onboard Intel nic |
Add iprb "pci8086,1038" to /etc/driver_aliases USB works |
Compaq EVO N610C | 8 | Xsun+xfree86 XF86-VESA (ATI Mobility Radeon) |
Onboard Intel nic |
Add iprb "pci8086,1038" to /etc/driver_aliases (?USB probably works. See N600?) |
Compaq EVO N800w | 9 | Xsun+xfree86 XF86-ATI (ATI Mobility Radeon 9000) |
Onboard Intel nic |
Add iprb "pci8086,1031" to /etc/driver_aliases USB works |
Compaq EVO N1000C | 8 | Xsun+xfree86 XF86-ATI (assumed) (ATI Mobility Radeon 7500) |
Onboard Intel nic |
Add iprb "pci8086,1031" to /etc/driver_aliases, touch
/reconfigure, and reboot.
USB works |
Compaq EVO N1015v | 9 | Xsun+xfree86 XF86-VESA XF86-ATI does NOT work; gives errors (ATI Mobility Radeon 7500) |
realtek 8129 NIC |
Use the ethernet drivers from
www.realtek.com.tw
USB works |
Compaq M300 | 8 | Xsun+Xfree86 (ATI Rage LT Pro) |
(Mini-PCI capable? buy intel nic) | |
Compaq Armada M700 | 8,10 | Xfree86,Xig,Xsun+freee(XF86-ATI) (ATI Rage Mobility) |
built-in Intel NIC | Sound works with OSS drivers |
Compaq Presario 712AU | 8 | Xsun+xfree86 XF86-S3 (X3 Twister K) |
Built-in NIC works | Use the ethernet drivers from
www.realtek.com.tw USB works, CD/RW drive works |
Compaq Presario 905 EA | 8 | Xsun +Xfree (VESA) | Realtek NIC, | Use the ethernet drivers from www.realtek.com.tw |
Compaq Presario 2195US | 9 | Xig, ATI Radeon IGP 320M |
NatSemi ethernet | Ethernet status unknown. USB unknown. |
Compaq Presario XL1200 | 7,8 | unknown at this time | PCMCIA+Xig patch | |
Compaq Presario 1711CL | 8 | Xsun+xfree86 XF86-ATI (ATI Mobility Radeon) |
Built-in NIC works |
Do NOT choose VGA mode to install; suppress/bypass video until xfree patches
are installed. Add iprb "pcie11,93" to /etc/driver_aliases USB works |
Compaq Presario 1800T | 8 | xfree86 4.1.0 (ATI Mach64 Mobility LM) |
Built-in NIC works | USB works |
Compaq Presario 2100us | 9 | Xsun - VESA (ATI Rage Mobility) |
National Semiconductor Miniport PCI |
Use Masayuki Murayama's sfe ethernet driver |
Compaq Presario 2500 | 9 | Xsun+xfree86 - VESA (ATI Mobility ???) |
??? | ??? |
Compaq Presario R3000Z | 10 | Xsun - NVIDIA (NVidia GeForce 4 440 Go |
N/A | xorg server didnt seem to work. There is no network interface. USB untested. |
Dell Inspiron 600m | 9 | Xsun +Xfree86(XF86-ATI) (ATI Mobility Radeon 9000) |
broadcom gigabit 507X/td> |
USB works Get drivers for ethernet, from http://www.broadcom.com |
Dell Inspiron 1150 | 9/td> | Xsun VESA (Intel 852GM chipset) |
broadcom 440x | Use Masayuki Murayama's bcf ethernet driver. USB works |
Dell Inspiron 3500 | 8 | Xsun +Xfree86 (NeoMagic chipset) |
? | Need patch 112352, or USB keyboard (keyboard "mostly" works in text mode, fully in GUI) |
Dell Inspiron 4000 (similar to Latitude C600) | 7 | Xig or Xfree86 4.1.x, NOT 4.0 (ATI Mobility 128) |
Buy separate intel mini-PCI (recommended), or buy 3Com 3C589C PCMCIA and use Xig patch | Need patch 112352, or USB keyboard, for sol8 |
Dell Inspiron 4000 | 7 | Xsun with latest 109401 patch(VESA mode) (ATI Mobility M1) |
Built-in Intel 82559 nic works as iprb0 | Need patch 112352,
or USB keyboard, for sol8 USB works, obviously :-) |
Dell Inspiron 4100 | 8,9 | Xsun+Xfree XF86-ATI |
onboard elxl | USB works Solaris 8 needs special elx patch. You also need the special Dell keyboard patch 112352 |
Dell Inspiron 4150 | 8 | Xsun+Xfree XF86-ATI (ATI Mobility Radeon 7500C) |
onboard elxl | Solaris 8 needs special elx patch. You also need the special Dell keyboard patch 112352 |
Dell Inspiron 5000e | 8 | Xig, or XF86-VESA (ATI M3 16mb) |
3Com 3C589C or 3C589D PCMCIA with Xig patch | no apparent keyboard problems |
Dell Inspiron 5100 | 9 | Xsun+Xfree86, XF86-Radeon (ATI Mobility radeon 7500c) |
use bcf driver | usb works. |
Dell Inspiron 5100m | 9 | Xsun+Xfree86, XF86-ATI (ATI Mobility radeon 7500) |
use bcf driver | usb unknown. Touchpad does work. |
Dell Inspiron 5150 | 9 | Xsun+Xfree XF86-VESA (GeForce GX Go5200) |
Onboard Broadcom 440x | Use Masayuki
Murayama's broadcom driver
Sound works with audioi810 drivers Can get 1400x1050 with special instructions |
Dell Inspiron 7000 | 8,9 | Xig or Xfree86(ATI LT Pro) ATI Rage Mobility models may use XF86-ATI |
3Com 3C589C PCMCIA with Xig patch | USB works |
Dell Inspiron 7500 | 2.6, 8 | Xig or Xfree86(ATI LT Pro) | 3Com 3C589C PCMCIA with Xig patch | |
Dell Inspiron 7500(alternate model) | 9 | Xsun+xfree XF86-ATI Rage (ATI Rage Mobility P) |
3Com 3C589C PCMCIA with Xig patch | USB works |
Dell Inspiron 8000 | 8 | (Xsun+xfree86 "porting kit"?) Xfree 4.1,or Xig 2.1.5 ATI Mobility M4 (Looks best at 1600x1200) |
Buy separate intel based mini-PCI (IBM part 19K5887 or 19K5886)(NOT 3com one), or buy 3Com 3C589C PCMCIA and use Xig patch |
Need patch 112352, or USB keyboard, for sol8 |
Dell Inspiron 8000 | 9 | Xsun+xfree86 XF86-VESA (ATI Rage 128) (Looks best at 1600x1200x24@85Hz) |
Use Xig patch with 3C589C card for ethernet | USB works |
Dell Inspiron 8200 | 8 | Xsun (geforce 2 entry) |
built-in intel NIC | Need USB keyboard to install install Dell keyboard patch 112352 after first reboot USB works |
Dell Inspiron 8200 (alternative model) |
9 | Xsun+XFree Nvidial Geforce2 GO (XF86-VESA, 1280x1024x16bit) |
built-in 3com 3c920 works | sound works with Juergens drivers |
Dell Inspiron 8200 (alternative model) |
8 | Xsun+xfree86 - XF86-VESA 1024x768x65535 colors (geforce4 440Go with XGA) |
onboard elxl | This is a very difficult install currently Has keyboard problems: use USB keyboard for initial install, or see computing.net for a long workaround. Either way, install Dell keyboard patch 112352 Disable "lan control" in BIOS before install Onboard elxl needs updated special elx patch USB works |
Dell Inspiron 9200 (alternative model) |
10 | Xsun/XF86-RADEON ATI Radeon 9700 (XF86-RADEON, 1440x900) |
built-in broadcom 440x | "use latest bcf driver for ethernet" USB works |
Dell Lattitude L400 | 8,9 | Xsun +Xfree86,XF86-NEOMAGIC (NeoMagic chipset) |
Built-in NIC works | USB keyboard was NOT neccessary to install. Need Xig patch for PCMCIA to work on sol8. Does not work on sol9. |
Dell Lattitude M233 | 7,8 | Xsun +Xfree86, XF86-NEOMAGIC 800x600 (Neomagic video card) |
  | USB keyboard or serial cable to install. Must disable acpi (See bottom of page). Need Xig patch for PCMCIA to work, and only works on sol7. Owner says, "I don't recommend the model" |
Dell Lattitude SH500 | 8 | Xsun +Xfree86, XF86-ATI (ATI Rage128) Notebook LCD SVGA mode |
Built-in NIC works | USB keyboard was NOT neccessary to install. Need Xig patch for PCMCIA to work. |
Dell Latitude CPx H450GT | 8 | Xsun+Xfree, XF86-ATI LCD XGA (ATI Mobility M1) |
Docking station 3Com 3C905C, or buy 3C589C PCMCIA with Xig patch |
Needed USB keyboard for intial install, then patched with special
Dell keyboard patch 112352
(USB works normally) Questions on this model can be directed to jnprasad [.] attbi.com |
Dell Latitude CPx H500GT | 8 | Xig or Xfree86 | 3Com 3C589C PCMCIA with Xig patch | [needs USB keyboard to install?] |
Dell Latitude CPt 600GT | 9 | Xsun+ Xfree86, XF86-ATI (ATI Rage Mobility P/M) |
3Com 3C589C PCMCIA with Xig patch | PCMCIA controller at Port: 3E2-3E3; IRQ:9; Memory: D0000-D0FFF usb works. Extra comments in French |
Dell Latitude CPi A366 | 8 | Xsun+xfree86 XF86-NEOMAGIC (NeoMagic 2200) |
3Com 3C589D PCMCIA with Xig patch | Needed USB keyboard for intial install, then patched with special
Dell keyboard patch 112352
(USB unsuitable for normal use!) |
Dell Latitude CPi A400XT | 9 | Xsun+xfree86 XF86-NEOMAGIC (NeoMagic MagicMedia 256/AV) |
3Com FE575 does NOT work | |
Dell Latitude CSx 500H | 8 | Xsun+xfree86 (Neomagic 256ZX) |
3Com 3C589D PCMCIA with Xig patch | Needed USB keyboard for intial install, then patched with special
Dell keyboard patch 112352
(obviously, USB works ;-) |
Dell Latitude C400 | 8, 9 | Xig (Intel I830M) |
3C905 (See notes) | Ethernet only works with new elxl driver (comes with solaris 9) |
Dell Latitude C600 | 8,9 | Xsun+xfree86 XF86-VESA (ATI Rage Mobility) |
3CN3AC1556 miniPCI | USB works. Install goes fine.
However, the NIC card does not work. For sol8, until keyboard patch is installed, you can use either USB keyboard, or docking station keyboard, to do the install. |
Dell Latitude C610 | 8,9 | Xsun+xfree86, XF86-ATI Notebook LCD XGA/1024x768 (ATI Mobility Radeon) |
integrated 3Com 3C920 |
Solaris 9 has no problems Solaris 8: DISABLE network card for sol8 install. Use either serial console, or USB keyboard to install. Add special elx patch. You also need the special Dell keyboard patch 112352 |
Dell Latitude C640 | 8,9 | Xsun+xfree86, XF86-ATI (ATI Radeon 7500) |
Integrated 3Com 3C920 | Solaris 9 works with everything, Solaris 8 instructions DISABLE network card for sol8 install. Use either serial console, or USB keyboard to install. After, install special elx patch. You also need the special Dell keyboard patch 112352 Can get 1400x1050 with special instructions |
Dell Latitude C800 | 8,9 | Xsun+xfree86, XF86-VESA (ATI Mobility M4) |
integrated 3Com 3C920 in docking station: use elxl patch for sol8 | Need USB keyboard to install, then install patch 112352 |
Dell Latitude C810 | 9 | Xsun VESA (GeForce2 Go) |
USB works ethernet is 3com 3c655. Untested. |
|
Dell Latitude C840 | 9 | Xsun+xfree86 XF86-VESA(up to 1600x1200x16bit) (GeForce4 440 Mobile) |
integrated 3Com 3C920 | USB works |
Dell Latitude D400 | 9 | Xsun+ VESA(1024x768x8) (Intel 852/855 chip) |
Broadcom 570x | You MUST install via PXE, and tweak devicedb to get it recognized. [ pci14e4,165d ] The cdrom is an external dongly thing that is not usable in solaris. You will also want to install the latest broadcom drivers to your boot area (pkgadd -R /nfs/boot/path) to get the latest bcme drivers for it. You will also have to NOT auto-reboot after install, but copy the BRCMbcme.pkg file to /a, and the pkgadd it after reboot. [For some reason, the postinstall script does not seem to work properly with pkgadd -R /a ] |
Dell Latitude D505 | 9 | Xsun, VESA (Intel 82852/82855 GM/GME) |
Intel PRO/100 VE | USB works |
Dell (Latitude?) D510 | 10 | Xsun+Xfree, XF86-VESA (Intel 915GM) |
Broadcom 4401 10/100 |
Use Masayuki Murayama's
bcf ethernet driver. USB works |
Dell Latitude D600 | 9,10 | Xsun+xfree86, XF86-ATI (ATI Mobility Radeon) |
Broadcom Gigabit 5705m. Seen notes |
USB works Sol 9: Get drivers for ethernet, from http://www.broadcom.com Sol 10: add bge "pci14e4,16a6" to /etc/driver_aliases
|
Dell Latitude D800 | 9 | Xsun+xfree86, XF86-NV (NVidia GeForce4 go) |
Broadcom Gigabit 5705m. Seen notes |
USB works Get drivers for ethernet, from http://www.broadcom.com |
Dell Latitude D800 WUXGA | 10 | (sun)Xorg, nv (NVidia GeForce4 Ti 4200 Go) |
Broadcom Gigabit 5705m. |
(This may be same as above) USB works NIC works with sol10 broadcom drivers. 1920x1200 graphics usable, with nvidia drivers from nvidia.com. a walkthrough is available. Also, details on 1920x1200 mode User advises adding in all latest patches via "smpatch update" |
Dell Latitude D810 | 10 | Xsun, XF86-RADEON (ATI Mobility Radeon X600) |
Broadcom Gigabit 5705m. |
USB works video works up to 1920x1200 Sound not found to work yet (intel 915pm) [latest bfe0 drivers MIGHT work. otherwise, get drivers for ethernet, from http://www.broadcom.com ] |
Dell Precision M60 | 9 | Xsun+xfree86, XF86-NV (NVidia Quadro FX 700go, 1920x1200) |
Broadcom |
USB works For clarity, set bios to not scale graphics, since XF86-NV "only" goes up to 1600x1200 Get drivers for ethernet, from http://www.broadcom.com |
Dell Precision M60 (alternate model) | 10 | sun Xorg (NVidia Quadro FX GO 1000 |
Broadcom |
USB works Nvidia special drivers work for 3d |
Dell Winbook XL2 | 8 | Xig or Xfree86 | 3Com 3C589C PCMCIA with Xig patch | |
eMachines M6805 | 10 | Xsun+ Xfree86 XF86-RADEON (ATI Mobility Radeon 9600) |
VIA VT6102 Rhine-II | usb works Use free rh driver (or possibly, drivers from Via) sound unconfirmed. |
Fujitsu Lifebook B112 | 8,9 | Xorg(sun) ("autoconfigured") (NeoMagic) |
PCMCIA 3c689, with custom pcmcia tweaks | This thing is truely ancient! Included here for curiosity's sake. See Casper Dik's weblog for grungy details |
Fujitsu Lifebook C2210 | 10 | Xsun+XFree86 XF86-ATI (ATI Mobility Radeon IGP 340) |
realtek NIC, works | USB works. |
Fujitsu L460 | 8 | Xsun+Xfree86 XF86-NEOMAGIC (NeoMagic) |
PCMCIA 3c689 with lynsoft drivers | |
Fujitsu L470 | 8 | Xsun+Xfree86
(NeoMagic MagicGraph 128ZV, 1024x768) |
Xircom PE3 parallel port adapter | |
Fujitsu Celsius Mobile H | 9 | Xsun+Xfree86,XF86-VESA, monitortype= Siemens MCM1701 (-K316) 1600x1200x(256 or 65535) colors (Nvidia , 1600x1200) |
RealTek 8139 built in | Use the ethernet drivers from
www.realtek.com.tw To avoid annoying warnings, disable "serial port B" in BIOS (Ir port) |
Fujitsu-Siemens Lifebook B2562 | 8,9 | Xsun+xfree86 XF86-ATI (ATI Mobility M8) |
built-in RealTek 8139 | Cannot install directly! Must swap HD to different laptop!.
Remember to install the ethernet drivers from
www.realtek.com.tw before swapping HD back. Then you should have no
problems. Sound works with third-party
audioi810 drivers
USB works. |
Fujitsu-Siemens Lifebook C1020 | 9 | Xsun+xfree XF86-Savage (S3 Savage Pro DDR 8MB) |
built-in RealTek |
The ethernet drivers from
www.realtek.com.tw are needed.
USB works. |
Fujitsu-Siemens D1845 | 10 | Xorg, XF86-ATI (ATI Mobility Radeon M10 (2d only)) |
sis900, third party drivers | You have to write the xorg config yourself. couldnt find native resolution support for LCD screen. |
Fujitsu-Siemens Amilo D 7800 | 8 | Xsun+xfree86, XF86-ATI (ATI Mobility Radeon M6P) |
built-in RealTek 8139 | Use the ethernet drivers from www.realtek.com.tw |
Fujitsu-Siemens C-4135 | 8 | Xsun vesa
(Cirrus Logic GD5428) |
3com C575 | Used Lynnsoft driver for NIC card. |
Fujitsu-Siemens C-6555 | 8 | Xsun+xfree86
(ATI Rage Mobility) |
Built in intel NIC | USB works!
Disable printer port, and add Xig patch to use PCMCIA port |
Fujitsu-Siemens C-6597 | 8 | Xsun (needs patch 110959 & 109401) (Intel i815) |
RealTek NIC | (download the
RealTek driver
)
Disable printer port |
Fujitsu-Siemens Lifebook E-Series 6530 | 8 | Xig or Xfree86
(ATI Rage Mobility) |
on-board Intel NIC | |
Fujitsu-Siemens Lifebook E-Series 6540 | 8 | Xig or Xfree86
(ATI Rage Mobility-P AGP) |
3Com 3C589C PCMCIA with Xig patch | Disable PnP in BIOS
("allow changes of settings from OS") |
Fujitsu-Siemens 6644 | 8 | Xsun+xfree, VESA
(ATI Rage Mobility M6) |
Built-in RealTek NIC (download the RealTek driver ) |
problems ejecting cdrom with 'eject' cmd |
Fujitsu S-4532 | 7,8 | Xfree 4.1.0
(Trident Cyber 9525) |
Built-in intel NIC | CD-RW works with cdrecord! normally quiet: no fan |
Fujitsu S-4542 | 8 | Xfree 4.1.0
(Trident Cyber 9525 ) |
Built-in intel NIC | Must disable parallel port |
Fujitsu S-4546 | 8 | Xfree 4.1.0
(ATI Rage Mobility) |
Built-in intel NIC | Must disable parallel port CD-RW works with cdrecord! |
Fujitsu S-5582 | 8 (10/01) |
(ATI Rage Mobility M) Xsun+xfree kit, or possibly patch 109401-11 Xfree 4.1.0 |
Built-in RealTek mini-PCI NIC | Use the ethernet drivers from www.realtek.com.tw |
Fujitsu LifeBook P-5010 | 9 |
Xig Accelerated-X (ATI Rage Mobility M) |
Broadcom NIC |
Get drivers for ethernet, from
http://www.broadcom.com
USB works. |
Fujitsu E-6595 | 8 | Xfree 4.1.0
(ATI Rage Mobility) |
Built-in intel NIC (manually added to configs: see FAQ) |
Must disable parallel port |
Fujitsu E7110 | 9 | Xsun+xfree86 XF86-VESA
(ATI Mobility Radeon) |
Built-in RealTek 8139 | Use the ethernet drivers from www.realtek.com.tw |
Fujitsu-Siemens E8010 | 10 | Xsun / Intel i810
(Intel 82852/82855, 1280x1024@16m) |
Intel NIC | USB works. problems getting 1400x1050 to work |
Gateway 600 | 8 | Xsun+xfree86 XF86-ATI (ATI Mobility radeon) |
Intel VE100 | USB works Add iprb "pci8086,1031" to /etc/driver_aliases, touch
/reconfigure, and reboot.
|
Gateway 9300XL | 8 | Xig [Xfree86 Maybe?]
(ATI Rage Mobility) |
3Com 3C589C PCMCIA with Xig patch | |
Hitache Vision Book Pro 7590-003 | 8 | Xsun
(C&T 65550) |
built-in Intel NIC | PCMCIA does not seem to work |
HP/Compaq NX5000 | 10 | Xorg, XF86-I810 (Intel 82852/855GM) | broadcom 4401 bcf |
Use Masayuki Murayama's
bcf ethernet driver. USB works. |
HP Pavillion N3110 | 8 | Xsun+xfree (LynxE SM810) | ? | untested with full install, but CDROM comes up okay |
HP Pavillion ZE4100 | 8 | Xsun+Xfree VESA (ATI IGP-340M) | National Semiconductor NIC | Use Masayuki Murayama's
sfe ethernet driver. See 1400x1050 screen tweak |
HP Pavillion ZE5185 | 8 | Xsun+Xfree VESA XF86-ATI (ATI Mobility Radeon M6) |
National Semiconductor 83815 | You may need Masayuki Murayama's sfe ethernet driver. soundcard (ALI 5451) does not work, even with OSS. |
HP Pavillion N5190 | 8 | Xfree 4.0.2 (S3 Savage IX) | Xircom PE3 Parallel port Ethernet | |
HP Omnibook 4100 | 8 | Xig or Xfree86
(ATI Rage Pro LT) |
3Com 3C589C PCMCIA with Xig patch | SUPPORTS SOUND!
via sbpci |
HP Omnibook 4150 | 8 | Xig or Xfree86
(ATI Rage Pro LT) |
[unknown] | [untested: might be same as 4100] |
HP Pavilion ZE5385US | 9(?) | Xsun, VESA (1400x1050)
(ATI IGP345M) |
NatSemi ethernet | Use Masayuki Murayama's
sfe ethernet driver. See 1400x1050 screen tweak. |
HP Omnibook 6000 | 8 | Xig or Xfree86
(ATI Rage Pro LT) |
3Com mini-pci built-in | Standard solaris sound drivers work |
HP Omnibook 6100 | 8,9 | Xsun,VESA normally, or XF86-ATI
(ATI Mobility Radeon M6) |
built-in intel NIC | Add iprb "pci8086,1038" to /etc/driver_aliasesNeed patch 111307-03 to boot sol8 from disk (1400x1050 graphics mode available) Can get 1600x1200 res when using external monitor from docking station, if use Xfree86 4.2.0 |
HP Omnibook VT6200 | 9 | Xsun+xfree86 XF86-ATI (1400x1050) (ATI Mobility Radeon) |
3com nic |
Sound does not work.(Ali onboard, trident compatible) USB does work. Ethernet needs driver from 3com.com |
HP Omnibook XE2 | 9, 9+ | Xsun+xfree86 VESA (Silicon Motion LynxEM) |
3com 3CCFEM556BI |
WiFi works through PCMCIA Lynnsoft driver.
USB works. Oddity: once X is started, cannot get text mode again. Solaris 9 cannot soft reboot, but "Solaris Express" can. |
IBM i1200 1161-11G | 8 | Unknown | [no ethernet built in?] | USB works |
IBM Centrino R40 (2723-3XU) | 9 | Xsun, VESA, or Xsun+XFree86,XF86-ATI [XF86-VESA more reliable though] (Radeon Mobility 7500) |
iprb compatible | Add iprb "pci8086,103d" to /etc/driver_aliasesUSB works, sound works with Juergens drivers (audio810) CD burner works. USB works. Disable suspend/resume, even if the machine comes up again, or sound/PCMCIA wont restart. User details here |
IBM Thinkpad 365XD | 8 | Xsun has thinkpad entry | 3com 3c589d | sound works with solaris sbpro driver PCMCIA works, with supported cards. |
IBM ThinkPad 600E | 8 | Xig, or Xsun+XFree (XF86-neomagic) (Neomagic MagicMedia 256ZX) |
3Com 3C589D PCMCIA with Xig patch | USB works. PCMCIA needed to:
Disable IR, Modem, AUDCTRL with
DOS Utility; set serial=IRQ4, PCMCIA=IRQ3,I/O=3e2-3e3, parallel=IRQ7 |
IBM ThinkPad 600X | 8 | Xig,XFree86 4.2, custom config (Neomagic MagicMedia 256ZX) |
3Com 3C589D PCMCIA with Xig patch (needs force-8bit=1 for elx.conf) |
ACPI must be ON, for Xig patch to work. XFree config Monitor options: HorizSync 31-65 VertRefresh 57-70 Option "CalcAlgorithm" "IteratePrecisely" #(nm2360 driver) |
IBM ThinkPad 770E | 8 | Xig or Xfree86 | 3Com 3C589D PCMCIA combo card with Xig patch | Can only have ethernet OR modem on combo card active at one time |
IBM Thinkpad i1400 | 8 | Xig or Xfree86(?) | ||
IBM Thinkpad i1500 | 8 | Xfree86 | Cannot switch to external display port | |
IBM Thinkpad A20p | 8 | Xig or Xfree86(?) | Intel 08k3124 mini-PCI | |
IBM Thinkpad A21m | 8 | Xsun with xfree "porting kit" (XF86-ATI) |
Onboard Intel NIC | USB works. Follow these workarounds for install: In BIOS, PCI INT IRQs should be (A=3, B=4, C=5, D=7) In initial bluescreen probing, go into "Device Tasks" before the full OS comes up from CDROM, and remove the "PNP0C01 ACPI" device |
IBM Thinkpad A21p | 8,9 | Xsun with xfree "porting kit" (XF86-ATI) |
Intel 08k3124 mini-PCI | USB works |
IBM Thinkpad A22e | 8 | Xsun+xfree (Savage3D) |
Built-in intel NIC works | usb works |
IBM Thinkpad A22p | 8 | Xsun+xfree XF86-ATI, 1600x1200 (ATI unknown) |
Built-in intel NIC works | usb works |
IBM Thinkpad A30 | 8 | Xsun with xfree "porting kit"(VESA mode) (ATI Mobility Radeon) |
Built-in Intel NIC | Add iprb "pci8086,1031" to /etc/driver_aliases |
IBM Thinkpad A31p | 8 | Xig only (as of 2002/09/06) (ATI Mobility Fire GL 7800) |
Built-in Intel NIC | Add iprb "pci8086,1031" to /etc/driver_aliasesUSB works |
IBM Thinkpad A31p | 9 | Xsun+xfree, XF86-I810, or pure VESA (i852 chip) |
Built-in broadcom NIC | USB works Get drivers for ethernet, from http://www.broadcom.com |
IBM Thinkpad R30 | 9 | Xsun, XF86-VESA | Built-in Intel NIC | USB does not work? Sound hardware present, but not auto-detected. |
IBM Thinkpad R31 | 8 | Xig (Intel i830) |
Built-in Intel NIC | In Solaris DCA, use F3 and select System Keyboard. May need jumpstart install over interactive install. Must disable acpi (See bottom of page). |
IBM Thinkpad R32 | 8 | Xsun, VESA (probably also works with Xsun+Xfree, XF86-ATI) (ATI Mobility Radeon) |
Built-in Intel NIC | Add iprb "pci8086,1031" to /etc/driver_aliasesUSB works |
IBM Thinkpad R40e | 9 | Xig (ATI Radeon IGP 330m) |
Broadcom bcme0 NIC | USB only works for external USB floppy install time |
IBM ThinkPad T20(unknown video) | 8 | Xig or Xfree86 | Integrated Intel NIC, or 3Com 3C589C PCMCIA with Xig patch | Need 8-04/01 or later to boot from DVD |
IBM ThinkPad T20(2647-41U) | 9 | XSun+Xfree86 XF86-SAVAGE |
Integrated Intel NIC | USB status unknown |
IBM ThinkPad T21 | 8,9 | Xsun, VESA or Xsun+xfree86, XF86-SAVAGE (S3 Savage IX) |
BUILT-IN (intel)NIC works! | Sol8 FCS can only install via net-install. Sol9 still needs cold reboot instead of ctl-alt-del. Problems with resuming after "suspend", so disable it. If you use xorgconfig, select "savage" driver. |
IBM ThinkPad T22 | 8,9 | Xsun+Xfree86, XF86-SAVAGE (S3 Savage IX) |
BUILT-IN Intel NIC! | |
IBM ThinkPad T23 | 8,9 | Xsun+Xfree86, XF86-SAVAGE (S3 Savage IX) |
BUILT-IN Intel NIC! | Add iprb "pci8086,1031" to /etc/driver_aliases, touch
/reconfigure, and reboot.Disable "suspend" on LCD close in BIOS for best use. Optional CD-RW works. Sound works only intermittently, with audioi810 drivers See notes on PCMCIA |
IBM ThinkPad T30 | 8,9 | Xsun VESA (or XF86-ATI with porting kit) (ATI Mobility Radeon 7500) |
Built-in Intel nic, needs tweak | USB works Add iprb "pci8086,1031" to /etc/driver_aliases, touch
/reconfigure, and reboot.Sound works with audioi810 drivers See 1400x1050 screen tweak. Note that if you have the R7200 video card model, this may not work for you. |
IBM ThinkPad T31 | 8 | Xsun+Xfree86 use XF86-ATI (ATI Mobility Radeon 7500) |
Built-in Intel nic, needs tweak | Add iprb "pci8086,1031" to /etc/driver_aliases, touch
/reconfigure, and reboot.Sound works with audioi810 drivers usb does work |
IBM ThinkPad T31 | 8 | Xsun+Xfree86 use XF86-ATI (ATI Mobility Radeon) |
Built-in Intel nic, needs tweak | Add iprb "pci8086,1031" to /etc/driver_aliases, touch
/reconfigure, and reboot.Disable suspend on LCD close, in BIOS. usb does not work |
IBM ThinkPad T40 | 9 | Xsun+Xfree86 use XF86-VESA (ATI Mobility Radeon 7500, or 9000) |
Built-in Intel nic, needs tweak | Add iprb "pci8086,103d" to /etc/driver_aliases for NIC.
Note that it may be iprb1, not 0Alternatively, if you have the gigabit ether, then add e1000g "pci8086,101e" to /etc/driver_aliases and
use e1000g0 instead of iprb0USB works. Sound works with Juergen's drivers |
IBM ThinkPad T42 | 8 | Xsun+Xfree86 use XF86-VESA (ATI Mobility Radeon) |
Built-in Intel gige nic | Download e1000g driver from intel if using 8.
The driver in sol9 will probably work as is -
add e1000g "pci8086,101e" to /etc/driver_aliases and
use e1000g0 instead of iprb0USB works. |
IBM ThinkPad T42p | 10 | Xsun+Xfree86 autodetect (ATI Mobility Fire XL) |
Built-in Intel gige nic | USB works. audioi810 works. e1000g ethernet works out of the box with S10 |
IBM ThinkPad T43 (??) | 10 | (sun)Xorg+patch 118966-03 autodetect (ati) (ATI Mobility Radeon x300) |
Broadcom nic | USB works. audioi810 works, after adding audio810 "pci8086,266e" to /etc/driver_aliases DVD burner works. Patch 117966-03 for full video res, for T43 2687-D3U Apply sun patch 120082-07 to get bge to work in sol10. Otherwise, get drivers for ethernet, from http://www.broadcom.com usb works wifi driver (iwi) in OpenSolaris works, if you replace e1000g "pci8086,1010" with iwi "pci8086,4224"
in /etc/driver_aliases.
eeprom atapi-cd-dma-enabled=1 works well with cdrom drive. More info at William's T43 page |
IBM ThinkPad T43p (2669C4U) | 10 | (sun)Xorg+patch 118966-03 autodetect (ati) (ATI Mobility FireGL V3200) |
Broadcom BCM95751M nic | (USB does not work in FCS, only solaris express). audioi810 works, after adding audio810 "pci8086,266e" to /etc/driver_aliases Apply sun patch 120082-01 to get bge to work in sol10. Otherwise, get drivers for ethernet, from http://www.broadcom.com |
IBM X21 | 8 | Xsun+Xfree86 use XF86-ATI Radeon (ATI Mobility Radeon) |
BUILT-IN Intel NIC! | |
IBM ThinkPad X23 | 8 | Xsun+Xfree86 use XF86-ATI (ATI Mobility Radeon) |
Built-in intel NIC | Add iprb "pci8086,1031" to /etc/driver_aliases, touch
/reconfigure, and reboot.
|
IBM ThinkPad X24 | 9 | Xsun+Xfree86 use XF86-ATI, or VESA without kit (ATI Mobility Radeon) |
Built-in intel NIC | Add iprb "pci8086,1031" to /etc/driver_aliases, touch
/reconfigure, and reboot.
|
IBM ThinkPad X31 | 9 | Xsun+Xfree86 use XF86-ATI, or VESA without kit (ATI Mobility Radeon) |
Intel Gigabit NIC | Need gigabit drivers from intel OSS sound drivers work. |
LG Xnote LM50-32AK | 9 | Xsun+Xfree86 use XF86-ATI (ATI Mobility Radeon 9600) |
3com NIC | USB works. See 1400x1050 screen tweak. Sound works with audioi810 drivers |
Micron TransPort ZX | 8 | Xig
(ATI 3D Rage LT) |
Xircom PCMCIA card with lynnsoft.com Cardbus drivers | USB works. built-in modem does NOT.xo |
Mitac 6133 | 8 | Xsun+XFree, XF86-VESA
(ATI RAGE LT PRO) |
3com 3c689B PCMCIA card | Mitac 7521T | 8 | Xsun+XFree
(Sis 630) |
Built-in sis900 -- needs
third-party drivers which are currently awaiting a
rewrite. (email the author to encourage him!) |
NEC LaVie LW43H14DA | 8 | Xig or Xfree86
(ATI Rage Mobility, 4mb) |
3Com 3C589C PCMCIA with Xig patch | |
NEC Versa LXi | 7 | Xig or Xfree86
(Savage S3 MX) |
||
Panasonic Toughbook CF-27, CF-47 | 7 | Xsun, 800x600
(Neomagic chipset: select IBM Thinkpad 750 in kdmconfig) |
||
Panasonic Toughbook CF-28 | 9 | Xsun+xfree86kit+extra XF86-Siliconmotion (SIliconmotion LynEx sm710) |
Onboard Intel NIC | USB works. You must set NoUseBIOS True in /etc/X11/XF86Config |
Panasonic Toughbook CF-29 | 9 | Xsun+xfree86kit - Intel 855gm XF86- i810 (1024x768) [or VESA] |
Realtek NIC | USB works partially. Needs RealTek driver for NIC. |
Panasonic Toughbook R1P | 9 | Xsun+xfree86 (or xfree cvs) XF86-SILIONMOTION, XGA 48kHz 1024x768x8bit ( |
RealTek NIC | USB works. May need to edit /etc/X11/XF86Config and add Option "UseBIOS" "Off" in Device section. Use the ethernet drivers from www.realtek.com.tw |
Sharp PC-FJ10 | 8 | XFree 4.1.0 (Trident Cyber9388) |
3com 3CCe589ET+Xig patch | Sound with OSS (maestro chip) Need to disable modem and IR port |
Sony VAIO GRV 680 | 9 | Xsun, VESA (ATI Radeon 9000) |
Built-in Intel NIC | USB works. To get ethernet working, do a reconfigure reboot, with ethernet cable disconnected |
Sony VAIO PCG-FX804 | 9 | Xsun+Xfree porting kit(ATI entry) (ATI Rage-Mobility-M1) |
Built-in RealTek | (USB PROBABLY works) Needs RealTek driver for NIC. |
Sony VAIO PCG-FXA32 | 8 | Xsun+Xfree porting kit(ATI entry) (ATI Rage-Mobility-M1) |
Built-in RealTek 8139 (Uses RealTek driver 1.0.3) |
USB works |
Sony VAIO PCG-FXA49 | 8 | patched Xsun "VESA" driver works okay (ATI Rage-Mobility-M1) |
Built-in RealTek (Needs RealTek driver 1.0.3) |
USB works |
Sony VAIO PCG-F540 | 8 | Xsun+xfree XF86-Neomagic (NM256AV+ chipset) |
Built-in iprb0 compatible! | |
Sony VAIO PCG-F540 (alternative model) |
8 | Xsun+xfree XF86-Neomagic (NM2070 chipset) |
Netgear FA510, does not work. | Sony VAIO PCG-FX340K |
10 | Xorg i815 (i815 graphics chipset) |
Intel i815/82559 | additional notes here |
Sony VAIO PCG-GR390 | 8 | XFree86 4.1.x XSun comes up with VESA or kit, but CRASHES after a while (Monitor is an SXGA 1400x1050) (ATI Radeon Mobility-D chipset, M6/Radeon III) |
built-in iprb0 compatible nic | F2 for bios, set Plug-n-Play OS to No.d
add iprb "pci8086,1031" to /etc/driver_aliases
Sound works with audioi810 drivers See 1400x1050 screen tweak. CD-RW, DVD, 3 USB ports, firewire(unsupported currently) |
Sony VAIO PCG-GR390 | 8 | unknown (neomagic 256+) | no built-in ether | Note different configuration from GR390 mentioned above |
Sony VAIO PCG-GRX550 | 8 | Xsun+xfree XF86-ATI (ATI Mobility Radeon) | built-in intel NIC | USB works Add iprb "pci8086,1031" to /etc/driver_aliases
|
Sony VAIO PCG-NVR23 | 10 | Xorg nvidia (GeForce4 420 Go) | Realtek 8139, works | Had to disable serial and parallel ports in BIOS for install. |
Sony VAIO PCG-TR2A | 9 | Xsun+xfree (Intel 855) | intel nick |
Add iprb "pci8086,103d" to /etc/driver_aliases
|
Sony VAIO PCG-V505ACP | 9 | Xsun+xfree - XF86-VESA (ATI Mobility Radeon) | intel nic |
Add iprb "pci8086,1031" to /etc/driver_aliasesUSB works. |
Sony VAIO PCG-XG39 | 9 | Xsun+xfree, XF86-S3 (Savage S3) | [use PCMCIA with Lynnsoft drivers] |   |
Sony VAIO TR1MP | 9 | Xsun+Xfree(Intel 852/855) XF86_VESA |
Built-in iprb0 compatible |
Add iprb "pci8086,103d" to /etc/driver_aliasesGraphics only tested at 1024x768 |
Sony VAIO Z600TEK | 8 | Xig or Xfree86 | Built-in iprb0 compatible! | Must install from net, after initial boot from cdrom |
Sony VAIO FX200 (and other new VAIOs?) |
8 | Xsun (Intel 815 graphics) |
Built-in iprb0 compatible! | |
Sony VAIO Z600TEK | 8,9,10 | Xsun+xfree - XF86-ATI (ATI Rage Mobility Mach64) |
Intel NIC | Set "Plug and Play OS = NO" in BIOS USB works |
Toshiba Dynabook V1/465CRC | 8 | Xfree86 Trident Cyberblade XP |
3Com 3C589D | Need Xig PCMCIA patch v1.7 |
Toshiba Portege M100 | 9 | Xsun+Xfree - XF86-I810 (Intel I855GM) |
Intel NIC | Add iprb "pci8086,103d" to /etc/driver_aliases |
Toshiba Portege M200 | 10 | Xorg - 'nv' driver (Nvidia GeForce FX) |
Intel NIC | USB works Add TOS7406 to line containing "keyboard", in
/boot/solaris/devicedb/master, or keyboard wont work.
|
Toshiba Portege 300CT | 8 | Xsun ("Chips 65554") | 3Com 3C589D | |
Toshiba Portege 4800DCT | 9 | Xsun+xfree86 (XF86-CHIPS) | PCMCIA 3com etherlink II | |
Toshiba Portege 3110CT | 8 | Xsun+Xfree Trident Cyber 9525 |
problems with CD: had to install from net | |
Toshiba Portege 7010CT,7020CT | 8 | Xig (or Xsun+Xfree86, Neomagic) | 3Com 3C589D PCMCIA with Xig patch
|
|
Toshiba Portege 7010CT (alternative model?) |
9 | Xsun+Xfree86 XF86-NEO (MagicGraph 256 AV 44K) |
Intel NIC in docking station | Lynnsoft drivers support PCMCIA. Docking station supports PXE |
Toshiba Portege 7100 | 9 | Xsun Trident Cyberblade 16M (Cyberblade XP 16mb) |
Intel NIC | |
Toshiba Portege 7140ct | 9 | Xsun+XFree86, XF86-Trident (Trident Cyberblade e4-128) |
Intel NIC in docking station | |
Toshiba 310CDS | 8 | Xsun (use Toshiba Satelite 200 CDS) |
||
Toshiba Satellite 1410 | 9 | Xsun+Xfree XF86-VESA (Nvidia GeForce 4/420 Go) |
Intel NIC, works | USB works |
Toshiba Satellite 1415-S173 | 8,9,10 | Xorg 'nv' (Nvidia GeForce 4 Go) |
Intel NIC, works |
USB works in 9 and 10. Have to tweak driver_aliases for 9 and 10 to recognize iprb. |
Toshiba Satellite 1800 VF1 (1830) | 8 | Xsun+Xfree XF86-TRIDENT (Trident Blade) (Can use VESA driver before adding xfree patches) |
Intel NIC, works |
For PCMCIA, must set to PCIC mode in bios Occasionally, BIOS needs resetting, out of then into PCIC |
Toshiba Satellite 1955-S805 | 9+mu4 | Xsun+Xfree VESA, 1280x1024, 8bit or 16bit Use pure xfree86 to get 24bit (Nvidia geforce 440 go) |
RealTek NIC | Needs RealTek driver for NIC. Also, make sure latest patch cluster installed to have it work properly. |
Toshiba Satellite 2410 | 9 | Xsun VESA (GeForce4 420Go) |
Intel NIC | USB works Add iprb "pci8086,1031" to /etc/driver_aliasesSoundcard (YMF753) works with 1.4beta version of Juergen's drivers |
Toshiba Satellite 2595CDT | 9 | Xsun Trident CyberBlade XP(16MB) (Trident Cyber 9525DVD) |
none on-board | USB works Ignore NON_ACPI warnings Monitor autodetects as 800x600@60hz. Use 16m colours |
Toshiba Satellite 2670DVD | 8 | Xsun+Xfree XF86-TRIDENT (Trident Blade) |
3Com PCELX | USB does *not* work "Panel refresh rate slightly off 800x600@60Hz" |
Toshiba Satellite 3000-100 | 8 | Xsun+Xfree XF86-VESA, 1024x768x16bit (GeForce2Go 16mb) |
Realtek NIC | USB works Do not use 'nv' drivers Needs RealTek driver for NIC. |
Toshiba Satellite Pro 4280ZDVD | 8,9 | Xsun+Xfree XF86-SAVAGE (Savage IX) |
Used 3com 3c589 card | Sol8 needed to boot from floppy to install. Sol9 can boot from cd, but requires extra-long wait |
Toshiba Satellite 2805-S201 | 8 | Xsun+Xfree XF86-S3 (S3 Savage3) |
built-in intel NIC | Sound does not work, even with OSS. (Yamaha YMF754) |
Toshiba Satellite 5100-201 | 8 | Xsun+Xfree86, XF86-VESA (GeForce4 440 Go) | built-in intel NIC | add iprb "pci8086,1031" to /etc/driver_aliases Need to cold-reboot, never warm-reboot USB works |
Toshiba Satellite 5105-S510 | 8 | Xsun VESA 1024x768x16bit,USB mouse (GeForce4 440 Go) |
built-in intel NIC | add iprb "pci8086,1031" to /etc/driver_aliasesNeed to cold-reboot, never warm-reboot Built-in mouse is type USB (USB works ;-) |
Toshiba Tecra 440CDT | 8 | Xig (or Xfree86?) xfree timings for 1024x768 |
(presumably)3Com 3C589D PCMCIA with Xig patch | |
Toshiba Tecra 440CDT | 8 | Xsun (Tecra 520CDT), 800x600x256 | 3com 3C589D PCMCIA card | Disable printer port in BIOS |
Toshiba Tecra 510 | 8 | Xsun (use Tecra 520 entry) | 3com Etherlink III | May need to disable parallel port and serial port |
Toshiba Tecra 520CDT | 7 (8?) | Xsun (Tecra entry) | 3com Etherlink III | Disabled parallel port, sound, and serial port to free up IRQs and conflicts. |
Toshiba Tecra 530CDT | 8 | Xsun ("Chips 65550 XGA" entry, or "Toshiba Tecra 530") |
3com Etherlink 3C589C | Choose manual reboot when installing. then BEFORE reboot, edit /a/etc/vfstab, and change c1 (controller1) references to be c0 instead. |
Toshiba Tecra 730XCDT | 2.6,7,8 | Xsun (use "tecra 730" in kdmconfig) | 3com 3C589C PCMCIA | |
Toshiba TE 2000 | 8 | Xsun+Xfree(VESA) | built-in Intel NIC | Put PCMCIA to PCIC mode in BIOS, and disable serial/parallel ports |
Toshiba TE 2100 | 9 | Xsun+Xfree XF86-VESA (Geforce4) |
built-in Intel NIC | Put PCMCIA to PCIC mode in BIOS before doing install.
After install, can use Lynnsoft 3.2 drivers with "busra" patch. add iprb "pci8086,1032" to /etc/driver_aliases
|
Toshiba 4000 cdt | 7 | Xig or Xfree86(?) | 3Com 3C589D PCMCIA
(may not need Xig patch) |
|
Toshiba 4005 CDT | 8 | Xsun (Toshiba Satellite 220CDS, 800x600) |
3Com 3C589D PCMCIA
Disable printer and audio, then install solaris without network card plugged in. After install, enable PCIC in BIOS and insert network card. In DCA, add device type "PCMCIA controller", port 3e2-3e3, irq=5, memory=d0000-d0fff Thanks to P. Douglas's page |
|
Toshiba 4020 CDT | 8 | Xsun (CT 65555, 1024x768)> | 3Com 3C589D PCMCIA | In BIOS: Disable printer and serial ports. Set PCIC mode for PCMCIA. |
Toshiba 4025 CDT | 8 | Xsun (CT 65555, 1024x768)> | 3Com 3C589D PCMCIA | In BIOS: Disable printer and serial ports. Set PCIC mode for PCMCIA. |
Toshiba 4600 | 8 (10/01) |
Xsun+Xfree: XF86-VESA, 1024x768x8 Xsun non-patched: any "LCD" display (Use Xig for 24bit color) |
Onboard iprb0 compatible | Booting from cdrom may take a few MINUTES longer than normal USB WORKS Sound works with free audio drivers Internal mouse can only use 2 buttons with Xsun PROBLEMS with rebooting: when machine beeps, use "force reset" button Thanks to Andrew Forsberg |
Toshiba Tecra 8000 | 8 | Xsun+Xfree86 (NeoMagic NM2070..NM2160 selected) |
3Com 3CX3589EC PCMCIA | CDROM must be in INTERNAL bay Set PCMCIA card mode to PCIC, and remove during install. Turn off PnP for everything. Screen mode set to Stretch. |
Toshiba Tecra 8100 | 8 | Xig,Xsun+xfree | 3Com 3C589C PCMCIA
(put BIOS in pcic compat mode. See note on "force-8bit=1 below) |
You will have to disable the parallel port to use PCMCIA If you have ata-dma-enabled=1, you must cold-boot every time, or the machine will lock up on you. See Bug ID: 4429794 reguarding disk DMA |
Toshiba Tecra 8100 with DVD-rom | 8,9 | Xsun+Xfree, or Xig XF86-S3SAVAGE (S3 Savage MX graphics) |
3Com 3C589C PCMCIA with Xig patch | USB works If you have ata-dma-enabled=1, you must cold-boot every time, or the machine will lock up on you. See Bug ID: 4429794 reguarding disk DMA Make sure to have BIOS rev 2.50 or higher for best video Disable parallel port for PCMCIA to be available |
Toshiba Tecra 8200 | 8 | Xsun+Xfree86 Kit OK, can use "CyberBlade XP" entry (Trident Cyber/BladeXP) |
built-in-NIC (intel 815 built-in chipset) | May have to disable CPU Cache in BIOS to do Solaris 8 install. You must cold-boot or hard-reset every time you reboot, or the machine will lock up on you. Needs patch 111187 for older sol8 to use NIC Can burn CDs with cdrecord! USB works. |
Toshiba Tecra 9000 | 8 | Xsun+Xfree86 Kit (S3 Savage entry) |
built-in Intel NIC (needs entry added) | add iprb "pci8086,1031" to /etc/driver_aliases |
Toshiba Tecra 9100 | 9 | Xsun+Xfree86, XF86-Savage (S3 Savage 4) |
built-in Intel NIC (needs entry added) | add iprb "pci8086,1031" to /etc/driver_aliasesTo get USB working, add all of the following to /etc/driver_aliases usba "pci8086,2482" usba "pci8086,2484" usba "pci8086,2487"(note: this may be an error: you may need "uhci" instead of "usba". ) |
Toshiba Tecra S1 (PT831E-14UQG-GR) |
9 | Xsun VESA (ATI Mobility Radeon 9000) |
built-in Intel NIC (needs entry added) | add iprb "pci8086,103d" to /etc/driver_aliasesSolaris works with USB controller. Must boot from USB floppy, to install(presumably set to "legacy mode") |
Twinhead 2400 | 8 | Xsun+Xfree86 4.3.0.1 kit, XF86-VESA (Sis 630 LT) |
Sis900 PCI | USB does NOT work. Use Masayuki Murayama's sfe ethernet driver. |
UMAX 2850 | 8 | Xig (Xsun+Xfree86 should also work) (ATI Rage Pro LT) |
built-in NIC (pcn0) | USB works |
A listing of a laptop in a particular configuration/solaris version
does not neccessarily mean it is the ONLY way to get it working.
A listing simply means that someone has emailed me that this specific config
does actually work.
Along those lines, if you have some more information about an existing entry, PLEASE EMAIL ME!
Random tip: To disable ACPI in solaris 8 intel, edit
/boot/solaris/bootenv.rc
and add
setprop acpi-user-options '0x2'
[on a boot floppy, the file to tweak would be /solaris/bootenv.rc]
You can also do this by going into "boot tasks", just before selecting
your boot device. Pick the "edit properties" option, and enter the
acpi-user-options
by hand.
If you just need to disable "APIC" information (this helps with soundcards sometimes), you can tweak only /etc/system by adding
set pcplusmp:apic_use_acpi = 0Another fun little tweak that may help, is
set pcplusmp:apic_forceload = -1
Random tip: make sure to have solaris 8 patch 108529-10, for longer battery life.
3com ethernet:
In trying to get the 3com ethernet card to work, it may
be neccessary to create the file /kernel/drv/pcelx.conf
containing the line
force-8bit=1;
Additionally, you may have to disable the parallel port, if present.
Courtesy of Kenneth Simpson
To add an entry for your laptop to the laptops list, the best way is to use the submission form
If you are interested in what other UNIXen may run on your laptop (or palmtop, or...) you might be interested in http://www.tuxmobil.org/(previously, www.mobilix.org)
For laptop vendors, I am available on a contract basis to configure Solaris x86 for your laptops, provide a custom image, and assist you in any productizing issues
Written by: Philip Brown
Bolthole Top -
Solaris-x86 Top -
Search Bolthole.com