LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   Problems with detecting ethernet card (https://www.linuxquestions.org/questions/%2Absd-17/problems-with-detecting-ethernet-card-153294/)

brokenflea 03-03-2004 11:38 PM

Problems with detecting ethernet card
 
i just finished installing FreeBSD on my Dell Dimension. i have a Broadcom 440 ethernet card installed and the os is not detecting the card. i'm also connected to a router sharing a HS cable connection with DHCP enabled. this is my first time using FreeBSD and i'm not sure how to configure the eth card.
i also have an envision monitor with an Intel 82845G video card. not sure how much memory. but the monitor manual tells me that the monitor itself has a refresh rate of :
H - 30 to 72 Khz
V - 50 to 160 Hz
and supports upto 1280 x 1024 resolution (vesa)
how do i configure both of these ?
any advice would be greatly appreciated .

thanks

chort 03-03-2004 11:50 PM

Could you paste the output of the following command?

$ dmesg

rehab junkie 03-06-2004 02:05 AM

From what I can see, FreeBSD will support that network card. The generic kernel has
Code:

#device bfe # Broadcom BCM440x 10/100 ethernet
in it.

I suggest you go to http://www.freebsd.org/doc/en_US.ISO...nelconfig.html and have a good long read about recompiling the kernel. It seems an onerous task at first but it's really not that difficult. You need to install the sys source, through sysinstall, before doing this.

To configure your monitor, you need to enter those specifcations during XFree86 configuration. You can run xf86config as root, and you will be presented with a series of questions about mice and keyboards, then you get to set the monitor specs. One of the choices when setting the refresh rate is "Enter your own horizontal sync range" - it's there that you'll enter it. ie. for horizontal it will be simply 30-172 and vertical it will be 50-160.

Hope this helps :)


All times are GMT -5. The time now is 02:14 AM.