Hi all I am about ready to pull someone else's hair out ( I don't like pain) but anyways if anyone could help me get wifi working that would be slick.
running a standard install of 8.1 amd64 on an inspiron 1720 with a tp-link 54mbs tl-wn321g usb network key.
i have tryed everything and its still dead jim.
as per rum(4)
added device rum, wlan, wlan_amrr to /usr/src/sys/amd64/conf
added
to /boot/loader.conf
added : to /etc/rc.conf
created /etc/wpa_supplicant.conf
I dono what elese to try.. Voodoo is next but the result of an ifconfig is still.
shows lo0 and bfe0 devices only
I thought my configuration was very basic..
for the sake of help to fix this my ssid is void and wep password = password
thanks
running a standard install of 8.1 amd64 on an inspiron 1720 with a tp-link 54mbs tl-wn321g usb network key.
i have tryed everything and its still dead jim.
as per rum(4)
Code:
device ehci
device uhci
device ohci
device usb
device rum
device wlan
device wlan_amrr
added device rum, wlan, wlan_amrr to /usr/src/sys/amd64/conf
added
Code:
if_rum_load="YES"
Code:
# make buildkernel KERNCONF=MYKERNEL
# make installkernel KERNCONF=MYKERNEL
added : to /etc/rc.conf
Code:
wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"
created /etc/wpa_supplicant.conf
Code:
network={
ssid="void"
proto="RSN"
key_mgmt=WPA-EAP
eap=TLS
identity="loader"
ca_cert="/etc/certs/cacert.pem"
client_cert="/etc/certs/clientcert.pem"
private_key="/etc/certs/clientkey.pem"
private_key_password="PASSWORD"
}
I dono what elese to try.. Voodoo is next but the result of an ifconfig is still.
Code:
rum0 : flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 2290 ether MACADDY
media: IEEE 802.11 Wireless Ethernet autoselect <adhoc> (autoselect <adhoc>)
status : no carrier
dhclient rum0
Code:
rum0: no link ............. giving up
/etc/rc.d/netif start
shows lo0 and bfe0 devices only
I thought my configuration was very basic..
for the sake of help to fix this my ssid is void and wep password = password
thanks