- Thread Starter
- #101
this was how I got access to install networkmgr. That process is reasonably simple and fine to use, but not my full time solution.Have you tried tethering to a phone?
this was how I got access to install networkmgr. That process is reasonably simple and fine to use, but not my full time solution.Have you tried tethering to a phone?
Seems odd that FreeBSD is proving such a headache...this was how I got access to install networkmgr. That process is reasonably simple and fine to use, but not my full time solution.
ifconfig wlan0 scan
shows something, then things will be probably fine.it 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?Having read only the first and the last (5th) page of this thread, confirms for me from my own experience that the Intel Centrino (6300?) is a horrible chip to use with FreeBSD.
Ififconfig wlan0 scan
shows something, then things will be probably fine.
Otherwise, it is easier to use a smartphone for USB tethering, or maybe an USB wifi dongle.
My ThinkPad X61 is probably around 15 years old. It has an Intel PRO/Wireless 4965 AG card, and seems to work when I need it to although I much prefer a LAN connection.it 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?
Isn't there something like a Middleton Bios which enables you to use any wifi module you want?I always did USB tethering with my T520.
As the notebook is the FHD variant with 16GB RAM and SSD, it is still pretty usable for surfing and office work when travelling.
But the wifi module whitelisting in the BIOS... ? you cannot just swap the wifi module.
dmesg contains line at start:
module iwn already present!
Use of /boot/loader.conf is discouraged.
T-Aoki has written about this a few times.
Do not rush into buying a USB adapter. Get as much advice as you can.considering buying one of these and doing the USB route. Haven't found specs for the chipset or otherwise to get enough detail on suitability. Found a few mentions of TP Link dongles with FreeBSD but nothing fully verifying. https://www.amazon.co.uk/dp/B0088TK...WGK9S0J0&psc=1&ref_=list_c_wl_lv_ov_lig_dp_it
Anything else I can try?
Yes, there is some BIOS with the whitelist disabled.Isn't there something like a Middleton Bios which enables you to use any wifi module you want?
I think you can update the BIOS from a USB stick.Yes, there is some BIOS with the whitelist disabled.
But this would require me to put in another disk/SSD, only to be able to install Windows to be able to run that.
But maybe I really should do that before I go to vacation ?
Or just buy a new laptop... ?
I think you can update using DOS 5+ although I'm still trying to create an IBM DOS bootable USB stick.
I've now commented that out, thanks. Rebooted. Now I:Are you still unnecessarily using loader.conf to load a module that's already present?
I've just setup 14 on my laptop.
I'm getting no internet connection.
/etc/resolv.conf has :
nameserver 192.168.8.1
(only)
I can't find an entry for dhcp in /etc/rc.conf
I know this is probably obvious to more experienced hands and greater minds, but could anyone give me some pointers?
EDIT - I'm also not confident in my setup here. I may have skipped the ethernet connection assuming wired as the laptop is only ever on wifi. Clumsy, I know.
thanks!
/sbin/ping 8.8.8.8
? If so, this means your host's DNS is misconfigured. nameserver 8.8.8.8
You don't need a nameserver to ping an IP address.Can you/sbin/ping 8.8.8.8
? If so, this means your host's DNS is misconfigured.
Change /etc/resolv.conf to
Code:nameserver 8.8.8.8
… Change /etc/resolv.conf …
man -P cat 5 resolvconf.conf
You don't need a nameserver to ping an IP address.
ping 8.8.8.8 - network is down
ifconfig wlan0 up ; sleep 15 ; /etc/rc.d/netif start wlan0 ; sleep 15 ; ping -4 -c 2 freshports.org ; cat /etc/resolv.conf
full output from that is this:down is significant.
If your rc.conf lines are good (I lost track, sorry) – and if your router is suitably configured (comment 114) for what might be an unusual client, then try this:
ifconfig wlan0 up ; sleep 15 ; /etc/rc.d/netif start wlan0 ; sleep 15 ; ping -4 -c 2 freshports.org ; cat /etc/resolv.conf
It's a bit of a mash, sorry.