From owner-freebsd-questions Fri Sep 15 22:55:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id D3F6A37B424 for ; Fri, 15 Sep 2000 22:55:23 -0700 (PDT) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G0Y00N01TR8RJ@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Fri, 15 Sep 2000 22:54:46 -0700 (PDT) Received: from ldcmsx01.lc.ca.gov ([165.107.11.191]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with ESMTP id <0G0Y00J8RTR8F0@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Fri, 15 Sep 2000 22:54:44 -0700 (PDT) Received: by ldcmsx01.lc.ca.gov with Internet Mail Service (5.5.2650.21) id ; Fri, 15 Sep 2000 22:55:14 -0700 Content-return: allowed Date: Fri, 15 Sep 2000 22:55:04 -0700 From: "Tomlinson, Drew" Subject: RE: Help re: Make Install Kernel=MYKERNEL To: "'kstewart@urx.com'" Cc: "'FreeBSD Questions (E-mail)'" Message-id: <8C224DC088D8D111B67D0000F67AC17E029C4C91@ldcmsx01.lc.ca.gov> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: MULTIPART/ALTERNATIVE; BOUNDARY="Boundary_(ID_fxxME+WTW6FqpIEpFOc2ng)" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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 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 RE: Help re: Make Install Kernel=3DMYKERNEL

[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=3D8843<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=3D8049<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      &= nbsp;   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           &nb= sp; # Packet tunnel.
> > pseudo-device   = pty           &nb= sp; # Pseudo-ttys (telnet etc)
> > pseudo-device   = md           &nbs= p;  # 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           &nb= sp; #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)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message