IF, and that’s a big IF, Mint include the proprietary nVidia drivers in the ISO then they’re taking a risk … nVidia could sue.
It used to be that Mint thought they were small enough for things like this to go unnoticed … Ubuntu on the other hand doesn’t take the risk, instead it uses jockey to detect an nVidia card and offer to download and install the drivers … so it’s a “user” decision, and not an Ubuntu one.
Distributing the nVidia proprietary drivers would almost definitely require a license.
Mark Greaves (PCNetSpec) post:17:
OK, with the netbook connected to your router with an ethernet cable (so it has an active interweb connection), open a terminal and run:
sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer
When that’s finished … REBOOT
Did wireless come to life … ie. if you click the networkmanager icon in the system tray (by clock) does it list your network ?
Hi Mark - nearly there! Your instructions are fine but need 1 small edit. After ‘reboot’, but before ‘click on network manager’, remove ethernet cable . Leaving the cable connected, network manager shows no wireless networks available. Unplug and all available networks appear.
The mini is now finding the network ok and is password secured. Problem now is it won’t connect to a webpage - google in this case.
I had this problem when I changed the main pc to Mint. I’m on Virgin cable and their Superhub will not allow you to change the server addresses - the hub is locked to Virgin’s own. I prefer to use Opendns servers. On the mini, changing the server addresses in network manager>edit doesn’t work, the Virgin addresses still appear as primary and secondary. Deleting and re-setting makes no difference, even after a reboot. I’ve set the parameters exactly the same as the main pc. I vaguely recall having to change a file (resolv.conf?) to override the Virgin servers. (main pc shows Opendns addresses only).
Any ideas?
Rich
I should add, the disc is just spinning merrily trying to connect to google!
Are you able to ping google by IP but not domain ?
what’s the output from:
ping -c 5 google.com
and
ping -c 5 173.194.41.167
Huh ? … there must be output ?
[EDIT]
OK, if your DNS servers are invalid in network manager it seems ping just hangs
Try this -
Right-click on the networkmanager icon in the system tray.
select “Edit Connections” … highlight your wireless connection in the list, and click the “Edit” button … enter your Linux password when prompted.
on the IPv6 tab, set:-
Method: Ignore
on the IPv4 tab set:-
[b]Method: Automatic (DHCP)
DNS servers: 208.67.222.222, 208.67.220.220[/b]
Now SAVE the connection.
Log off and on again (or reboot) … does the interweb work now ?
Sorry! I meant nothing back from either command - 100% packet loss, time 4032ms.
Unfortunately, I can’t post the full results without a lot of copying/pasting to a memory stick and transferring the data from one m/c to the other!
OK, are you saying the internet works with a wired connection, but not wireless ?
Mark Greaves (PCNetSpec) post:27:
OK, are you saying it works with a wired connection, but not wireless ?
Yes. The wireless is enabled and the internal scanner picks up several networks locally but will not connect to any. (The mini sits just 12" from my Superhub) ‘Connection information’ now shows connection to Virgin, with the Opendns server settings in place but will not open any pages. The spinner simply spins… ??? Before I changed the server settings, it did exactly the same with the Virgin settings.
What’s the output from:
lspci -nn -d 14e4:
?
[EDIT]
If nothing is returned, try:
lspci -vnn | grep -i net
–
01:00.0 Network controller [0280] Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
I’d just spotted your previous edit and I redid all the settings as you advised. Weirdly, it picked up a BT hotspot but not the Superhub?? Though I can’t go any further unless I pay credits but the site does open…
lspci -vnn | grep -i net returns
1st part - same as above + Ethernet controller [0200] Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller [11ab:4354]
I’m having to type this in manually…
OK, it’s a 4315 not a 4312 as it advertised itself in lshw
there are 2 ways of making this work … the wl drivers, or the non-free firmware
Let’s try the easiest first
plug back into your router with an ethernet cable, and run these commands:
sudo apt-get update
then
sudo apt-get upgrade
when finished, REBOOT
with it still cabled to the router, run:
sudo apt-get remove --purge b43-fwcutter firmware-b43-lpphy-installer
then
sudo apt-get install linux-firmware-nonfree
then
sudo modprobe -r b43 && sudo modprobe b43
now unplug your ethernet cable and try wireless/interweb
–
Mark Greaves (PCNetSpec) post:31:
OK, it’s a 4315 not a 4312 as it advertised itself in lshw
there are 2 ways of making this work … the wl drivers, or the non-free firmware
Let’s try the easiest first
plug back into your router with an ethernet cable, and run these commands:
sudo apt-get update
then
sudo apt-get upgrade
when finished, REBOOT
with it still cabled to the router, run:
sudo apt-get remove --purge b43-fwcutter firmware-b43-lpphy-installer
then
sudo apt-get install linux-firmware-nonfree
then
sudo modprobe -r b43 && sudo modprobe b43
now unplug your ethernet cable and try wireless/interweb
–
Done, but no different! Back on cable to post this…
Last command returns -
~ $ sudo modprobe -r b43 && sudo modprobe b43
katharine@katharine-mini ~ $ sudo modprobe -r b43 && sudo modprobe b43
katharine@katharine-mini ~ $
OK still on the cable run:
sudo apt-get install linux-headers-generic build-essential dkms
when that’s done, run:
sudo apt-get install bcmwl-kernel-source
when that’s done, unload the b43 driver with:
sudo modprobe -r b43
and load the wl driver with:
sudo modprobe wl
now try wireless.
[EDIT]
BTW, if that works it may not survive a reboot … but we can fix that.
So if it works, but wireless stops working after a reboot … get wireless working again with:
sudo modprobe -r b43 && sudo modprobe wl
and let me know you needed to do that, and I’ll explain how to make it permanent.
–
Mark Greaves (PCNetSpec) post:33:
OK still on the cable run:
sudo apt-get install linux-headers-generic build-essential dkms
when that’s done, run:
sudo apt-get install bcmwl-kernel-source
when that’s done, unload the b43 driver with:
sudo modprobe -r b43
and load the wl driver with:
sudo modprobe wl
now try wireless.
[EDIT]
BTW, if that works it may not survive a reboot … but we can fix that.
So if it works, but wireless stops working after a reboot … get wireless working again with:
sudo modprobe -r b43 && sudo modprobe wl
and let me know you needed to do that, and I’ll explain how to make it permanent.
Still no joy - either before or after a reboot.
Mark, I can’t thank you enough for your time and effort on this… I’ll call it day for now and try again tomorrow. I need to find a dark place to lie down… :
–
One of those MUST work…
Delete your wireless connection and try recreating it.
What’s the output from:
sudo lshw -C network
and
ifconfig
and
iwconfig
and
sudo iwlist scanning
and
rfkill list
BTW, you can do all that with the cable plugged in
Mark Greaves (PCNetSpec) post:35:
One of those MUST work…
Delete your wireless connection and try recreating it. Done - no change
What’s the output from:
sudo lshw -C network
*-network
description: Wireless interface
product: BCM4312 802.11b/g LP-PHY
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: eth1
version: 01
serial: 00:24:2b:ae:ff:08
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.20.155.1 (r326264) ip=192.168.0.5 latency=0 multicast=yes wireless=IEEE 802.11abg
resources: irq:16 memory:feafc000-feafffff
*-network
description: Ethernet interface
product: 88E8040 PCI-E Fast Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 00
serial: 00:24:81:52:d3:12
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=192.168.0.6 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:42 memory:febfc000-febfffff ioport:ec00(size=256)
katharine@katharine-mini ~ $
and
ifconfig
~ $ ifconfig
eth0 Link encap:Ethernet HWaddr 00:24:81:52:d3:12
inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::224:81ff:fe52:d312/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1569 errors:0 dropped:0 overruns:0 frame:0
TX packets:1280 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1123801 (1.1 MB) TX bytes:145991 (145.9 KB)
Interrupt:17
eth1 Link encap:Ethernet HWaddr 00:24:2b:ae:ff:08
inet addr:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::224:2bff:feae:ff08/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:199 errors:0 dropped:0 overruns:0 frame:109939
TX packets:272 errors:15 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:23909 (23.9 KB) TX bytes:28534 (28.5 KB)
Interrupt:16 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:633 errors:0 dropped:0 overruns:0 frame:0
TX packets:633 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:57633 (57.6 KB) TX bytes:57633 (57.6 KB)
and
iwconfig
~ $ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11abg ESSID:“virginmedia6365863”
Mode:Managed Frequency:2.437 GHz Access Point: A0:21:B7:F6:B6:74
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
and
sudo iwlist scanning
~ $ sudo iwlist scanning
lo Interface doesn’t support scanning.
eth0 Interface doesn’t support scanning.
eth1 Scan completed :
Cell 01 - Address: A0:21:B7:F6:B6:74
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=70/70 Signal level=-20 dBm
Encryption key:on
ESSID:“virginmedia6365863”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=0000000000000000
Extra: Last beacon: 52ms ago
IE: Unknown: 001276697267696E6D6564696136333635383633
IE: Unknown: 010882848B962430486C
IE: Unknown: 030106
IE: Unknown: 050400010000
IE: Unknown: 2A0100
IE: Unknown: 2F0100
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: Unknown: 32040C121860
IE: Unknown: 2D1AFC181BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D1606001300000000000000000000000000000000000000
IE: Unknown: DD180050F204104A00011010440001021049000600372A000120
IE: Unknown: DD090010180201F02C0000
IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
Cell 02 - Address: 00:03:D8:0E:CB:62
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=41/70 Signal level=-69 dBm
Encryption key:on
ESSID:“BTHub3-7CWX”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000000000000000
Extra: Last beacon: 52ms ago
IE: Unknown: 000B4254487562332D37435758
IE: Unknown: 010882848B960C121824
IE: Unknown: 03010B
IE: Unknown: 050401030000
IE: Unknown: 2A0100
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: 32043048606C
IE: Unknown: 2D1AAC011BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D160B080000000000000000000000000000000000000000
IE: Unknown: 4A0E14000A002C01C800140005001900
IE: Unknown: 7F0101
IE: Unknown: DD180050F2020101890003A4000027A4000042435E0062322F00
IE: Unknown: DD2C0050F204104A0001101044000102105700010010470010565AA94967C14C0EAA8FF349E6F59311103C000101
Cell 03 - Address: 02:03:D8:0E:CB:62
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=40/70 Signal level=-70 dBm
Encryption key:off
ESSID:“BTWiFi”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000000000000000
Extra: Last beacon: 52ms ago
IE: Unknown: 0006425457694669
IE: Unknown: 010882848B960C121824
IE: Unknown: 03010B
IE: Unknown: 050401030000
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: 2D1AAC011BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D160B080000000000000000000000000000000000000000
IE: Unknown: 4A0E14000A002C01C800140005001900
IE: Unknown: 7F0101
IE: Unknown: DD180050F2020101890003A4000027A4000042435E0062322F00
Cell 04 - Address: 12:03:D8:0E:CB:62
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=40/70 Signal level=-70 dBm
Encryption key:off
ESSID:“BTWiFi-with-FON”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000000000000000
Extra: Last beacon: 52ms ago
IE: Unknown: 000F4254576946692D776974682D464F4E
IE: Unknown: 010882848B960C121824
IE: Unknown: 03010B
IE: Unknown: 050400030000
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: 2D1AAC011BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D160B080000000000000000000000000000000000000000
IE: Unknown: 4A0E14000A002C01C800140005001900
IE: Unknown: 7F0101
IE: Unknown: DD180050F2020101890003A4000027A4000042435E0062322F00
Cell 05 - Address: C4:10:8A:16:8F:E9
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=22/70 Signal level=-88 dBm
Encryption key:on
ESSID:“StMaxentius”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000000000000000
Extra: Last beacon: 52ms ago
IE: Unknown: 000B53744D6178656E74697573
IE: Unknown: 010482848B96
IE: Unknown: 030101
IE: Unknown: 050400010000
IE: Unknown: 2A0100
IE: Unknown: 32080C1218243048606C
IE: Unknown: DD180050F2020101830003A4000027A4000042435E0062322F00
IE: Unknown: DD1E00904C334C101BFFFF000000000000000000001000000000000000000000
IE: Unknown: 2D1A4C101BFFFF000000000000000000001000000000000000000000
IE: Unknown: DD1A00904C3401080000000000000000000000000000000000000000
IE: Unknown: 3D1601080000000000000000000000000000000000000000
IE: Unknown: DD080013920100018500
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Cell 06 - Address: 3C:81:D8:B2:FF:0F
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=21/70 Signal level=-89 dBm
Encryption key:on
ESSID:“SKY2FF0E”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=0000000000000000
Extra: Last beacon: 52ms ago
IE: Unknown: 0008534B593246463045
IE: Unknown: 010882848B962430486C
IE: Unknown: 030101
IE: Unknown: 050400010088
IE: Unknown: 2A0100
IE: Unknown: 2F0100
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: 32040C121860
IE: Unknown: 2D1AFC181BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D1601000400000000000000000000000000000000000000
IE: Unknown: DD0E0050F204104A0001101044000102
IE: Unknown: DD090010180205F02C0000
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
katharine@katharine-mini ~ $
and
rfkill list
~ $ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
BTW, you can do all that with the cable plugged in
All done as per - hope this sheds light! Am on cable with mini at present
Edit: I’ve tried deleting all other ‘found’ networks to see if that had an effect but no change there either.
Can you run:
sudo modprobe -r wl
then
sudo modprobe b43
then send the output from those commands in my last posting again
katharine@katharine-mini ~ $ sudo modprobe -r wl
[sudo] password for katharine:
katharine@katharine-mini ~ $ sudo modprobe b43
katharine@katharine-mini ~ $
Edit: Sorry Mark, I’m not clear on this one - did you want the ethernet cable unplugged for this, or doesn’t it matter?
Updated info -
katharine@katharine-mini ~ $ sudo modprobe -r wl
[sudo] password for katharine:
katharine@katharine-mini ~ $ sudo modprobe b43
katharine@katharine-mini ~ $ sudo lshw -C network
*-network
description: Network controller
product: BCM4312 802.11b/g LP-PHY
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=b43-pci-bridge latency=0
resources: irq:16 memory:feafc000-feafffff
*-network
description: Ethernet interface
product: 88E8040 PCI-E Fast Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 00
serial: 00:24:81:52:d3:12
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=192.168.0.6 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:42 memory:febfc000-febfffff ioport:ec00(size=256)
*-network
description: Wireless interface
physical id: 1
logical name: wlan0
serial: 00:24:2b:ae:ff:08
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=b43 driverversion=3.8.0-35-generic firmware=666.2 ip=192.168.0.8 link=yes multicast=yes wireless=IEEE 802.11bg
katharine@katharine-mini ~ $ ifconfig
eth0 Link encap:Ethernet HWaddr 00:24:81:52:d3:12
inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::224:81ff:fe52:d312/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5639 errors:0 dropped:0 overruns:0 frame:0
TX packets:4954 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3937790 (3.9 MB) TX bytes:799253 (799.2 KB)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:901 errors:0 dropped:0 overruns:0 frame:0
TX packets:901 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:84249 (84.2 KB) TX bytes:84249 (84.2 KB)
wlan0 Link encap:Ethernet HWaddr 00:24:2b:ae:ff:08
inet addr:192.168.0.8 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::224:2bff:feae:ff08/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:112 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:30503 (30.5 KB) TX bytes:3296 (3.2 KB)
katharine@katharine-mini ~ $ iwconfig
wlan0 IEEE 802.11bg ESSID:“virginmedia6365863”
Mode:Managed Frequency:2.437 GHz Access Point: A0:21:B7:F6:B6:74
Bit Rate=18 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=70/70 Signal level=11 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:5 Invalid misc:15 Missed beacon:0
lo no wireless extensions.
eth0 no wireless extensions.
katharine@katharine-mini ~ $ sudo iwlist scanning
wlan0 Scan completed :
Cell 01 - Address: A0:21:B7:F6:B6:74
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=70/70 Signal level=13 dBm
Encryption key:on
ESSID:“virginmedia6365863”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=00000010e81c370a
Extra: Last beacon: 52ms ago
IE: Unknown: 001276697267696E6D6564696136333635383633
IE: Unknown: 010882848B962430486C
IE: Unknown: 030106
IE: Unknown: 2A0100
IE: Unknown: 2F0100
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: Unknown: 32040C121860
IE: Unknown: 2D1AFC181BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D1606001300000000000000000000000000000000000000
IE: Unknown: DD7B0050F204104A0001101044000102103B00010310470010AADAE31B9373E44C5152F444735EBAEF102100074E657467656172102300074E6574676561721024000631323334353610420007303030303030311054000800060050F204000110110004686F6D65100800022008103C0001011049000600372A000120
IE: Unknown: DD090010180201F02C0000
IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
Cell 02 - Address: C4:10:8A:16:8F:E9
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=20/70 Signal level=-90 dBm
Encryption key:on
ESSID:“StMaxentius”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=000000005fc85aa2
Extra: Last beacon: 56ms ago
IE: Unknown: 000B53744D6178656E74697573
IE: Unknown: 010482848B96
IE: Unknown: 030101
IE: Unknown: 2A0100
IE: Unknown: 32080C1218243048606C
IE: Unknown: DD180050F20201018F0003A4000027A4000042435E0062322F00
IE: Unknown: DD1E00904C334C101BFFFF000000000000000000001000000000000000000000
IE: Unknown: 2D1A4C101BFFFF000000000000000000001000000000000000000000
IE: Unknown: DD1A00904C3401080000000000000000000000000000000000000000
IE: Unknown: 3D1601080000000000000000000000000000000000000000
IE: Unknown: DD080013920100018500
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Cell 03 - Address: 00:03:D8:0E:CB:62
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=52/70 Signal level=-58 dBm
Encryption key:on
ESSID:“BTHub3-7CWX”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000001617da1414
Extra: Last beacon: 56ms ago
IE: Unknown: 000B4254487562332D37435758
IE: Unknown: 010882848B960C121824
IE: Unknown: 03010B
IE: Unknown: 2A0100
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: 32043048606C
IE: Unknown: 2D1AAC011BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D160B080000000000000000000000000000000000000000
IE: Unknown: 4A0E14000A002C01C800140005001900
IE: Unknown: 7F0101
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: DD180050F2020101890003A4000027A4000042435E0062322F00
IE: Unknown: DD0900037F01010000FF7F
IE: Unknown: DDA70050F204104A000110104400010210570001001041000100103B00010310470010565AA94967C14C0EAA8FF349E6F5931110210002425410230017486F6D652048756220332E30204D756C7469204D6F646510240010425420486F6D652048756220332E3041104200122B3036383232372B4E5132343630303638311054000800060050F204000110110010425420486F6D652048756220332E3041100800020084103C000101
Cell 04 - Address: 02:03:D8:0E:CB:62
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=52/70 Signal level=-58 dBm
Encryption key:off
ESSID:“BTWiFi”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000001617daec51
Extra: Last beacon: 56ms ago
IE: Unknown: 0006425457694669
IE: Unknown: 010882848B960C121824
IE: Unknown: 03010B
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: 2D1AAC011BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D160B080000000000000000000000000000000000000000
IE: Unknown: 4A0E14000A002C01C800140005001900
IE: Unknown: 7F0101
IE: Unknown: DD180050F2020101890003A4000027A4000042435E0062322F00
IE: Unknown: DD0900037F01010000FF7F
Cell 05 - Address: 12:03:D8:0E:CB:62
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=44/70 Signal level=-66 dBm
Encryption key:off
ESSID:“BTWiFi-with-FON”
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000001617daf55d
Extra: Last beacon: 56ms ago
IE: Unknown: 000F4254576946692D776974682D464F4E
IE: Unknown: 010882848B960C121824
IE: Unknown: 03010B
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: 2D1AAC011BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D160B080000000000000000000000000000000000000000
IE: Unknown: 4A0E14000A002C01C800140005001900
IE: Unknown: 7F0101
IE: Unknown: DD180050F2020101890003A4000027A4000042435E0062322F00
IE: Unknown: DD0900037F01010000FF7F
lo Interface doesn’t support scanning.
eth0 Interface doesn’t support scanning.
katharine@katharine-mini ~ $ rfkill list
2: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
4: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
katharine@katharine-mini ~ $
If you pull the network cable now, do you have access? That info suggests that you are connected to “virginmedia6365863”, which I guess is your hub