net-setup

About
Drivers
Configuration
Wireless
DHCP
StaticIP
Glossary

Network Setup wizard

The network setup wizard will help you connect to an wired ethernet or wireless network.

It works with most network adapters and configurations but not with all of them. Please note that not all adapters work the same way. Some may require additional steps.

If you are new to networking please read the glossary so you can understand the explanations that follow.

This document will not tell you all there is to know about networks, or how to set-up a network, just how to connect to an existing network.

The steps you'll have to follow to connect to the network are:

  1. Ensure that there is a driver loaded for your adapter so Puppy can see it as a valid device (a.k.a an "interface").
  2. If you have wireless: set up the wireless parameters
  3. Assign an IP address to your device.
  4. Select if you want this configuration to be used the next time you start Puppy.

Those simple steps are explained in more detail throughout this document.

If you have trouble connecting to your network, you can ask for help on the Puppy forum following the link from the main Puppy page

Back to top

Loading Drivers

Sometimes puppy can identify your particular adapter and load a driver automatically. If this was the case you will see an interface listed in the Interfaces section, along with the driver used and a button to configure the interface. Lucky you!

If you don't see a driver or a device that corresponds to the adapter you want to use you will have to load it manually.

To manually load a driver you will first need to know what driver you need. For this you will need the adapter brand, model and version. Once you have this information, you can try the following options to find out your driver:

  • Go to the adapter's documentation or the manufacturer's web site and look for either the driver name or the chipset.
  • Try pressing the "Load module" button and see if any of the descriptions mentions your adapter.
  • Search on the Internet using the adapter brand, model and version.
  • Ask in the Puppy forum. Always provide as much information as you can about your adapter or chipset.

Now that you know what driver you need:

  1. On the main window of the wizard click on the "Load module" button
  2. Select the driver from the list
  3. Click OK

The following special entries exist in the driver list:

auto Forces the wizard to try all the drivers included with Puppy against your adapter.
ndiswrapper

Some adapters do not have a native linux driver. In that case you may be able to use the MS Windows driver included with your adapter. The MS Windows driver consists of a file with extension .inf and another with extension .cat.

Only use these drivers if you are sure there is not a native driver or if you have been advised to do so.

You'll be able to find the Windows drivers in the floppy or CD that came with your adapter.

The wizard will prompt you for the location of the inf file.

specify Sometimes you will need a driver that does not come on the Puppy LiveCD. In that case you will need to install the driver following the instructions on the driver and then load the driver using this option. It will prompt for the name of the driver.
Back to top

Configuring the devices

Once a driver for your adapter is loaded, you will see a button to configure your device. When you click on that button a configuration window will open.

Here you will see the following buttons:

Wireless

The wizard will only show this button if your adapter is identified as a wireless adapter. You will be able to scan for wireless networks and set the wireless parameters here.

Note: The wizard only supports open networks and networks encrypted with WEP, WPA and WPA2. If you need to use other configurations , you will need to search in the Puppy forum for instructions. Hopefully the wizard will soon have that functionality.

Test

Use this button to verify that your adapter is connected to the network.

Auto DHCP

This is the easiest and most common way to acquire an IP address. Most networks provide a DHCP server which will provide this address.

Static IP

In some situations you may want to specify an specific IP address. If you don't know if you need one, then it's almost sure that you don't need one.

You will need to provide the following:
Static IP: This is the address you want to computer to use.
Netmask: Mask that specifies what part of a subnetwork will be visible.
Gateway: This is the address of the server (or router) that connects you to the internet.
DNS Servers: Address for the servers that convert the address names into numeric IPs.

  • If you connect directly to your modem, your ISP should give you these values from your ISP.
  • If you are using a router check your router's status page to get these values.
  • If you are connecting to a network that you do not manage ask your network administrator for these values.

Back to top