I learnt some new stuff. CvsUP is pretty neat. I learnt the hard way that when you do a make buildworld you have rebuild the kernel the non-traditional way. My kernel wasn’t compiling and for a moment I thought I would have to go through all that madness with write failure on transfers again. See,…
Tag: recompiling kernel
Sound works
I’ve got sound working on my FreeBSD box. Finally. I tracked it down to a conflict between the onboard card and the sound card from my old HP Pavilion. I thought the card was a Soundblaster Live! But it turned out to be some wierd (unsupported) sound-modem combo card called Chameleon. I read that it’s…
Productive… Sort of…
I was sort of productive… I came up with an algorithm for Lab 8. Then after reinstalling FreeBSD like 10 million times (I hate those damned Write Transfer errors) I have finally got it set up… sort of… The sound doesn’t work. I can’t hear anything. I’ve got the box talking to my WinXP box,…
LINT is bad
I figured out my mistake. LINT is bad. I should have used the GENERIC kernel when recompiling… Well anyway, after many aborted attempts due to “Write failure on transfer” errors. I still haven’t figured out why that happens. Whatever it is, it’s lame. Right now I can fix it by switching the installation CD from…
Broke the Kernel
I broke the kernel while trying to configure my sound driver. Didn’t do anything strange. Just rebuilt the kernel. However, when I rebooted, I got a cryptic message displayed in dramatic red text: pmap_bootstrap: no local apic! I searched on Google and found links to cryptic C code. I didn’t feel like wading through it….