What does ifconfig wlan0 show?I've now commented that out, thanks. Rebooted. Now I:
scan available networks
ifconfig wlanl0 ssid blah
dhclient wlan0 (already running)
ping 8.8.8.8 - network is down
What does ifconfig wlan0 show?I've now commented that out, thanks. Rebooted. Now I:
scan available networks
ifconfig wlanl0 ssid blah
dhclient wlan0 (already running)
ping 8.8.8.8 - network is down
ifconfig wlan0
% ifconfig wlan0
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=0
ether ⋯
inet 192.168.1.84 netmask 0xffffff00 broadcast 192.168.1.255
groups: wlan
ssid ⋯ channel 36 (5180 MHz 11a) bssid ⋯
regdomain ETSI country GB authmode WPA2/802.11i privacy ON
deftxkey UNDEF TKIP 2:128-bit txpower 17 bmiss 10 mcastrate 6
mgmtrate 6 scanvalid 60 wme roaming MANUAL
parent interface: iwm0
media: IEEE 802.11 Wireless Ethernet OFDM/48Mbps mode 11a
status: associated
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
%
Attention to the router. Try a different channel, temporarily changing the frequency range, and so on.
… router which has worked with all other devices, …
No, in my opinion upgrading to 14.1 will not fix a thing with your present setup.
See authmode OPEN ? that means your vodaphone connection is not encrypted WPA wifi. Do not use WPA in the lineregdomain ETSI country GB authmode OPEN privacy OFF txpower 30
I saw previously from the posting of the ifconfig wlan0 up scan list , that your Vodaphone is an Open Access (Not wifi encrypted) wifi access point. I suggested in a previous post to NOT USE WPA DHCP only DHCP in the rc.conf file.ifconfig_wlan0="DHCP" in the file /etc/rc.conf
uname -A
killall dhclient
#killall dhclient if it is aleady running? ps aux | grep -i dhclient ;
wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf #oops forget to include this line, sorry.
man wpa_supplicant # for manual page daemon wpa_supplicant details
dhclient wlan0
ifconfig wlan0
ifconfig wlan0 up scan list
For an encrypted Wifi Access point connection, edit line in /etc/rc.conf file to:wlans_iwn0="wlan0"
ifconfig_wlan0="DHCP"
killall dhclient
#killall dhclient if it is aleady running? ps aux | grep -i dhclient ;
wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
dhclient wlan0
ifconfig wlan0
ifconfig wlan0 create wlandev iwn0 What is your present contents for the following files, MaxRusse11 ? /etc/wpa_supplicant.conf file contents? What are the 2 lines in your /etc/rc.conf file? You should see that the device has been created. To make this happen automatically upon boot, add the following to /etc/rc.conf
|
Currently im using Netgear M1 as my main internet . 4G ( cost me 2 Euros a mont for unlimited data,msg,calls - have no idea why 2 eurosit is the Intel Centrino n100 (in a 12 year old? laptop). Experience so far is, yes, pretty horrible. I've done the usb tethering thing via my phone, but it's not a preferred solution (data, battery on laptop). Do you recommend a particular USB wifi dongle, based on your experience?
Which operator? Is it available all over Europe?Currently im using Netgear M1 as my main internet . 4G ( cost me 2 Euros a mont for unlimited data,msg,calls - have no idea why 2 eurosas im using ordinary SIM card from my phone )
Currently i can get up to 80-90mbps ... did i mentioned 2 euros a mont ? bargain of the century.
Its Lithuanian provider and no its not available in Europe unless you take a plan for use outside Lithuania...which makes no sense as its only few megs or gigs.Which operator? Is it available all over Europe?
ifconfig: wlandev: bad valueifconfig wlan0 create wlandev iwn0
country=uk
update_config=1
ctrl_interface=/var/run/wpa_supplicant
network={
ssid=vodafoneCCD803
psk=""
}
network={
ssid=HUAWEI_E5577_A6FA
psk=""
key_mgmt=WPA-PSK
}
killall dhclient
dhclient
wlan0 ifconfig
wlan0ifconfig wlan0 up scan list
is associating with an EE device. Which isn't mine.
ctrl_interface=/var/run/wpa_supplicant
eapol_version=2
ap_scan=1
fast_reauth=1
network={
ssid="ManoWiFi_5G"
scan_ssid=0
psk=""
priority=5
}
network={
priority=0
key_mgmt=NONE
}
Your access point is "OPEN" not "ENCRYPTED" DO NOT USE "WPA"my wpa_supplicant. Minus my keys obviously:
ifconfig wlan0 create wlandevice iwn0 |
ifconfig wlan create wlandev iwn0 |
wlans_iwn0="wlan0" |
ifconfig wlan0 up scan |
ifconfig wlan0 ssid NYPL ifconfig wlan0 ssid vodafoneCCD803 |
#killall dhclient if it is aleady running? ps aux | grep -i dhclient ; use with -K -d options to debug; use -B option to remove from terminal and place in background daemon wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf dhclient wlan0 |
ifconfig wlan0 create wlandev rtwn0
killall dhclient
wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
dhclient wlan0
network={
key_mgmt=NONE
}
… choose my country or Europe ( cant recall what options there ) …
% grep rd\ id= /etc/regdomain.xml | sort
<rd id="apac">
<rd id="apac2">
<rd id="apac3">
<rd id="debug">
<rd id="etsi">
<rd id="etsi2">
<rd id="etsi3">
<rd id="fcc">
<rd id="fcc3">
<rd id="fcc4">
<rd id="gz901">
<rd id="japan">
<rd id="korea">
<rd id="none">
<rd id="row">
<rd id="sr9">
<rd id="xc900m">
<rd id="xr9">
%
… associating with an EE device. Which isn't mine.
a USB dongle
Do you not use "networkmgr" python program that works with FreeBSD? pkg install networkmgrhad another go at this yesterday but still no dice. I've had a try using a USB dongle also but no success. So frustrating, want to persevere, but also would just like networking to be a bit simpler.
are the Intel chipsets not well supported?
Thanks. I am not using open networks. I am only ever using my home Vodafone wifi, or my D-Link DWR-932 (which uses WPA) or my Huawei (also WPA, I believe, not currently at the location to check).What kind of error messages do you receive, MaxRusse11? I posted my questions in previous posts. Can you answer some of them? Thank you for the file contents of /etc/wpa_supplicant.conf
Here is my example of file contents of /etc/wpa_supplicant.conf
network={
ssid="LegionPost75"
key_mgmt=WPA-PSK
proto=RSN
psk="oldglory"
}
network={
ssid="SMC Guest"
# proto=RSN
key_mgmt=NONE
}
network={
ssid="FreshTomato50"
key_mgmt=NONE
}
network={
ssid="FreshTomato24"
key_mgmt=NONE
}
network={
ssid="Azulxvida"
key_mgmt=WPA-PSK
proto=RSN
psk="09876543"
}
network={
ssid="AndroidAP_5120"
key_mgmt=WPA-PSK
proto=RSN
psk="Fred1287"
}
network={
ssid="Fred1"
key_mgmt=WPA-PSK
proto=RSN
psk="12345678"
# key_mgmt=NONE
}
Sending now as an example. Will study information you shared with me above. What is the contents of the files:
/etc/rc.conf
/boot/loader.conf
For an open network use only DHCP , but NO "wpa" in the /etc/rc.conf file
I've also ensured, however, that it the entries are DHCP only (and not WPA). I've tried tethering to my mobile hotspot also, it acquires a dhcp lease but there's no network. (I checked using Lynx).
No idea what to do next. Bin the laptop?
ping -c 3 8.8.4.4
ping -c 3 he.net
netstat -nr
sockstat
Give that a test drive and report back your results. RUSE11PING 8.8.4.4 (8.8.4.4): 56 data bytes
64 bytes from 8.8.4.4: icmp_seq=0 ttl=115 time=20.231 ms
64 bytes from 8.8.4.4: icmp_seq=1 ttl=115 time=20.490 ms
64 bytes from 8.8.4.4: icmp_seq=2 ttl=115 time=18.739 ms
--- 8.8.4.4 ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 18.739/19.820/20.490/0.772 ms
PING he.net (216.218.236.2): 56 data bytes
64 bytes from 216.218.236.2: icmp_seq=0 ttl=54 time=35.654 ms
64 bytes from 216.218.236.2: icmp_seq=1 ttl=54 time=32.312 ms
64 bytes from 216.218.236.2: icmp_seq=2 ttl=54 time=35.141 ms
--- he.net ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 32.312/34.369/35.654/1.470 ms
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default 10.0.0.1 UGS wlan0
10.0.0.0/24 link#3 U wlan0
10.0.0.4 link#3 UHS lo0
127.0.0.1 link#2 UH lo0
Internet6:
Destination Gateway Flags Netif Expire
::/96 ::1 URS lo0
::1 link#2 UHS lo0
::ffff:0.0.0.0/96 ::1 URS lo0
fe80::/10 ::1 URS lo0
fe80::%lo0/64 link#2 U lo0
fe80::1%lo0 link#2 UHS lo0
ff02::/16 ::1 URS lo0
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
fred firefox 21157 3 stream -> ??
fred firefox 21088 3 stream -> ??
fred firefox 20954 3 stream -> ??
fred firefox 20687 3 stream -> ??
fred dconf-serv 20619 5 stream -> /tmp/dbus-JHoEVDsCih
fred firefox 19996 3 stream -> ??
fred firefox 19793 3 stream -> ??
fred firefox 17415 3 stream -> ??
ifconfig
usbconfig list
pciconf -lv