last couple of days, i’ve continued to struggle with linux, but i’m finally making some headway. i’m going to write these things down as a reference for myself, and maybe anyone else that happens to run into these problems in the future.
the first problem i had was getting the wireless card to work. it turns out, with the older version of the kernel i had, the pcmcia socket module wasn’t being loaded automatically. in order to get that to happen, i had to manually enter the command:
/sbin/modprobe yenta_socket
i don’t remember why exactly yenta_socket is associated with pcmcia… but that’s just how it is. i think in the end, this command is called as part of a higher level script in /etc/init.d called “pcmcia” and you can get things running by issuing the command
/sbin/init.d/pcmcia start
once i got the wireless working, i was pretty happy because this meant all of my basic networking connections (ethernet, wireless) were working. the problem now is, lack of DNS servers. i was basically forced to manually input DNS server ips into /etc/resolve.conf through the /usr/bin/system-config-network command. however, with more exploration, i found that if you Edit a device listed in the system-config-network configuration screen, you can choose to make that device use the DHCP specified DNS servers. that certainly did the trick. to manually edit this option (i want to try not to be too dependent on the GUIs now available for linux… just in case someday i find myself at the mercy of the commandline again… hence also the reference to resolve.conf), find the /etc/sysconfig/networking/devices/ifcfg-eth* file corresponding to your ethernet device and set PEERDNS=yes. how to reset the network connection after that point… i dunno.
anyhow, cool. all my networking stuff is up and running now. exciting =).
additionally, allen and mimi both came back from their respective remote locales today. so we played some hold’em and i got destroyed from holding two pairs all the time. that sucks. but oh well. at least we weren’t playing for money.
hockey hasn’t been so great recently… been losing a lot of one goal games late. hopefully things shape up before the playoffs.
last but not least… need to learn how to make soup. will try to make this something of a priority. if that doesn’t pan out, i hear trader joe’s has some pretty good soup in a box?