Click here to Skip to main content
15,881,882 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionActivating Wireless (WiFi) in Linux ( on Raspberry PI ) Pin
Vaclav_30-Jul-18 3:34
Vaclav_30-Jul-18 3:34 
AnswerRe: Activating Wireless (WiFi) in Linux ( on Raspberry PI ) Pin
Richard MacCutchan1-Aug-18 21:02
mveRichard MacCutchan1-Aug-18 21:02 
AnswerRe: Activating Wireless (WiFi) in Linux ( on Raspberry PI ) Pin
Nathan Minier2-Aug-18 1:27
professionalNathan Minier2-Aug-18 1:27 
GeneralRe: Activating Wireless (WiFi) in Linux ( on Raspberry PI ) Pin
Vaclav_2-Aug-18 10:58
Vaclav_2-Aug-18 10:58 
GeneralRe: Activating Wireless (WiFi) in Linux ( on Raspberry PI ) Pin
Nathan Minier3-Aug-18 1:00
professionalNathan Minier3-Aug-18 1:00 
GeneralRe: Activating Wireless (WiFi) in Linux ( on Raspberry PI ) Pin
Vaclav_3-Aug-18 7:07
Vaclav_3-Aug-18 7:07 
GeneralRe: Activating Wireless (WiFi) in Linux ( on Raspberry PI ) Pin
Richard MacCutchan3-Aug-18 21:12
mveRichard MacCutchan3-Aug-18 21:12 
GeneralRe: Activating Wireless (WiFi) in Linux ( on Raspberry PI ) Pin
Vaclav_4-Aug-18 4:40
Vaclav_4-Aug-18 4:40 
Been there and experienced many show stopping issues.
Is I pointed out - one has to read the mail to see there are few "gotcha" which points to so far unsolved basic problems with latest release of Ubuntu WiFi.

The "problem" is , IMHO, nobody addresses the basic (WiFi) issue and people post hacks to solve THEIR issue only.
"solutions " like "remove battery and reinstall it" , reboot , reinstall etc do not solve this.
I can do

pi@piUnsure | :~ $ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.1.38 netmask 255.255.255.0 broadcast 10.0.1.255
inet6 fe80::db20:1d69:504c:9820 prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:bb:95:28 txqueuelen 1000 (Ethernet)
RX packets 581 bytes 148393 (144.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 290 bytes 54470 (53.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 38 bytes 1962 (1.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 38 bytes 1962 (1.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.42.0.1 netmask 255.255.255.0 broadcast 10.42.0.255
inet6 fe80::ba27:ebff:feee:c07d prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:ee:c0:7d txqueuelen 1000 (Ethernet)
RX packets 176 bytes 16942 (16.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 420 bytes 95606 (93.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


My "problem " is - I have TWO wlan interfaces - RPI and Belkin.
So I unplug the belkin and plug it back

Here is ifconfig AFTER



pi@piUnsure | :~ $ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.1.38 netmask 255.255.255.0 broadcast 10.0.1.255
inet6 fe80::db20:1d69:504c:9820 prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:bb:95:28 txqueuelen 1000 (Ethernet)
RX packets 842 bytes 167321 (163.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 455 bytes 86115 (84.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 245 bytes 27113 (26.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 245 bytes 27113 (26.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.42.0.1 netmask 255.255.255.0 broadcast 10.42.0.255
inet6 fe80::ba27:ebff:feee:c07d prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:ee:c0:7d txqueuelen 1000 (Ethernet)
RX packets 227 bytes 19690 (19.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 523 bytes 120456 (117.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether b4:75:0e:7a:72:27 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

pi@piUnsure | :~ $


See "the issue " ?

Why did the OS missed the USB Wifi on first ifconfig?
Or did it missed RPi interface?

And this is just one example of how this goofy WiFi behavior is being "troubleshooted " by unsubstantiated suggestions - "try this...".


Sorry for the long vent.


Cheers Vaclav
GeneralRe: Activating Wireless (WiFi) in Linux ( on Raspberry PI ) Pin
Richard MacCutchan4-Aug-18 4:46
mveRichard MacCutchan4-Aug-18 4:46 
GeneralRe: Activating Wireless (WiFi) in Linux ( on Raspberry PI ) Pin
Randor 4-Aug-18 18:13
professional Randor 4-Aug-18 18:13 
GeneralRe: Activating Wireless (WiFi) in Linux ( on Raspberry PI ) Pin
Vaclav_4-Aug-18 19:03
Vaclav_4-Aug-18 19:03 
QuestionTarget communication framework TCF - anybody? Pin
Vaclav_29-Jul-18 14:40
Vaclav_29-Jul-18 14:40 
AnswerRe: Target communication framework TCF - anybody? Pin
Mycroft Holmes29-Jul-18 16:09
professionalMycroft Holmes29-Jul-18 16:09 
GeneralRe: Target communication framework TCF - anybody? Pin
Vaclav_30-Jul-18 3:19
Vaclav_30-Jul-18 3:19 
GeneralRe: Target communication framework TCF - anybody? Pin
Richard MacCutchan30-Jul-18 3:25
mveRichard MacCutchan30-Jul-18 3:25 
GeneralRe: Target communication framework TCF - anybody? Pin
Vaclav_30-Jul-18 3:40
Vaclav_30-Jul-18 3:40 
GeneralRe: Target communication framework TCF - anybody? Pin
Richard MacCutchan30-Jul-18 5:14
mveRichard MacCutchan30-Jul-18 5:14 
GeneralRe: Target communication framework TCF - anybody? Pin
Vaclav_30-Jul-18 5:26
Vaclav_30-Jul-18 5:26 
GeneralRe: Target communication framework TCF - anybody? Pin
Richard MacCutchan30-Jul-18 5:55
mveRichard MacCutchan30-Jul-18 5:55 
GeneralRe: Target communication framework TCF - anybody? Pin
Vaclav_30-Jul-18 6:49
Vaclav_30-Jul-18 6:49 
GeneralRe: Target communication framework TCF - anybody? Pin
Mycroft Holmes30-Jul-18 13:22
professionalMycroft Holmes30-Jul-18 13:22 
GeneralRe: Target communication framework TCF - anybody? Pin
Mycroft Holmes30-Jul-18 13:21
professionalMycroft Holmes30-Jul-18 13:21 
GeneralRe: Target communication framework TCF - anybody? Pin
Vaclav_30-Jul-18 18:14
Vaclav_30-Jul-18 18:14 
GeneralRe: Target communication framework TCF - anybody? Pin
Vaclav_30-Jul-18 4:56
Vaclav_30-Jul-18 4:56 
AnswerRe: Target communication framework TCF - anybody? Pin
Eddy Vluggen30-Jul-18 8:42
professionalEddy Vluggen30-Jul-18 8:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.