Hello everybody,
I'm new here, but lets me begin with what I have tried:
I have tried to download and install the Realtek driver from the Realtek website. It was unsuccessful due to this error in
Please do not say anything about the wireless interface. (It's temporary until I get the wired working.)
Files in /root/driver:
Network devices found by FreeBSD:
So please help me on this.
I'm new here, but lets me begin with what I have tried:
I have tried to download and install the Realtek driver from the Realtek website. It was unsuccessful due to this error in
make
:
Code:
Warning: Object directory not changed from original /root/driver
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c if_re.c
*** Error code 1
Stop in /root/driver.
ifconfig
shows this:
Code:
root@:~ # ifconfig
plip0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> metric 0 mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7
inet6 ::1 prefixlen 128
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
run0: flags=8a43<UP,BROADCAST,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> metric 0 mtu 2290
ether 00:1e:ab:20:3c:b5
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
status: associated
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 00:1e:ab:20:3c:b5
inet 192.168.2.103 netmask 0xffffff00 broadcast 192.168.2.255
media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g
status: associated
ssid Sencored Due to Privacy reasons channel 5 (2432 MHz 11g) bssid a0:f3:c1:d4:45:a4
country US authmode WPA2/802.11i privacy ON deftxkey UNDEF
TKIP 2:128-bit txpower 0 bmiss 7 scanvalid 60 protmode CTS wme
roaming MANUAL
Please do not say anything about the wireless interface. (It's temporary until I get the wired working.)
Files in /root/driver:
Code:
root@:~/driver # ls -al
total 878
drwxr-xr-x 2 root wheel 512 Jul 22 19:05 .
drwxr-xr-x 5 root wheel 512 Jul 22 18:28 ..
lrwxr-xr-x 1 root wheel 12 Jul 22 19:00 @ -> /usr/src/sys
-rwxr-xr-x 1 root wheel 200 Jul 22 17:42 Makefile
-rwxr-xr-x 1 root wheel 3205 Jul 22 17:42 Readme.txt
-rwxr-xr-x 1 root wheel 31916 Jul 22 17:42 bus_if.h
-rwxr-xr-x 1 root wheel 11048 Jul 22 17:42 device_if.h
-rwxr-xr-x 1 root wheel 771471 Jul 22 17:42 if_re.c
-rwxr-xr-x 1 root wheel 24303 Jul 22 17:42 if_rereg.h
-rwxr-xr-x 1 root wheel 58 Jul 22 17:42 machine
-rw-r--r-- 1 root wheel 1312 Jul 22 19:01 make.log
-rwxr-xr-x 1 root wheel 0 Jul 22 17:42 opt_bdg.h
-rwxr-xr-x 1 root wheel 9109 Jul 22 17:42 pci_if.h
-rwxr-xr-x 1 root wheel 56 Jul 22 17:42 x86
Network devices found by FreeBSD:
Code:
root@:~ # dmesg | grep network
pci5: <network, ethernet> at device 1.0 (no driver attached)
plip0: <PLIP network interface> on ppbus0
So please help me on this.