Alien Collective
May 2nd, 2008, 09:37 PM
Okay, I've run a web server on Ubuntu for a year or so now, but it amazes me that I haven't bungled anything up yet. I subscribe to the "mess around until it works" school of learning, which isn't always incredibly rewarding when working from the command line.
Anyway, I'm now in the process of setting up a Ubuntu server (8.04) with an old computer I happened to have sitting around, just as a testing server for my web stuff. Everything is working fine now, but it's connected via ethernet, and my router isn't in the most convenient spot, so I'd like to get it using the wireless card instead. During installation I was given the option of which interface to use, but since I knew the ethernet would work I picked that in the interim.
So now my question is twofold (and potentially threefold):
How do I know if it has the necessary drivers? If it doesn't, how can I install them? I've searched the forum, but most of the stuff that came up was gibberish to me. I came across (and ran) this command, which does list my wireless card:
mikkel@montesquieu:~$ lspci | grep -i "network\|ethernet"
00:07.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
00:0a.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
Searching for the model number, I came up with a driver (http://linuxwireless.org/en/users/Drivers/b43), but I don't know if I need it or how to install it if I do. The installation instructions on the site seem to be taking some knowledge for granted.
Once the card is set up, how do I configure it as the default network interface and to connect to my (naturally passworded) wireless network?
I'm sorry, this is rather a lot to ask. I can answer most problems with Google, and I definitely came up with some things that looked helpful this time, but most of it went over my head. If anyone has any help to offer or could point me in the right direction, I'd be much obliged. :)
Anyway, I'm now in the process of setting up a Ubuntu server (8.04) with an old computer I happened to have sitting around, just as a testing server for my web stuff. Everything is working fine now, but it's connected via ethernet, and my router isn't in the most convenient spot, so I'd like to get it using the wireless card instead. During installation I was given the option of which interface to use, but since I knew the ethernet would work I picked that in the interim.
So now my question is twofold (and potentially threefold):
How do I know if it has the necessary drivers? If it doesn't, how can I install them? I've searched the forum, but most of the stuff that came up was gibberish to me. I came across (and ran) this command, which does list my wireless card:
mikkel@montesquieu:~$ lspci | grep -i "network\|ethernet"
00:07.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
00:0a.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
Searching for the model number, I came up with a driver (http://linuxwireless.org/en/users/Drivers/b43), but I don't know if I need it or how to install it if I do. The installation instructions on the site seem to be taking some knowledge for granted.
Once the card is set up, how do I configure it as the default network interface and to connect to my (naturally passworded) wireless network?
I'm sorry, this is rather a lot to ask. I can answer most problems with Google, and I definitely came up with some things that looked helpful this time, but most of it went over my head. If anyone has any help to offer or could point me in the right direction, I'd be much obliged. :)