Date: Fri, 15 Sep 2000 22:55:04 -0700 From: "Tomlinson, Drew" <Drew.Tomlinson@lc.ca.gov> To: "'kstewart@urx.com'" <kstewart@urx.com> Cc: "'FreeBSD Questions (E-mail)'" <freebsd-questions@FreeBSD.ORG> Subject: RE: Help re: Make Install Kernel=MYKERNEL Message-ID: <8C224DC088D8D111B67D0000F67AC17E029C4C91@ldcmsx01.lc.ca.gov>
next in thread | raw e-mail | index | archive | help
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --Boundary_(ID_fxxME+WTW6FqpIEpFOc2ng) Content-type: text/plain [snip] > > Ok, I've completed all of the steps and the new kernel boots. > > However, I'm still not sure if I had my kernel config file correct. > > I can't mount my CDROM drive. And I concerned about the line "isa0: > > too many dependant configs (8)". Can you see any problems? My > > kernel config follows the boot messages for your reference. > > I don't know about the isa0 either but down below you have a acd0c > CDROM and you should be able to just say "mount /cdrom" OK, thanks. I was suffering from cerebral flatulence and trying "mount /cd9660". :) [snip] > > Doing initial network setup: hostname domain. > > ed0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > > inet 192.168.0.5 netmask 0xffffff00 broadcast 192.168.0.255 > > inet6 fe80::240:5ff:fe66:b255%ed0 prefixlen 64 tentative > > scopeid 0x2 > > ether 00:40:05:66:b2:55 > > lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 > > inet6 fe80::1%lo0 prefixlen 64 scopeid 0xa > > inet6 ::1 prefixlen 128 > > inet 127.0.0.1 netmask 0xff000000 > > add net default: gateway 192.168.0.254 > > You have your ed0 NIC now. Can you ping your machine from one of the > other systems? You should be able to use your network at this point. > Your ed0 parameters look good. What about your resolv.conf and hosts? [snip] > > My kernel config file: [snip] > You have some excess stuff here What can I get rid of? > > > > > device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 > > device fe0 at isa? port 0x300 > > device le0 at isa? port 0x300 irq 5 iomem 0xd0000 > > device lnc0 at isa? port 0x280 irq 10 drq 0 > > device cs0 at isa? port 0x300 > > device sn0 at isa? port 0x300 irq 10 > > # requires PCCARD (PCMCIA) support to be activated > > #device xe0 at isa? > > > > # Pseudo devices - the number indicates how many units to allocated. > > > > pseudo-device loop # Network loopback > > pseudo-device ether # Ethernet support > > pseudo-device sl 1 # Kernel SLIP > > pseudo-device ppp 1 # Kernel PPP > > pseudo-device tun # Packet tunnel. > > pseudo-device pty # Pseudo-ttys (telnet etc) > > pseudo-device md # Memory "disks" > > pseudo-device gif 4 # IPv6 and IPv4 tunneling > > pseudo-device faith 1 # IPv6-to-IPv4 relaying > > (translation) > > > > # The `bpf' pseudo-device enables the Berkeley Packet Filter. > > # Be aware of the administrative consequences of enabling this! > > pseudo-device bpf #Berkeley packet filter > > > > # USB support > > ...All commented out... > > > > # USB Ethernet, requires mii > > ...All commented out... > > I would comment out all of the IPv6 stuff. What is your network status > at this point? My network is up. I can ping, telnet, ftp, etc. Once I sucessfully compiled my kernel, the networking stuff resolved itself. Everything seems to be working OK. Is there any pressing need to recompile without the IPV6 and the excess stuff you mention above? If there's not, then I will wait as my 486 seems to take about 4 hours to build and install a new kernel. Your help has been invaluable and I thank you. Now I'm off to DNS (which I know nothing about either) :) Drew > > Kent > > -- > Kent Stewart > Richland, WA > > mailto:kbstew99@hotmail.com > http://kstewart.urx.com/kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > --Boundary_(ID_fxxME+WTW6FqpIEpFOc2ng) Content-type: text/html Content-transfer-encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 5.5.2650.12"> <TITLE>RE: Help re: Make Install Kernel=3DMYKERNEL</TITLE> </HEAD> <BODY> <P><FONT SIZE=3D2>[snip]</FONT> </P> <P><FONT SIZE=3D2>> > Ok, I've completed all of the steps and the = new kernel boots.</FONT> <BR><FONT SIZE=3D2>> > However, I'm still not sure if I had my = kernel config file correct.</FONT> <BR><FONT SIZE=3D2>> > I can't mount my CDROM drive. And I = concerned about the line "isa0:</FONT> <BR><FONT SIZE=3D2>> > too many dependant configs = (8)". Can you see any problems? My</FONT> <BR><FONT SIZE=3D2>> > kernel config follows the boot messages = for your reference.</FONT> <BR><FONT SIZE=3D2>> </FONT> <BR><FONT SIZE=3D2>> I don't know about the isa0 either but down = below you have a acd0c</FONT> <BR><FONT SIZE=3D2>> CDROM and you should be able to just say = "mount /cdrom"</FONT> </P> <P><FONT SIZE=3D2>OK, thanks. I was suffering from cerebral = flatulence and trying "mount /cd9660". :)</FONT> </P> <P><FONT SIZE=3D2>[snip]</FONT> </P> <P><FONT SIZE=3D2>> > Doing initial network setup: hostname = domain.</FONT> <BR><FONT SIZE=3D2>> > ed0: = flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu = 1500</FONT> <BR><FONT SIZE=3D2>> = > inet 192.168.0.5 = netmask 0xffffff00 broadcast 192.168.0.255</FONT> <BR><FONT SIZE=3D2>> = > inet6 = fe80::240:5ff:fe66:b255%ed0 prefixlen 64 tentative</FONT> <BR><FONT SIZE=3D2>> > scopeid 0x2</FONT> <BR><FONT SIZE=3D2>> = > ether = 00:40:05:66:b2:55</FONT> <BR><FONT SIZE=3D2>> > lo0: = flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384</FONT> <BR><FONT SIZE=3D2>> = > inet6 fe80::1%lo0 = prefixlen 64 scopeid 0xa</FONT> <BR><FONT SIZE=3D2>> = > inet6 ::1 = prefixlen 128</FONT> <BR><FONT SIZE=3D2>> = > inet 127.0.0.1 = netmask 0xff000000</FONT> <BR><FONT SIZE=3D2>> > add net default: gateway = 192.168.0.254</FONT> <BR><FONT SIZE=3D2>> </FONT> <BR><FONT SIZE=3D2>> You have your ed0 NIC now. Can you ping your = machine from one of the</FONT> <BR><FONT SIZE=3D2>> other systems? You should be able to use your = network at this point.</FONT> <BR><FONT SIZE=3D2>> Your ed0 parameters look good. What about your = resolv.conf and hosts?</FONT> </P> <P><FONT SIZE=3D2>[snip]</FONT> </P> <P><FONT SIZE=3D2>> > My kernel config file:</FONT> </P> <P><FONT SIZE=3D2>[snip]</FONT> </P> <P><FONT SIZE=3D2>> You have some excess stuff here</FONT> </P> <P><FONT SIZE=3D2>What can I get rid of?</FONT> </P> <P><FONT SIZE=3D2>> </FONT> <BR><FONT SIZE=3D2>> ></FONT> <BR><FONT SIZE=3D2>> > = device = ie0 at isa? port 0x300 irq 10 iomem = 0xd0000</FONT> <BR><FONT SIZE=3D2>> > = device = fe0 at isa? port 0x300</FONT> <BR><FONT SIZE=3D2>> > = device = le0 at isa? port 0x300 irq 5 iomem = 0xd0000</FONT> <BR><FONT SIZE=3D2>> > = device = lnc0 at isa? port 0x280 irq 10 drq 0</FONT> <BR><FONT SIZE=3D2>> > = device = cs0 at isa? port 0x300</FONT> <BR><FONT SIZE=3D2>> > device &= nbsp; sn0 at isa? port 0x300 irq = 10</FONT> <BR><FONT SIZE=3D2>> > # requires PCCARD (PCMCIA) support to be = activated</FONT> <BR><FONT SIZE=3D2>> > = #device = xe0 at isa?</FONT> <BR><FONT SIZE=3D2>> > </FONT> <BR><FONT SIZE=3D2>> > # Pseudo devices - the number indicates = how many units to allocated.</FONT> <BR><FONT SIZE=3D2>> > </FONT> <BR><FONT SIZE=3D2>> > pseudo-device = loop = # Network loopback</FONT> <BR><FONT SIZE=3D2>> > pseudo-device = ether # = Ethernet support</FONT> <BR><FONT SIZE=3D2>> > pseudo-device = sl 1 = # Kernel SLIP</FONT> <BR><FONT SIZE=3D2>> > pseudo-device = ppp 1 # = Kernel PPP</FONT> <BR><FONT SIZE=3D2>> > pseudo-device = tun &nb= sp; # Packet tunnel.</FONT> <BR><FONT SIZE=3D2>> > pseudo-device = pty &nb= sp; # Pseudo-ttys (telnet etc)</FONT> <BR><FONT SIZE=3D2>> > pseudo-device = md &nbs= p; # Memory "disks"</FONT> <BR><FONT SIZE=3D2>> > pseudo-device = gif 4 # = IPv6 and IPv4 tunneling</FONT> <BR><FONT SIZE=3D2>> > pseudo-device = faith 1 # IPv6-to-IPv4 = relaying</FONT> <BR><FONT SIZE=3D2>> > (translation)</FONT> <BR><FONT SIZE=3D2>> > </FONT> <BR><FONT SIZE=3D2>> > # The `bpf' pseudo-device enables the = Berkeley Packet Filter.</FONT> <BR><FONT SIZE=3D2>> > # Be aware of the administrative = consequences of enabling this!</FONT> <BR><FONT SIZE=3D2>> > pseudo-device = bpf &nb= sp; #Berkeley packet filter</FONT> <BR><FONT SIZE=3D2>> > </FONT> <BR><FONT SIZE=3D2>> > # USB support</FONT> <BR><FONT SIZE=3D2>> > ...All commented out...</FONT> <BR><FONT SIZE=3D2>> > </FONT> <BR><FONT SIZE=3D2>> > # USB Ethernet, requires mii</FONT> <BR><FONT SIZE=3D2>> > ...All commented out...</FONT> <BR><FONT SIZE=3D2>> </FONT> <BR><FONT SIZE=3D2>> I would comment out all of the IPv6 stuff. What = is your network status</FONT> <BR><FONT SIZE=3D2>> at this point?</FONT> </P> <P><FONT SIZE=3D2>My network is up. I can ping, telnet, ftp, = etc. Once I sucessfully compiled my kernel, the networking stuff = resolved itself. Everything seems to be working OK. = </FONT></P> <P><FONT SIZE=3D2>Is there any pressing need to recompile without the = IPV6 and the excess stuff you mention above? If there's not, then = I will wait as my 486 seems to take about 4 hours to build and install = a new kernel.</FONT></P> <P><FONT SIZE=3D2>Your help has been invaluable and I thank you. = Now I'm off to DNS (which I know nothing about either) :)</FONT> </P> <P><FONT SIZE=3D2>Drew</FONT> </P> <P><FONT SIZE=3D2>> </FONT> <BR><FONT SIZE=3D2>> Kent</FONT> <BR><FONT SIZE=3D2>> </FONT> <BR><FONT SIZE=3D2>> -- </FONT> <BR><FONT SIZE=3D2>> Kent Stewart</FONT> <BR><FONT SIZE=3D2>> Richland, WA</FONT> <BR><FONT SIZE=3D2>> </FONT> <BR><FONT SIZE=3D2>> <A = HREF=3D"mailto:kbstew99@hotmail.com">mailto:kbstew99@hotmail.com</A></FO= NT> <BR><FONT SIZE=3D2>> <A = HREF=3D"http://kstewart.urx.com/kstewart/index.html" = TARGET=3D"_blank">http://kstewart.urx.com/kstewart/index.html</A></FONT>= <BR><FONT SIZE=3D2>> FreeBSD News <A = HREF=3D"http://daily.daemonnews.org/" = TARGET=3D"_blank">http://daily.daemonnews.org/</A></FONT> <BR><FONT SIZE=3D2>> </FONT> <BR><FONT SIZE=3D2>> </FONT> <BR><FONT SIZE=3D2>> To Unsubscribe: send mail to = majordomo@FreeBSD.org</FONT> <BR><FONT SIZE=3D2>> with "unsubscribe freebsd-questions" = in the body of the message</FONT> <BR><FONT SIZE=3D2>> </FONT> </P> </BODY> </HTML> --Boundary_(ID_fxxME+WTW6FqpIEpFOc2ng)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8C224DC088D8D111B67D0000F67AC17E029C4C91>