Hi, Eric: Congrats on getting Linux installed. To see if your ethernet device is loaded, look at the output of: lsmod I believe Broadcom is quite well supported, but look in the file /etc/modprobe.conf to see if an ethernet driver for your ethernet port (probably eth0) was created. To see if the device is configured for networking, do: ifconfig The output of this command should show the configuration first for your ethernet devices and lastly for localhost. To see only the configuration for the first ethernet device, you would do: ifconfig eth0 Theoutput begins with the mac address. The second line of output contains the ip address, netmask, and broadcast addresses for that interface. Next, you need to ascertain that you have correctly specified a gateway: route If you haven't, try: route add default gw [address] eth0 where [address] is the address of your gateway. Data for configuring your devices is stored in various files under /etc/sysconfig/. You should have configured networking during the installation. If it isn't configured, run: setup as root and select network configuration. PS: "localhost/notebook" is not a supported syntax. Eric Kosten writes: > Hello list members. First, happy new year. > I am running the speakup modified fedora dist and installed it last > night.Now to the meat1! If I remember networks correctly, if I can't ping a > local ip address, but can ping localhost (127.0.0.1) if I am correct the > card is working? Example: my notebook is located on 192.168.1.201 > I tried to ping an outside network and could not do it, so tried > localhost/notebook. > Aside from localhost, what is the easiest way to check to see if linux can > see my card of type: > broadcom 4401? > thanks > Eric > _______________________________________________ > Speakup mailing list > Speakup at braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup -- Janina Sajka, Chair Accessibility Workgroup Free Standards Group (FSG) janina at freestandards.org Phone: +1 202.494.7040 If Linux doesn't solve your computing problem, you need a different problem.