wireless card and Slackware

I don’t know if posting tech questions is really allowed here, but I figure if it’s not, the thread will get moved/deleted.

I’m not really sure how to go from a fresh install to using the Internet, and while I can follow the examples people have posted online, I can’t access anything. I frustrate myself for about 15 minutes every night until I get bored and move on to something else.

I have a Lenovo ThinkPad with an Intel 4965 AGN wireless card, running Slackware 12.2 with KDE. I know very little about Linux and next to nothing about wireless cards. This is basically the extent of what I know how to do:

For eth1, eth2 and eth3 above, they’re identical to eth0 with empty quotes under USE_DHCP=

I also have to go to Network Configuration and manually turn on wlan0 everytime I reboot, which is also annoying. Anyway I can automate this?

Thanks in advance!

You know next to nothing about Linux, yet you’re trying to get Slackware to work for you? I’m a bona fide Linux nerd of five years, and I wouldn’t touch Slackware with a ten foot pole. Sheesh, you must be one of those masochist types I’ve heard so much about.

One of the problems with Slackware is that it tends to be somewhat conservative with its packages. For example, that KDE you’re running, I’d bet dollars to donuts that it’s KDE 3.5. That’s a fairly old and outdated version of KDE, and it’s possible that newer versions of KDE have superior wireless management. I wouldn’t know (being a GNOME guy myself), but I know GNOME’s wireless management took a quantum leap forward about nine months ago with GNOME 2.24, and it’s now easy as pie.

If you’re not a longtime Linux nerd, I can’t recommend that you stick with Slackware at the moment. I’d recommend that you go with something like Ubuntu, or even Fedora, both of which have easy-as-pie wireless management built in to their default desktop environments. If you absolutely have to stick with Slackware, though, you can create a shell script that simply turns on wlan0 for you, and add it to the default runlevel. I do not honestly know what the preferred way to do this is in Slackware. In Gentoo, it’d be something like “rc-update -add /path/to/turnonwlan.sh” as root, but I think rc-update is a Gentoo-specific thing. Check your distro’s documentation.

Yay, it’s running now. Just so there’s a record of it in case anyone else is confused, I followed this:

Configuring your network in Slackware

It’s pretty explicit about what everything is and does.

I’ve got Windows XP running on this computer as well, and I have Ubuntu on my desktop (I’m working off of a laptop right now), although because Ubuntu’s so easy to configure, I never really figured out what I was doing most of the time. Right now I’m just playing around with Slackware and trying to figure out what’s what, so it’s not urgent that I get Slackware up and running immediately, but thanks for the advice.