Re: FreeBSD as vmware guest OS and net

2004-03-19 Thread J. W. Ballantine

Sorry if I  didn't make my question clear.  I know my NIC card driver,
the problem is when I start up BSD as a guest OS in vmware, it responds that
it can't find a route to the network and I was inquiring if there
was a different  driver needed under vmware bridged-to-network.

Thanks for the response.

Jim

--  In Response to your message -

  Date:  Thu, 18 Mar 2004 15:28:34 -0500 (EST)
  To:  [EMAIL PROTECTED] (J. W. Ballantine)
  From:  Jerry McAllister [EMAIL PROTECTED]
  Subject:  Re: FreeBSD as vmware guest OS and net

   
   
   I have a box with w2k as the primary OS and FreeBSD 4.9-stable installed
   as a dual-boot.  I also have vmware 4 installed under w2k with
   bsd as the guest OS.  My problem is I can't get bsd to talk to
   the network card.  What settings do I need and/or network driver do I
   need to set???
  
  Generally you can figure out the NIC driver by looking through
  the boot messages.   use  dmesg(8)  to look at the file of
  messages.When you find some text looking like it is talking
  about a NIC, then take the two leter code it is referring to and
  use it as your driver - in the kernel.
  
  On the machine I am currently on it looks like:
  
  em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.16 
 port 0xdf40-0xdf7f mem 0xfeae-0xfeaf irq 9 at device 12.0 on pci1
  em0:  Speed:N/A  Duplex:N/A
  
  So the driver is  'em'  in this case.
  
  jerry
  
   
   Jim
   
  


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD as vmware guest OS and net

2004-03-18 Thread J. W. Ballantine

I have a box with w2k as the primary OS and FreeBSD 4.9-stable installed
as a dual-boot.  I also have vmware 4 installed under w2k with
bsd as the guest OS.  My problem is I can't get bsd to talk to
the network card.  What settings do I need and/or network driver do I
need to set???

Jim


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD as vmware guest OS and net

2004-03-18 Thread JAroslav Suchanek
On Thu, Mar 18, 2004 at 09:36:18AM -0500, J. W. Ballantine wrote:
 
 I have a box with w2k as the primary OS and FreeBSD 4.9-stable installed
 as a dual-boot.  I also have vmware 4 installed under w2k with
 bsd as the guest OS.  My problem is I can't get bsd to talk to
 the network card.  What settings do I need and/or network driver do I
 need to set???

I think, there are no special settings. I have network card in 'Bridged'
mode and default installation of FreeBSD. Network card has been detected as:

lnc0: PCNet/PCI Ethernet adapter port 0x10c0-0x10df irq 11 at device 16.0 on pci0
lnc0: PCnet-PCI II address 00:0c:29:e7:5c:66

 
 Jim
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Jaroslav Suchanek
GRISOFT, s.r.o.
http://www.grisoft.com
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD as vmware guest OS and net

2004-03-18 Thread Jerry McAllister
 
 
 I have a box with w2k as the primary OS and FreeBSD 4.9-stable installed
 as a dual-boot.  I also have vmware 4 installed under w2k with
 bsd as the guest OS.  My problem is I can't get bsd to talk to
 the network card.  What settings do I need and/or network driver do I
 need to set???

Generally you can figure out the NIC driver by looking through
the boot messages.   use  dmesg(8)  to look at the file of
messages.When you find some text looking like it is talking
about a NIC, then take the two leter code it is referring to and
use it as your driver - in the kernel.

On the machine I am currently on it looks like:

em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.16 
   port 0xdf40-0xdf7f mem 0xfeae-0xfeaf irq 9 at device 12.0 on pci1
em0:  Speed:N/A  Duplex:N/A

So the driver is  'em'  in this case.

jerry

 
 Jim
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]