May be a red herring, but you called the file wpa_supplicant several times in this thread, when the correct name is wpa_supplicant.conf , so what is your file actually named? That was indeed me being a bit lazy and not including the extension in my posts - the file name is indeed wpa_supplicant.con...
I use to avoid ch13 as my original (from 2005) HP WiFi printer wouldn't work on ch13 (as it had an American interface). The only thing that causes me any problems with channel 13 is an old Kindle 4. Amazon's helpful advice is, don't use channel 13! :roll: Re: The Problem - I shutdown the Pi4. Swapp...
You should not be using channel 13 if operating 802.11n. Are you sure about that? ;) Either way, it has worked perfectly well until this problem I've got right now.... (me thinks for a bit).... okay, I just tried switching the router to channel 1, and then disabled/enabled WiFi on the Pi. Still the...
If the Plusnet hub has the same firmware as its BT sibling but just different branding on its config pages, that 17 address is fishy. Setting a "static" IP address based on a MAC should "lock" an IP address to one given out from the router's DHCP pool. For BTHomeHubs that pool begins at 192.168.1.6...
Wow your street is full of access points. Have you tried a power cycle of your router/AP? Have you made any changes to /etc/network/interfaces or /etc/dhcpcd.conf? Yeah, there's an insane number of them, that's part of why I'm hiding up on channel 13 to avoid them. :D No changes to dhcpcd or networ...
Hi all, I've imaged an SD-card using 2020-02-13-raspbian-buster-full.zip , and I created an "ssh" and "wpa_supplicant" file in the /boot partition. As I've done... a million times before! The wpa_supplicant is formatted as: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 coun...
Pi 2B was " up 354 days, 21:35 " until the stupid national power outage and now I'm back to day ZERO!! I just wanted to make it past one year of uptime... is that too much to ask? (I'm looking up and waving my fist at the sky BTW) Still, up to date kernel. I might upgrade to Buster now, but I'll hav...
DocumentRoot should point to a directory and not a file, so you should probably put it back to what it was (or another directory). And then add a "DirectoryIndex" line which tells it to look first for "index.html" and if that's not found, use "index.php": DocumentRoot /var/www/html DirectoryIndex in...
Just a "me too" post here. I have a 3B+ booting from SD-card using an official PSU, a wired keyboard and wired mouse connected. Running Raspbian desktop. Oh, and I don't have bluetooth enabled. I only noticed the problem yesterday; the first time I shutdown, it hung with just the desktop wallpaper s...
Now have nice 5G indicators on wifi scan, not sure why that Virgin Media is ghosted though ? https://i.imgur.com/O1wSo3Em.jpg I've got one of those (image attached) but for a "BTWifi-X"; a very quick search seems to indicate that this is the SSID that BT uses for sharing connections between their u...
...and change the line <roundCorners> to have the value "no" rather than "yes". You might need to logout/in again to see the changes. Or it might not work at all!
Okay, so I've got around this (mostly) by creating a ~/.fonts.conf containing: <fontconfig> <match target="pattern"> <test qual="any" name="family"> <string>monospace</string> </test> <edit name="family" mode="assign"> <string>DejaVu Sans Mono</string> </edit> </match> </fontconfig> For some reason ...
Since upgrading to "Pixel", I notice that some fonts have changed; the terminal says it's using "Monospace 10" as before, but it has changed. Manually selecting DejaVu Sans Mono appears visually to revert it. There's also been a change to the default "Sans serif" font... I think! It doesn't look the...
Before I start, I'll just say that I don't have the answers for you - but hopefully I can help you better understand the problem! When you enter a URL into your browser, e.g. http://website1.raspberrypi.local/foo/bar.txt , the browser splits the URL up into protocol (http), hostname (website1.raspbe...
Oh my .... http://www.keyboardco.com/product.asp?product=10113 I'm looking at "The Keyboard Company" logo and just imagining hundreds of managers at retail outlets telling their shelf-stackers, "Just remember guys, make absolutely sure you stack those keyboard boxes up the right way this time... ok...
I've not moved my transmission download directory from the default (/var/lib/transmission-daemon/downloads/) and it's permissions are set as: drwsrwxr-x debian-transmission debian-transmission So perhaps the owner/group and setuid bit are important? If so, you need the following: $ sudo chown debian...
The man page isn't much use is it? I found the answer by opening an incognito window and then using ps -aux in a terminal to see the command used to launch it.
All of my Debian systems have a file /etc/polkit-1/localauthority.conf.d/51-debian-sudo.conf that says: [Configuration] AdminIdentities=unix-group:sudo ... Does creating the missing file help? I created the above file, but sadly, no change! Yeah... about that... I might have been mistaken there. :o...
Peter, it appears to already have been fixed. I did an update/upgrade today and it's working for me. It doesn't _seem_ to for me... but if the recent updates fixed the issue jojopi mentioned about missing the file "/etc/polkit-1/localauthority.conf.d/51-debian-sudo.conf" then it's possible I've re-...