When I run
I believe it's a network problem because I had some problems setting up the network at bsdinstall(It couldn't adquire DCHP lease), so I had to manually edit the configuration files later.
Here are the files:
/boot/loader.conf
/etc/rc.conf
/etc/wpa_supplicant.conf
Did I do something wrong?
# pkg install en-freebsd-doc
or try to install any other package I get this:
Code:
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstraping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:10:amd64/quarterly. please wait...
pkg: Error fetching http://pkg.FreeBSD.org/FreeBSD:10:amd64/quarterly/Lastest/pkg.txz: No address record
A pre-built version of pkg could not be found for your system.
Consider changing PACKAGESITE or installing it from ports: 'ports-mgmt/pkg'.
Here are the files:
/boot/loader.conf
Code:
if_ath_load="YES"
wlan_wep_load="YES"
Code:
hostname="My_Hostname"
wlans_ath0="wlan0"
ifconfig_wlan0="DHCP"
sshd_enable="YES"
ntpd_enable="YES"
powerd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
Code:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=2
ap_scan=1
fast_reauth=1
network={
[INDENT]ssid="my_network"
key_mgmt=NONE
wep_key1=ffffffffff
wep_tx_keyidx=1
priority=5[/INDENT]
}
network={
[INDENT]priority=0
key_mgmt=NONE[/INDENT]
}