Got my Cisco 678 modem today. It’s set up and seems to be running fine. Ran into a few quirks (why does this always happen to me?) but ironed it all out. Need to configure my FreeBSD machine now.
Category: Operating Systems
New DSL modem, a possiblity of Employment and not going to California
Qwest is sending me a Cisco 678. The 675 doesn’t work with our current line. Also, using the Intel Pro/DSL 3200 USB modem is a pain. It royally sucks. Plus, my FreeBSD machine doesn’t recognize it. If I get the 678, I can just hook it up to the uplink port of the hub and…
Horrible
How hard can installing a new OS get? Pretty damn hard. It took three hard disks and two other OS’es to get it right. Huh what? Yeah you heard me… I wanted switch from Windows XP Home to Windows XP Professional. So I pull out a pre-activated copy (muhaha) that my buddy gave me a…
More FreeBSD
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,…
I rule!
It works!! It works!! The machine wasn’t able to resolve IP addresses. So I added the IP of the nameserver (that I got from my WinXP box my using nslookup) to /etc/resolv.conf and now it works. =D I’m sooo happy!!
resolv.conf
vi resolv.conf…. nameserver 206.80.192.1… reboot… cross my fingers… hope this works…
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….