LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   New install, nothing works... (https://www.linuxquestions.org/questions/slackware-14/new-install-nothing-works-621295/)

jwk2801 02-15-2008 03:52 AM

New install, nothing works...
 
Hello I partitioned my laptop hd and installed slack, I did not install lilo because I want to use windows boot loader anyway I boot from the install cd and the only things that work are my keyboard and mouse.
Can't even send some text to my pen drive to post here, says can't send message or something like that.

Guess the first thing i need to do is get the net up so ill tell you what i can...

I have a HP Pavilion zv5000
AMD Athlon XP-M 3000+

NIC = Realtek RTL8139/810x

If i run lsmod the 8139too module is there

It wont let me modprob to try 8139cp

If u can tell me how to wright to my pen drive i could paste more logs.


I found a way !!!
Used backtrack live cd (everything works on that) and grabbed the docs I made for this post off the HD.


ifconfig output:

bash-3.1# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

bash-3.1#


lspci output:

bash-3.1# lspci
00:00.0 Host bridge: nVidia Corporation nForce3 Host Bridge (rev a4)
00:01.0 ISA bridge: nVidia Corporation nForce3 LPC Bridge (rev a6)
00:01.1 SMBus: nVidia Corporation nForce3 SMBus (rev a4)
00:02.0 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
00:02.1 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
00:02.2 USB Controller: nVidia Corporation nForce3 USB 2.0 (rev a2)
00:06.0 Multimedia audio controller: nVidia Corporation nForce3 Audio (rev a2)
00:06.1 Modem: nVidia Corporation nForce3 Audio (rev a2)
00:08.0 IDE interface: nVidia Corporation nForce3 IDE (rev a5)
00:0a.0 PCI bridge: nVidia Corporation nForce3 PCI Bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation nForce3 AGP Bridge (rev a4)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 420 Go 32M] (rev a3)
02:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
02:04.0 CardBus bridge: Texas Instruments PCI1620 PC Card Controller (rev 01)
02:04.1 CardBus bridge: Texas Instruments PCI1620 PC Card Controller (rev 01)
02:04.2 System peripheral: Texas Instruments PCI1620 Firmware Loading Function (rev 01)
bash-3.1#


lsmod output:

bash-3.1# lsmod
Module Size Used by
sg 30364 0
snd_seq_dummy 6788 0
snd_seq_oss 32896 0
snd_seq_midi_event 10112 1 snd_seq_oss
snd_seq 50640 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10508 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42784 1
snd_mixer_oss 18048 1 snd_pcm_oss
ipv6 254496 12
capability 7304 0
commoncap 9344 1 capability
lp 13736 0
parport_pc 27812 1
parport 34760 2 lp,parport_pc
pcspkr 6528 0
psmouse 39048 0
pcmcia 34988 0
8139too 25472 0
mii 8576 1 8139too
bcm43xx 428064 0
yenta_socket 27148 2
rsrc_nonstatic 14848 1 yenta_socket
ieee80211softmac 30464 1 bcm43xx
ieee80211 34248 2 bcm43xx,ieee80211softmac
pcmcia_core 36500 3 pcmcia,yenta_socket,rsrc_nonstatic
ieee80211_crypt 8576 1 ieee80211
serio_raw 9220 0
ata_generic 9220 0
shpchp 33172 0
i2c_nforce2 8704 0
k8temp 8320 0
hwmon 6404 1 k8temp
pata_amd 13964 0
evdev 11904 1
snd_intel8x0 32412 1
snd_ac97_codec 98980 1 snd_intel8x0
ac97_bus 6016 1 snd_ac97_codec
snd_pcm 72068 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 22532 2 snd_seq,snd_pcm
snd 47204 9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd _timer
amd64_agp 13572 1
agpgart 31432 1 amd64_agp
soundcore 9824 2 snd
snd_page_alloc 11528 2 snd_intel8x0,snd_pcm



Thank You for any help.

John

Zmyrgel 02-15-2008 04:32 AM

Could you be a bit more specific about what is not working? What error messages it gives?

Which version of Slackware you use? Do you boot Slack with the same CD you installed it from?

zux 02-15-2008 04:32 AM

did you configure your network? if network just worked from the liveCD I suppose you have dhcp, so running dhcpcd eth1 should get you up.
or run netconfig and add dhcp to make it permanent.
ifconfig -a should show you that the interface is loaded.

rkrishna 02-15-2008 04:33 AM

Quote:

I did not install lilo because I want to use windows boot loader anyway I boot from the install cd and the only things that work are my keyboard and mouse.
without using a boot loader, and getting into slack is the worst way, atleast you can install lilo to the root partion of your disk.

also getting into slackware root using installer cd is tricky, you have to go form the boot: prompt of installer cd

windows bootloader will only give minimal option, and pointing your linux partiton is hell(it can be done)

jwk2801 02-15-2008 10:58 AM

Ok I took your advice and installed lilo, It's up and running fine.
Got on line :D by doing this:

bash-3.1# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

bash-3.1# ifconfig eth1 up
bash-3.1# ifconfig
eth1 Link encap:Ethernet HWaddr 00:0F:B0:46:63:E9
inet6 addr: fe80::20f:b0ff:fe46:63e9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:238 (238.0 b)
Interrupt:17 Base address:0x7000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

bash-3.1# dhcpcd eth1
bash-3.1# ifconfig
eth1 Link encap:Ethernet HWaddr 00:0F:B0:46:63:E9
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20f:b0ff:fe46:63e9/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1329 (1.2 KiB) TX bytes:1118 (1.0 KiB)
Interrupt:17 Base address:0x7000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

However I have to do it every reboot, I tried netconfig and this diden't help.
Also the error i get when trying to set up NIC with K Menu > Control Center > Internet & Network > Network Settings is:

"Unsupported Platform" and I get a list of others to choose from so i pick slack 10 and i can see my nick is up (green check) but if i disable it I cannot re-enable it with this interface.

I am using Slackware 12..

Thank You all for the help thus far.

John

PS: I don't understand why I can run a live cd (backtrack or ubuntu) and everything works right off the bat..

BCarey 02-15-2008 11:49 AM

In /etc/rc.d/rc.inet1.conf find the line DHCP_HOSTNAME[1] (sorry, I should have said USE_DHCP[1]) and set it to "yes".

Brian

Edited to correct bad cut-and-paste.

jwk2801 02-15-2008 12:16 PM

Thanks for the reply Brian, I did what you said and rebooted and I still had to ifconfig my NIC again, thanks though.

Output of rc.inet1.conf:

# Config information for eth0:
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]="yes"
DHCP_HOSTNAME[0]=""

# Config information for eth1:
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]=""
DHCP_HOSTNAME[1]="yes"

# Config information for eth2:
IPADDR[2]=""
NETMASK[2]=""
USE_DHCP[2]=""
DHCP_HOSTNAME[2]=""

# Config information for eth3:
IPADDR[3]=""
NETMASK[3]=""
USE_DHCP[3]=""
DHCP_HOSTNAME[3]=""

# Default gateway IP address:
GATEWAY=""

BCarey 02-15-2008 12:50 PM

Sorry, I did a bad cut and paste. It should be USE_DHCP[1] that you set to yes.

Brian

simonb1975uk 02-19-2008 05:22 AM

Are you loading the correct module? On my setup the module is simply r8169. As root type modprobe r8169 then run dhcpcd eth0 or run netconfig to assign ip address manually.

Simon

jwk2801 02-19-2008 12:32 PM

All is well with my LAN NIC now thank you all, Brian your fix worked now I have net when I start up..

Also I got my sound working...

No luck with wireless yet, but I'm trying.

John

masonm 02-19-2008 12:45 PM

You'll probably have to use ndiswrapper for your wireless. You can do a search for that on these forums for loads of info on how to set it up and use it.

As for your former booting issue, if your machine boots from a usb device you could have simply created a bootable usb flash drive to boot the system. Wouldn't hurt to make one for emergencies anyway.

swampdog2002 02-19-2008 01:42 PM

John, I noticed from your output of 'lspci' that you have the following wireless card installed:
Code:

02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
Is this integrated wireless, or a PCMCIA card? I have a Linksys WPC54GS card with a similar chipset that I am trying to set up in openSUSE 10.3 that I am having a difficult time with, even after following instructions found within the forums and from the official ndiswrapper website. The configuration procedure for Slackware should be similar, so if you do get your wireless card working please post back here with your success story and the steps you took in order to get it working so. Thanks.

BCarey 02-19-2008 02:45 PM

There are two ways to go with this card. There is the bcm43xx module or there is ndiswrapper. I have had trouble with the bcm43xx module in the past, so I use ndiswrapper. Have you tried this yet? Did you extract the firmware with fwcutter (if using bcm43xx)?

Brian

BCarey 02-19-2008 04:22 PM

Quote:

Originally Posted by swampdog2002 (Post 3062819)
John, I noticed from your output of 'lspci' that you have the following wireless card installed:
Code:

02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
Is this integrated wireless, or a PCMCIA card? I have a Linksys WPC54GS card with a similar chipset that I am trying to set up in openSUSE 10.3 that I am having a difficult time with, even after following instructions found within the forums and from the official ndiswrapper website. The configuration procedure for Slackware should be similar, so if you do get your wireless card working please post back here with your success story and the steps you took in order to get it working so. Thanks.

What kind of problems are you having? Where do you get lost?

Basically:
1. Compile and install ndiswrapper (I recommend the slackbuild at slackware.com/~alien/slackbuilds.
2. ndiswrapper -i bcmwl5.inf (driver from your windows system)
3. modprobe ndiswrapper

At this point iwconfig should show your wifi card at wlan0.

Brian

jwk2801 02-19-2008 04:58 PM

Well for some reason I can't get ndiswrapper to install my drivers:

Code:

bash-3.1# ndiswrapper -i bcmwl5.inf 
couldn't open bcmwl5.inf: No such file or directory at /usr/sbin/ndiswrapper line 219.
bash-3.1#


Also I will have to look into fwcutter as I don't know what it is.

Yes my card is integrated I have a Pavilion zv5434rs laptop

GRRRRR.

John

BCarey 02-19-2008 05:18 PM

Quote:

Originally Posted by jwk2801 (Post 3063038)
Well for some reason I can't get ndiswrapper to install my drivers:

Code:

bash-3.1# ndiswrapper -i bcmwl5.inf 
couldn't open bcmwl5.inf: No such file or directory at /usr/sbin/ndiswrapper line 219.
bash-3.1#


Also I will have to look into fwcutter as I don't know what it is.

Yes my card is integrated I have a Pavilion zv5434rs laptop

GRRRRR.

John

It just can't find your inf file. You should supply the full path to your bcmwl5.inf (or make sure it is in the current directory.

Brian

jwk2801 02-20-2008 11:01 AM

Ok got them installed and now working on this:

Code:

bash-3.1# ndiswrapper -i bcmwl5.inf
installing bcmwl5 ...
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
bash-3.1# ndiswrapper -l         
bcmwl5 : driver installed
        device (14E4:4320) present (alternate driver: bcm43xx)
bash-3.1#


BCarey 02-20-2008 12:58 PM

You're fine. Don't worry about the messages. Just "modprobe ndiswrapper" as root, then you should see your wifi card at wlan0.

Brian

jwk2801 02-20-2008 02:05 PM

That didn't work seems Im suppose to rmmod bcm43xx but when I do that I get:

Code:

bash-3.1# ifconfig
eth1      Link encap:Ethernet  HWaddr 00:0F:B0:46:63:E9 
          inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::20f:b0ff:fe46:63e9/64 Scope:Link
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:634 errors:0 dropped:0 overruns:0 frame:0
          TX packets:641 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:606934 (592.7 KiB)  TX bytes:107467 (104.9 KiB)
          Interrupt:17 Base address:0x7000

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

bash-3.1# iwconfig
lo        no wireless extensions.

eth1      no wireless extensions.

bash-3.1#


Also when I reboot the bcm43xx is back in lsmod any way to keep it gone ?


Here is my lsmod after I rmmod bcm43xx:

Code:

bash-3.1# lsmod
Module                  Size  Used by
ndiswrapper          185884  0
snd_seq_dummy          6788  0
snd_seq_oss            32896  0
snd_seq_midi_event    10112  1 snd_seq_oss
snd_seq                50640  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device        10508  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            42784  0
snd_mixer_oss          18048  1 snd_pcm_oss
ipv6                  254496  12
capability              7304  0
commoncap              9344  1 capability
lp                    13736  0
parport_pc            27812  1
parport                34760  2 lp,parport_pc
pcspkr                  6528  0
psmouse                39048  0
pcmcia                34988  0
ieee80211softmac      30464  0
ieee80211              34248  1 ieee80211softmac
ieee80211_crypt        8576  1 ieee80211
8139too                25472  0
mii                    8576  1 8139too
yenta_socket          27148  2
rsrc_nonstatic        14848  1 yenta_socket
pcmcia_core            36500  3 pcmcia,yenta_socket,rsrc_nonstatic
serio_raw              9220  0
i2c_nforce2            8704  0
shpchp                33172  0
ata_generic            9220  0
snd_intel8x0          32412  0
snd_ac97_codec        98980  1 snd_intel8x0
ac97_bus                6016  1 snd_ac97_codec
snd_pcm                72068  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer              22532  2 snd_seq,snd_pcm
snd                    47204  9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore              9824  1 snd
snd_page_alloc        11528  2 snd_intel8x0,snd_pcm
k8temp                  8320  0
hwmon                  6404  1 k8temp
amd64_agp              13572  1
pata_amd              13964  0
agpgart                31432  1 amd64_agp
evdev                  11904  1


ndiswrapper -l is the same:

Code:

bash-3.1# ndiswrapper -l
bcmwl5 : driver installed
        device (14E4:4320) present (alternate driver: bcm43xx)
bash-3.1#


Thank You for the help Brian..

John

jwk2801 02-20-2008 03:17 PM

Also I have been trying to mount my cd/dvdrom I use this (only works with disk in):

Code:

bash-3.1# mount /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only
bash-3.1#

Now i can read the cd but if I try to eject I get this:


Code:

Unfortunately, the device system:/media/hdc (/dev/hdc) named 'SLAX' and currently mounted at /mnt/cdrom could not be unmounted.
Unmounting failed due to the following error:
A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Unmount" error name "(unset)" destination "org.freedesktop.Hal")

And I am logged as root.

John

jwk2801 02-20-2008 04:14 PM

Update:

Ok I backlisted bcm43xx and now when I restart It is gone so I modprobe ndiswrapper and I can see wlan0 !!!

Code:

bash-3.1# ifconfig
eth1      Link encap:Ethernet  HWaddr 00:0F:B0:46:63:E9 
          inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::20f:b0ff:fe46:63e9/64 Scope:Link
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3148 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2721 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2322351 (2.2 MiB)  TX bytes:647115 (631.9 KiB)
          Interrupt:17 Base address:0x7000

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wlan0    Link encap:Ethernet  HWaddr 00:90:4B:B7:4D:DA 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:21 Memory:e8100000-e8102000


One problem is when I restart now ndiswrapper is gone and I have to modprobe it again, why ?

Well now I can see my card but I can't get it up and running, If I use "dhcpcd wlan0" It just hangs.

Getting there.

John

randomsel 02-20-2008 04:57 PM

ndiswrapper --help or ndiswrapper -? will give you an option to add ndiswrapper to your modprobe.d. man pages are also very helpful

jwk2801 02-20-2008 05:53 PM

I did:

Code:

ndiswrapper -m
and:

Code:

echo ndiswrapper >> /etc/modules
Per this post: http://ubuntuforums.org/showthread.php?t=297092

and rebooted still had to modprobe ndiswrapper manually.

John

BCarey 02-20-2008 08:44 PM

Quote:

Originally Posted by jwk2801 (Post 3064299)
I did:

Code:

ndiswrapper -m
and:

Code:

echo ndiswrapper >> /etc/modules
Per this post: http://ubuntuforums.org/showthread.php?t=297092

and rebooted still had to modprobe ndiswrapper manually.

John

Just edit the file /etc/rc.d/rc.modules and add the line "/sbin/modprobe ndiswrapper". rc.modules is where you tell slack to load extra modules.

Brian

jwk2801 02-20-2008 10:03 PM

That did it !! My wireless is up and running, Thanx Brian.

I got my cdrom mounted to (I think)

Do I need to undo the "ndiswrapper -m" and "echo ndiswrapper >> /etc/modules" commands I did earlier ?

John

BCarey 02-20-2008 10:48 PM

Quote:

Originally Posted by jwk2801 (Post 3064516)
That did it !! My wireless is up and running, Thanx Brian.

I got my cdrom mounted to (I think)

Do I need to undo the "ndiswrapper -m" and "echo ndiswrapper >> /etc/modules" commands I did earlier ?

John

Your welcome. I'm not sure (not on my laptop) what ndiswrapper -m does. With regard to the other, you should understand what you did. "echo ndiswrapper >> /etc/modules" will append a line to the file /etc/modules, the specific line being "ndiswrapper". Since, at least on a slack system, there is no file named /etc/modules, you have created a text file with one line in it. You might as well delete the file, since it does not do anything, athough it is not doing any harm.

I could have told you to type "echo '/sbin/modprobe ndiswrapper' >> /etc/rc.d/rc.modules" instead of telling you to edit the file and add the line, and it would have had the same effect. By telling you to edie the file, I thought you would have the opportunity to see what else was in there and get an understanding of why you were doing what you were doing.

Brian


All times are GMT -5. The time now is 12:15 PM.