The FreeBSD Diary |
![]() |
(TM) | Providing practical examples since 1998If you buy from Amazon USA, please support us by using this link. |
|
FreeBSD on a laptop --- by Chris Silva
12 January 2000
|
| This article was written by "Chris Silva" <bitsurfr@enteract.com> and outlines how he installed FreeBSD on a Compaq Armada 1530DM without using PAO. |
|
The article
|
| Well - after some time, and many installs I wanted my honey of an OS,
FreeBSD, to be on my lapdog... I would be damned if I would allow Gates to nab me 'dog... I started with a 3Com 3CCE589ET and my 'dog... I wantend FBSD on it badly. So I installed... The default, surely didn't work - so I searched the FreeBSd site... I came across PAO, wich is mobile computing... That was dandy if you wanted to stay with FBSD 3.3-RELEASE, but I was looking at 3.4 but just a few weeks away... Granted, PAO did what it was 'sposed to do, and I was happy... But, I wanted more... So, I searched... I did'nt find the info I was hoping for (at least not right off the bat) so - I thought, lets try NetBSD, OpenBSD, and even Mandrake... Well, Mandrake blew the hell up... Right out of the water... NetBSD actually went a bit further, but still blew up... So - I opted fer OpenBSD... The install was a bit much at first. But after I got the hang of it (10 min.) it was rather refreshing to do something differant. OpenBSD was just dandy - I got a config for XFree from a Linux site (name withheld) and I was off and running... But, I still missed my fav-OS... I revisited PAO, still no update, then I yacked to my friends on #FreeBSD/UnderNet... I spoke with Acme, he told me how FBSD should look under the correct conditions. I jotted down his ideas, and spyed his config... From that I got a basic idea of what ought to be done and what to look for. He suggested I compile the PCCARD kernel, which I did, and still, nothing... We chated at length (Thanks Acme) and still he lent more ideas where to look... It was time for me to do this on my own... After a few kernel compiles and watching the dmesg, I deceided to look closely at /etc - even more so the /etc/pccard.conf.sample file (which I failed to see before). This was the break I needed. Here is the stuff I kept:
After that I moded my /etc/rc.conf to reflect this: # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # -- sysinstall generated deltas -- # hostname="laptop.makeworld.com" linux_enable="YES" #moused_port="/dev/psm0" #moused_enable="YES" defaultrouter="10.3.1.1" pccard_enable="YES" pccard_mem="DEFAULT" pccard_ifconfig="inet 10.3.1.22 netmask 255.0.0.0" pccardd_flags="-i 10" rpc_statd_enable="NO" portmap_enable="NO" clear_tmp_enable="YES" |
|
The PCCARD Configuration
|
After a reboot, I preform a PCCARDC DUMPCIS to show me the specs of the card:
In any event - this got the lapdog running, and I have been happy since!!! |